@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px;max-width:100%;margin:0 auto}.nav-brand{font-size:1.5rem;font-weight:700;color:#2563eb;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#6b7280;font-weight:500;transition:color .3s}.nav-links a:hover{color:#2563eb}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0 2rem;text-align:center;margin-top:60px}.hero h1{font-size:2.25rem;margin-bottom:.75rem;font-weight:700}.hero-subtitle{font-size:1.125rem;margin-bottom:1.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}.cta-button{background-color:#fff;color:#667eea;border:none;padding:.75rem 1.5rem;font-size:.975rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.cta-button-secondary{background-color:transparent;color:#fff;border:2px solid #fff;padding:.75rem 1.5rem;font-size:.975rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s}.cta-button-secondary:hover{background-color:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.features{padding:2.5rem 0;background-color:#f9fafb}.features h2{text-align:center;font-size:1.875rem;margin-bottom:2rem;color:#1f2937}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:1.5rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.25rem;margin-bottom:.75rem}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#1f2937}.feature-card p{color:#6b7280;font-size:.875rem}.how-it-works{padding:2.5rem 0;background-color:#fff}.how-it-works h2{text-align:center;font-size:1.875rem;margin-bottom:2rem;color:#1f2937}.steps{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem}.step{flex:1;min-width:250px;text-align:center}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.125rem;margin-bottom:.5rem;color:#1f2937}.step p{color:#6b7280;font-size:.875rem}.pricing{padding:2.5rem 0;background-color:#f9fafb}.pricing h2{text-align:center;font-size:1.875rem;margin-bottom:2rem;color:#1f2937}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;position:relative;transition:transform .3s}.pricing-card:hover{transform:translateY(-5px)}.pricing-card.featured{border:2px solid #667eea;transform:scale(1.05)}.badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem;text-align:center;color:#1f2937}.price{font-size:2.25rem;font-weight:700;text-align:center;color:#667eea}.price-unit{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.features-list{list-style:none;margin-bottom:1.5rem}.features-list li{padding:.375rem 0;color:#4b5563;font-size:.875rem}.pricing-button{width:100%;padding:1rem 2rem;border:none;background-color:#fff;color:#667eea;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.pricing-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.pricing-button.primary{background:#667eea;color:#fff;border-color:#667eea}.pricing-button.primary:hover{background:#5a4fcf;border-color:#5a4fcf}.contact{padding:2.5rem 0;background-color:#fff;text-align:center}.contact h2{font-size:1.875rem;margin-bottom:.75rem;color:#1f2937}.contact-subtitle{color:#6b7280;margin-bottom:1.5rem;font-size:1rem}.contact-link{color:#667eea;font-size:1.25rem;text-decoration:none;font-weight:600}.contact-link:hover{text-decoration:underline}.footer{background-color:#1f2937;color:#9ca3af;padding:2rem 0;text-align:center}.sign-in-link{background-color:#667eea;color:#fff!important;padding:.5rem 1.5rem;border-radius:50px;font-weight:600;transition:background-color .3s}.sign-in-link:hover{background-color:#5a4fcf}.auth-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:2rem}.auth-card{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 25px #0000001a;width:100%;max-width:400px}.auth-card h2{font-size:2rem;margin-bottom:.5rem;text-align:center;color:#1f2937}.auth-subtitle{text-align:center;color:#6b7280;margin-bottom:2rem}.auth-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input{width:100%;padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}.form-footer{text-align:right;margin-bottom:1rem}.forgot-link{color:#667eea;text-decoration:none;font-size:.875rem}.forgot-link:hover{text-decoration:underline}.auth-button{width:100%;padding:1rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.auth-button:hover{background:#5a4fcf}.auth-button:disabled{background:#9ca3af;cursor:not-allowed}.auth-footer{text-align:center;margin-top:2rem;color:#6b7280}.auth-footer a{color:#667eea;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.success-icon{width:60px;height:60px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.reset-instructions{text-align:center;color:#6b7280;margin-bottom:2rem;line-height:1.6}.nav-brand{cursor:pointer}.dashboard-page{min-height:100vh;background-color:#f9fafb}.dashboard-container{max-width:800px;margin:80px auto 0;padding:2rem}.dashboard-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.dashboard-card h2{font-size:1.5rem;margin-bottom:.5rem;color:#1f2937}.dashboard-subtitle{color:#6b7280;margin-bottom:2rem}.property-form{margin-top:1.5rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row .form-group{flex:1;margin-bottom:0}.form-group select{width:100%;padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:border-color .3s;background-color:#fff}.form-group select:focus{outline:none;border-color:#667eea}.form-group select.error{border-color:#ef4444}.generate-button{width:100%;padding:1rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s;margin-top:1rem}.generate-button:hover{background:#5a4fcf}.generate-button:disabled,.generate-button.disabled{background:#9ca3af!important;cursor:not-allowed;opacity:.7}.generate-button.disabled:hover{background:#9ca3af!important}.sign-out-button{background-color:transparent;color:#6b7280;border:2px solid #e5e7eb;padding:.5rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.sign-out-button:hover{border-color:#667eea;color:#667eea}.progress-bar-container{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:2000;padding:1.5rem}.progress-bar-content{max-width:800px;margin:0 auto}.progress-message{margin-bottom:.5rem;font-weight:600;color:#1f2937}.progress-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.progress-percentage{text-align:right;font-size:.875rem;color:#6b7280}.user-menu{position:relative}.user-menu-button{background:none;border:none;cursor:pointer;padding:0}.user-avatar{width:40px;height:40px;border-radius:50%;background:#667eea;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem}.user-menu-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:200px;z-index:1000}.user-menu-header{padding:1rem;border-bottom:1px solid #e5e7eb}.user-email{font-size:.875rem;color:#6b7280;margin:0}.user-menu-divider{height:1px;background:#e5e7eb}.user-menu-item{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.875rem;color:#374151;display:flex;align-items:center;gap:.75rem;transition:background-color .2s}.user-menu-item:hover{background-color:#f3f4f6}.menu-icon{font-size:1rem}.button-group{display:flex;gap:1rem;margin-top:2rem}.cancel-button{flex:1;padding:1rem;background:#fff;color:#6b7280;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.cancel-button:hover{border-color:#6b7280;color:#374151}.current-plan-section{margin-bottom:3rem}.billing-cycle-toggle{display:flex;justify-content:center;gap:0;margin-bottom:2rem;background:#f3f4f6;border-radius:8px;padding:4px;max-width:300px;margin-left:auto;margin-right:auto}.cycle-option{flex:1;padding:.75rem 1.5rem;background:transparent;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;color:#6b7280}.cycle-option.active{background:#fff;color:#667eea;box-shadow:0 2px 4px #0000001a}.cycle-option:hover:not(.active){color:#374151}.coupon-section{margin-bottom:2rem;text-align:center;background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.coupon-section h4{margin-bottom:1rem;color:#475569;font-size:1.1rem;font-weight:600}.coupon-input-container{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:300px;margin:0 auto}.coupon-toggle-button{padding:.5rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.coupon-toggle-button:hover{background:#667eea;color:#fff}.coupon-input-group{display:flex;justify-content:center;gap:.5rem;max-width:400px;margin:0 auto}.coupon-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.1em;transition:all .3s;background:#fff}.coupon-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.coupon-input.valid{border-color:#10b981;background:#f0fdf4}.coupon-input.error{border-color:#ef4444;background:#fef2f2}.validating{color:#6b7280;font-size:.875rem;font-style:italic}.coupon-success{color:#059669;font-size:.875rem;font-weight:600;padding:.5rem;background:#d1fae5;border-radius:6px;border:1px solid #34d399}.coupon-error{color:#dc2626;font-size:.875rem;font-weight:600;padding:.5rem;background:#fee2e2;border-radius:6px;border:1px solid #f87171}.coupon-clear-button{padding:.5rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s}.coupon-clear-button:hover{background:#dc2626}.coupon-applied{margin-top:.5rem;color:#10b981;font-weight:600;font-size:.875rem}.current-plan-section h3,.plans-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1f2937}.plan-info{background:#f9fafb;padding:2rem;border-radius:8px;border:2px solid #e5e7eb}.plan-name{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.plan-price{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.plan-usage{color:#6b7280;margin-bottom:.5rem}.plan-period{color:#6b7280;font-size:.875rem}.plan-status.cancelled{color:#ef4444;font-weight:600;margin-top:1rem}.subscription-cards{display:flex;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.subscription-card{background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:2rem;text-align:center;transition:all .3s}.subscription-card.current{border-color:#667eea;background:#f3f4ff}.subscription-card.disabled{opacity:.6;background:#f9f9f9;border-color:#d1d5db}.subscription-card.disabled .sub-price,.subscription-card.disabled .sub-features li{color:#9ca3af}.downgrade-notice{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.5rem;margin:.5rem 0}.downgrade-notice small{color:#dc2626;font-weight:500}.subscription-card h4{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.sub-price{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:1.5rem}.sub-price span{font-size:1rem;color:#6b7280}.savings-badge{background:#d1fae5;color:#065f46;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;margin-bottom:1rem;display:inline-block}.upgrade-info{background-color:#f3e5f5;color:#7b1fa2;padding:6px 12px;border-radius:4px;margin-top:.5rem;margin-bottom:1rem;text-align:center;font-size:.85rem}.sub-price .savings{display:block;font-size:.875rem;color:#10b981;font-weight:600;margin-top:.5rem}.annual-price{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px;padding:.75rem;margin-bottom:1.5rem;text-align:center}.annual-price strong{display:block;color:#0369a1;font-size:1.1rem;margin-bottom:.25rem}.annual-price small{color:#0284c7;font-size:.8rem}.sub-features{list-style:none;margin-bottom:2rem;text-align:left}.sub-features li{padding:.5rem 0;color:#4b5563}.sub-button{width:100%;padding:.75rem;border:2px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.sub-button:hover:not(:disabled){border-color:#667eea;color:#667eea}.sub-button.primary{background:#667eea;color:#fff;border-color:#667eea}.sub-button.primary:hover:not(:disabled){background:#5a4fcf;border-color:#5a4fcf}.sub-button:disabled{opacity:.5;cursor:not-allowed}.cancel-section{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb}.cancel-subscription-button{padding:.75rem 2rem;background:#fff;color:#ef4444;border:2px solid #ef4444;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.cancel-subscription-button:hover{background:#ef4444;color:#fff}.back-button-container{text-align:center;margin-top:2rem}.back-button{padding:.75rem 2rem;background:#fff;color:#6b7280;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.back-button:hover{border-color:#6b7280;color:#374151}.plan-details-card{margin-bottom:2rem;background:#f9fafb;border:2px solid #e5e7eb;padding:1.5rem!important}.plan-details-card h3{font-size:1.125rem;margin-bottom:1rem;color:#1f2937}.plan-details-content{display:flex;justify-content:space-between;gap:1.5rem;margin-bottom:1rem}.plan-detail-item{flex:1;text-align:center}.plan-detail-label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.plan-detail-value{display:block;font-size:1.125rem;font-weight:700;color:#1f2937}.plan-detail-value.plan-name{color:#667eea}.reports-remaining{color:#10b981;font-size:.9rem;margin-left:.5rem}.plan-detail-value.total-available{font-weight:600;color:#667eea;font-size:1.1rem}.manage-subscription-button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s}.manage-subscription-button:hover{background:#5a4fcf}.contact-footer{text-align:center;padding:2rem 0;color:#6b7280;background-color:#f9fafb;margin-top:2rem}.contact-footer p{margin:0;font-size:1rem}.contact-footer a{color:#667eea;text-decoration:none;font-weight:600}.contact-footer a:hover{text-decoration:underline}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000}.modal-content{background:#fff;border-radius:10px;box-shadow:0 20px 25px -5px #0000001a;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.5rem;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#374151}.password-form{padding:1.5rem}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin:1rem 1.5rem;text-align:center;font-weight:600}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.button-secondary{flex:1;padding:.75rem;background:#fff;color:#6b7280;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.button-secondary:hover:not(:disabled){border-color:#6b7280;color:#374151}.button-primary{flex:1;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.button-primary:hover:not(:disabled){background:#5a4fcf}.button-primary:disabled,.button-secondary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.navbar{padding:0}.navbar .container{padding:.75rem 12px;min-height:60px;width:100%;box-sizing:border-box}.nav-brand{font-size:1.2rem;flex:1;min-width:0;margin-right:10px}.nav-links{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.nav-links a{display:none}.user-menu{display:flex!important}.user-avatar{width:36px;height:36px;font-size:1rem}.user-menu-dropdown{right:-10px;min-width:180px}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.steps{flex-direction:column}.pricing-cards{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}.auth-card{padding:2rem}.subscription-cards{flex-direction:column;gap:1rem}.subscription-card{padding:1.5rem}}@media (max-width: 480px){.navbar .container{padding:.5rem 8px;min-height:55px}.nav-brand{font-size:1.1rem;margin-right:8px}.user-avatar{width:30px;height:30px;font-size:.85rem}.user-menu-dropdown{right:0;min-width:150px;margin-top:.25rem}}@media (max-width: 360px){.navbar .container{padding:.5rem 5px}.nav-brand{font-size:1rem;margin-right:5px}.user-avatar{width:28px;height:28px;font-size:.8rem}}.eula-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}.eula-modal-content{background:#fff;border-radius:8px;max-width:700px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;animation:slideIn .3s ease-out;overflow:hidden}.eula-modal-title{font-size:1.75rem;font-weight:600;padding:24px 32px;border-bottom:1px solid #e5e7eb;color:#1a1a1a;margin:0}.eula-content-scroll{flex:1;overflow-y:auto;padding:0 32px;max-height:calc(90vh - 220px)}.eula-text{padding:24px 0;color:#374151;line-height:1.6}.eula-text h3{font-size:1rem;color:#6b7280;margin-bottom:20px}.eula-text h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-top:24px;margin-bottom:12px}.eula-text p{margin-bottom:16px}.eula-text ul{margin-left:24px;margin-bottom:16px}.eula-text ul li{margin-bottom:8px}.eula-text ul ul{margin-top:8px}.eula-acceptance{padding:20px 32px;border-top:1px solid #e5e7eb;background-color:#f9fafb}.eula-checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:.95rem;color:#374151}.eula-checkbox-label input[type=checkbox]{width:18px;height:18px;margin-right:12px;cursor:pointer}.eula-modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:20px 32px;border-top:1px solid #e5e7eb}.eula-button{padding:10px 24px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.eula-button-primary{background-color:#2563eb;color:#fff}.eula-button-primary:hover:not(.disabled){background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px #2563eb33}.eula-button-primary.disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.eula-button-secondary{background-color:#e5e7eb;color:#374151}.eula-button-secondary:hover{background-color:#d1d5db}@media (max-width: 640px){.eula-modal-content{width:95%;max-height:95vh}.eula-modal-title{font-size:1.5rem;padding:20px 24px}.eula-content-scroll{padding:0 24px}.eula-acceptance,.eula-modal-actions{padding:16px 24px}.eula-modal-actions{flex-direction:column-reverse}.eula-button{width:100%}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:8px;padding:32px;max-width:500px;width:90%;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;animation:slideIn .3s ease-out;position:relative}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-title{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#1a1a1a}.modal-message{font-size:1rem;line-height:1.5;color:#4a4a4a;margin-bottom:24px;white-space:pre-line}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.modal-button{padding:10px 24px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-button-primary{background-color:#2563eb;color:#fff}.modal-button-primary:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px #2563eb33}.modal-button-secondary{background-color:#e5e7eb;color:#374151}.modal-button-secondary:hover{background-color:#d1d5db}
