body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.modal-backdrop{align-items:center;animation:fadeIn .2s ease-in-out;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal-content{animation:popIn .25s ease-in-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;gap:18px;max-width:400px;padding:25px 20px;position:relative;width:90%}.modal-close-top{background:#0000;border:none;color:#555;cursor:pointer;font-size:1.6rem;position:absolute;right:12px;top:10px}.modal-close-top:hover{color:#000}.modal-content form{display:flex;flex-direction:column;gap:12px}.modal-content button,.modal-content input{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:10px 12px;width:100%}.modal-content button{background-color:#2e86de;border:none;color:#fff;cursor:pointer;font-weight:600;transition:background-color .2s ease}.modal-content button:hover{background-color:#1b4f72}.error-msg{color:#c0392b;font-size:.95rem;margin-bottom:5px;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.spinner-overlay{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.spinner-container{align-items:center;display:flex;flex-direction:column}.spinner-ring{align-items:center;display:flex;height:100px;justify-content:center;position:relative;width:100px}.spinner-logo{border-radius:50%;height:60px;width:60px;z-index:2}.spinner-circle{animation:spin 1.5s linear infinite;border:4px solid #fff6;border-radius:50%;border-top-color:#fff;height:90px;position:absolute;width:90px;z-index:1}.spinner-text{color:#fff;font-size:16px;font-weight:500;letter-spacing:.5px;margin-top:15px;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}.header-top{justify-content:space-between;padding:10px 20px}.header-left,.header-top{align-items:center;display:flex}.header-left{gap:10px}.logo-image{height:45px;object-fit:contain;width:45px}.header-title h1{font-size:1.5rem;margin:0}.header-title p{color:#555;font-size:.9rem;margin:0}.auth-buttons button{border-radius:8px;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .2s ease-in-out}.auth-buttons button:first-child{background:#2e86de;color:#fff}.auth-buttons button:first-child:hover{background:#1b4f72}.auth-buttons button:nth-child(2){background:#f0f0f0;border:1px solid #ccc;color:#333}.auth-buttons button:nth-child(2):hover{background:#e0e0e0}.settings-dropdown .dropdown-menu{background-color:#fff;border:1px solid #ccc;box-shadow:0 2px 5px #0003;position:absolute;right:0;top:100%;z-index:1000}.settings-dropdown{display:inline-block;position:relative}.settings-dropdown button{background:#2e86de;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 14px;transition:background .2s ease}.settings-dropdown button:hover{background:#1b4f72}.dropdown-menu{background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 3px 10px #00000026;min-width:160px;position:absolute;right:0;top:110%;z-index:2000}.dropdown-menu button{background:none;border:none;cursor:pointer;display:block;font-size:.95rem;padding:10px 14px;text-align:left;width:100%}.dropdown-menu button:hover{background-color:#f0f0f0}.dashboard-outer{display:flex;flex-direction:column;min-height:100vh}.dashboard-content{display:flex;flex:1 1;flex-direction:row}.sidebar{align-items:flex-start;background-color:#f5f6fa;display:flex;flex-direction:column;gap:20px;padding:30px 20px;position:-webkit-sticky;position:sticky;top:0;width:250px}.sidebar h2{color:#2e86de;font-size:1.2rem;margin-bottom:10px}.sidebar button{background-color:#2e86de;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 20px;transition:background-color .2s ease,transform .1s ease;width:100%}.sidebar button:hover{background-color:#1b4f72;transform:translateY(-2px)}.sidebar button:active{transform:translateY(0)}.sidebar .instructions{color:#333;font-size:.9rem;line-height:1.4;margin-bottom:15px;margin-top:-10px}.home-content{flex:1 1;font-family:Inter,sans-serif;margin:0 auto;max-width:900px;padding:40px}.hero-section{background:linear-gradient(135deg,#07f,#00b4d8);border-radius:20px;box-shadow:0 8px 25px #0000001a;color:#fff;margin-bottom:40px;padding:50px 30px}.hero-title{font-size:2.2rem;font-weight:700;margin-bottom:10px}.hero-subtitle{font-size:1.1rem;margin-bottom:25px}.cta-btn{background:#fff;border:none;border-radius:12px;color:#07f;cursor:pointer;font-weight:600;padding:12px 28px;transition:all .3s ease}.cta-btn:hover{background:#f2f8ff;transform:translateY(-2px)}.features-section{margin-top:50px;text-align:center}.features-section h3{color:#036;font-size:1.5rem;margin-bottom:25px}.features-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#f9fbff;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:25px;text-align:left;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card h4{color:#0056b3;margin-bottom:10px}.trust-section{background:#eef6ff;border-radius:18px;box-shadow:0 3px 10px #0000000d;color:#036;margin-top:60px;padding:30px}.trust-section h3{font-size:1.5rem;margin-bottom:10px}.sidebar .instructions{background-color:#eaf4ff;border-left:4px solid #2e86de;border-radius:8px;color:#1b4f72;font-family:Inter,Segoe UI,sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:20px;margin-top:8px;padding:12px 15px}.sidebar .instructions li{font-weight:500;list-style:none;margin-bottom:8px;padding-left:28px;position:relative}.sidebar .instructions li:before{color:#2e86de;content:"✔";font-weight:700;left:0;position:absolute;top:0}.geocoder-container{background:#fff;border-radius:20px;box-shadow:0 6px 20px #00000014;font-family:Inter,sans-serif;margin:50px auto;max-width:700px;padding:40px;text-align:center}.page-title{color:#036;font-size:1.8rem;font-weight:700;letter-spacing:.5px;margin-bottom:25px}.dropzone{background:#fafafa;border:3px dashed #b0bec5;border-radius:16px;cursor:pointer;padding:50px 20px;position:relative;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease}.dropzone.active{background:#f0f7ff;border-color:#07f;box-shadow:0 0 10px #07f3}.file-input{display:none}.drop-label{align-items:center;color:#555;display:flex;flex-direction:column;font-size:1rem}.drop-label p{margin:6px 0}.drop-label p:nth-child(2){color:#06c;cursor:pointer;font-weight:500;text-decoration:underline}.drop-label p:nth-child(2):hover{color:#004f9e}.input-section,.layer-section{background:#f9fbfd;border:1px solid #e0e0e0;border-radius:12px;margin-top:30px;padding:20px;text-align:left;transition:box-shadow .3s ease}.input-section:hover,.layer-section:hover{box-shadow:0 2px 10px #0000000d}.input-section label,.layer-section label{color:#036;display:block;font-weight:600;margin-bottom:10px}.input-section select{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:12px;transition:border .3s ease,box-shadow .3s ease;width:100%}.input-section select:hover{border-color:#07f;box-shadow:0 0 5px #07f3}.layer-option{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;display:flex;font-size:.95rem;gap:10px;margin-bottom:10px;padding:8px 10px;transition:background .3s ease,transform .2s ease}.layer-option:hover{background:#f0f7ff;transform:translateY(-2px)}.download-btn,.process-btn{background:#06c;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:25px;padding:12px 28px;transition:background .3s ease,opacity .3s ease,transform .2s ease}.download-btn:hover,.process-btn:hover:not(:disabled){background:#004f9e;transform:translateY(-2px)}.process-btn:disabled{background:#b0c4de;cursor:not-allowed;opacity:.7}.progress-container{background:#e6e6e6;border-radius:14px;height:28px;margin-top:25px;overflow:hidden;position:relative}.progress-fill{background:linear-gradient(90deg,#07f,#00b4d8);color:#fff;font-weight:600;height:100%;line-height:28px;text-align:center;transition:width .3s ease}.price-section,.summary-section{background:#f9fbfd;border:1px solid #e0e0e0;border-radius:12px;margin-top:35px;padding:20px;text-align:left}.price-section h4,.summary-section h3{color:#036;font-weight:700;margin-bottom:15px}.price-section p,.summary-section p{color:#333;font-size:.95rem;margin:6px 0}.summary-section h4{color:#06c;font-size:1.1rem;margin-top:15px}.summary-section p span{background:#e3f2fd;border-radius:6px;color:#00509e;font-weight:600;margin-left:8px;padding:4px 8px}.price-section .total{background:#e8f5e9;border-radius:8px;color:#007a00;display:inline-block;font-weight:700;margin-top:8px;padding:8px 10px}.error-text{color:#c62828;font-weight:500;margin-top:20px}.address-lines-section{background:#f8f9fa;border-radius:10px;margin-top:15px;padding:15px}.address-lines-section h3{color:#333;font-size:1.2rem;margin-bottom:10px}.address-line-item{align-items:center;display:flex;gap:10px;margin-bottom:10px}.address-line-item select{border:1px solid #ccc;border-radius:6px;flex:1 1;padding:8px}.add-line-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 12px}.add-line-btn:hover{background:#0056b3}.remove-line-btn{background:#0000;border:none;color:#dc3545;cursor:pointer;font-size:1.2rem}.pay-download-btn{background-color:#4caf50;border:none;color:#fff;cursor:pointer;margin-bottom:10px;padding:10px 15px}.pay-download-btn:hover{background-color:#45a049}.button-stack{align-items:center;display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:300px;width:100%}.button-stack button{font-size:16px;max-width:300px;padding:10px 20px;width:100%}.fancy-estimate{background:linear-gradient(135deg,#f0f4ff,#d0e0ff);border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:16px 0;padding:16px}.fancy-estimate h3{color:#1a3c8b;font-size:1.2rem;margin-bottom:12px}.estimate-item{display:flex;font-size:1rem;justify-content:space-between;margin:6px 0}.estimate-item .label{color:#333;font-weight:500}.estimate-item .value{color:#1a73e8;font-weight:700}.estimate-item .total-price{color:#e63946;font-size:1.1rem}.free-trial-card{align-items:center;background:linear-gradient(135deg,#6a11cb,#2575fc);border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;justify-content:space-between;margin:1rem 0;padding:1rem 1.5rem}.free-trial-content h4{font-size:1.2rem;margin:0 0 .25rem}.free-trial-content p{font-size:.95rem;margin:0}.toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:20px;left:3px;width:20px}input:checked+.slider{background-color:#4ade80}input:checked+.slider:before{transform:translateX(24px)}
/*# sourceMappingURL=main.cf949869.css.map*/