.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}
.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__dropdown{z-index:1000;background:#fff;border:2px solid #e6077e33;border-radius:12px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #00000026}.CustomMultiSelect-module__DdcQxa__searchWrap{border-bottom:1px solid #e6077e26;flex-shrink:0;padding:.5rem}.CustomMultiSelect-module__DdcQxa__searchInput{border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.CustomMultiSelect-module__DdcQxa__searchInput:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 2px #e6077e1a}.CustomMultiSelect-module__DdcQxa__searchInput::placeholder{color:#888}.CustomMultiSelect-module__DdcQxa__optionsList{max-height:280px;margin:0;padding:.5rem 0;list-style:none;overflow:hidden auto}.CustomMultiSelect-module__DdcQxa__noResults{color:#666;text-align:center;padding:1rem 1.25rem;font-size:.9375rem}.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}
.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}
.ContractViewerModal-module__h9-qPG__modalBackdrop{z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.ContractViewerModal-module__h9-qPG__modal{z-index:9999;background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:1200px;height:85vh;max-height:85vh;margin:0;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}.ContractViewerModal-module__h9-qPG__modalHeader{border-bottom:1px solid var(--border-color);background:var(--panel-bg);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.ContractViewerModal-module__h9-qPG__modalTitle{color:var(--panel-black);margin:0;font-size:1.25rem;font-weight:600}.ContractViewerModal-module__h9-qPG__modalHeaderActions{align-items:center;gap:.75rem;display:flex}.ContractViewerModal-module__h9-qPG__closeButton{color:var(--panel-black);border:1px solid var(--border-color);cursor:pointer;background:#0000000d;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;font-weight:500;transition:all .2s;display:flex}.ContractViewerModal-module__h9-qPG__closeButton:hover{border-color:var(--panel-black);background:#0000001a}.ContractViewerModal-module__h9-qPG__deleteButton{color:#dc3545;cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.ContractViewerModal-module__h9-qPG__deleteButton:hover:not(:disabled){background:#dc354526;border-color:#dc3545;transform:translateY(-1px);box-shadow:0 4px 12px #dc354533}.ContractViewerModal-module__h9-qPG__deleteButton:disabled{opacity:.6;cursor:not-allowed}.ContractViewerModal-module__h9-qPG__sendButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.ContractViewerModal-module__h9-qPG__sendButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #e6077e4d}.ContractViewerModal-module__h9-qPG__sendButton:disabled{opacity:.6;cursor:not-allowed}.ContractViewerModal-module__h9-qPG__modalContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.ContractViewerModal-module__h9-qPG__pdfViewer{border:none;border-radius:0;width:100%;height:100%;min-height:600px}
.PDFViewerModal-module__LqU-6q__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#000000bf;position:fixed;inset:0}.PDFViewerModal-module__LqU-6q__modalContainer{z-index:9999;pointer-events:none;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.PDFViewerModal-module__LqU-6q__modal{pointer-events:auto;background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:min(90vw,1200px);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 70px #00000059}.PDFViewerModal-module__LqU-6q__modalHeader{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.PDFViewerModal-module__LqU-6q__modalTitle{color:var(--panel-black,#1a1a1a);margin:0;font-size:1.25rem;font-weight:600}.PDFViewerModal-module__LqU-6q__closeButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:.5rem;font-size:1.5rem;line-height:1;transition:color .2s;display:flex}.PDFViewerModal-module__LqU-6q__closeButton:hover{color:var(--power-pink,#e6077e);background:#e6077e1a}.PDFViewerModal-module__LqU-6q__modalContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.PDFViewerModal-module__LqU-6q__pdfViewer{border:none;flex:1;width:100%;height:100%;min-height:500px}.PDFViewerModal-module__LqU-6q__modalActions{border-top:1px solid #e0e0e0;justify-content:flex-end;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.PDFViewerModal-module__LqU-6q__downloadButton{background:var(--gradient-primary,linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%));color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.PDFViewerModal-module__LqU-6q__downloadButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e6077e4d}.PDFViewerModal-module__LqU-6q__closeButtonBottom{color:var(--panel-black,#1a1a1a);cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.PDFViewerModal-module__LqU-6q__closeButtonBottom:hover{background:#e0e0e0}@media (max-width:768px){.PDFViewerModal-module__LqU-6q__modalContainer{padding:1rem}.PDFViewerModal-module__LqU-6q__modal{max-width:100%;max-height:95vh}.PDFViewerModal-module__LqU-6q__modalHeader{padding:1rem 1.5rem}.PDFViewerModal-module__LqU-6q__modalTitle{font-size:1.1rem}.PDFViewerModal-module__LqU-6q__modalActions{flex-direction:column;padding:1rem 1.5rem}.PDFViewerModal-module__LqU-6q__downloadButton,.PDFViewerModal-module__LqU-6q__closeButtonBottom{width:100%}.PDFViewerModal-module__LqU-6q__pdfViewer{min-height:400px}}
.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)}
.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%}}
.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:95%;max-width:1100px;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 25px 75px #00000059}.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:3rem;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:600;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:2.5rem;display:flex}.InstallerOnboardingModal-module__XbC86W__section{flex-direction:column;gap:1.5rem;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(240px,1fr));gap:2rem;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__rateLabel{color:var(--panel-black);font-size:.9rem;font-weight:600;line-height:1.2;font-family:var(--font-work-sans),"Work Sans",sans-serif;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:0;display:flex}.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__infoIconWrapper{vertical-align:middle;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex;position:relative}.InstallerOnboardingModal-module__XbC86W__infoIcon{color:#666;width:18px;height:18px;font-size:.75rem;font-weight:700;font-family:var(--font-lexend),"Lexend",sans-serif;cursor:help;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.InstallerOnboardingModal-module__XbC86W__infoIcon:hover{background:var(--power-pink);color:#fff}.InstallerOnboardingModal-module__XbC86W__tooltip{background:var(--power-pink);color:#fff;text-align:center;pointer-events:none;opacity:0;visibility:hidden;z-index:100;border-radius:8px;width:250px;padding:.75rem;font-size:.8rem;font-weight:400;line-height:1.4;transition:all .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 4px 12px #e6077e33}.InstallerOnboardingModal-module__XbC86W__tooltip:after{content:"";border-style:solid;border-width:6px;border-color:var(--power-pink)transparent transparent transparent;position:absolute;top:100%;left:50%;transform:translate(-50%)}.InstallerOnboardingModal-module__XbC86W__infoIconWrapper:hover .InstallerOnboardingModal-module__XbC86W__tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(-4px)}.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__fieldSuccess{color:#16a34a;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{font-size:.9rem;font-style:italic;font-weight:500;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{background:#fff;border:1px solid #eef0f3;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem 1rem;transition:all .3s;display:grid;box-shadow:0 2px 4px #00000005}.InstallerOnboardingModal-module__XbC86W__rateItem:hover{border-color:#e0e4e9;transform:translateY(-2px);box-shadow:0 8px 16px #0000000f}.InstallerOnboardingModal-module__XbC86W__rateItem:last-child{margin-bottom:0}.InstallerOnboardingModal-module__XbC86W__rateInfoColumn{flex-direction:column;gap:.25rem;min-width:0;display:flex}.InstallerOnboardingModal-module__XbC86W__rateActionColumn{flex-direction:row;align-items:center;gap:1rem;min-width:0;display:flex}.InstallerOnboardingModal-module__XbC86W__rateRadioGroup{background:#f5f7f9;border-radius:10px;flex-shrink:0;gap:0;width:auto;padding:4px;display:flex}.InstallerOnboardingModal-module__XbC86W__rateToggleLabel{cursor:pointer;color:#666;text-align:center;-webkit-user-select:none;user-select:none;font-size:.9rem;font-weight:500;font-family:var(--font-work-sans),"Work Sans",sans-serif;border-radius:8px;justify-content:center;align-items:center;min-width:100px;padding:.4rem .8rem;transition:all .2s;display:flex;position:relative}.InstallerOnboardingModal-module__XbC86W__rateToggleLabel:hover{color:var(--panel-black);background:#00000005}.InstallerOnboardingModal-module__XbC86W__rateToggleLabel input[type=radio]{opacity:0;width:0;height:0;position:absolute}.InstallerOnboardingModal-module__XbC86W__rateToggleLabel:has(input:checked){color:var(--power-pink);background:#fff;font-weight:600;box-shadow:0 2px 8px #0000000d}.InstallerOnboardingModal-module__XbC86W__rateToggleLabel span{z-index:1}.InstallerOnboardingModal-module__XbC86W__rateInputGroup{flex:1;align-items:center;gap:.5rem;animation:.2s ease-out InstallerOnboardingModal-module__XbC86W__slideRight;display:flex}@keyframes InstallerOnboardingModal-module__XbC86W__slideRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.InstallerOnboardingModal-module__XbC86W__ratePrefix{color:var(--panel-black);font-size:1rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif}.InstallerOnboardingModal-module__XbC86W__rateInput{font-size:.95rem;font-weight:500;font-family:var(--font-work-sans),"Work Sans",sans-serif;color:var(--panel-black);background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:0 0 120px;padding:.6rem .8rem;transition:all .2s}.InstallerOnboardingModal-module__XbC86W__rateInput:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.InstallerOnboardingModal-module__XbC86W__rateSuffix{display:none}.InstallerOnboardingModal-module__XbC86W__footerNote{color:#666;font-size:.9rem;font-style:italic;font-weight:600;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:900px){.InstallerOnboardingModal-module__XbC86W__rateItem{grid-template-columns:1fr;gap:1rem}}@media (max-width:768px){.InstallerOnboardingModal-module__XbC86W__modal{border-radius:16px;max-height:95vh}.InstallerOnboardingModal-module__XbC86W__modalContent{padding:2rem 1.5rem}.InstallerOnboardingModal-module__XbC86W__title{font-size:1.75rem}.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:600px){.InstallerOnboardingModal-module__XbC86W__splitActions{flex-direction:column}}@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}}.InstallerOnboardingModal-module__XbC86W__addressToggle{cursor:pointer;color:#666;-webkit-user-select:none;user-select:none;background:#f8f9fa;border:1px solid #eee;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.InstallerOnboardingModal-module__XbC86W__addressToggle:hover{color:var(--panel-black);background:#f0f0f0;border-color:#ddd}.InstallerOnboardingModal-module__XbC86W__addressToggleActive{color:var(--power-pink);background:#e6077e14;border-color:#e6077e4d}.InstallerOnboardingModal-module__XbC86W__addressToggleIcon{align-items:center;font-size:1rem;line-height:1;display:flex}.InstallerOnboardingModal-module__XbC86W__successWrapper{z-index:10001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.InstallerOnboardingModal-module__XbC86W__successContent{text-align:center;background:#fff;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;width:90%;max-width:400px;padding:3rem;display:flex;box-shadow:0 20px 40px #0000001a}.InstallerOnboardingModal-module__XbC86W__successIcon{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;display:flex;box-shadow:0 8px 16px #4caf504d}.InstallerOnboardingModal-module__XbC86W__successTitle{color:var(--panel-black);font-size:1.5rem;font-weight:600;line-height:1.3;font-family:var(--font-lexend),"Lexend",sans-serif}.InstallerOnboardingModal-module__XbC86W__priceReviewContainer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex}.InstallerOnboardingModal-module__XbC86W__priceReviewSection{flex-direction:column;gap:1rem;display:flex}.InstallerOnboardingModal-module__XbC86W__priceReviewSectionTitle{color:var(--power-pink);font-size:1rem;font-weight:600;font-family:var(--font-lexend),"Lexend",sans-serif;border-bottom:1px solid #e2e8f0;margin:0;padding-bottom:.5rem}.InstallerOnboardingModal-module__XbC86W__priceReviewGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem 2rem;display:grid}.InstallerOnboardingModal-module__XbC86W__priceReviewRow{color:#020810;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;display:flex}.InstallerOnboardingModal-module__XbC86W__priceReviewLabel{font-family:var(--font-work-sans),"Work Sans",sans-serif;align-items:center;gap:.35rem;display:inline-flex}.InstallerOnboardingModal-module__XbC86W__priceReviewValue{color:var(--panel-black);font-weight:500}.InstallerOnboardingModal-module__XbC86W__priceActionWrapper{flex-direction:column;align-items:stretch;gap:1rem;display:flex}.InstallerOnboardingModal-module__XbC86W__priceActionCard{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex:1;align-items:center;gap:1rem;max-width:450px;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.InstallerOnboardingModal-module__XbC86W__priceActionCardFull{width:100%;max-width:none}.InstallerOnboardingModal-module__XbC86W__priceActionModifyButton{color:var(--panel-black);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-lexend),"Lexend",sans-serif;background:#fff;border:2px solid #e2e8f0;border-radius:10px;align-self:flex-end;padding:.5rem 1.25rem;transition:all .2s}.InstallerOnboardingModal-module__XbC86W__priceActionModifyButton:hover{border-color:var(--power-pink);background:#e6077e0a}.InstallerOnboardingModal-module__XbC86W__priceActionModifyButtonActive{border-color:var(--power-pink);color:var(--power-pink);background:#d8167d14}.InstallerOnboardingModal-module__XbC86W__priceActionCard:hover{border-color:var(--power-pink);background:#e6077e05;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.InstallerOnboardingModal-module__XbC86W__priceActionCardActive{border-color:var(--power-pink);background:#d8167d0d}.InstallerOnboardingModal-module__XbC86W__priceActionRadio{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.InstallerOnboardingModal-module__XbC86W__priceActionCardActive .InstallerOnboardingModal-module__XbC86W__priceActionRadio{border-color:var(--power-pink)}.InstallerOnboardingModal-module__XbC86W__priceActionRadioInner{background:var(--power-pink);border-radius:50%;width:12px;height:12px;transition:transform .2s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}.InstallerOnboardingModal-module__XbC86W__priceActionCardActive .InstallerOnboardingModal-module__XbC86W__priceActionRadioInner{transform:scale(1)}.InstallerOnboardingModal-module__XbC86W__priceActionContent{flex-direction:column;gap:.25rem;display:flex}.InstallerOnboardingModal-module__XbC86W__priceActionTitle{color:var(--panel-black);font-size:1.1rem;font-weight:600;font-family:var(--font-lexend),"Lexend",sans-serif;margin:0}.InstallerOnboardingModal-module__XbC86W__priceActionDesc{color:#02060b;margin:0;font-size:.9rem;font-weight:500;line-height:1.4}.InstallerOnboardingModal-module__XbC86W__finalSummarySection{flex-direction:column;align-items:center;padding:2rem 0;display:flex}.InstallerOnboardingModal-module__XbC86W__summaryBox{border:1px dashed var(--power-pink);text-align:center;background:#f8fafc;border-radius:16px;width:100%;max-width:700px;margin-top:2rem;padding:1.5rem}.InstallerOnboardingModal-module__XbC86W__summaryTitle{color:var(--panel-black);font-size:1.1rem;font-weight:600;font-family:var(--font-lexend),"Lexend",sans-serif;margin-bottom:.75rem}.InstallerOnboardingModal-module__XbC86W__summaryText{color:#475569;margin:0;font-size:1rem;font-weight:500;line-height:1.6}@media (max-width:640px){.InstallerOnboardingModal-module__XbC86W__priceReviewGrid{grid-template-columns:1fr}.InstallerOnboardingModal-module__XbC86W__priceActionWrapper{flex-direction:column;align-items:center}.InstallerOnboardingModal-module__XbC86W__priceActionCard{width:100%;max-width:none}}
.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}}
.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}
.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}}
.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}}
.NotificationModal-module__v6A8-G__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10060;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.NotificationModal-module__v6A8-G__modal{z-index:10061;background:#fff;border-radius:20px;width:90%;max-width:450px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040}.NotificationModal-module__v6A8-G__content{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.NotificationModal-module__v6A8-G__icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.NotificationModal-module__v6A8-G__success{color:#4caf50;background:#4caf501a;border:2px solid #4caf50}.NotificationModal-module__v6A8-G__error{color:#f44336;background:#f443361a;border:2px solid #f44336}.NotificationModal-module__v6A8-G__info{color:#2196f3;background:#2196f31a;border:2px solid #2196f3}.NotificationModal-module__v6A8-G__question{color:#9c27b0;background:#9c27b01a;border:2px solid #9c27b0}.NotificationModal-module__v6A8-G__title{color:#1a1a1b;font-size:1.5rem;font-weight:600;font-family:var(--font-lexend),"Lexend",sans-serif;margin:0}.NotificationModal-module__v6A8-G__message{color:#4b5563;white-space:pre-line;font-size:1rem;line-height:1.5;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin:0}.NotificationModal-module__v6A8-G__actions{gap:1rem;width:100%;margin-top:.5rem;display:flex}.NotificationModal-module__v6A8-G__confirmButton,.NotificationModal-module__v6A8-G__cancelButton{cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;border:none;border-radius:12px;flex:1;padding:.75rem 1.5rem;transition:all .2s}.NotificationModal-module__v6A8-G__confirmButton{background:var(--power-pink,#e6077e);color:#fff}.NotificationModal-module__v6A8-G__confirmButton:hover{opacity:.9;transform:translateY(-1px)}.NotificationModal-module__v6A8-G__cancelButton{color:#4b5563;background:#f3f4f6}.NotificationModal-module__v6A8-G__cancelButton:hover{background:#e5e7eb}
.JobDetailsModal-module__LrJDlG__backdrop{z-index:10050;background:#0006;position:fixed;inset:0}.JobDetailsModal-module__LrJDlG__wrap{z-index:10051;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.JobDetailsModal-module__LrJDlG__panel{background:#fff;border:1px solid #e9a9c3;border-radius:1rem;width:100%;max-width:56rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.JobDetailsModal-module__LrJDlG__header{border-bottom:1px solid #efefef;justify-content:space-between;align-items:flex-start;padding:1.25rem;display:flex}.JobDetailsModal-module__LrJDlG__headerTitle{font-size:1.25rem;font-weight:600}.JobDetailsModal-module__LrJDlG__headerMeta{color:#6b7280;font-size:.875rem}.JobDetailsModal-module__LrJDlG__closeBtn{cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.5rem}.JobDetailsModal-module__LrJDlG__closeBtn:hover{background:#f3f4f6}.JobDetailsModal-module__LrJDlG__closeBtnSvg{color:#4b5563;width:1.25rem;height:1.25rem}.JobDetailsModal-module__LrJDlG__body{max-height:80vh;padding:1.5rem;overflow-y:auto}.JobDetailsModal-module__LrJDlG__grid{gap:1.5rem;display:grid}.JobDetailsModal-module__LrJDlG__gridTwoCol{grid-template-columns:1fr 1fr}@media (max-width:1023px){.JobDetailsModal-module__LrJDlG__gridTwoCol{grid-template-columns:1fr}}.JobDetailsModal-module__LrJDlG__colSpan2{grid-column:1/-1}.JobDetailsModal-module__LrJDlG__tickRow{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.JobDetailsModal-module__LrJDlG__tickBox{border:1px solid #d1d5db;border-radius:.25rem;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex}.JobDetailsModal-module__LrJDlG__tickBoxOn{color:#fff;background:#e6077e;border-color:#e6077e}.JobDetailsModal-module__LrJDlG__tickBoxOff{color:#9ca3af;background:#fff}.JobDetailsModal-module__LrJDlG__tickLabel{white-space:nowrap}.JobDetailsModal-module__LrJDlG__scheduleBadge{border-radius:9999px;align-items:center;margin-bottom:.75rem;padding:.25rem .75rem;font-size:12px;display:inline-flex}.JobDetailsModal-module__LrJDlG__scheduleGrid{grid-template-columns:auto 1fr;align-items:center;gap:.25rem 1rem;display:grid}.JobDetailsModal-module__LrJDlG__scheduleLabel{color:#374151;font-size:13px}.JobDetailsModal-module__LrJDlG__scheduleInstallerDisplay{color:#111827;margin-bottom:.25rem;font-size:14px}.JobDetailsModal-module__LrJDlG__scheduleInstallerSeparator{color:#6b7280}.JobDetailsModal-module__LrJDlG__technicianRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.JobDetailsModal-module__LrJDlG__editTechnicianBtn,.JobDetailsModal-module__LrJDlG__addTechnicianBtn,.JobDetailsModal-module__LrJDlG__createTechnicianBtn{color:#e6077e;cursor:pointer;background:#fff;border:1px solid #e9a9c3;border-radius:.5rem;padding:.45rem .75rem;font-size:12px;font-weight:600}.JobDetailsModal-module__LrJDlG__editTechnicianBtn:hover,.JobDetailsModal-module__LrJDlG__addTechnicianBtn:hover,.JobDetailsModal-module__LrJDlG__createTechnicianBtn:hover{background:#fff1f7}.JobDetailsModal-module__LrJDlG__technicianEditor{gap:.75rem;display:grid}.JobDetailsModal-module__LrJDlG__technicianEditorTopRow{align-items:center;gap:.75rem;display:flex}.JobDetailsModal-module__LrJDlG__technicianEditorTopRow .JobDetailsModal-module__LrJDlG__select{flex:1}.JobDetailsModal-module__LrJDlG__technicianActionWrap{display:inline-flex;position:relative}.JobDetailsModal-module__LrJDlG__addTechnicianIconBtn{color:#e6077e;cursor:pointer;background:#fff;border:1px solid #e9a9c3;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.JobDetailsModal-module__LrJDlG__addTechnicianIconBtn:hover{background:#fff1f7}.JobDetailsModal-module__LrJDlG__technicianTooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:2;background:#111827eb;border-radius:.5rem;padding:.45rem .55rem;font-size:12px;line-height:1;transition:opacity .2s;position:absolute;top:calc(100% + .5rem);right:0}.JobDetailsModal-module__LrJDlG__technicianActionWrap:hover .JobDetailsModal-module__LrJDlG__technicianTooltip,.JobDetailsModal-module__LrJDlG__technicianActionWrap:focus-within .JobDetailsModal-module__LrJDlG__technicianTooltip{opacity:1}.JobDetailsModal-module__LrJDlG__addTechnicianForm{background:#fff8fb;border:1px solid #f3d1e0;border-radius:.75rem;gap:.5rem;padding:.75rem;display:grid}@media (max-width:640px){.JobDetailsModal-module__LrJDlG__technicianEditorTopRow{flex-direction:column;align-items:stretch}}.JobDetailsModal-module__LrJDlG__input{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;font-size:13px}.JobDetailsModal-module__LrJDlG__input:focus{box-shadow:0 0 0 2px #e5e7eb}.JobDetailsModal-module__LrJDlG__select{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;font-size:13px}.JobDetailsModal-module__LrJDlG__saveWrap{grid-column:1/-1;justify-content:flex-end;display:flex}.JobDetailsModal-module__LrJDlG__saveBtn{color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.JobDetailsModal-module__LrJDlG__saveBtn:disabled{opacity:.5}.JobDetailsModal-module__LrJDlG__saveHint{color:#6b7280;grid-column:1/-1;font-size:12px}.JobDetailsModal-module__LrJDlG__customerRow{align-items:center;gap:.75rem;display:flex}.JobDetailsModal-module__LrJDlG__avatar{color:#fff;border-radius:.5rem;place-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:grid}.JobDetailsModal-module__LrJDlG__customerInfo{line-height:1.25}.JobDetailsModal-module__LrJDlG__customerName{font-weight:500}.JobDetailsModal-module__LrJDlG__customerPhone{color:#6b7280;font-size:.75rem}.JobDetailsModal-module__LrJDlG__addressText{color:#1f2937;white-space:pre-line;font-size:13px}.JobDetailsModal-module__LrJDlG__descBox{background:#f9fafb;border-radius:.5rem;padding:.75rem}.JobDetailsModal-module__LrJDlG__descLabel{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.JobDetailsModal-module__LrJDlG__descContent{color:#1f2937;font-size:.875rem}.JobDetailsModal-module__LrJDlG__partCard{border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.JobDetailsModal-module__LrJDlG__partHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.JobDetailsModal-module__LrJDlG__partSupplierRow{align-items:center;gap:.5rem;display:flex}.JobDetailsModal-module__LrJDlG__partMethodSelect{background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;outline:none;margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem}.JobDetailsModal-module__LrJDlG__partFields{padding-left:1.75rem}.JobDetailsModal-module__LrJDlG__partGrid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.JobDetailsModal-module__LrJDlG__partLabel{color:#374151;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.JobDetailsModal-module__LrJDlG__partReadonly{color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.5rem .75rem;font-size:13px}.JobDetailsModal-module__LrJDlG__partEmailHint{color:#6b7280;margin-top:.5rem;font-size:.75rem}.JobDetailsModal-module__LrJDlG__partRefs{background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;margin-top:.5rem;padding:.75rem}.JobDetailsModal-module__LrJDlG__partRefsTitle{color:#374151;margin-bottom:.25rem;font-size:.75rem;font-weight:500}.JobDetailsModal-module__LrJDlG__partRefsGrid{color:#1f2937;grid-template-columns:1fr 1fr;gap:.5rem;font-size:12px;display:grid}.JobDetailsModal-module__LrJDlG__partRefLabel{color:#6b7280}.JobDetailsModal-module__LrJDlG__partRefValue{font-weight:500}.JobDetailsModal-module__LrJDlG__applyBtnWrap{justify-content:flex-end;margin-top:1rem;display:flex}.JobDetailsModal-module__LrJDlG__applyBtn{color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.JobDetailsModal-module__LrJDlG__noParts{color:#6b7280;font-size:.875rem}.JobDetailsModal-module__LrJDlG__assetPills{flex-wrap:wrap;gap:.5rem;display:flex}.JobDetailsModal-module__LrJDlG__assetPill{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:12px;display:inline-flex}.JobDetailsModal-module__LrJDlG__assetPillSelected{box-shadow:0 0 0 2px #e6077e40}.JobDetailsModal-module__LrJDlG__assetLoading{justify-content:center;align-items:center;width:100%;height:200px;display:flex}.JobDetailsModal-module__LrJDlG__assetLoadingInner{text-align:center;color:#6b7280}.JobDetailsModal-module__LrJDlG__assetSpinner{border:2px solid #111827;border-bottom-color:#0000;border-radius:9999px;width:1.5rem;height:1.5rem;margin-bottom:.5rem;animation:.8s linear infinite JobDetailsModal-module__LrJDlG__spin;display:inline-block}.JobDetailsModal-module__LrJDlG__assetLoadingP{font-size:.75rem}.JobDetailsModal-module__LrJDlG__assetError{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;width:100%;padding:.75rem;font-size:.875rem}.JobDetailsModal-module__LrJDlG__assetImgWrap{border:1px solid #e5e7eb;border-radius:.5rem;width:100%;overflow:hidden}.JobDetailsModal-module__LrJDlG__assetImgRelative{position:relative}.JobDetailsModal-module__LrJDlG__assetImg{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;max-height:480px}.JobDetailsModal-module__LrJDlG__assetDownloadBtn{cursor:pointer;background:#ffffffe6;border:1px solid #d1d5db;border-radius:9999px;padding:.5rem;position:absolute;top:.5rem;right:.5rem;box-shadow:0 1px 2px #0000000d}.JobDetailsModal-module__LrJDlG__assetNavWrap{justify-content:space-between;align-items:center;padding:0 .75rem;display:flex;position:absolute;inset:0}.JobDetailsModal-module__LrJDlG__assetNavBtn{cursor:pointer;color:#374151;background:#fffc;border:1px solid #d1d5db;border-radius:.25rem;padding:.25rem .5rem}.JobDetailsModal-module__LrJDlG__assetNavBtn:hover{background:#fff}.JobDetailsModal-module__LrJDlG__assetCounter{color:#374151;background:#fffc;border:1px solid #d1d5db;border-radius:.25rem;padding:.125rem .5rem;font-size:.75rem;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.JobDetailsModal-module__LrJDlG__assetLinks{color:#6b7280;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.75rem;display:flex}.JobDetailsModal-module__LrJDlG__assetLink{color:#2563eb;text-decoration:none}.JobDetailsModal-module__LrJDlG__assetLink:hover{text-decoration:underline}.JobDetailsModal-module__LrJDlG__pdfWrap{border:1px solid #e5e7eb;border-radius:.5rem;width:100%;overflow:hidden}.JobDetailsModal-module__LrJDlG__pdfInner{background:#f3f4f6;height:600px;position:relative}.JobDetailsModal-module__LrJDlG__pdfIframe{border:none;width:100%;height:100%}.JobDetailsModal-module__LrJDlG__fileLink{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;font-size:13px;text-decoration:none;display:inline-flex}.JobDetailsModal-module__LrJDlG__fileLink:hover{background:#f9fafb}.JobDetailsModal-module__LrJDlG__fileLinkSvg{color:#6b7280;width:1rem;height:1rem}.JobDetailsModal-module__LrJDlG__footer{border-top:1px solid #efefef;justify-content:flex-end;align-items:center;padding:1.25rem;display:flex}.JobDetailsModal-module__LrJDlG__footerBtn{color:#fff;cursor:pointer;background:#e6077e;border:none;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem}@keyframes JobDetailsModal-module__LrJDlG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.installer-dashboard-module__fMlSeW__page{max-width:1400px;margin:0 auto}@media (min-width:1600px){.installer-dashboard-module__fMlSeW__page{max-width:1800px}}@media (min-width:1920px){.installer-dashboard-module__fMlSeW__page{max-width:2200px}}.installer-dashboard-module__fMlSeW__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.installer-dashboard-module__fMlSeW__headerActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.installer-dashboard-module__fMlSeW__createInstallersBtn{color:#fff;background:var(--power-pink,#e6077e);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;font-weight:600}.installer-dashboard-module__fMlSeW__createInstallersBtn:hover{opacity:.92}.installer-dashboard-module__fMlSeW__headerTitle{background:var(--gradient-primary,linear-gradient(135deg,#e6077e,#9b2f58));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:600}.installer-dashboard-module__fMlSeW__headerSubtitle{color:var(--panel-black,#231f20);opacity:.7;font-size:1.05rem;font-weight:400}.installer-dashboard-module__fMlSeW__searchWrap{min-width:220px;max-width:320px}.installer-dashboard-module__fMlSeW__tableWrap{min-height:200px;position:relative}.installer-dashboard-module__fMlSeW__retryBtn{color:#fff;background:var(--power-pink,#e6077e);cursor:pointer;border:none;border-radius:8px;margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.installer-dashboard-module__fMlSeW__retryBtn:hover{opacity:.9}.installer-dashboard-module__fMlSeW__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 0;display:flex}.installer-dashboard-module__fMlSeW__paginationInfo{color:#6b7280;margin-right:.5rem;font-size:.875rem}.installer-dashboard-module__fMlSeW__paginationPerPage{align-items:center;gap:.5rem;margin-right:.5rem;display:inline-flex}.installer-dashboard-module__fMlSeW__paginationPerPageLabel{color:#6b7280;white-space:nowrap;font-size:.875rem}.installer-dashboard-module__fMlSeW__paginationSelect{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.25rem .5rem;font-size:.875rem}.installer-dashboard-module__fMlSeW__paginationSelect:hover,.installer-dashboard-module__fMlSeW__paginationSelect:focus{border-color:var(--power-pink,#e6077e);outline:none}.installer-dashboard-module__fMlSeW__paginationBtn{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-width:2rem;height:2rem;padding:0 .5rem;font-size:.875rem}.installer-dashboard-module__fMlSeW__paginationBtn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.installer-dashboard-module__fMlSeW__paginationBtn:disabled{opacity:.5;cursor:not-allowed}.installer-dashboard-module__fMlSeW__paginationBtnActive{background:var(--power-pink,#e6077e);color:#fff;border-color:var(--power-pink,#e6077e)}.installer-dashboard-module__fMlSeW__paginationBtnActive:hover:not(:disabled){background:#d00670;border-color:#d00670}
.installer-onboarding-module__ghFnIW__page{max-width:1400px;margin:0 auto}.installer-onboarding-module__ghFnIW__header{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.installer-onboarding-module__ghFnIW__headerActions{align-items:center;gap:1.5rem;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;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,.installer-onboarding-module__ghFnIW__refreshStatusButton{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__refreshStatusButton{background:linear-gradient(135deg,#2196f3 0%,#1976d2 100%);margin-top:1rem;padding:.5rem 1rem;font-size:.875rem}.installer-onboarding-module__ghFnIW__refreshStatusButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2196f34d}.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,.installer-onboarding-module__ghFnIW__refreshStatusButton: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__retractContractButton{color:#f57c00;cursor:pointer;background:#ff98001a;border:1px solid #ff98004d;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.installer-onboarding-module__ghFnIW__retractContractButton:hover:not(:disabled){background:#ff980026;border-color:#f57c00;transform:translateY(-1px);box-shadow:0 4px 12px #ff980033}.installer-onboarding-module__ghFnIW__retractContractButton:disabled{opacity:.6;cursor:not-allowed}.installer-onboarding-module__ghFnIW__statusActions{justify-content:flex-start;align-items:flex-start;gap:.75rem;margin-top:0;display:flex}.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__userCreatedBadge{background:var(--power-pink);color:#fff;white-space:nowrap;border-radius:10px;padding:.8rem 1rem;font-size:.875rem;font-weight:600;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__signedContractLinkButton{color:#2196f3;cursor:pointer;background:0 0;border:none;padding:0;font-size:.95rem;font-weight:500;text-decoration:underline}.installer-onboarding-module__ghFnIW__signedContractLinkButton:hover{color:#1976d2}.installer-onboarding-module__ghFnIW__signedContractFile{background:#28a74514;border:1px solid #28a74533;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin:.25rem 0;padding:.5rem .75rem;display:flex}.installer-onboarding-module__ghFnIW__signedContractFileNameButton{color:#28a745;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.95rem;font-weight:500;transition:all .2s}.installer-onboarding-module__ghFnIW__signedContractFileNameButton:hover{background:#28a7451f;border-color:#28a7454d}.installer-onboarding-module__ghFnIW__recipientStatusWrapper{background:#2196f314;border:1px solid #2196f333;border-radius:6px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.85rem;display:flex}.installer-onboarding-module__ghFnIW__recipientStatusLabel{color:#1976d2;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.installer-onboarding-module__ghFnIW__recipientStatusValue{color:var(--panel-black);font-weight:600}.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__cardFooterActions{align-items:center;gap:.75rem;display:flex}.installer-onboarding-module__ghFnIW__createAccountButton{color:#fff;background:var(--power-pink,#e6077e);cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.installer-onboarding-module__ghFnIW__createAccountButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.installer-onboarding-module__ghFnIW__createAccountButton:disabled{opacity:.7;cursor:not-allowed}.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__powerAppsButton{cursor:pointer;background:#2196f31a;border:1px solid #2196f34d;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;margin:0 .25rem;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.installer-onboarding-module__ghFnIW__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 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__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 installer-onboarding-module__ghFnIW__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.installer-onboarding-module__ghFnIW__powerAppsButton:hover:not(:disabled){background:#2196f333;border-color:#2196f380;transform:translateY(-1px);box-shadow:0 2px 8px #2196f333}.installer-onboarding-module__ghFnIW__powerAppsButton:disabled{opacity:.5;cursor:wait}.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__editFormHint{color:#666;margin:0 0 .5rem;font-size:.875rem}.installer-onboarding-module__ghFnIW__editRadioGroup{flex-direction:column;gap:.5rem;display:flex}.installer-onboarding-module__ghFnIW__editRadioLabel{color:var(--panel-black);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.installer-onboarding-module__ghFnIW__editRadioLabel input{cursor:pointer}.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}.installer-onboarding-module__ghFnIW__stats{color:#666;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.installer-onboarding-module__ghFnIW__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1.5rem 0;display:flex}.installer-onboarding-module__ghFnIW__pageNumbers{align-items:center;gap:.5rem;display:flex}.installer-onboarding-module__ghFnIW__paginationButton{cursor:pointer;color:var(--panel-black);background:#fff;border:2px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;min-width:40px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.installer-onboarding-module__ghFnIW__paginationButton:hover:not(.installer-onboarding-module__ghFnIW__disabled){border-color:var(--power-pink);color:var(--power-pink);background:#e6077e0d}.installer-onboarding-module__ghFnIW__paginationButton.installer-onboarding-module__ghFnIW__active{background:var(--gradient-primary);color:#fff;border-color:var(--power-pink);box-shadow:0 2px 8px #e6077e4d}.installer-onboarding-module__ghFnIW__paginationButton.installer-onboarding-module__ghFnIW__disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.installer-onboarding-module__ghFnIW__paginationButton.installer-onboarding-module__ghFnIW__disabled:hover{color:var(--panel-black);background:#f5f5f5;border-color:#e0e0e0}.installer-onboarding-module__ghFnIW__prevNextButton{padding:.5rem 1.25rem;font-weight:500}.installer-onboarding-module__ghFnIW__ellipsis{color:#999;-webkit-user-select:none;user-select:none;padding:.5rem .25rem;font-size:.9rem}.installer-onboarding-module__ghFnIW__pageNumberButton{min-width:40px}@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}}.installer-onboarding-module__ghFnIW__gmConfigButton{color:var(--power-pink);cursor:pointer;background:#fff;border:1px solid #e6077e4d;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #e6077e0d}.installer-onboarding-module__ghFnIW__gmConfigButton:hover{border-color:var(--power-pink);background:#e6077e0d;transform:translateY(-2px);box-shadow:0 6px 16px #e6077e1a}.installer-onboarding-module__ghFnIW__gmModal{z-index:10001;background:#fff;border-radius:24px;flex-direction:column;width:90%;max-width:500px;display:flex;position:fixed;top:30%;left:40%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 25px 50px -12px #00000040}.installer-onboarding-module__ghFnIW__gmModalHeader{background:var(--gradient-primary);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.installer-onboarding-module__ghFnIW__gmModalHeader h2{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.installer-onboarding-module__ghFnIW__closeBtn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.installer-onboarding-module__ghFnIW__closeBtn:hover{background:#ffffff4d}.installer-onboarding-module__ghFnIW__gmModalBody{padding:2rem}.installer-onboarding-module__ghFnIW__gmModalSubtitle{color:#4b5563;margin-bottom:2rem;font-size:1rem;font-weight:500;line-height:1.5}.installer-onboarding-module__ghFnIW__gmFormGroup{margin-bottom:1.5rem}.installer-onboarding-module__ghFnIW__gmFormGroup label{color:var(--panel-black);text-transform:uppercase;letter-spacing:.5px;opacity:.8;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.installer-onboarding-module__ghFnIW__gmFormGroup input{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:.875rem 1.25rem;font-size:1rem;transition:all .2s}.installer-onboarding-module__ghFnIW__gmFormGroup input:focus{border-color:var(--power-pink);background:#fff;box-shadow:0 0 0 4px #e6077e1a}.installer-onboarding-module__ghFnIW__gmModalActions{gap:1rem;margin-top:2rem;display:flex}.installer-onboarding-module__ghFnIW__gmCancelBtn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;flex:1;padding:1rem;font-weight:600;transition:all .2s}.installer-onboarding-module__ghFnIW__gmCancelBtn:hover{background:#e5e7eb}.installer-onboarding-module__ghFnIW__gmSaveBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:2;padding:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #e6077e33}.installer-onboarding-module__ghFnIW__gmSaveBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e6077e4d}.installer-onboarding-module__ghFnIW__gmSaveBtn:disabled{opacity:.7;cursor:wait}
.installer-dashboard-module__ntarza__pageWrap{flex-direction:column;min-height:70dvh;display:flex}.installer-dashboard-module__ntarza__pageWrap>:nth-child(2){flex:1;min-height:280px}.installer-dashboard-module__ntarza__headerRowCentered{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem;display:grid}.installer-dashboard-module__ntarza__headerRowCentered>h1{grid-column:2;justify-self:center}.installer-dashboard-module__ntarza__headerRowCentered>:last-child:not(h1){grid-column:3;justify-self:end}@media (max-width:640px){.installer-dashboard-module__ntarza__headerRowCentered{text-align:center;grid-template-columns:1fr;justify-items:center}.installer-dashboard-module__ntarza__headerRowCentered>h1{grid-column:1}.installer-dashboard-module__ntarza__headerRowCentered>:last-child{grid-column:1;justify-self:stretch;max-width:100%}}
.CreateInstallersModal-module__xr3MnG__content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.CreateInstallersModal-module__xr3MnG__tableWrap{border:1px solid var(--gray-border,#e5e7eb);background:#fff;border-radius:8px;flex:1;min-height:200px;overflow:auto}.CreateInstallersModal-module__xr3MnG__table{border-collapse:collapse;width:100%;font-size:.875rem}.CreateInstallersModal-module__xr3MnG__table th{text-align:left;color:#374151;border-bottom:1px solid var(--gray-border,#e5e7eb);white-space:nowrap;background:#f9fafb;padding:.75rem 1rem;font-weight:600}.CreateInstallersModal-module__xr3MnG__table td{border-bottom:1px solid var(--gray-border,#e5e7eb);color:#231f20;vertical-align:middle;padding:.75rem 1rem}.CreateInstallersModal-module__xr3MnG__table tbody tr:hover{background:#fafafa}.CreateInstallersModal-module__xr3MnG__table td.CreateInstallersModal-module__xr3MnG__empty{color:#9ca3af}.CreateInstallersModal-module__xr3MnG__btnCreate{color:#fff;background:var(--power-pink,#e6077e);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.4rem .9rem;font-size:.8125rem;font-weight:600}.CreateInstallersModal-module__xr3MnG__btnCreate:hover:not(:disabled){opacity:.92}.CreateInstallersModal-module__xr3MnG__btnCreate:disabled{opacity:.6;cursor:not-allowed}.CreateInstallersModal-module__xr3MnG__btnSendEmail{color:#fff;cursor:pointer;white-space:nowrap;background:#22c55e;border:none;border-radius:6px;margin-right:.5rem;padding:.4rem .9rem;font-size:.8125rem;font-weight:600}.CreateInstallersModal-module__xr3MnG__btnSendEmail:hover{opacity:.92}.CreateInstallersModal-module__xr3MnG__btnDelete{color:#fff;cursor:pointer;white-space:nowrap;background:#ef4444;border:none;border-radius:6px;padding:.4rem .9rem;font-size:.8125rem;font-weight:600}.CreateInstallersModal-module__xr3MnG__btnDelete:hover{opacity:.92}.CreateInstallersModal-module__xr3MnG__statusBadge{color:#1e40af;background:#dbeafe;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.CreateInstallersModal-module__xr3MnG__loadingWrap,.CreateInstallersModal-module__xr3MnG__errorWrap,.CreateInstallersModal-module__xr3MnG__emptyWrap{text-align:center;color:#6b7280;padding:2rem;font-size:.9375rem}.CreateInstallersModal-module__xr3MnG__errorWrap{color:#dc2626}.CreateInstallersModal-module__xr3MnG__spinner{border:3px solid #e6077e26;border-top-color:var(--power-pink,#e6077e);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite CreateInstallersModal-module__xr3MnG__spin}@keyframes CreateInstallersModal-module__xr3MnG__spin{to{transform:rotate(360deg)}}.CreateInstallersModal-module__xr3MnG__actionsCell{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}
.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)}}
.CookieConsent-module__QbGkGW__cookieBanner{z-index:9999;-webkit-backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #e6077e33;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 10px 40px #00000026,0 0 0 1px #e6077e1a;width:min(900px,100vw - 4rem)!important;position:fixed!important;bottom:2rem!important;left:2rem!important;right:auto!important;transform:none!important}.CookieConsent-module__QbGkGW__content{justify-content:space-between;align-items:center;gap:2rem;display:flex}.CookieConsent-module__QbGkGW__textSection{flex:1}.CookieConsent-module__QbGkGW__title{color:var(--panel-black);font-size:1.1rem;font-weight:600;font-family:var(--font-lexend),"Lexend",sans-serif;margin:0 0 .5rem}.CookieConsent-module__QbGkGW__description{color:#475569;font-size:.9rem;line-height:1.6;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin:0}.CookieConsent-module__QbGkGW__privacyLink{color:var(--power-pink);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline;transition:opacity .2s}.CookieConsent-module__QbGkGW__privacyLink:hover{opacity:.8}.CookieConsent-module__QbGkGW__actions{flex-shrink:0;gap:1rem;display:flex}.CookieConsent-module__QbGkGW__acceptButton,.CookieConsent-module__QbGkGW__declineButton{cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-lexend),"Lexend",sans-serif;white-space:nowrap;border:none;border-radius:12px;padding:.75rem 1.75rem;transition:all .3s}.CookieConsent-module__QbGkGW__acceptButton{background:linear-gradient(135deg,var(--power-pink)0%,#c20560 100%);color:#fff;box-shadow:0 4px 15px #e6077e4d}.CookieConsent-module__QbGkGW__acceptButton:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e6077e66}.CookieConsent-module__QbGkGW__declineButton{color:#475569;background:#fff;border:2px solid #e2e8f0}.CookieConsent-module__QbGkGW__declineButton:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width:768px){.CookieConsent-module__QbGkGW__cookieBanner{border-radius:20px 20px 0 0;max-width:100%;padding:1.25rem 1.5rem;bottom:0;left:0;right:0}.CookieConsent-module__QbGkGW__content{flex-direction:column;align-items:stretch;gap:1.25rem}.CookieConsent-module__QbGkGW__actions{flex-direction:column-reverse;gap:.75rem}.CookieConsent-module__QbGkGW__acceptButton,.CookieConsent-module__QbGkGW__declineButton{width:100%;padding:.875rem}.CookieConsent-module__QbGkGW__title{font-size:1rem}.CookieConsent-module__QbGkGW__description{font-size:.85rem}}@media (prefers-color-scheme:dark){.CookieConsent-module__QbGkGW__cookieBanner{background:#1e1e1ef2;border-color:#e6077e4d}.CookieConsent-module__QbGkGW__title{color:#f1f5f9}.CookieConsent-module__QbGkGW__description{color:#cbd5e1}.CookieConsent-module__QbGkGW__declineButton{color:#e2e8f0;background:#ffffff1a;border-color:#fff3}.CookieConsent-module__QbGkGW__declineButton:hover{background:#ffffff26;border-color:#ffffff4d}}
.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%}}
.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}}
.AdminListSkeleton-module__wSyI0G__stats{min-height:28px;margin-bottom:1rem}.AdminListSkeleton-module__wSyI0G__submissionsList{flex-direction:column;display:flex}.AdminListSkeleton-module__wSyI0G__card{background:#ffffffd9;border:1px solid #00000014;border-radius:20px;margin-bottom:1.5rem;padding:1.25rem 2rem;box-shadow:0 10px 40px #00000014}.AdminListSkeleton-module__wSyI0G__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.AdminListSkeleton-module__wSyI0G__headerLeft{flex:1;min-width:0}.AdminListSkeleton-module__wSyI0G__headerActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.AdminListSkeleton-module__wSyI0G__skeletonLine,.AdminListSkeleton-module__wSyI0G__skeletonPill,.AdminListSkeleton-module__wSyI0G__skeletonBtn{background:linear-gradient(90deg,#e5e7eb 0%,#f3f4f6 50%,#e5e7eb 100%) 0 0/200% 100%;border-radius:4px;animation:1.2s ease-in-out infinite AdminListSkeleton-module__wSyI0G__skeletonShimmer}.AdminListSkeleton-module__wSyI0G__skeletonPill{border-radius:9999px;width:88px;height:32px}.AdminListSkeleton-module__wSyI0G__skeletonBtn{width:32px;height:32px}@keyframes AdminListSkeleton-module__wSyI0G__skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
