@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.custom-notification{position:fixed;top:20px;right:20px;z-index:9999;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:12px;min-width:300px;max-width:500px;animation:slideInRight .3s ease-out;border:2px solid}.custom-notification-success{background-color:#d4edda;border-color:#28a745;color:#155724}.custom-notification-error{background-color:#f8d7da;border-color:#dc3545;color:#721c24}.custom-notification-warning{background-color:#fff3cd;border-color:#ffc107;color:#856404}.custom-notification-info{background-color:#d1ecf1;border-color:#17a2b8;color:#0c5460}.custom-notification-icon{font-size:24px;font-weight:700;flex-shrink:0}.custom-notification-message{flex:1;font-size:14px;font-weight:500;line-height:1.5}.custom-notification-close{background:none;border:none;font-size:20px;cursor:pointer;padding:0;color:inherit;opacity:.7;transition:opacity .2s;flex-shrink:0}.custom-notification-close:hover{opacity:1}.inquiries-visits-summary-tabs-container{display:flex;gap:8px;margin-bottom:16px;border-bottom:2px solid #e5e7eb;flex-wrap:wrap}.inquiries-visits-summary-tab-button{padding:10px 20px;border:none;border-bottom:2px solid transparent;background-color:transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;margin-bottom:-2px;transition:all .2s ease;border-radius:8px 8px 0 0}.inquiries-visits-summary-tab-button.active{border-bottom-color:#ff9f1c;background-color:#fff9e6;color:#ff9f1c;font-weight:600}.inquiries-visits-summary-tab-button:hover:not(.active){background-color:#f9fafb;color:#374151}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.analytics-title{margin:0 0 8px;font-size:28px;font-weight:700;color:#1a202c}.analytics-last-updated{margin:0;font-size:14px;color:#6b7280}.analytics-refresh-button{padding:10px 20px;border:none;border-radius:8px;background-color:#ff9f1c;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.analytics-refresh-button:hover{background-color:#e68a00}.analytics-loading-container{display:flex;justify-content:center;align-items:center;height:400px}.analytics-loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top-color:#ff9f1c;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.analytics-loading-text{color:#6b7280}.analytics-error-container{display:flex;justify-content:center;align-items:center;height:400px}.analytics-error-message{background-color:#fee2e2;color:#991b1b;padding:16px 24px;border-radius:8px;border:1px solid #FCA5A5}.analytics-section{margin-bottom:32px}.analytics-section-title{margin:0 0 20px;font-size:20px;font-weight:600;color:#374151}.analytics-metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:24px}.analytics-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.analytics-metric-card{background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb;transition:all .2s ease}.analytics-metric-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.analytics-metric-card-icon{font-size:32px}.analytics-metric-card-title{margin:0;font-size:14px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.analytics-metric-card-value{font-size:36px;font-weight:700;color:#1a202c;margin-bottom:8px}.analytics-metric-card-subtitle{font-size:14px;color:#6b7280}.analytics-chart-card{background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.analytics-chart-card-title{margin:0 0 20px;font-size:16px;color:#374151;font-weight:600}.tabs-container{display:flex;gap:4px;margin-bottom:clamp(28px,4vh,36px);border-bottom:1px solid #e5e7eb}.tab-button{padding:12px 20px;border:none;border-bottom:2px solid transparent;background-color:transparent;color:#6b7280;font-size:15px;cursor:pointer;font-weight:500;transition:all .2s ease;margin-bottom:-1px;border-radius:8px 8px 0 0;outline:none;display:flex;align-items:center;gap:6px}.tab-button.active{border-bottom-color:#ff9f1c;background-color:#fff9e6;color:#ff9f1c;font-weight:600}.tab-button:hover:not(.active){background-color:#f9fafb;color:#374151}.tab-button:focus{box-shadow:0 0 0 3px #ff9f1c26}.tab-button:focus:not(:focus-visible){box-shadow:none}.dashboard-container{min-height:100vh;background-color:#fafbfc}.dashboard-header{background-color:#fff;padding:16px clamp(20px,5vw,40px);box-shadow:0 1px 3px #0000000f;position:sticky;top:0;z-index:100;border-bottom:1px solid #e5e7eb}.dashboard-header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.dashboard-title{margin:0;color:#1a202c;font-size:clamp(20px,3vw,24px);font-weight:700;letter-spacing:-.5px;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:transform .3s ease,filter .3s ease;display:inline-flex;align-items:center}.dashboard-title:hover{transform:scale(1.02);filter:drop-shadow(0 2px 4px rgba(255,159,28,.3))}.dashboard-header-actions{display:flex;align-items:center;gap:clamp(12px,2vw,20px);flex-wrap:wrap}.dashboard-feedback-button{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#374151;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;outline:none;display:flex;align-items:center;gap:6px}.dashboard-feedback-button:hover{background-color:#f9fafb;border-color:#d1d5db}.dashboard-feedback-button:focus{box-shadow:0 0 0 3px #3b82f626}.dashboard-user-dropdown-container{position:relative}.dashboard-user-button{padding:0;border:none;border-radius:50%;background-color:transparent;cursor:pointer;transition:all .2s ease;outline:none;display:flex;align-items:center}.dashboard-user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;transition:border-color .2s ease}.dashboard-user-avatar:hover{border-color:#ff9f1c}.dashboard-user-avatar-placeholder{width:36px;height:36px;border-radius:50%;background-color:#ff9f1c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;border:2px solid #e5e7eb}.dashboard-dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.dashboard-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid #e5e7eb;min-width:240px;z-index:1000;overflow:hidden}.dashboard-dropdown-user-info{padding:16px;border-bottom:1px solid #e5e7eb}.dashboard-dropdown-user-content{display:flex;align-items:center;gap:12px}.dashboard-dropdown-user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.dashboard-dropdown-user-avatar-placeholder{width:48px;height:48px;border-radius:50%;background-color:#ff9f1c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600}.dashboard-dropdown-user-details{flex:1;min-width:0}.dashboard-dropdown-user-name{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:2px}.dashboard-dropdown-user-email{font-size:13px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-billing-button{width:100%;padding:12px 16px;border:none;background-color:transparent;color:#374151;cursor:pointer;font-size:14px;font-weight:500;text-align:left;transition:background-color .2s ease;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f3f4f6}.dashboard-billing-button:hover{background-color:#f9fafb}.dashboard-billing-icon{font-size:16px}.dashboard-logout-button{width:100%;padding:12px 16px;border:none;background-color:transparent;color:#dc2626;cursor:pointer;font-size:14px;font-weight:500;text-align:left;transition:background-color .2s ease;display:flex;align-items:center;gap:8px}.dashboard-logout-button:hover{background-color:#fef2f2}.dashboard-logout-icon{font-size:16px}.dashboard-main{max-width:1400px;margin:0 auto;padding:clamp(24px,4vh,32px) clamp(20px,5vw,40px) clamp(40px,6vh,60px)}.dashboard-actions-bar{margin-bottom:clamp(24px,4vh,32px);display:flex;gap:12px;flex-wrap:wrap}.dashboard-button-primary{padding:12px 24px;border:none;border-radius:10px;background-color:#ff9f1c;color:#fff;font-size:15px;cursor:pointer;font-weight:600;transition:all .2s ease;box-shadow:0 2px 8px #ff9f1c40;outline:none}.dashboard-button-primary:hover{background-color:#f80;transform:translateY(-1px);box-shadow:0 4px 12px #ff9f1c59}.dashboard-button-primary:focus{box-shadow:0 0 0 3px #ff9f1c33,0 2px 8px #ff9f1c40}.dashboard-button-primary-small{padding:8px 16px;border:1px solid #d1d5db;border-radius:8px;background-color:#f9fafb;color:#6b7280;font-size:14px;cursor:pointer;font-weight:500;transition:all .2s ease;outline:none}.dashboard-button-primary-small:hover{background-color:#f3f4f6;border-color:#9ca3af}.dashboard-button-primary-small:focus{box-shadow:0 0 0 3px #d1d5db4d}.dashboard-loading{background-color:#fff;padding:clamp(40px,6vh,60px);border-radius:12px;text-align:center;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.dashboard-spinner{display:inline-block;width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #FF9F1C;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-loading-text{color:#6b7280;font-size:15px;font-weight:500;margin:0}.dashboard-error{background-color:#fff;padding:clamp(28px,4vh,36px);border-radius:12px;border:1px solid #fecaca;box-shadow:0 1px 3px #ef44441a}.dashboard-error-content{display:flex;align-items:start;gap:12px}.dashboard-error-icon{font-size:24px;line-height:1}.dashboard-error-details{flex:1}.dashboard-error-title{margin:0 0 6px;font-size:16px;font-weight:600;color:#ef4444}.dashboard-error-message{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.dashboard-empty-state{background-color:#fff;padding:clamp(48px,8vh,80px) clamp(24px,4vw,40px);border-radius:12px;text-align:center;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.dashboard-empty-state-icon{font-size:64px;margin-bottom:20px;line-height:1}.dashboard-empty-state-title{margin:0 0 12px;font-size:clamp(18px,2.5vw,22px);font-weight:600;color:#1a202c;letter-spacing:-.3px}.dashboard-empty-state-description{font-size:15px;color:#6b7280;line-height:1.6;max-width:400px;margin:0 auto 24px}.dashboard-properties-title{margin-bottom:clamp(20px,3vh,28px);color:#1a202c;font-size:clamp(20px,3vw,24px);font-weight:600;letter-spacing:-.5px}.dashboard-properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr));gap:clamp(16px,3vw,24px)}.dashboard-property-card{position:relative;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb;transition:all .2s ease;overflow:hidden}.dashboard-property-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.dashboard-property-header{padding:clamp(16px,3vw,20px);border-bottom:1px solid #f3f4f6}.dashboard-property-header-top{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.dashboard-property-title-row{display:flex;align-items:center;gap:8px;flex:1;flex-wrap:wrap}.dashboard-property-name{margin:0;color:#1a202c;font-size:clamp(17px,2.5vw,19px);font-weight:600;letter-spacing:-.3px;line-height:1.3}.dashboard-property-simple-id{display:inline-flex;align-items:center;gap:4px;background-color:#fff9e6;color:#ff9f1c;padding:4px 10px;border-radius:6px;border:1.5px solid #FF9F1C;font-size:12px;font-weight:700;font-family:monospace;letter-spacing:.5px;flex-shrink:0;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.dashboard-property-simple-id:hover{background-color:#ffe5b3}.dashboard-property-simple-id.copied{background-color:#d1fae5;color:#10b981;border-color:#10b981}.dashboard-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;flex-shrink:0}.dashboard-badge-frozen{background-color:#fee2e2;color:#dc2626;border:1.5px solid #dc2626}.dashboard-badge-trial{background-color:#fef3c7;color:#d97706;border:1.5px solid #f59e0b}.dashboard-badge-active{background-color:#d1fae5;color:#059669;border:1.5px solid #10b981}.dashboard-property-menu-button{padding:6px 10px;background-color:transparent;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:16px;color:#6b7280;line-height:1;transition:all .2s ease;outline:none}.dashboard-property-menu-button:hover{background-color:#f9fafb;border-color:#d1d5db}.dashboard-property-menu-button:focus{box-shadow:0 0 0 2px #6c63ff26}.dashboard-property-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.dashboard-property-menu{position:absolute;top:100%;right:0;margin-top:8px;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:1000;min-width:180px;overflow:hidden}.dashboard-property-menu-item{width:100%;padding:12px 16px;border:none;background-color:transparent;text-align:left;cursor:pointer;font-size:14px;font-weight:500;color:#374151;border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.dashboard-property-menu-item:last-child{border-bottom:none}.dashboard-property-menu-item:hover{background-color:#f9fafb}.dashboard-property-menu-item-danger{color:#ef4444}.dashboard-property-menu-item-danger:hover{background-color:#fef2f2}.dashboard-property-content-wrapper{position:relative}.dashboard-property-content-blurred{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.dashboard-property-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;font-size:13px}.dashboard-property-summary-item{display:flex;align-items:center;gap:6px;color:#6b7280}.dashboard-property-summary-icon{font-size:14px}.dashboard-property-summary-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400}.dashboard-property-details{padding:clamp(14px,3vw,18px) clamp(16px,3vw,20px);display:flex;flex-direction:column;gap:10px}.dashboard-property-price-row{display:flex;justify-content:space-between;align-items:center}.dashboard-property-price-label{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.dashboard-property-price-value{font-size:clamp(18px,2.5vw,22px);font-weight:700;color:#ff9f1c}.dashboard-property-stats{display:flex;gap:12px;padding-top:8px;border-top:1px solid #f3f4f6}.dashboard-property-stat{display:flex;align-items:center;gap:4px;color:#6b7280;font-size:13px}.dashboard-property-stat-value{font-weight:500}.dashboard-property-badges{display:flex;gap:8px;flex-wrap:wrap;padding-top:10px}.dashboard-property-badge-button{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;outline:none}.dashboard-property-badge-inquiry{background-color:#10b981;color:#fff}.dashboard-property-badge-inquiry:hover{background-color:#059669;transform:translateY(-1px)}.dashboard-property-badge-visit{background-color:#3b82f6;color:#fff}.dashboard-property-badge-visit:hover{background-color:#2563eb;transform:translateY(-1px)}.dashboard-property-view-button{flex:1;min-width:100px;padding:8px 14px;background-color:#ff9f1c;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.dashboard-property-view-button:hover{background-color:#f80;transform:translateY(-1px)}.dashboard-property-view-button:focus{box-shadow:0 0 0 3px #ff9f1c33}.dashboard-success-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dashboard-success-popup{background-color:#fff;padding:clamp(28px,4vw,36px);border-radius:16px;max-width:640px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.dashboard-success-popup-header{text-align:center;margin-bottom:32px}.dashboard-success-popup-icon{font-size:56px;margin-bottom:16px;line-height:1}.dashboard-success-popup-title{margin:0 0 8px;color:#1a202c;font-size:clamp(22px,3vw,26px);font-weight:700;letter-spacing:-.5px}.dashboard-success-popup-description{color:#6b7280;margin:0;font-size:15px;line-height:1.5}.dashboard-success-popup-section{background-color:#fafbfc;padding:clamp(20px,3vw,24px);border-radius:12px;margin-bottom:24px;border:1px solid #e5e7eb}.dashboard-success-popup-section-title{margin:0 0 12px;font-size:14px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.dashboard-success-popup-whatsapp-number{background-color:#fff;padding:16px;border-radius:10px;border:1px solid #e5e7eb;font-size:clamp(18px,2.5vw,22px);font-weight:600;color:#1a202c;text-align:center;font-family:monospace;letter-spacing:1px}.dashboard-success-popup-actions{display:flex;gap:10px;flex-wrap:wrap}.dashboard-success-popup-whatsapp-link{flex:1;min-width:140px;padding:12px 20px;background-color:#25d366;color:#fff;text-decoration:none;border-radius:10px;text-align:center;font-weight:600;font-size:15px;transition:all .2s ease;box-shadow:0 2px 8px #25d3664d}.dashboard-success-popup-whatsapp-link:hover{background-color:#20bd5a;transform:translateY(-1px);box-shadow:0 4px 12px #25d36666}.dashboard-success-popup-copy-button{padding:12px 20px;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:10px;cursor:pointer;font-weight:600;font-size:15px;color:#374151;transition:all .2s ease;outline:none}.dashboard-success-popup-copy-button:hover{background-color:#f9fafb;border-color:#d1d5db}.dashboard-success-popup-footer{display:flex;gap:12px;margin-top:24px}.dashboard-success-popup-footer-button{flex:1;padding:12px;border:none;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;transition:all .2s ease;outline:none}.dashboard-success-popup-footer-button-secondary{background-color:#fff;color:#374151;border:1.5px solid #e5e7eb}.dashboard-success-popup-footer-button-secondary:hover{background-color:#f9fafb;border-color:#d1d5db}.dashboard-success-popup-footer-button-primary{background-color:#ff9f1c;color:#fff;box-shadow:0 2px 8px #ff9f1c4d}.dashboard-success-popup-footer-button-primary:hover{background-color:#f80;box-shadow:0 4px 12px #ff9f1c66}.dashboard-footer{margin-top:auto;padding:20px;border-top:1px solid #e0e0e0;text-align:center;font-size:12px;color:#666}.dashboard-footer-links{margin-bottom:10px}.dashboard-footer-link{background:none;border:none;color:#ff9f1c;text-decoration:underline;cursor:pointer;margin-right:20px;font-size:12px}.dashboard-footer-link:last-child{margin-right:0}.dashboard-footer-copyright{margin:0}.dashboard-property-menu-container{position:relative}.dashboard-empty-tab-content{background-color:#fff;padding:clamp(48px,8vh,80px) clamp(24px,4vw,40px);border-radius:12px;text-align:center;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.dashboard-empty-tab-icon{font-size:64px;margin-bottom:20px}.dashboard-empty-tab-title{margin:0 0 12px;font-size:clamp(18px,2.5vw,22px);font-weight:600;color:#1a202c}.dashboard-empty-tab-description{margin:0;font-size:15px;color:#6b7280;line-height:1.6}.dashboard-posts-container{background-color:#fff;padding:clamp(24px,3vw,32px);border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.dashboard-property-selector{margin-bottom:24px}.dashboard-property-selector-label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.dashboard-property-selector-select{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;font-size:15px;background-color:#fff;color:#374151;cursor:pointer}.dashboard-logo-inline{margin:0 -3px}.dashboard-button-add-property{padding:12px 24px;border:none;border-radius:10px;background-color:#ff9f1c;color:#fff;font-size:15px;cursor:pointer;font-weight:600;transition:all .2s ease;box-shadow:0 2px 8px #ff9f1c40;outline:none}.dashboard-button-add-property:hover{background-color:#f80;transform:translateY(-1px);box-shadow:0 4px 12px #ff9f1c59}.dashboard-button-add-property:focus{box-shadow:0 0 0 3px #ff9f1c33,0 2px 8px #ff9f1c40}.dashboard-button-add-property.has-properties{padding:8px 16px;border:1px solid #d1d5db;border-radius:8px;background-color:#f9fafb;color:#6b7280;font-size:14px;font-weight:500;box-shadow:none}.dashboard-button-add-property.has-properties:hover{background-color:#f3f4f6;border-color:#9ca3af;transform:none}.dashboard-button-add-property.has-properties:focus{box-shadow:0 0 0 3px #d1d5db4d}.dashboard-button-first-property{padding:12px 28px;border:none;border-radius:10px;background-color:#ff9f1c;color:#fff;font-size:15px;cursor:pointer;font-weight:600;transition:all .2s ease;box-shadow:0 2px 8px #ff9f1c40;outline:none}.dashboard-button-first-property:hover{background-color:#f80;transform:translateY(-2px);box-shadow:0 4px 12px #ff9f1c59}.dashboard-button-first-property:focus{box-shadow:0 0 0 3px #ff9f1c33,0 2px 8px #ff9f1c40}.dashboard-property-actions-footer{padding:clamp(12px,2.5vw,16px) clamp(16px,3vw,20px);border-top:1px solid #f3f4f6;display:flex;gap:8px;flex-wrap:wrap}.dashboard-property-subscribe-button{flex:1;min-width:100px;padding:8px 14px;background-color:#dc2626;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.dashboard-property-subscribe-button:hover{background-color:#b91c1c;transform:translateY(-1px)}.dashboard-property-subscribe-button:focus{box-shadow:0 0 0 3px #dc262633}.dashboard-property-badge-inquiry:hover,.dashboard-property-badge-visit:hover{transform:scale(1.05)}.dashboard-simple-id-icon{margin-left:2px;font-size:11px;display:inline-flex;align-items:center}.dashboard-listing-copy-section{margin-bottom:28px}.dashboard-listing-copy-title{margin:0 0 12px;font-size:14px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.dashboard-listing-copy-content{background-color:#fafbfc;padding:16px;border-radius:10px;border:1px solid #e5e7eb;white-space:pre-wrap;font-size:14px;line-height:1.7;color:#374151;margin-bottom:12px;max-height:220px;overflow-y:auto;font-family:system-ui,-apple-system,sans-serif}.dashboard-listing-copy-button{width:100%;padding:12px;background-color:#ff9f1c;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 8px #ff9f1c4d;outline:none}.dashboard-listing-copy-button:hover{background-color:#f80;transform:translateY(-1px);box-shadow:0 4px 12px #ff9f1c66}.dashboard-listing-copy-button:focus{box-shadow:0 0 0 3px #ff9f1c33,0 2px 8px #ff9f1c4d}.dashboard-success-popup-section-spacing{margin-bottom:20px}.dashboard-listing-copy-button.copied{background-color:#10b981;box-shadow:0 2px 8px #10b9814d}.dashboard-listing-copy-button.copied:hover{background-color:#059669;box-shadow:0 4px 12px #10b98166}.loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-in}.loader-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.loader-logo-container{position:relative;display:flex;align-items:center;justify-content:center}.loader-logo{animation:pulse 1.5s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.loader-message{color:#333;font-size:16px;font-weight:500;margin:0;text-align:center;animation:fadeInUp .3s ease-out .1s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@media (prefers-color-scheme: dark){.loader-overlay{background-color:#000000d9}.loader-message{color:#fff}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-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}[dir=rtl]{direction:rtl;text-align:right}[dir=rtl] body{font-family:Segoe UI,Arial,Tahoma,sans-serif}[dir=rtl] .flex-row{flex-direction:row-reverse}[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] select{text-align:right}
