.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)}
.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__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;font-size:1rem;font-weight:500;font-family:var(--font-work-sans),"Work Sans",sans-serif;justify-content:space-between;align-items:center;display:flex}.InstallerOnboardingModal-module__XbC86W__priceReviewValue{color:var(--panel-black);font-weight:500}.InstallerOnboardingModal-module__XbC86W__priceActionWrapper{justify-content:center;gap:1.5rem;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__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}}
.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%}}
.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}}
.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}}
.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}}
.NotificationModal-module__v6A8-G__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.NotificationModal-module__v6A8-G__modal{z-index:10001;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}
.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)}}
.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%}}
.BatteryRebateModal-module__jmgOQG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0009;position:fixed;inset:0}.BatteryRebateModal-module__jmgOQG__modalWrapper{z-index:9999;pointer-events:none;width:90%;max-width:900px;max-height:90vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.BatteryRebateModal-module__jmgOQG__modal{pointer-events:auto;background:#fff;border-radius:20px;flex-direction:column;width:100%;max-height:90vh;margin:0;padding:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.BatteryRebateModal-module__jmgOQG__closeButton{color:#666;cursor:pointer;z-index:10000;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.BatteryRebateModal-module__jmgOQG__closeButton:hover:not(:disabled){color:#000;background:#0000001a;transform:rotate(90deg)}.BatteryRebateModal-module__jmgOQG__closeButton:disabled{opacity:.5;cursor:not-allowed}.BatteryRebateModal-module__jmgOQG__modalContent{max-height:calc(90vh - 2rem);padding:2.5rem;overflow-y:auto}.BatteryRebateModal-module__jmgOQG__title{color:var(--panel-black);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:300}.BatteryRebateModal-module__jmgOQG__subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:1rem}.BatteryRebateModal-module__jmgOQG__form{flex-direction:column;gap:2rem;display:flex}.BatteryRebateModal-module__jmgOQG__section{flex-direction:column;gap:1.25rem;display:flex}.BatteryRebateModal-module__jmgOQG__sectionTitle{color:var(--panel-black);border-bottom:2px solid var(--power-pink);margin-bottom:.25rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:400}.BatteryRebateModal-module__jmgOQG__formRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;display:grid}.BatteryRebateModal-module__jmgOQG__formGroup{flex-direction:column;gap:.5rem;display:flex}.BatteryRebateModal-module__jmgOQG__label{color:var(--panel-black);font-size:.9rem;font-weight:600}.BatteryRebateModal-module__jmgOQG__required{color:var(--power-pink);font-weight:600}.BatteryRebateModal-module__jmgOQG__optionalIndicator{color:var(--power-pink);margin-left:.25rem;font-weight:700}.BatteryRebateModal-module__jmgOQG__helperText{color:#666;margin-top:-.25rem;margin-bottom:.5rem;font-size:.8rem;line-height:1.5}.BatteryRebateModal-module__jmgOQG__input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.BatteryRebateModal-module__jmgOQG__input:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.BatteryRebateModal-module__jmgOQG__inputError,.BatteryRebateModal-module__jmgOQG__inputError:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.BatteryRebateModal-module__jmgOQG__fieldError{color:#dc2626;margin-top:.5rem;font-size:.875rem;font-weight:500;display:block}.BatteryRebateModal-module__jmgOQG__addressLabelRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.BatteryRebateModal-module__jmgOQG__toggleButtons{background:#0000000d;border-radius:50px;gap:.5rem;padding:.25rem;display:flex}.BatteryRebateModal-module__jmgOQG__toggleButton{color:var(--panel-black);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:50px;padding:.4rem .9rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .3s}.BatteryRebateModal-module__jmgOQG__toggleButton:hover{background:#e6077e1a}.BatteryRebateModal-module__jmgOQG__toggleButton.BatteryRebateModal-module__jmgOQG__active{background:var(--power-pink);color:#fff;box-shadow:0 2px 8px #e6077e4d}.BatteryRebateModal-module__jmgOQG__manualAddressFields{width:100%}.BatteryRebateModal-module__jmgOQG__addressAutocomplete{width:100%;position:relative}.BatteryRebateModal-module__jmgOQG__loadingIndicator{color:#666;pointer-events:none;align-items:center;gap:.5rem;font-size:.8rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.BatteryRebateModal-module__jmgOQG__smallSpinner{border:2px solid #e6077e33;border-top-color:var(--power-pink);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite BatteryRebateModal-module__jmgOQG__spin}@keyframes BatteryRebateModal-module__jmgOQG__spin{to{transform:rotate(360deg)}}.BatteryRebateModal-module__jmgOQG__suggestionsDropdown{z-index:1000;background:#fff;border:2px solid #e6077e33;border-radius:12px;max-height:300px;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #00000026}.BatteryRebateModal-module__jmgOQG__suggestionItem{cursor:pointer;border-bottom:1px solid #0000000d;padding:.875rem 1rem;transition:background-color .2s}.BatteryRebateModal-module__jmgOQG__suggestionItem:last-child{border-bottom:none}.BatteryRebateModal-module__jmgOQG__suggestionItem:hover{background-color:#e6077e0d}.BatteryRebateModal-module__jmgOQG__suggestionMain{color:var(--panel-black);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.BatteryRebateModal-module__jmgOQG__suggestionSecondary{color:#666;font-size:.8rem}.BatteryRebateModal-module__jmgOQG__estimateSection{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:16px;margin-top:.5rem;padding:1.75rem}.BatteryRebateModal-module__jmgOQG__estimateTitle{color:var(--panel-black);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.25rem;font-weight:600;display:flex}.BatteryRebateModal-module__jmgOQG__estimateContent{flex-direction:column;gap:.875rem;display:flex}.BatteryRebateModal-module__jmgOQG__estimateTotalDisplay{background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.BatteryRebateModal-module__jmgOQG__estimateTotalValue{color:var(--panel-black);text-align:center;font-size:2.5rem;font-weight:700;line-height:1.2}.BatteryRebateModal-module__jmgOQG__estimateNote{color:#666;border-top:1px solid #e0e0e0;margin-top:1rem;padding-top:1rem;font-size:.8rem;font-style:italic;font-weight:400;line-height:1.5}.BatteryRebateModal-module__jmgOQG__disclaimerBox{background:#e6077e0d;border:2px solid #e6077e33;border-radius:12px;margin-top:.5rem;padding:1.25rem}.BatteryRebateModal-module__jmgOQG__disclaimerTitle{color:var(--panel-black);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.BatteryRebateModal-module__jmgOQG__disclaimerIcon{font-size:1.1rem}.BatteryRebateModal-module__jmgOQG__disclaimerText{color:var(--panel-black);margin-bottom:.5rem;font-size:.85rem;line-height:1.6}.BatteryRebateModal-module__jmgOQG__disclaimerText:last-child{margin-bottom:0}.BatteryRebateModal-module__jmgOQG__submitButton{background:var(--power-pink);color:#fff;cursor:pointer;border:none;border-radius:50px;width:100%;margin-top:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.BatteryRebateModal-module__jmgOQG__submitButton:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.BatteryRebateModal-module__jmgOQG__submitButton:disabled{opacity:.6;cursor:not-allowed}.BatteryRebateModal-module__jmgOQG__successMessage,.BatteryRebateModal-module__jmgOQG__errorMessage{border-radius:12px;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem;display:flex}.BatteryRebateModal-module__jmgOQG__successMessage{color:#2e7d32;background:#4caf501a;border:1px solid #4caf504d}.BatteryRebateModal-module__jmgOQG__errorMessage{color:#c62828;background:#f443361a;border:1px solid #f443364d}.BatteryRebateModal-module__jmgOQG__successIcon,.BatteryRebateModal-module__jmgOQG__errorIcon{flex-shrink:0;font-size:1.25rem;font-weight:700}.BatteryRebateModal-module__jmgOQG__successMessage p,.BatteryRebateModal-module__jmgOQG__errorMessage p{margin:0;font-size:.9rem;line-height:1.5}.BatteryRebateModal-module__jmgOQG__modalContent::-webkit-scrollbar{width:8px}.BatteryRebateModal-module__jmgOQG__modalContent::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.BatteryRebateModal-module__jmgOQG__modalContent::-webkit-scrollbar-thumb{background:#e6077e4d;border-radius:4px}.BatteryRebateModal-module__jmgOQG__modalContent::-webkit-scrollbar-thumb:hover{background:#e6077e80}.BatteryRebateModal-module__jmgOQG__successBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#000c;position:fixed;inset:0}.BatteryRebateModal-module__jmgOQG__successModalWrapper{z-index:10001;pointer-events:none;width:90%;max-width:500px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.BatteryRebateModal-module__jmgOQG__successModal{text-align:center;pointer-events:auto;background:#fff;border-radius:20px;width:100%;margin:0;padding:3rem 2.5rem;box-shadow:0 20px 60px #0000004d}.BatteryRebateModal-module__jmgOQG__successIconWrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.BatteryRebateModal-module__jmgOQG__successCheckmark{stroke-width:3px;width:80px;height:80px;stroke:var(--power-pink);stroke-miterlimit:10;border-radius:50%;animation:.4s ease-in-out .4s forwards BatteryRebateModal-module__jmgOQG__fill,.3s ease-in-out .9s both BatteryRebateModal-module__jmgOQG__scale;display:block;box-shadow:inset 0 0 #e6077e1a}.BatteryRebateModal-module__jmgOQG__successCheckmarkCircle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:3px;stroke-miterlimit:10;stroke:var(--power-pink);fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards BatteryRebateModal-module__jmgOQG__stroke}.BatteryRebateModal-module__jmgOQG__successCheckmarkCheck{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards BatteryRebateModal-module__jmgOQG__stroke}@keyframes BatteryRebateModal-module__jmgOQG__stroke{to{stroke-dashoffset:0}}@keyframes BatteryRebateModal-module__jmgOQG__scale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes BatteryRebateModal-module__jmgOQG__fill{to{box-shadow:inset 0 0 0 30px #e6077e1a}}.BatteryRebateModal-module__jmgOQG__successTitle{color:var(--panel-black);margin-bottom:1rem;font-size:1.75rem;font-weight:600}.BatteryRebateModal-module__jmgOQG__successMessage{color:#1b5e20;word-wrap:break-word;white-space:normal;background:#4caf5026;border:1px solid #4caf504d;border-radius:12px;margin-bottom:1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;line-height:1.6}.BatteryRebateModal-module__jmgOQG__redirectMessage{color:#1b5e20;text-align:center;background:#4caf5026;border:1px solid #4caf504d;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin:0 0 1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;line-height:1.6;display:flex}.BatteryRebateModal-module__jmgOQG__countdownCircle{background:var(--power-pink);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #e6077e4d}.BatteryRebateModal-module__jmgOQG__countdownLabel{color:#1b5e20;font-size:1rem;font-weight:600}.BatteryRebateModal-module__jmgOQG__successMessage strong{font-weight:700}.BatteryRebateModal-module__jmgOQG__successButton{background:var(--power-pink);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-top:1.5rem;padding:.875rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.BatteryRebateModal-module__jmgOQG__successButton:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #e6077e4d}@media (max-width:768px){.BatteryRebateModal-module__jmgOQG__modal{border-radius:16px;width:95%;max-height:95vh}.BatteryRebateModal-module__jmgOQG__modalContent{padding:2rem 1.5rem}.BatteryRebateModal-module__jmgOQG__title{font-size:1.75rem}.BatteryRebateModal-module__jmgOQG__formRow{grid-template-columns:1fr}.BatteryRebateModal-module__jmgOQG__sectionTitle{font-size:1.1rem}.BatteryRebateModal-module__jmgOQG__closeButton{width:35px;height:35px;font-size:1.25rem;top:.75rem;right:.75rem}.BatteryRebateModal-module__jmgOQG__estimateSection{padding:1.5rem}.BatteryRebateModal-module__jmgOQG__estimateTitle{font-size:1.1rem}.BatteryRebateModal-module__jmgOQG__estimateTotalDisplay{padding:1.5rem 1rem}.BatteryRebateModal-module__jmgOQG__estimateTotalValue{font-size:2rem}}@media (max-width:480px){.BatteryRebateModal-module__jmgOQG__modalContent{padding:1.5rem 1rem}.BatteryRebateModal-module__jmgOQG__title{font-size:1.5rem}.BatteryRebateModal-module__jmgOQG__subtitle{font-size:.9rem}.BatteryRebateModal-module__jmgOQG__form{gap:1.5rem}.BatteryRebateModal-module__jmgOQG__successModal{padding:2rem 1.5rem}.BatteryRebateModal-module__jmgOQG__successTitle{font-size:1.5rem}.BatteryRebateModal-module__jmgOQG__successMessage{font-size:.9rem}.BatteryRebateModal-module__jmgOQG__successCheckmark{width:60px;height:60px}.BatteryRebateModal-module__jmgOQG__estimateSection{padding:1.25rem}.BatteryRebateModal-module__jmgOQG__estimateTitle{font-size:1rem}.BatteryRebateModal-module__jmgOQG__estimateTotalDisplay{padding:1.25rem .75rem}.BatteryRebateModal-module__jmgOQG__estimateTotalValue{font-size:1.75rem}.BatteryRebateModal-module__jmgOQG__estimateNote{font-size:.75rem}}
.BuilderContactModal-module__KR0hJa__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0009;position:fixed;inset:0}.BuilderContactModal-module__KR0hJa__modalWrapper{z-index:9999;pointer-events:none;width:90%;max-width:700px;max-height:90vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.BuilderContactModal-module__KR0hJa__modal{pointer-events:auto;background:#fff;border-radius:20px;flex-direction:column;width:100%;max-height:90vh;margin:0;padding:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.BuilderContactModal-module__KR0hJa__closeButton{color:#666;cursor:pointer;z-index:10000;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.BuilderContactModal-module__KR0hJa__closeButton:hover:not(:disabled){color:#000;background:#0000001a;transform:rotate(90deg)}.BuilderContactModal-module__KR0hJa__closeButton:disabled{opacity:.5;cursor:not-allowed}.BuilderContactModal-module__KR0hJa__modalContent{max-height:calc(90vh - 2rem);padding:2.5rem;overflow-y:auto}.BuilderContactModal-module__KR0hJa__title{color:var(--panel-black);text-align:center;font-size:2rem;font-weight:300;font-family:var(--font-lexend),"Lexend",sans-serif;margin-bottom:.5rem}.BuilderContactModal-module__KR0hJa__subtitle{color:#666;text-align:center;font-size:1rem;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-bottom:2rem}.BuilderContactModal-module__KR0hJa__form{flex-direction:column;gap:2rem;display:flex}.BuilderContactModal-module__KR0hJa__section{flex-direction:column;gap:1.25rem;display:flex}.BuilderContactModal-module__KR0hJa__sectionTitle{color:var(--panel-black);border-bottom:2px solid var(--power-pink);font-size:1.25rem;font-weight:400;font-family:var(--font-lexend),"Lexend",sans-serif;margin-bottom:.25rem;padding-bottom:.5rem}.BuilderContactModal-module__KR0hJa__formRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;display:grid}.BuilderContactModal-module__KR0hJa__formGroup{flex-direction:column;gap:.5rem;display:flex}.BuilderContactModal-module__KR0hJa__label{color:var(--panel-black);font-size:.9rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif}.BuilderContactModal-module__KR0hJa__required{color:var(--power-pink);font-weight:600}.BuilderContactModal-module__KR0hJa__input,.BuilderContactModal-module__KR0hJa__textarea{width:100%;font-size:.95rem;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;transition:all .3s}.BuilderContactModal-module__KR0hJa__textarea{resize:vertical;min-height:120px}.BuilderContactModal-module__KR0hJa__input:focus,.BuilderContactModal-module__KR0hJa__textarea:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.BuilderContactModal-module__KR0hJa__inputError,.BuilderContactModal-module__KR0hJa__inputError:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.BuilderContactModal-module__KR0hJa__fieldError{color:#dc2626;margin-top:.5rem;font-size:.875rem;font-weight:500;display:block}.BuilderContactModal-module__KR0hJa__submitButton{background:var(--power-pink);color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;border:none;border-radius:50px;margin-top:.5rem;padding:1rem 2rem;transition:all .3s;box-shadow:0 4px 15px #0f172a33}.BuilderContactModal-module__KR0hJa__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.BuilderContactModal-module__KR0hJa__submitButton:disabled{opacity:.6;cursor:not-allowed}.BuilderContactModal-module__KR0hJa__modalContent::-webkit-scrollbar{width:10px}.BuilderContactModal-module__KR0hJa__modalContent::-webkit-scrollbar-track{background:#e6077e0d;border-radius:10px}.BuilderContactModal-module__KR0hJa__modalContent::-webkit-scrollbar-thumb{background:#e6077e33;border-radius:10px}.BuilderContactModal-module__KR0hJa__modalContent::-webkit-scrollbar-thumb:hover{background:#e6077e4d}@media (max-width:768px){.BuilderContactModal-module__KR0hJa__modalWrapper{width:95%;max-width:none}.BuilderContactModal-module__KR0hJa__modalContent{padding:1.5rem}.BuilderContactModal-module__KR0hJa__title{font-size:1.5rem}.BuilderContactModal-module__KR0hJa__nameRow{grid-template-columns:1fr}}
.submissions-module__D4zzZG__page{max-width:1400px;margin:0 auto}.submissions-module__D4zzZG__header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.submissions-module__D4zzZG__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}.submissions-module__D4zzZG__subtitle{color:var(--panel-black);opacity:.7;font-size:1.05rem;font-weight:400}.submissions-module__D4zzZG__filterDropdownWrapper{align-items:center;display:flex}.submissions-module__D4zzZG__filterDropdown{min-width:180px}.submissions-module__D4zzZG__configButton{cursor:pointer;white-space:nowrap;background:#e6077e1a;border:1px solid #e6077e4d;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;height:40px;padding:.5rem 1rem;transition:all .3s;display:flex;position:relative}.submissions-module__D4zzZG__configButton span:first-child{align-items:center;font-size:1.2rem;display:flex}.submissions-module__D4zzZG__configButton span:last-child{color:var(--power-pink);font-size:.95rem;font-weight:600}.submissions-module__D4zzZG__configButton[data-tooltip]:hover:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards submissions-module__D4zzZG__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.submissions-module__D4zzZG__configButton[data-tooltip]:hover:after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#e6077e;animation:.2s forwards submissions-module__D4zzZG__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.submissions-module__D4zzZG__configButton:hover{background:#e6077e33;border-color:#e6077e80;transform:translateY(-1px);box-shadow:0 2px 8px #e6077e33}.submissions-module__D4zzZG__loading,.submissions-module__D4zzZG__empty{text-align:center;color:var(--panel-black);opacity:.6;padding:4rem 2rem;font-size:1.1rem}.submissions-module__D4zzZG__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:4rem 2rem;display:flex}.submissions-module__D4zzZG__spinner{border:4px solid #e6077e1a;border-top:4px solid var(--power-pink);border-radius:50%;width:50px;height:50px;animation:1s linear infinite submissions-module__D4zzZG__spin}.submissions-module__D4zzZG__loadingText{color:var(--panel-black);opacity:.7;margin:0;font-size:1.1rem;font-weight:500}@keyframes submissions-module__D4zzZG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submissions-module__D4zzZG__submissionsList{flex-direction:column;gap:1.5rem;display:flex}.submissions-module__D4zzZG__submissionCard{-webkit-backdrop-filter:blur(30px);background:#ffffffd9;border:1px solid #00000014;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 10px 40px #00000014,inset 0 0 0 1px #fffc}.submissions-module__D4zzZG__submissionCardCollapsed{padding:1.25rem 2rem}.submissions-module__D4zzZG__submissionCard:hover{transform:translateY(-2px);box-shadow:0 15px 50px #00000029,inset 0 0 0 1px #ffffffe6}.submissions-module__D4zzZG__cardHeader{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.submissions-module__D4zzZG__cardHeaderCollapsed{border-bottom:none;padding-bottom:0}.submissions-module__D4zzZG__headerActions{align-items:center;gap:.75rem;display:flex}.submissions-module__D4zzZG__statusSelectWrapper{--status-color:#9e9e9e;position:relative}.submissions-module__D4zzZG__statusSelect{min-width:150px}.submissions-module__D4zzZG__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}.submissions-module__D4zzZG__statusSelect .selectButton:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.submissions-module__D4zzZG__statusSelect .selectValue{gap:.5rem;color:#fff!important}.submissions-module__D4zzZG__statusSelect .selectValue span{color:#fff!important}.submissions-module__D4zzZG__statusSelect .arrow{filter:brightness(0)invert()}.submissions-module__D4zzZG__statusLoading{background:#e6077e1a;border-radius:50px;justify-content:center;align-items:center;min-width:150px;height:2.5rem;padding:.5rem 1rem;display:flex}.submissions-module__D4zzZG__expandButton{cursor:pointer;color:var(--power-pink);background:#e6077e1a;border:1px solid #0000002e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:.5rem .75rem;font-size:.9rem;transition:all .2s;display:flex;position:relative}.submissions-module__D4zzZG__expandButton[data-tooltip]:hover:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards submissions-module__D4zzZG__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.submissions-module__D4zzZG__expandButton[data-tooltip]:hover:after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#e6077e;animation:.2s forwards submissions-module__D4zzZG__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.submissions-module__D4zzZG__expandButton:hover{background:#e6077e33;border-color:#0000004d;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.submissions-module__D4zzZG__powerAppsButton{cursor:pointer;background:#2196f31a;border:1px solid #2196f34d;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.submissions-module__D4zzZG__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 submissions-module__D4zzZG__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #2196f34d}.submissions-module__D4zzZG__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 submissions-module__D4zzZG__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.submissions-module__D4zzZG__powerAppsButton:hover:not(:disabled){background:#2196f333;border-color:#2196f380;transform:translateY(-1px);box-shadow:0 2px 8px #2196f333}.submissions-module__D4zzZG__powerAppsButton:disabled{opacity:.5;cursor:wait}.submissions-module__D4zzZG__deleteButton{cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.submissions-module__D4zzZG__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 submissions-module__D4zzZG__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.submissions-module__D4zzZG__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 submissions-module__D4zzZG__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.submissions-module__D4zzZG__deleteButton:hover:not(:disabled){background:#dc354533;border-color:#dc354580;transform:translateY(-1px);box-shadow:0 2px 8px #dc354533}.submissions-module__D4zzZG__deleteButton:disabled{opacity:.5;cursor:wait}@keyframes submissions-module__D4zzZG__tooltipFadeIn{to{opacity:1}}.submissions-module__D4zzZG__smallSpinner{border:2px solid #e6077e4d;border-top:2px solid var(--power-pink);border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite submissions-module__D4zzZG__spin}.submissions-module__D4zzZG__submissionName{color:var(--panel-black);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.submissions-module__D4zzZG__submissionEmail{color:var(--panel-black);opacity:.7;margin:0;font-size:1rem}.submissions-module__D4zzZG__headerTop{justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex}.submissions-module__D4zzZG__powerAppsStatus{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.submissions-module__D4zzZG__statusBadge{color:#4caf50;background:#4caf501a;border:1px solid #4caf5033;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.submissions-module__D4zzZG__proposalNumber{color:var(--power-pink);font-size:.875rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:#e6077e1a;border:1px solid #e6077e33;border-radius:8px;padding:.5rem 1rem}.submissions-module__D4zzZG__sharepointStatus{cursor:help;opacity:.8;font-size:1.25rem}.submissions-module__D4zzZG__sharepointStatusError{cursor:help;opacity:.8;color:#ff9800;font-size:1.25rem}.submissions-module__D4zzZG__statusBadge{color:#fff;text-transform:capitalize;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.submissions-module__D4zzZG__cardBody{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex;overflow:hidden}.submissions-module__D4zzZG__infoGrid{flex-direction:column;gap:.75rem;display:flex}.submissions-module__D4zzZG__infoRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.submissions-module__D4zzZG__fieldGroup{align-items:center;gap:.5rem;display:flex}.submissions-module__D4zzZG__fieldSeparator{color:var(--panel-black);opacity:.3;margin:0 .5rem;font-size:1.2rem}.submissions-module__D4zzZG__label{color:var(--panel-black);opacity:.7;min-width:150px;font-weight:700}.submissions-module__D4zzZG__value{color:var(--panel-black);word-break:break-word;flex:1;font-weight:600}.submissions-module__D4zzZG__productCode{font-family:var(--font-work-sans),"Work Sans",sans-serif;font-weight:600}.submissions-module__D4zzZG__messageSection{margin-top:.5rem}.submissions-module__D4zzZG__message{color:var(--panel-black);background:#e6077e0d;border-radius:12px;margin-top:.5rem;padding:1rem;font-weight:500;line-height:1.6}.submissions-module__D4zzZG__cardFooter{border-top:1px solid #e6077e1a;margin-top:1rem;padding-top:1rem}.submissions-module__D4zzZG__date{color:var(--panel-black);opacity:.6;font-size:.9rem;font-weight:500}.submissions-module__D4zzZG__sectionDivider{border-top:1px solid #0000000f;margin:1.5rem 0 1rem}.submissions-module__D4zzZG__sectionTitle{color:var(--panel-black);border-bottom:1px solid #0000000f;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.submissions-module__D4zzZG__emailConfigBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;position:fixed;inset:0}.submissions-module__D4zzZG__emailConfigModal{z-index:1001;background:#fff;border-radius:20px;flex-direction:column;align-items:stretch;width:90%;max-width:500px;margin:0;padding:2rem;display:flex;position:fixed;box-shadow:0 20px 60px #0000004d;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.submissions-module__D4zzZG__emailConfigTitle{color:var(--panel-black);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.submissions-module__D4zzZG__emailConfigDescription{color:var(--panel-black);opacity:.7;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.submissions-module__D4zzZG__currentEmailDisplay{background:#e6077e0d;border:1px solid #e6077e33;border-radius:8px;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.submissions-module__D4zzZG__currentEmailLabel{color:var(--panel-black);opacity:.6;font-size:.85rem;font-weight:600}.submissions-module__D4zzZG__currentEmailValue{color:var(--power-pink);word-break:break-all;font-size:1rem;font-weight:600}.submissions-module__D4zzZG__emailConfigForm{margin-bottom:2rem}.submissions-module__D4zzZG__emailConfigLabel{color:var(--panel-black);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.submissions-module__D4zzZG__emailListContainer{flex-direction:column;gap:.75rem;margin-bottom:.5rem;display:flex}.submissions-module__D4zzZG__emailInputRow{align-items:center;gap:.5rem;display:flex}.submissions-module__D4zzZG__emailConfigInput{color:var(--panel-black);box-sizing:border-box;border:2px solid #0000001a;border-radius:8px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.submissions-module__D4zzZG__emailConfigInput:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.submissions-module__D4zzZG__emailConfigInput:disabled{opacity:.6;cursor:not-allowed}.submissions-module__D4zzZG__addEmailButton,.submissions-module__D4zzZG__removeEmailButton{width:40px;height:40px;color:var(--panel-black);cursor:pointer;background:#fff;border:2px solid #0000001a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;transition:all .3s;display:flex}.submissions-module__D4zzZG__addEmailButton{border-color:var(--power-pink);color:var(--power-pink);background:#e6077e0d}.submissions-module__D4zzZG__addEmailButton:hover:not(:disabled){border-color:var(--power-pink);background:#e6077e1a;transform:scale(1.05)}.submissions-module__D4zzZG__removeEmailButton{color:#d32f2f;background:#d32f2f0d;border-color:#d32f2f}.submissions-module__D4zzZG__removeEmailButton:hover:not(:disabled){background:#d32f2f1a;border-color:#d32f2f;transform:scale(1.05)}.submissions-module__D4zzZG__addEmailButton:disabled,.submissions-module__D4zzZG__removeEmailButton:disabled{opacity:.5;cursor:not-allowed}.submissions-module__D4zzZG__emailConfigHint{color:var(--panel-black);opacity:.6;margin:.5rem 0 0;font-size:.85rem}.submissions-module__D4zzZG__emailConfigActions{justify-content:flex-end;gap:1rem;display:flex}.submissions-module__D4zzZG__emailConfigCancelButton,.submissions-module__D4zzZG__emailConfigSaveButton{cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.submissions-module__D4zzZG__emailConfigCancelButton{color:var(--panel-black);background:#0000000d}.submissions-module__D4zzZG__emailConfigCancelButton:hover:not(:disabled){background:#0000001a}.submissions-module__D4zzZG__emailConfigSaveButton{background:var(--power-pink);color:#fff}.submissions-module__D4zzZG__emailConfigSaveButton:hover:not(:disabled){background:#c1055e;transform:translateY(-1px);box-shadow:0 4px 12px #e6077e4d}.submissions-module__D4zzZG__emailConfigCancelButton:disabled,.submissions-module__D4zzZG__emailConfigSaveButton:disabled{opacity:.6;cursor:wait}@media (max-width:768px){.submissions-module__D4zzZG__header{flex-direction:column;gap:1rem}.submissions-module__D4zzZG__headerActions{justify-content:space-between;width:100%}.submissions-module__D4zzZG__filterDropdownWrapper{width:100%}.submissions-module__D4zzZG__filterDropdown{flex:1}.submissions-module__D4zzZG__title{font-size:2rem}.submissions-module__D4zzZG__cardHeader{flex-direction:column;gap:1rem}.submissions-module__D4zzZG__infoRow{flex-direction:column;gap:.25rem}.submissions-module__D4zzZG__emailConfigModal{padding:1.5rem}}
.chat-messages-module__gPrkva__page{max-width:1400px;margin:0 auto}.chat-messages-module__gPrkva__header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.chat-messages-module__gPrkva__title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.chat-messages-module__gPrkva__subtitle{color:var(--panel-black);opacity:.7;font-size:1.05rem;font-weight:400}.chat-messages-module__gPrkva__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:4rem 2rem;display:flex}.chat-messages-module__gPrkva__spinner{border:4px solid #e6077e1a;border-top:4px solid var(--power-pink);border-radius:50%;width:50px;height:50px;animation:1s linear infinite chat-messages-module__gPrkva__spin}.chat-messages-module__gPrkva__loadingText{color:var(--panel-black);opacity:.7;margin:0;font-size:1.1rem;font-weight:500}@keyframes chat-messages-module__gPrkva__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes chat-messages-module__gPrkva__tooltipFadeIn{0%{opacity:0;transform:translate(-50%)translateY(-5px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.chat-messages-module__gPrkva__empty{text-align:center;color:var(--panel-black);opacity:.6;padding:4rem 2rem;font-size:1.1rem}.chat-messages-module__gPrkva__sessionsList{flex-direction:column;gap:1.5rem;display:flex}.chat-messages-module__gPrkva__cardHeader{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.chat-messages-module__gPrkva__sessionInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.chat-messages-module__gPrkva__sessionId{color:var(--panel-black);font-family:Courier New,monospace;font-size:1rem;font-weight:600}.chat-messages-module__gPrkva__sessionMeta{color:var(--panel-black);opacity:.7;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.chat-messages-module__gPrkva__messageCount,.chat-messages-module__gPrkva__date{font-weight:500}.chat-messages-module__gPrkva__messagesContainer{border-top:1px solid #0000001a;margin-top:1.5rem;padding-top:1.5rem}.chat-messages-module__gPrkva__messagesList{flex-direction:column;gap:1rem;display:flex}.chat-messages-module__gPrkva__messageItem{background:#ffffff80;border-radius:8px;padding:1rem}.chat-messages-module__gPrkva__userMessage{border-left:3px solid var(--power-pink);background:#e6077e0d}.chat-messages-module__gPrkva__botMessage{background:#00000005;border-left:3px solid #666}.chat-messages-module__gPrkva__messageHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.chat-messages-module__gPrkva__messageHeaderRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.chat-messages-module__gPrkva__messageRole{color:var(--panel-black);font-size:.9rem;font-weight:600}.chat-messages-module__gPrkva__messageTime{color:var(--panel-black);opacity:.6;font-size:.85rem;font-weight:500}.chat-messages-module__gPrkva__messageContent{color:var(--panel-black);white-space:pre-wrap;word-wrap:break-word;font-weight:400;line-height:1.6}.chat-messages-module__gPrkva__deleteButton{cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:40px;height:40px;margin-left:.5rem;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.chat-messages-module__gPrkva__deleteButton[data-tooltip]:hover:not(:disabled):before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards chat-messages-module__gPrkva__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.chat-messages-module__gPrkva__deleteButton[data-tooltip]:hover:not(:disabled):after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#e6077e;animation:.2s forwards chat-messages-module__gPrkva__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.chat-messages-module__gPrkva__deleteButton:hover:not(:disabled){background:#dc354533;border-color:#dc354580;transform:translateY(-1px);box-shadow:0 2px 8px #dc354533}.chat-messages-module__gPrkva__deleteButton:disabled{opacity:.5;cursor:wait}.chat-messages-module__gPrkva__deleteMessageButton{cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;padding:.35rem .5rem;font-size:.9rem;transition:all .3s;display:flex;position:relative}.chat-messages-module__gPrkva__deleteMessageButton[data-tooltip]:hover:not(:disabled):before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:6px;padding:.4rem .6rem;font-size:.75rem;font-weight:500;animation:.2s forwards chat-messages-module__gPrkva__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.chat-messages-module__gPrkva__deleteMessageButton[data-tooltip]:hover:not(:disabled):after{content:"";z-index:1000;pointer-events:none;opacity:0;border:4px solid #0000;border-top-color:#e6077e;animation:.2s forwards chat-messages-module__gPrkva__tooltipFadeIn;position:absolute;bottom:calc(100% + .2rem);left:50%;transform:translate(-50%)}.chat-messages-module__gPrkva__deleteMessageButton:hover:not(:disabled){background:#dc354533;border-color:#dc354580;transform:translateY(-1px);box-shadow:0 2px 6px #dc354533}.chat-messages-module__gPrkva__deleteMessageButton:disabled{opacity:.5;cursor:not-allowed}.chat-messages-module__gPrkva__smallSpinner{border:2px solid #dc354533;border-top-color:#dc3545;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite chat-messages-module__gPrkva__spin}
.submissions-module__mjrUea__page{max-width:1400px;margin:0 auto}.submissions-module__mjrUea__header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.submissions-module__mjrUea__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}.submissions-module__mjrUea__subtitle{color:var(--panel-black);opacity:.7;font-size:1.05rem;font-weight:400}.submissions-module__mjrUea__filterDropdownWrapper{align-items:center;display:flex}.submissions-module__mjrUea__filterDropdown{min-width:180px}.submissions-module__mjrUea__loading,.submissions-module__mjrUea__empty{text-align:center;color:var(--panel-black);opacity:.6;padding:4rem 2rem;font-size:1.1rem}.submissions-module__mjrUea__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:4rem 2rem;display:flex}.submissions-module__mjrUea__spinner{border:4px solid #e6077e1a;border-top:4px solid var(--power-pink);border-radius:50%;width:50px;height:50px;animation:1s linear infinite submissions-module__mjrUea__spin}.submissions-module__mjrUea__loadingText{color:var(--panel-black);opacity:.7;margin:0;font-size:1.1rem;font-weight:500}@keyframes submissions-module__mjrUea__spin{to{transform:rotate(360deg)}}.submissions-module__mjrUea__submissionsList{flex-direction:column;gap:1.5rem;display:flex}.submissions-module__mjrUea__submissionCard{-webkit-backdrop-filter:blur(30px);background:#ffffffd9;border:1px solid #00000014;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 10px 40px #00000014,inset 0 0 0 1px #fffc}.submissions-module__mjrUea__submissionCardCollapsed{padding:1.25rem 2rem}.submissions-module__mjrUea__submissionCard:hover{transform:translateY(-2px);box-shadow:0 15px 50px #00000029,inset 0 0 0 1px #ffffffe6}.submissions-module__mjrUea__cardHeader{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:flex-start;padding-bottom:1rem;display:flex}.submissions-module__mjrUea__cardHeaderCollapsed{border-bottom:none;padding-bottom:0}.submissions-module__mjrUea__headerActions{align-items:center;gap:.75rem;display:flex}.submissions-module__mjrUea__badges{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.submissions-module__mjrUea__statusSelectWrapper{min-width:150px;position:relative}.submissions-module__mjrUea__statusSelectWrapper:before{content:"";background-color:var(--status-color,#9e9e9e);z-index:1;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.submissions-module__mjrUea__statusSelect{min-width:120px}.submissions-module__mjrUea__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}.submissions-module__mjrUea__statusSelect .selectButton:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.submissions-module__mjrUea__statusSelect .selectValue{gap:.5rem;color:#fff!important}.submissions-module__mjrUea__statusSelect .selectValue span{color:#fff!important}.submissions-module__mjrUea__statusSelect .arrow{filter:brightness(0)invert()}.submissions-module__mjrUea__statusLoading{justify-content:center;align-items:center;padding:.5rem;display:flex}.submissions-module__mjrUea__expandButton{cursor:pointer;color:var(--panel-black);background:#0000000d;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem .75rem;font-size:.9rem;transition:all .2s;display:flex;position:relative}.submissions-module__mjrUea__expandButton[data-tooltip]:hover:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards submissions-module__mjrUea__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.submissions-module__mjrUea__expandButton[data-tooltip]:hover:after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#e6077e;animation:.2s forwards submissions-module__mjrUea__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.submissions-module__mjrUea__expandButton:hover{background:#0000001a;transform:translateY(-1px)}@keyframes submissions-module__mjrUea__tooltipFadeIn{to{opacity:1}}.submissions-module__mjrUea__smallSpinner{border:2px solid #e6077e33;border-top-color:var(--power-pink);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite submissions-module__mjrUea__spin}.submissions-module__mjrUea__submissionName{color:var(--panel-black);min-width:0;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.submissions-module__mjrUea__submissionEmail{color:var(--panel-black);opacity:.7;word-break:break-word;min-width:0;margin:0;font-size:1rem;font-weight:500}.submissions-module__mjrUea__statusBadge{color:#fff;text-transform:capitalize;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.submissions-module__mjrUea__cardBody{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex;overflow:hidden}.submissions-module__mjrUea__infoRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.submissions-module__mjrUea__fieldGroup{align-items:center;gap:.5rem;display:flex}.submissions-module__mjrUea__fieldSeparator{color:var(--panel-black);opacity:.3;margin:0 .5rem;font-size:1.2rem}.submissions-module__mjrUea__label{color:var(--panel-black);opacity:.8;white-space:nowrap;font-size:.875rem;font-weight:700}.submissions-module__mjrUea__value{color:var(--panel-black);font-size:.875rem;font-weight:600}.submissions-module__mjrUea__messageSection{margin-top:.5rem}.submissions-module__mjrUea__message{color:var(--panel-black);background:#e6077e0d;border-radius:12px;margin-top:.5rem;padding:1rem;font-weight:500;line-height:1.6}.submissions-module__mjrUea__cardFooter{border-top:1px solid #0000000f;margin-top:1rem;padding-top:1rem}.submissions-module__mjrUea__date{color:var(--panel-black);opacity:.6;font-size:.9rem;font-weight:500}.submissions-module__mjrUea__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}.submissions-module__mjrUea__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 submissions-module__mjrUea__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.submissions-module__mjrUea__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 submissions-module__mjrUea__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.submissions-module__mjrUea__deleteButton:hover:not(:disabled){background:#dc354533;border-color:#dc354580;transform:translateY(-1px);box-shadow:0 2px 8px #dc354533}.submissions-module__mjrUea__deleteButton:disabled{opacity:.5;cursor:wait}@media (max-width:768px){.submissions-module__mjrUea__header{flex-direction:column;gap:1rem}.submissions-module__mjrUea__filterDropdownWrapper{width:100%}.submissions-module__mjrUea__filterDropdown{flex:1}.submissions-module__mjrUea__title{font-size:2rem}.submissions-module__mjrUea__cardHeader{flex-direction:column;align-items:stretch;gap:1rem}.submissions-module__mjrUea__cardHeader>div:first-child{width:100%;min-width:0}.submissions-module__mjrUea__submissionName{word-break:break-word;overflow-wrap:break-word;font-size:1.1rem;line-height:1.3}.submissions-module__mjrUea__submissionEmail{word-break:break-all;overflow-wrap:break-word;font-size:.85rem}.submissions-module__mjrUea__headerActions{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;width:100%}.submissions-module__mjrUea__badges{flex-wrap:nowrap;align-items:center;gap:.75rem;display:flex}.submissions-module__mjrUea__statusSelectWrapper{flex:none;min-width:90px}.submissions-module__mjrUea__statusSelect{min-width:90px}.submissions-module__mjrUea__statusSelect .selectButton{padding:.35rem .65rem;font-size:.7rem}.submissions-module__mjrUea__deleteButton{flex-shrink:0;min-width:34px;height:34px;padding:.35rem .5rem;font-size:.85rem}.submissions-module__mjrUea__expandButton{flex-shrink:0;min-width:30px;height:30px;padding:.35rem .45rem;font-size:.75rem}.submissions-module__mjrUea__infoRow{flex-direction:column;gap:.25rem}.submissions-module__mjrUea__card{padding:1.25rem 1rem;overflow-x:hidden}.submissions-module__mjrUea__cardCollapsed{padding:1rem}}
