@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary:#1a2332;--primary-light:#2d3a4a;--primary-dark:#0f1720;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-light:#dbeafe;--white:#fff;--gray-50:#f8f9fb;--gray-100:#f1f3f5;--gray-200:#e2e5e9;--gray-300:#c9cdd3;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--success:#059669;--success-bg:#ecfdf5;--warning:#d97706;--warning-bg:#fffbeb;--danger:#dc2626;--danger-bg:#fef2f2;--font-main:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-lg:0 4px 6px #00000012, 0 2px 4px #0000000f;--shadow-xl:0 10px 25px #0000001a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:var(--gray-50);color:var(--gray-800);-webkit-font-smoothing:antialiased;line-height:1.6}[dir=rtl]{text-align:right;direction:rtl}[dir=ltr]{text-align:left;direction:ltr}.nav{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;justify-content:space-between;align-items:center;height:56px;padding:0 1.25rem;display:flex;position:sticky;top:0}.nav-logo{color:var(--primary);letter-spacing:-.5px;white-space:nowrap;font-size:1.25rem;font-weight:700;text-decoration:none}.nav-logo span{color:var(--accent)}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-links{align-items:center;gap:1.5rem;list-style:none;display:flex}.nav-links a{color:var(--gray-600);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-lang{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;color:var(--gray-600);padding:.35rem .75rem;font-size:.85rem}.nav-dropdown{position:relative}.nav-login-btn{background:var(--accent);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;padding:.4rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s}.nav-login-btn:hover{background:#1d4ed8}.nav-dropdown-menu{top:calc(100% + 6px);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);z-index:200;min-width:160px;animation:.15s ease-out dropIn;position:absolute;inset-inline-end:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-item{color:var(--gray-700);align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.nav-dropdown-item:hover{background:var(--gray-100);color:var(--primary)}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50)}.btn-ghost{color:var(--accent);background:0 0}.btn-ghost:hover{background:var(--accent-light)}.btn-lg{padding:.875rem 2rem;font-size:1rem}.hero{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:var(--white);text-align:center;padding:6rem 2rem}.hero-badge{color:#ffffffe6;letter-spacing:.3px;background:#ffffff1f;border:1px solid #fff3;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1.25rem;font-size:.85rem;display:inline-block}.hero h1{letter-spacing:-1px;margin-bottom:1.25rem;font-size:2.75rem;font-weight:800;line-height:1.2}.hero p{color:#fffc;max-width:650px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-ctas .btn{text-align:center;min-width:200px}.hero .btn-primary{background:var(--white);color:var(--primary);padding:.875rem 2.5rem;font-size:1.05rem}.hero .btn-primary:hover{background:var(--gray-100)}.btn-hero-secondary{color:var(--white);background:0 0;border:2px solid #fff6;padding:.875rem 2.5rem;font-size:1.05rem}.btn-hero-secondary:hover{background:#ffffff1a;border-color:#fff9}.audience-section{max-width:1100px;margin:0 auto;padding:5rem 2rem}.audience-section h2{text-align:center;color:var(--primary);margin-bottom:3rem;font-size:1.75rem;font-weight:700}.audience-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.audience-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.5rem;transition:box-shadow .2s}.audience-card:hover{box-shadow:var(--shadow-lg)}.audience-icon{margin-bottom:1rem;font-size:2.5rem}.audience-card h3{color:var(--primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.audience-card p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.how-section{background:var(--gray-100);padding:5rem 2rem}.how-section h2{text-align:center;color:var(--primary);margin-bottom:3rem;font-size:1.75rem;font-weight:700}.steps-grid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:.5rem;max-width:1100px;margin:0 auto;display:flex}.step-card{text-align:center;flex:1;min-width:200px;max-width:240px;padding:1.5rem 1rem}.step-number{background:var(--accent);width:44px;height:44px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.1rem;font-weight:700;display:flex}.step-card h3{color:var(--primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.step-card p{color:var(--gray-500);font-size:.85rem;line-height:1.6}.step-arrow{color:var(--gray-300);padding-top:1.5rem;font-size:1.5rem;font-weight:300}[dir=rtl] .step-arrow{transform:scaleX(-1)}.features{max-width:1100px;margin:0 auto;padding:5rem 2rem}.features h2{text-align:center;color:var(--primary);margin-bottom:3rem;font-size:1.75rem;font-weight:700}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{text-align:center;padding:2rem 1.5rem}.feature-icon{background:var(--accent-light);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-size:1.5rem;display:flex}.feature-card h3{color:var(--primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.feature-card p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.dashboard{max-width:1200px;margin:0 auto;padding:2rem}.mgr-header{background:linear-gradient(135deg, var(--primary) 0%, #2d3a4a 100%);border-radius:var(--radius-lg);color:var(--white);justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;display:flex}.mgr-header-info h1{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.mgr-welcome{opacity:.8;font-size:.9rem}.mgr-plan-badge{border-radius:100px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.mgr-plan-badge.trial{color:#fbbf24;background:#fbbf2433}.mgr-plan-badge.pro{color:#22c55e;background:#22c55e33}.mgr-plan-badge.office{color:#60a5fa;background:#3b82f633}.stats-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.stats-row-1{grid-template-columns:1fr;max-width:200px}.stats-row-3{grid-template-columns:repeat(3,1fr)}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem}.stat-value{color:var(--primary);font-size:1.75rem;font-weight:700}.stat-label{color:var(--gray-500);margin-top:.25rem;font-size:.8rem}.mgr-tabs{border-bottom:2px solid var(--gray-200);gap:0;margin-bottom:1.5rem;display:flex}.mgr-tab{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.mgr-tab:hover{color:var(--primary)}.mgr-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.mgr-section{margin-bottom:2rem}.mgr-section h2{color:var(--primary);margin-bottom:1rem;font-size:1.15rem;font-weight:700}.mgr-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.mgr-add-form{gap:.75rem;margin-bottom:.75rem;display:flex}.mgr-add-form .form-input{text-align:left;direction:ltr;flex:1;max-width:280px}.mgr-error{color:var(--danger);margin-bottom:.5rem;font-size:.85rem}.mgr-success{color:#16a34a;margin-bottom:.5rem;font-size:.85rem}.mgr-empty{text-align:center;color:var(--gray-400);background:var(--gray-50);border-radius:var(--radius-lg);padding:2.5rem}.mgr-agents-list{flex-direction:column;gap:.5rem;display:flex}.mgr-agent-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);justify-content:space-between;align-items:center;padding:.875rem 1rem;transition:box-shadow .2s;display:flex}.mgr-agent-card:hover{box-shadow:var(--shadow)}.mgr-agent-info{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.mgr-agent-phone{color:var(--primary);font-size:.95rem;font-weight:600}.mgr-agent-name{color:var(--gray-800);font-size:.95rem;font-weight:600}.mgr-agent-email{color:var(--gray-500);font-size:.85rem}.mgr-agent-props{color:var(--accent);background:#2563eb14;border-radius:999px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.85rem;font-weight:600;display:inline-flex}.property-price{color:var(--accent);margin-top:.5rem;font-size:1rem;font-weight:700}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.property-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem;transition:box-shadow .2s}.property-card:hover{box-shadow:var(--shadow-lg)}.property-address{color:var(--primary);margin-bottom:.25rem;font-size:1rem;font-weight:600}.property-city{color:var(--gray-500);margin-bottom:.75rem;font-size:.85rem}.property-meta{color:var(--gray-600);gap:1rem;margin-bottom:1rem;font-size:.85rem;display:flex}.key-badge{border-radius:100px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.key-badge.office{background:var(--success-bg);color:var(--success)}.key-badge.agent{background:var(--warning-bg);color:var(--warning)}.key-badge.unknown{background:var(--danger-bg);color:var(--danger)}.property-actions{border-top:1px solid var(--gray-100);gap:.5rem;margin-top:1rem;padding-top:.75rem;display:flex}.deal-page{max-width:480px;margin:3rem auto;padding:0 1rem}.deal-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem}.deal-card h2{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.deal-property-info{background:var(--gray-50);border-radius:var(--radius);margin:1rem 0;padding:1rem}.slot-list{flex-direction:column;gap:.5rem;margin:1.5rem 0;display:flex}.slot-option{border:2px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;justify-content:space-between;align-items:center;padding:.875rem 1rem;transition:all .2s;display:flex}.slot-option:hover,.slot-option.selected{border-color:var(--accent);background:var(--accent-light)}.slot-day{color:var(--primary);font-weight:600}.slot-time{color:var(--gray-500);font-size:.9rem}.slot-badge{background:var(--success-bg);color:var(--success);border-radius:100px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.deal-footer{text-align:center;border-top:1px solid var(--gray-100);color:var(--gray-400);margin-top:2rem;padding-top:1rem;font-size:.8rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--gray-700);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.form-input{border:1px solid var(--gray-300);border-radius:var(--radius);width:100%;color:var(--gray-800);background:var(--white);padding:.625rem .875rem;font-size:.9rem;transition:border-color .2s}.form-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-select{border:1px solid var(--gray-300);border-radius:var(--radius);width:100%;color:var(--gray-800);background:var(--white);cursor:pointer;padding:.625rem .875rem;font-size:.9rem}.badge{border-radius:100px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-confirmed{background:var(--success-bg);color:var(--success)}.badge-pending{background:var(--warning-bg);color:var(--warning)}.badge-canceled{background:var(--danger-bg);color:var(--danger)}.pain-section{max-width:900px;margin:0 auto;padding:5rem 2rem}.pain-section h2{text-align:center;color:var(--primary);margin-bottom:3rem;font-size:1.75rem;font-weight:700}.pain-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.pain-card{border-radius:var(--radius-lg);padding:2rem}.pain-card h3{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.pain-card ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.pain-card li{padding-right:.5rem;font-size:.9rem;line-height:1.5}[dir=ltr] .pain-card li{padding-left:.5rem;padding-right:0}.pain-before{background:var(--danger-bg);border:1px solid #fecaca}.pain-before h3{color:var(--danger)}.pain-before li{color:#991b1b}.pain-before li:before{content:"✗ ";color:var(--danger);font-weight:700}.pain-after{background:var(--success-bg);border:1px solid #a7f3d0}.pain-after h3{color:var(--success)}.pain-after li{color:#065f46}.pain-after li:before{content:"✓ ";color:var(--success);font-weight:700}.cta-bottom{text-align:center;background:linear-gradient(135deg, var(--accent) 0%, #1d4ed8 100%);color:var(--white);padding:5rem 2rem}.cta-bottom h2{margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.cta-bottom p{color:#ffffffd9;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.cta-bottom .btn-primary{background:var(--white);color:var(--accent);padding:.875rem 2.5rem;font-size:1.05rem}.cta-bottom .btn-primary:hover{background:var(--gray-100)}.landing-footer{background:var(--primary);color:#ffffffb3;padding:3rem 2rem 1.5rem}.footer-content{justify-content:space-between;align-items:flex-start;max-width:1100px;margin:0 auto 2rem;display:flex}.footer-logo{color:var(--white);font-size:1.25rem;font-weight:700}.footer-logo span{color:var(--accent)}.footer-brand p{margin-top:.5rem;font-size:.85rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#fff9;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1100px;margin:0 auto;padding-top:1.5rem;font-size:.8rem}.auth-page{background:var(--gray-50);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:2.5rem}.auth-card h1{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.auth-card .subtitle{color:var(--gray-500);margin-bottom:2rem;font-size:.9rem}.wizard-card{max-width:460px}.wizard-card h1{text-align:center;margin-bottom:1.5rem}.wizard-progress{justify-content:center;align-items:center;gap:0;margin-bottom:2rem;display:flex}.wizard-step{flex-direction:column;align-items:center;gap:.35rem;min-width:60px;display:flex}.wizard-step span{color:var(--gray-400);font-size:.75rem}.wizard-step.active span{color:var(--accent);font-weight:600}.wizard-step.done span{color:var(--green)}.wizard-dot{background:var(--gray-200);width:32px;height:32px;color:var(--gray-500);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.wizard-step.active .wizard-dot{background:var(--accent);color:var(--white)}.wizard-step.done .wizard-dot{color:var(--white);background:#22c55e}.wizard-line{background:var(--gray-200);width:40px;height:2px;margin:0 .25rem 1.2rem}.wizard-subtitle{text-align:center;color:var(--gray-600);margin-bottom:1.5rem;font-size:.95rem}.welcome-back-banner{border-radius:var(--radius);text-align:center;color:#166534;background:#f0fdf4;border:1px solid #22c55e;margin-bottom:1rem;padding:.75rem 1rem;font-weight:500}.wizard-email-display{text-align:center;color:var(--primary);direction:ltr;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.wizard-btn{width:100%;margin-top:.5rem}.wizard-error{color:#dc2626;text-align:center;margin-bottom:.75rem;font-size:.85rem}.wizard-verified-badge{border-radius:var(--radius);text-align:center;color:#16a34a;direction:ltr;background:#f0fdf4;border:1px solid #bbf7d0;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.otp-inputs{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.otp-input{text-align:center;border:2px solid var(--gray-200);border-radius:var(--radius);background:var(--white);width:48px;height:56px;color:var(--primary);font-size:1.5rem;font-weight:700;transition:border-color .2s}.otp-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}.wizard-resend{text-align:center;margin-top:1rem}.resend-countdown{color:var(--gray-400);font-size:.85rem}.resend-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:500;text-decoration:underline}.resend-btn:hover{color:var(--primary)}.wizard-back{color:var(--gray-400);cursor:pointer;background:0 0;border:none;margin:.75rem auto 0;font-size:.85rem;display:block}.wizard-back:hover{color:var(--gray-600)}.input-with-icon{position:relative}.input-with-icon .form-input{padding-right:2.5rem}.eye-toggle{color:var(--gray-400);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.eye-toggle:hover{color:var(--gray-600)}.form-input.input-match{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e26}.otp-inputs-4{justify-content:center;gap:1rem}.otp-inputs-4 .otp-input{width:56px;height:56px;font-size:1.5rem}.danger-zone{border-top:1px solid var(--gray-200);text-align:center;margin-top:3rem;padding-top:2rem}.btn-danger{color:#fff;border-radius:var(--radius);cursor:pointer;background:#dc2626;border:none;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:background .2s}.btn-danger:hover{background:#b91c1c}.agt-app{background:var(--gray-50);flex-direction:column;min-height:100vh;display:flex}.agt-content{flex:1;width:100%;max-width:600px;margin:0 auto;padding:1rem 1rem 5.5rem}.agt-bottom-nav{background:var(--white);border-top:1px solid var(--gray-200);z-index:100;height:64px;padding-bottom:env(safe-area-inset-bottom,0);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.agt-nav-item{cursor:pointer;color:var(--gray-400);background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;padding:.5rem .75rem;transition:color .2s;display:flex}.agt-nav-item.active{color:var(--accent)}.agt-nav-icon{font-size:1.25rem}.agt-nav-label{font-size:.65rem;font-weight:600}.agt-nav-add{position:relative}.agt-nav-add-btn{background:var(--accent);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-top:-20px;font-size:.6rem;font-weight:700;display:flex;box-shadow:0 4px 12px #2563eb59}.agt-greeting{margin-bottom:1.5rem}.agt-greeting h1{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.agt-office-name{color:var(--gray-500);font-size:.9rem}.agt-stats-row{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.agt-stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center;padding:1rem}.agt-stat-value{color:var(--accent);font-size:1.75rem;font-weight:700;display:block}.agt-stat-label{color:var(--gray-500);margin-top:.25rem;font-size:.78rem;display:block}.agt-quick-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem;display:grid}.agt-quick-btn{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;color:var(--gray-700);flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.agt-quick-btn:hover{border-color:var(--accent);background:var(--accent-light)}.agt-quick-icon{font-size:1.5rem}.agt-install-banner{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:var(--radius-lg);color:var(--white);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.875rem 1rem;display:flex}.agt-install-text{flex:1;align-items:center;gap:.75rem;display:flex}.agt-install-icon{font-size:1.5rem}.agt-install-text strong{font-size:.9rem;display:block}.agt-install-text p{color:#ffffffb3;margin:0;font-size:.75rem}.agt-install-actions{align-items:center;gap:.5rem;display:flex}.agt-install-banner .btn-primary{background:var(--white);color:var(--primary);white-space:nowrap;padding:.4rem .875rem;font-size:.8rem}.agt-install-dismiss{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem}.agt-install-dismiss:hover{color:var(--white)}.perm-overlay{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.perm-card{background:var(--white);text-align:center;border-radius:20px;width:100%;max-width:360px;padding:2.5rem 2rem 2rem;animation:.35s ease-out permSlideUp;box-shadow:0 20px 60px #0003}@keyframes permSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.perm-progress{justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.perm-dot{background:var(--gray-200);border-radius:50%;width:8px;height:8px;transition:all .3s}.perm-dot.active{background:var(--accent);border-radius:4px;width:24px}.perm-dot.done{background:var(--success)}.perm-icon{margin-bottom:1.25rem;font-size:3.5rem}.perm-title{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.perm-desc{color:var(--gray-500);margin-bottom:2rem;max-width:280px;margin-inline:auto;font-size:.9rem;line-height:1.6}.perm-allow-btn{border-radius:var(--radius-lg);width:100%;padding:.875rem;font-size:1rem}.perm-skip-btn{width:100%;color:var(--gray-400);cursor:pointer;background:0 0;border:none;margin-top:.25rem;padding:.75rem;font-size:.85rem;display:block}.perm-skip-btn:hover{color:var(--gray-600)}.perm-step-count{color:var(--gray-300);margin-top:1rem;font-size:.75rem}.agt-section{margin-bottom:1.5rem}.agt-section h2{color:var(--primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.agt-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.agt-section-header h1{color:var(--primary);font-size:1.25rem;font-weight:700}.agt-properties-list{flex-direction:column;gap:.75rem;display:flex}.agt-property-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;padding:1rem;transition:box-shadow .2s}.agt-property-card:hover{box-shadow:var(--shadow-lg)}.agt-property-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.agt-property-address{color:var(--primary);font-size:1rem;font-weight:600}.agt-property-city{color:var(--gray-500);font-size:.8rem}.agt-property-price{color:var(--accent);white-space:nowrap;font-size:.95rem;font-weight:700}.agt-property-meta{color:var(--gray-600);flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.agt-property-meta span{align-items:center;gap:.2rem;display:flex}.agt-access-badge{background:var(--gray-100);color:var(--gray-600);border-radius:100px;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.agt-property-card-body{gap:.75rem;display:flex}.agt-property-thumb{border-radius:var(--radius);flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.agt-property-thumb img{object-fit:cover;width:100%;height:100%}.agt-property-img-count{color:#fff;background:#0009;border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:600;position:absolute;bottom:2px;right:2px}.agt-property-details{flex:1;min-width:0}.agt-images-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.agt-image-thumb{aspect-ratio:1;border-radius:var(--radius);border:1px solid var(--gray-200);position:relative;overflow:hidden}.agt-image-thumb img{object-fit:cover;width:100%;height:100%}.agt-image-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex;position:absolute;top:2px;right:2px}.agt-image-uploading{background:#ffffffb3;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;inset:0}.agt-image-add{aspect-ratio:1;border:2px dashed var(--gray-300);border-radius:var(--radius);color:var(--gray-400);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;transition:all .2s;display:flex}.agt-image-add:hover{border-color:var(--accent);color:var(--accent)}.agt-image-add span:first-child{font-size:1.25rem}.agt-view-page .agt-view-header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:10;justify-content:space-between;align-items:center;padding:1rem;display:flex;position:sticky;top:0}.agt-view-page .agt-view-header h1{text-align:center;flex:1;font-size:1rem;font-weight:600}.agt-view-gallery{margin-bottom:1rem}.agt-view-main-image{aspect-ratio:4/3;width:100%;overflow:hidden}.agt-view-main-image img{object-fit:cover;width:100%;height:100%}.agt-view-thumbs{gap:.5rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.agt-view-thumb{border-radius:var(--radius);cursor:pointer;background:0 0;border:2px solid #0000;flex-shrink:0;width:60px;height:60px;padding:0;overflow:hidden}.agt-view-thumb.active{border-color:var(--accent)}.agt-view-thumb img{object-fit:cover;width:100%;height:100%}.agt-view-no-image{text-align:center;background:var(--gray-100);color:var(--gray-400);padding:2.5rem 1rem}.agt-view-no-image span{margin-bottom:.5rem;font-size:2.5rem;display:block}.agt-view-content{padding:1.25rem}.agt-view-title-row{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.agt-view-address{color:var(--primary);font-size:1.25rem;font-weight:700}.agt-view-city{color:var(--gray-500);margin-top:.15rem;font-size:.9rem}.agt-view-price{color:var(--accent);white-space:nowrap;font-size:1.25rem;font-weight:700}.agt-view-specs{background:var(--gray-50);border-radius:var(--radius-lg);grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.75rem;margin-bottom:1.25rem;padding:1rem;display:grid}.agt-view-spec{text-align:center}.agt-view-spec-value{color:var(--primary);font-size:1rem;font-weight:700;display:block}.agt-view-spec-label{color:var(--gray-500);font-size:.7rem}.agt-view-section{margin-bottom:1.25rem}.agt-view-section h3{color:var(--primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.agt-view-section p{color:var(--gray-600);font-size:.9rem;line-height:1.6}.agt-view-access{background:var(--gray-100);border-radius:100px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.agt-view-access-icon{font-size:1.1rem}.agt-view-access-detail{color:var(--gray-600);margin-top:.35rem;font-size:.85rem}.agt-loading{text-align:center;color:var(--gray-400);padding:3rem}.agt-edit-page .agt-view-header h1{font-size:1rem}.agt-edit-content{padding:1.25rem}.agt-edit-save{width:100%;margin-top:1rem}.agt-edit-danger{border-top:1px solid var(--gray-200);text-align:center;margin-top:2rem;padding-top:1.5rem}.agt-delete-btn{font-size:.85rem;color:var(--danger)!important}.agt-delete-confirm{border-radius:var(--radius-lg);background:#fff5f5;border:1px solid #fecaca;padding:1rem}.agt-delete-confirm p{color:var(--danger);margin-bottom:.75rem;font-size:.85rem}.agt-delete-actions{justify-content:center;gap:.5rem;display:flex}.agt-empty{text-align:center;color:var(--gray-400);padding:3rem 1.5rem}.agt-empty-icon{margin-bottom:.75rem;font-size:3rem}.agt-empty p{margin-bottom:1.5rem;font-size:.95rem}.agt-profile{flex-direction:column;gap:1.25rem;display:flex}.agt-profile-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.5rem}.agt-avatar{background:var(--accent);width:64px;height:64px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .75rem;font-size:1.5rem;font-weight:700;display:flex}.agt-profile-card h2{color:var(--primary);font-size:1.25rem;font-weight:700}.agt-profile-office{color:var(--gray-500);font-size:.9rem}.agt-profile-info{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.agt-info-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.agt-info-row:last-child{border-bottom:none}.agt-info-label{color:var(--gray-500);font-size:.85rem}.agt-info-value{color:var(--gray-800);font-size:.9rem;font-weight:600}.agt-logout-btn{justify-content:center;width:100%}.agt-add-property-page .agt-content{padding-bottom:2rem}.agt-add-header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:50;align-items:center;gap:.75rem;padding:1rem;display:flex;position:sticky;top:0}.agt-back-btn{cursor:pointer;color:var(--gray-600);background:0 0;border:none;padding:.25rem;font-size:1.25rem}.agt-add-header h1{color:var(--primary);flex:1;font-size:1.1rem;font-weight:700}.agt-steps-indicator{gap:.4rem;display:flex}.agt-step-dot{background:var(--gray-200);border-radius:50%;width:8px;height:8px;transition:background .3s}.agt-step-dot.active{background:var(--accent)}.agt-add-content{max-width:520px;margin:0 auto;padding:1.5rem 1rem 3rem}.agt-form-step{flex-direction:column;gap:0;display:flex}.agt-step-title{color:var(--primary);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.agt-form-row{grid-template-columns:1fr 1fr 1fr;gap:.75rem;display:grid}.agt-textarea{resize:vertical;min-height:80px}.agt-form-next{margin-top:1rem}.agt-form-buttons{gap:.75rem;margin-top:1.5rem;display:flex}.agt-form-buttons .btn{flex:1}.geo-locate-btn{border:1.5px dashed var(--accent);background:var(--accent-light);width:100%;color:var(--accent);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.6rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.geo-locate-btn:hover:not(:disabled){background:var(--accent);color:var(--white)}.geo-locate-btn:disabled{opacity:.6;cursor:wait}.agt-type-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.agt-type-option{border:2px solid var(--gray-200);border-radius:var(--radius);background:var(--white);cursor:pointer;color:var(--gray-600);padding:.625rem;font-size:.85rem;font-weight:500;transition:all .2s}.agt-type-option.active{border-color:var(--accent);background:var(--accent-light);color:var(--accent);font-weight:600}.agt-access-options{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.agt-access-option{border:2px solid var(--gray-200);border-radius:var(--radius);background:var(--white);cursor:pointer;color:var(--gray-700);text-align:start;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.agt-access-option.active{border-color:var(--accent);background:var(--accent-light);color:var(--accent);font-weight:600}.agt-access-option-icon{font-size:1.25rem}.avail-picker{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.avail-day-btn{border:2px solid var(--gray-200);background:var(--white);width:40px;height:40px;color:var(--gray-500);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.avail-day-btn.active{border-color:var(--accent);background:var(--accent);color:var(--white)}.avail-day-btn:hover:not(.active){border-color:var(--accent);color:var(--accent)}.agt-confirm-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:1rem;overflow:hidden}.agt-confirm-row{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;display:flex}.agt-confirm-row:last-child{border-bottom:none}.agt-confirm-label{color:var(--gray-500)}@media (width<=480px){.agt-form-row{grid-template-columns:1fr 1fr}}@media (width<=768px){.hero h1{font-size:2rem}.hero-ctas{flex-direction:column;align-items:center}.audience-grid{grid-template-columns:1fr}.steps-grid{flex-direction:column;align-items:center}.step-arrow{display:none}.features-grid,.pain-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:repeat(2,1fr)}.properties-grid{grid-template-columns:1fr}.mgr-header{flex-direction:column;gap:.75rem}.mgr-add-form{flex-direction:column}.mgr-add-form .form-input{max-width:100%}.modal-content{max-height:90vh;margin:1rem;padding:1.5rem}.form-row{flex-direction:column}.footer-content{flex-direction:column;gap:1.5rem}}@media (width<=480px){.hero{padding:3rem 1rem}.hero h1{font-size:1.75rem}.stats-row{grid-template-columns:1fr}.auth-card{margin:1rem;padding:1.5rem}}.modal-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:85vh;box-shadow:var(--shadow-xl);padding:2rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header h2{color:var(--primary);font-size:1.25rem;font-weight:700}.modal-footer{border-top:1px solid var(--gray-100);justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.showings-list{flex-direction:column;gap:.5rem;display:flex}.showing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.showing-info{flex:1}.showing-actions{align-items:center;gap:.75rem;display:flex}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.toast{background:var(--success-bg);color:var(--success);border:1px solid var(--success);border-radius:var(--radius);z-index:300;box-shadow:var(--shadow-lg);text-align:center;max-width:500px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;animation:.3s toastIn;position:fixed;top:80px;left:50%;transform:translate(-50%)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.agt-schedule-cta{width:100%;color:var(--white);border-radius:var(--radius-lg);cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:1.25rem;font-size:1.15rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #2563eb59}.agt-schedule-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2563eb73}.agt-schedule-cta:active{transform:translateY(0)}.agt-schedule-cta-icon{font-size:1.5rem}.agt-schedule-cta-text{letter-spacing:.01em}.agt-showing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:.5rem;padding:.875rem 1rem}.agt-showing-card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.agt-showing-property{flex-direction:column;display:flex}.agt-showing-address{color:var(--primary);font-size:.95rem;font-weight:600}.agt-showing-city{color:var(--gray-500);font-size:.8rem}.agt-showing-badge{border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.badge-pending{color:#92400e;background:#fef3c7}.badge-confirmed{color:#065f46;background:#d1fae5}.badge-completed{color:#3730a3;background:#e0e7ff}.badge-canceled{color:#991b1b;background:#fee2e2}.agt-showing-time{color:var(--gray-600);margin-top:.4rem;font-size:.85rem}.agt-showing-buyer{color:var(--gray-500);margin-top:.25rem;font-size:.8rem}.agt-showing-waiting{color:var(--accent);margin-top:.4rem;font-size:.8rem;font-weight:500}.agt-showing-actions-row{justify-content:space-between;align-items:center;margin-top:.35rem;display:flex}.agt-share-btn{cursor:pointer;border-radius:var(--radius);color:var(--accent);background:0 0;border:none;align-items:center;padding:.35rem .5rem;transition:background .2s;display:flex}.agt-share-btn:hover{background:var(--gray-100)}.share-overlay{z-index:500;background:#0006;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.share-sheet{background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:520px;padding:1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom));animation:.25s slideUp}.share-sheet-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.share-sheet-header h3{color:var(--primary);margin:0;font-size:1.1rem;font-weight:700}.share-sheet-close{cursor:pointer;color:var(--gray-400);background:0 0;border:none;padding:.25rem;font-size:1.25rem}.share-sheet-options{flex-direction:column;gap:.5rem;display:flex}.share-option{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);cursor:pointer;color:var(--gray-700);align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.share-option:hover{background:var(--gray-50);border-color:var(--accent)}.share-option-icon{font-size:1.3rem}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.agt-empty-showings{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:1.25rem;padding:2rem 1rem}.agt-empty-showings-icon{margin-bottom:.75rem;font-size:2.5rem}.agt-empty-showings p{color:var(--gray-600);margin:0;font-size:.95rem;font-weight:500}.agt-empty-showings-hint{color:var(--gray-400)!important;margin-top:.25rem!important;font-size:.85rem!important}.schedule-page{max-width:520px;margin:0 auto;padding:0 1rem 3rem}.schedule-header{align-items:center;gap:.75rem;margin-bottom:.5rem;padding:1rem 0;display:flex}.schedule-back{cursor:pointer;color:var(--gray-600);background:0 0;border:none;padding:.25rem;font-size:1.25rem}.schedule-header h1{color:var(--primary);flex:1;font-size:1.2rem;font-weight:700}.schedule-subtitle{color:var(--gray-500);margin-bottom:1rem;font-size:.95rem}.schedule-properties-list{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.schedule-property-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;padding:.875rem 1rem;transition:all .2s}.schedule-property-card:hover{border-color:var(--accent)}.schedule-property-card.selected{border-color:var(--accent);background:#eff6ff}.schedule-property-row{align-items:center;gap:.75rem;display:flex}.schedule-property-img{border-radius:var(--radius);flex-shrink:0;width:56px;height:56px;overflow:hidden}.schedule-property-img img{object-fit:cover;width:100%;height:100%}.schedule-property-info{flex:1;min-width:0}.schedule-property-address{color:var(--primary);font-size:.95rem;font-weight:600}.schedule-property-city{color:var(--gray-500);font-size:.8rem}.schedule-property-meta{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.schedule-property-meta span{color:var(--gray-500);font-size:.8rem}.schedule-property-check{border:2px solid var(--gray-300);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.schedule-property-card.selected .schedule-property-check{background:var(--accent);border-color:var(--accent)}.schedule-error{color:var(--danger);text-align:center;margin-top:.5rem;font-size:.85rem}.schedule-empty{text-align:center;padding:2rem 1rem}.schedule-success{text-align:center;padding:1.5rem 0}.schedule-success-icon{color:#065f46;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.schedule-success h2{color:var(--primary);font-size:1.15rem;font-weight:700}.schedule-success-property{color:var(--gray-500);margin-top:.25rem;font-size:.9rem}.schedule-link-box{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:1rem;padding:1rem}.schedule-link-url{color:var(--gray-600);word-break:break-all;background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);margin-bottom:.75rem;padding:.5rem;font-family:monospace;font-size:.8rem}.schedule-copy-btn{width:100%}.schedule-share-actions{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.schedule-share-btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.schedule-share-whatsapp{color:var(--white);background:#25d366}.schedule-share-whatsapp:hover{background:#20bd5a}.schedule-hint{text-align:center;color:var(--gray-400);margin-bottom:1.5rem;font-size:.85rem}.schedule-bottom-actions{gap:.75rem;display:flex}.schedule-bottom-actions .btn{flex:1}.schedule-steps{justify-content:center;align-items:center;gap:0;margin-bottom:1.25rem;display:flex}.schedule-step-dot{background:var(--gray-300);border-radius:50%;width:10px;height:10px;transition:background .3s}.schedule-step-dot.active{background:var(--accent)}.schedule-step-line{background:var(--gray-300);width:40px;height:2px;transition:background .3s}.schedule-step-line.active{background:var(--accent)}.schedule-selected-summary{background:var(--accent-light);border-radius:var(--radius);color:var(--accent);align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;display:flex}.schedule-summary-icon{font-size:1rem}.schedule-property-arrow{color:var(--gray-400);align-items:center;padding-inline-start:.5rem;font-size:1.5rem;font-weight:300;display:flex}.schedule-calendar{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.schedule-day-card{border-radius:var(--radius);border:1.5px solid var(--gray-200);background:var(--white);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:70px;padding:.6rem .25rem;transition:all .2s;display:flex;position:relative}.schedule-day-card:hover:not(.disabled){border-color:var(--accent);background:var(--accent-light)}.schedule-day-card.selected{border-color:var(--accent);background:var(--accent);color:var(--white)}.schedule-day-card.disabled{opacity:.4;cursor:not-allowed;background:var(--gray-100)}.schedule-day-name{text-transform:uppercase;margin-bottom:2px;font-size:.7rem;font-weight:600}.schedule-day-num{font-size:1.2rem;font-weight:700;line-height:1.2}.schedule-day-month{color:var(--gray-500);font-size:.65rem}.schedule-day-card.selected .schedule-day-month{color:#fffc}.schedule-day-closed{color:var(--danger);font-size:.55rem;font-weight:600;position:absolute;bottom:2px}.schedule-time-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.25rem;display:grid}.schedule-time-btn{border-radius:var(--radius);border:1.5px solid var(--gray-200);background:var(--white);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;padding:.7rem .5rem;font-family:inherit;transition:all .2s;display:flex}.schedule-time-btn:hover:not(.taken):not(:disabled){border-color:var(--accent);background:var(--accent-light)}.schedule-time-btn.selected{border-color:var(--accent);background:var(--accent);color:var(--white)}.schedule-time-btn.taken{opacity:.35;cursor:not-allowed;background:var(--gray-100);text-decoration:line-through}.schedule-time-label{font-size:1rem;font-weight:600}.schedule-time-taken{color:var(--danger);font-size:.6rem;font-weight:600}.schedule-time-btn.selected .schedule-time-label{color:var(--white)}.schedule-create-btn{width:100%;margin-top:.5rem;padding:.9rem;font-size:1rem}.schedule-error{color:var(--danger);text-align:center;margin-bottom:.5rem;font-size:.85rem}.schedule-subtitle{color:var(--gray-600);margin-bottom:.75rem;font-size:.95rem;font-weight:500}.schedule-success-datetime{color:var(--gray-600);margin-bottom:.5rem;font-size:.95rem}.schedule-empty{text-align:center;color:var(--gray-500);padding:2rem 1rem}.cal-month-nav{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cal-nav-btn{border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;width:36px;height:36px;color:var(--gray-600);background:0 0;justify-content:center;align-items:center;font-size:1.25rem;transition:all .2s;display:flex}.cal-nav-btn:hover{border-color:var(--accent);color:var(--accent)}.cal-month-title{color:var(--primary);font-size:1.05rem;font-weight:700}.cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:1rem;display:grid}.cal-header-cell{text-align:center;color:var(--gray-500);text-transform:uppercase;padding:.35rem 0;font-size:.7rem;font-weight:700}.cal-cell{aspect-ratio:1;border-radius:var(--radius);cursor:pointer;background:var(--white);border:1.5px solid #0000;flex-direction:column;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.cal-cell:hover:not(.disabled):not(.past){background:var(--accent-light);border-color:var(--accent)}.cal-cell.selected{background:var(--accent);border-color:var(--accent)}.cal-cell.selected .cal-cell-num{color:var(--white)}.cal-cell.disabled,.cal-cell.past{opacity:.35;cursor:not-allowed}.cal-cell.today{border-color:var(--accent)}.cal-cell.today .cal-cell-num{color:var(--accent);font-weight:800}.cal-cell.has-events{background:#eff6ff}.cal-cell-num{color:var(--gray-700);font-size:.9rem;font-weight:600;line-height:1}.cal-cell-dot{background:var(--accent);border-radius:50%;width:5px;height:5px;margin-top:2px}.cal-cell.selected .cal-cell-dot{background:var(--white)}.cal-empty{pointer-events:none}.cal-day-details{margin-top:.5rem}.cal-day-title{color:var(--primary);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.cal-no-events{color:var(--gray-400);text-align:center;padding:1rem 0;font-size:.9rem}.cal-events-list{flex-direction:column;gap:.5rem;display:flex}.agt-showing-card-clickable{cursor:pointer;transition:border-color .2s,box-shadow .2s}.agt-showing-card-clickable:hover{border-color:var(--accent);box-shadow:var(--shadow-lg)}.agt-showing-card-clickable:active{transform:scale(.98)}.se-status-bar{border-radius:var(--radius);border:1px solid;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.65rem 1rem;display:flex}.se-status-icon{font-size:1.1rem}.se-status-label{font-size:.95rem;font-weight:600}.se-section{margin-bottom:1rem}.se-section-header{color:var(--gray-500);margin-bottom:.4rem;font-size:.85rem;font-weight:600}.se-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:.75rem 1rem}.se-property-address{color:var(--gray-800);font-size:1rem;font-weight:600}.se-property-city{color:var(--gray-500);font-size:.85rem}.se-datetime{align-items:center;gap:.5rem;font-weight:500;display:flex}.se-date{font-size:1rem}.se-time-divider{color:var(--gray-400)}.se-time{color:var(--gray-600);font-size:1rem}.se-buyer-name{margin-bottom:.25rem;font-size:1rem;font-weight:600}.se-buyer-phone{color:var(--accent);font-size:.95rem;font-weight:500;text-decoration:none}.se-buyer-phone:hover{text-decoration:underline}.se-waiting{color:var(--gray-500);font-style:italic}.se-link-box{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:.75rem 1rem}.se-link-url{color:var(--gray-600);word-break:break-all;background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-200);margin-bottom:.5rem;padding:.4rem .5rem;font-family:monospace;font-size:.75rem}.se-link-actions{gap:.5rem;display:flex}.se-whatsapp-btn{color:var(--white);background:#25d366;border:none}.se-whatsapp-btn:hover{background:#20bd5a}.se-actions{flex-direction:column;gap:.5rem;display:flex}.se-action-btn{width:100%;padding:.75rem;font-size:.95rem}.se-complete-btn{background:var(--success);color:var(--white)}.se-complete-btn:hover{background:#047857}.se-cancel-btn{background:var(--white);color:var(--danger);border:1px solid var(--danger)}.se-cancel-btn:hover{background:var(--danger-bg)}
