@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:52px;padding:0 1rem;display:flex;position:sticky;top:0}.nav-logo{color:var(--primary);letter-spacing:-.5px;white-space:nowrap;font-size:1.15rem;font-weight:700;text-decoration:none}.nav-logo span{color:var(--accent)}.nav-actions{align-items:center;gap:.4rem;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:.25rem .5rem;font-size:.75rem}.nav-dropdown{position:relative}.nav-login-btn{background:var(--accent);color:var(--white);border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;padding:.3rem .65rem;font-size:.8rem;font-weight:600;transition:background .2s}.nav-login-btn:hover{background:#1d4ed8}.nav-auth-trigger{align-items:center;gap:.35rem;display:inline-flex}.nav-auth-trigger svg{display:block}.nav-caret{opacity:.85;margin-inline-start:.1rem;font-size:.7rem}.nav-register-btn{color:var(--accent);border:1.5px solid var(--accent);border-radius:var(--radius);cursor:pointer;white-space:nowrap;background:0 0;padding:.3rem .65rem;font-size:.8rem;font-weight:600;transition:all .2s}.nav-register-btn:hover{background:var(--accent);color:var(--white)}.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:.85rem;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}.lp{overflow-x:hidden}.lp-hero{color:#fff;text-align:center;background:linear-gradient(145deg,#0f172a 0%,#1e3a5f 40%,#2563eb 100%);justify-content:center;align-items:center;min-height:100svh;padding:2rem 1.5rem 5rem;display:flex;position:relative;overflow:hidden}.lp-hero-glow{pointer-events:none;background:radial-gradient(circle,#38bdf840 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite glowPulse;position:absolute;top:10%;right:-60px}@keyframes glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.lp-hero-content{z-index:2;max-width:500px;position:relative}.lp-hero-emoji{margin-bottom:1rem;font-size:3.5rem;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-hero-content h1{letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.25rem;font-weight:800;line-height:1.15}.lp-hero-content p{color:#ffffffbf;margin-bottom:2rem;max-width:380px;margin-inline:auto;font-size:1rem;line-height:1.6}.lp-hero-ctas{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.lp-hero-hub{min-height:100svh;padding:.75rem 1.25rem 3rem}.lp-hero-hub .lp-hero-content{flex-direction:column;align-items:center;max-width:560px;display:flex}.hub{aspect-ratio:1;width:min(72vw,360px);margin:0 auto .75rem;animation:.6s ease-out hubFadeIn;position:relative}@keyframes hubFadeIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.hub-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hub-line{opacity:0;animation:.5s ease-out forwards hubLineIn}.hub-line-0{animation-delay:.15s}.hub-line-1{animation-delay:.22s}.hub-line-2{animation-delay:.29s}.hub-line-3{animation-delay:.36s}.hub-line-4{animation-delay:.43s}.hub-line-5{animation-delay:.5s}.hub-line-6{animation-delay:.57s}.hub-line-7{animation-delay:.64s}@keyframes hubLineIn{to{opacity:1}}.hub-center{aspect-ratio:1;z-index:2;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);border-radius:50%;justify-content:center;align-items:center;width:28%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 6px #ffffff14,0 0 0 14px #38bdf81a,0 12px 40px #2563eb73}.hub-center-logo{color:#fff;letter-spacing:-.3px;white-space:nowrap;font-size:clamp(.85rem,3.2vw,1.05rem);font-weight:800}.hub-center-logo span{color:#0f172a}.hub-node{aspect-ratio:1;-webkit-backdrop-filter:blur(6px);opacity:0;z-index:3;background:#ffffff12;border:1px solid #ffffff2e;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:22%;animation:.45s ease-out forwards hubNodeIn;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 4px 18px #00000040}@keyframes hubNodeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.6)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.hub-node-icon{font-size:clamp(1.1rem,4.5vw,1.6rem);line-height:1}.hub-node-label{color:#ffffffeb;text-align:center;padding:0 4px;font-size:clamp(.62rem,2vw,.72rem);font-weight:600;line-height:1.1}.hub-pos-0{animation-delay:.2s;top:10%;left:50%}.hub-pos-1{animation-delay:.27s;top:21.75%;left:78.25%}.hub-pos-2{animation-delay:.34s;top:50%;left:90%}.hub-pos-3{animation-delay:.41s;top:78.25%;left:78.25%}.hub-pos-4{animation-delay:.48s;top:90%;left:50%}.hub-pos-5{animation-delay:.55s;top:78.25%;left:21.75%}.hub-pos-6{animation-delay:.62s;top:50%;left:10%}.hub-pos-7{animation-delay:.69s;top:21.75%;left:21.75%}.lp-hub-title{letter-spacing:-.5px;color:#fff;margin:0 0 .4rem;font-size:clamp(1.3rem,4.8vw,1.85rem);font-weight:800;line-height:1.2}.lp-hub-subtitle{color:#ffffffc7;max-width:380px;margin:0 auto 1rem;font-size:.88rem;line-height:1.45}.lp-hub-ctas{flex-direction:column;align-items:center;gap:.6rem}.lp-hub-ctas .lp-btn{min-width:220px;padding:.7rem 1.5rem}@media (width>=640px){.lp-hub-ctas{flex-direction:row}}@media (prefers-reduced-motion:reduce){.hub,.hub-line,.hub-node{opacity:1;animation:none}}.lp-hero-wave{line-height:0;position:absolute;bottom:-1px;left:0;right:0}.lp-hero-wave svg{width:100%;height:50px;display:block}.lp-btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;min-width:150px;padding:.8rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.lp-btn-white{color:#1e3a5f;background:#fff;box-shadow:0 4px 20px #00000026}.lp-btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0003}.lp-btn-outline{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1.5px solid #ffffff59}.lp-btn-outline:hover{background:#ffffff2e;border-color:#ffffff80}.lp-btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.lp-btn-accent{color:#fff;background:#2563eb;box-shadow:0 4px 20px #2563eb59}.lp-btn-accent:hover{background:#1d4ed8;transform:translateY(-2px)}.lp-steps{background:#fff;border-bottom:1px solid #e5e7eb;padding:2.5rem 1.5rem}.lp-steps-inner{flex-direction:column;gap:1.25rem;max-width:500px;margin:0 auto;display:flex}.lp-step{align-items:flex-start;gap:1rem;display:flex}.lp-step-num{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:800;display:flex}.lp-step strong{color:#1a2332;margin-bottom:.1rem;font-size:.95rem;display:block}.lp-step span{color:#6b7280;font-size:.82rem;line-height:1.5}.lp-features{max-width:700px;margin:0 auto;padding:3.5rem 1.5rem}.lp-features h2{text-align:center;color:#1a2332;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.lp-features-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.lp-fcard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.25rem 1rem;transition:box-shadow .2s,transform .2s}.lp-fcard:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.lp-fcard-icon{margin-bottom:.5rem;font-size:1.75rem;display:block}.lp-fcard h3{color:#1a2332;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.lp-fcard p{color:#6b7280;font-size:.78rem;line-height:1.5}.lp-compare{background:#f8f9fb;padding:3.5rem 1.5rem}.lp-compare h2{text-align:center;color:#1a2332;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.lp-compare-grid{flex-direction:column;gap:1rem;max-width:500px;margin:0 auto;display:flex}.lp-compare-card{border-radius:16px;padding:1.5rem}.lp-compare-card h3{margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.lp-compare-card ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.lp-compare-card li{font-size:.85rem;line-height:1.5}.lp-compare-before{background:#fef2f2;border:1px solid #fecaca}.lp-compare-before h3{color:#dc2626}.lp-compare-before li{color:#991b1b}.lp-compare-before li:before{content:"✗ ";color:#dc2626;font-weight:700}.lp-compare-after{background:#ecfdf5;border:1px solid #a7f3d0}.lp-compare-after h3{color:#059669}.lp-compare-after li{color:#065f46}.lp-compare-after li:before{content:"✓ ";color:#059669;font-weight:700}.lp-cta{text-align:center;background:linear-gradient(145deg,#1e3a5f 0%,#2563eb 100%);padding:4rem 1.5rem}.lp-cta-inner{max-width:500px;margin:0 auto}.lp-cta h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.lp-cta p{color:#ffffffbf;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.lp-footer{color:#ffffff80;text-align:center;background:#0f172a;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem 1.5rem;display:flex}.lp-footer-logo{color:#fff;font-size:1.15rem;font-weight:700}.lp-footer-logo span{color:#38bdf8}.lp-footer-links{gap:1.25rem;display:flex}.lp-footer-links a{color:#ffffff73;font-size:.82rem;text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:#fff}.lp-footer small{font-size:.75rem}@media (width>=769px){.lp-hero-content h1{font-size:3.25rem}.lp-hero-content p{max-width:500px;font-size:1.15rem}.lp-hero-emoji{font-size:4.5rem}.lp-steps-inner{flex-direction:row;gap:2rem;max-width:900px}.lp-step{text-align:center;flex-direction:column;flex:1;align-items:center}.lp-features{max-width:1000px}.lp-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.lp-fcard{padding:1.75rem 1.25rem}.lp-compare-grid{flex-direction:row;max-width:900px}.lp-compare-card{flex:1}.lp-footer{flex-direction:row;justify-content:space-between;padding:1.5rem 3rem}}.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)}.auth-page{background:linear-gradient(180deg, var(--gray-50) 0%, #eef2f7 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1.25rem 1rem;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:1.75rem 1.5rem}.auth-card h1{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.auth-card h2{color:var(--primary);margin:0 0 .35rem;font-size:1.35rem;font-weight:700;line-height:1.25}.auth-card .subtitle{color:var(--gray-500);margin-bottom:1.1rem;font-size:.88rem;line-height:1.45}.auth-input-wrap{position:relative}.auth-input-wrap .auth-input-icon{top:50%;opacity:.55;pointer-events:none;font-size:1rem;position:absolute;inset-inline-start:.7rem;transform:translateY(-50%)}[dir=rtl] .auth-input-wrap .form-input{text-align:right;padding-right:2.25rem}[dir=ltr] .auth-input-wrap .form-input{padding-left:2.25rem}.auth-divider{color:#94a3b8;align-items:center;gap:10px;margin:.9rem 0 .4rem;font-size:12px;display:flex}.auth-divider>span{padding:0 4px}.auth-divider>div{background:#e2e8f0;flex:1;height:1px}.auth-toggle-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.welcome-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.welcome-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:.4rem;padding:1.4rem 1.1rem;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 1px 2px #0f172a0a}.welcome-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb1a}.welcome-card:active{transform:translateY(0)}.welcome-icon{font-size:2rem;line-height:1}.welcome-card h2{color:#0f172a;margin:.2rem 0 0;font-size:1.1rem;font-weight:700}.welcome-card p{color:#64748b;margin:0;font-size:.85rem;line-height:1.45}.welcome-cta{color:#2563eb;margin-top:.6rem;font-size:.9rem;font-weight:600}@media (width<=520px){.welcome-grid{grid-template-columns:1fr}.welcome-card{padding:1.1rem 1rem}}.welcome-back-banner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#dbeafe,#ede9fe);border:1px solid #bfdbfe;align-items:center;gap:.5rem;width:100%;max-width:420px;margin-bottom:1rem;padding:.75rem 1.5rem;animation:.6s ease-out welcomeSlideDown;display:flex;box-shadow:0 2px 8px #2563eb1f}.welcome-back-wave{transform-origin:70% 70%;font-size:1.5rem;animation:1.2s ease-in-out .6s waveHand;display:inline-block}.welcome-back-text{color:#1e40af;font-size:1rem;font-weight:600}@keyframes welcomeSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes waveHand{0%{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}45%{transform:rotate(14deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(10deg)}to{transform:rotate(0)}}.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}.terms-checkbox-row{color:#374151;cursor:pointer;align-items:flex-start;gap:.5rem;margin:.5rem 0 1rem;font-size:.85rem;line-height:1.4;display:flex}.terms-checkbox-row input[type=checkbox]{cursor:pointer;flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.2rem}.terms-checkbox-row a{color:#2563eb;text-decoration:underline}.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}.otp-single-input{justify-content:center;margin-bottom:1.5rem;display:flex}.otp-field{text-align:center;letter-spacing:.5rem;width:200px;color:var(--primary);padding:.75rem 1rem;font-size:1.75rem;font-weight:700}.otp-field::placeholder{color:var(--gray-300);letter-spacing:.5rem;font-weight:400}.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-width:3px;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33}.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}.ofc-content{flex:1;width:100%;max-width:800px;margin:0 auto;padding:1rem 1.25rem 2rem}.ofc-tabs{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;padding:0 1rem;display:flex;position:sticky;top:52px}.ofc-tab{color:var(--gray-400);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.ofc-tab svg{color:inherit}.ofc-tab:hover{color:var(--gray-600)}.ofc-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.ofc-tab-badge{color:#374151;text-align:center;background:#e5e7eb;border-radius:10px;min-width:1.2rem;padding:.1rem .4rem;font-size:.65rem;font-weight:700;line-height:1.2}.ofc-tab.active .ofc-tab-badge{background:var(--accent);color:#fff}.ofc-section{margin-bottom:2rem}.ofc-section-title{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.ofc-section-title svg{color:var(--accent);flex-shrink:0}.ofc-hint{color:var(--gray-500);margin-bottom:1rem;font-size:.8rem;line-height:1.5}.ofc-stat-row{grid-template-columns:1fr;gap:.75rem;max-width:180px;margin-bottom:1.25rem;display:grid}.ofc-stat-row.ofc-stat-row-3{grid-template-columns:repeat(3,1fr);max-width:100%}.ofc-stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center;padding:1rem}.ofc-stat-value{color:var(--accent);font-size:1.5rem;font-weight:700;display:block}.ofc-stat-label{color:var(--gray-500);margin-top:.15rem;font-size:.75rem;display:block}.ofc-add-form{gap:.75rem;margin-bottom:.75rem;display:flex}.ofc-add-form .form-input{text-align:left;direction:ltr;flex:1;max-width:280px}.ofc-msg{margin-bottom:.5rem;font-size:.85rem}.ofc-msg-error{color:var(--danger)}.ofc-msg-success{color:#16a34a}.ofc-section-subtitle{color:var(--gray-500);align-items:center;gap:.4rem;margin:1.25rem 0 .5rem;font-size:.9rem;font-weight:600;display:flex}.ofc-card-pending{background:linear-gradient(135deg,#f0f7ff 0%,#e8f2ff 100%);border:1px dashed #93c5fd}.ofc-card-avatar-pending{color:#2563eb;background:#dbeafe;justify-content:center;align-items:center;display:flex}.badge-invite-pending{color:#92400e;white-space:nowrap;background:#fef3c7;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.ofc-card-partner{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border:1px solid #a78bfa}.ofc-card-avatar-partner{color:#fff;background:#8b5cf6}.badge-partner{color:#7c3aed;white-space:nowrap;background:#8b5cf626;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.ofc-subtabs{border:1px solid var(--gray-200);border-radius:var(--radius-lg);gap:0;margin-bottom:1rem;display:flex;overflow:hidden}.ofc-subtab{background:var(--white);color:var(--gray-500);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.ofc-subtab:not(:last-child){border-inline-end:1px solid var(--gray-200)}.ofc-subtab:hover{background:var(--gray-50)}.ofc-subtab.active{background:var(--accent);color:#fff;font-weight:600}.ofc-subtab-count{background:#ffffff4d;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:inline-flex}.ofc-subtab.active .ofc-subtab-count{background:#ffffff59}.ofc-stat-row.ofc-stat-row-2{grid-template-columns:repeat(2,1fr);max-width:100%}.ofc-empty{text-align:center;color:var(--gray-400);background:var(--white);border:1px dashed var(--gray-200);border-radius:var(--radius-lg);padding:2.5rem 1rem}.ofc-empty svg{color:var(--gray-300);margin-bottom:.75rem}.ofc-empty p{font-size:.9rem}.ofc-card-list{flex-direction:column;gap:.5rem;display:flex}.ofc-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:.875rem 1rem;transition:box-shadow .2s;display:flex}.ofc-card:hover{box-shadow:var(--shadow)}.ofc-card-main{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.ofc-card-avatar{background:var(--accent);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.ofc-card-info{flex-direction:column;gap:.1rem;min-width:0;display:flex}.ofc-card-name{color:var(--gray-800);font-size:.9rem;font-weight:600}.ofc-card-phone{color:var(--primary);font-size:.85rem;font-weight:600}.ofc-card-sub{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.ofc-card-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.ofc-card-prop-count{color:var(--accent);background:#2563eb14;border-radius:999px;align-items:center;gap:.2rem;padding:.2rem .5rem;font-size:.8rem;font-weight:600;display:inline-flex}.ofc-card-prop-count svg{color:var(--accent)}.ofc-card-prop-btn{cursor:pointer;border:none;transition:all .2s}.ofc-card-prop-btn:hover{background:#2563eb2e;transform:scale(1.05)}.ofc-prop-btn-active{background:var(--accent)!important;color:#fff!important}.ofc-prop-btn-active svg{color:#fff!important}.ofc-agent-props-dropdown{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:none;margin-top:-.5rem;margin-bottom:.5rem;padding:.5rem;animation:.25s ofc-slide-down}@keyframes ofc-slide-down{0%{opacity:0;max-height:0;transform:translateY(-8px)}to{opacity:1;max-height:2000px;transform:translateY(0)}}.ofc-agent-props-dropdown .agt-property-card{border-radius:var(--radius-md);background:#fff;margin-bottom:.5rem}.ofc-modal-wide{max-width:600px}.ofc-agent-props-list{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.ofc-agent-prop-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1rem}.ofc-agent-prop-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.ofc-agent-prop-details{border-top:1px solid var(--gray-200);grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:grid}.ofc-agent-prop-detail{flex-direction:column;gap:.15rem;display:flex}.ofc-detail-label{color:var(--gray-500);font-size:.75rem;font-weight:500}.ofc-detail-value{color:var(--gray-800);font-size:.85rem;font-weight:600}.ofc-agent-prop-shared{color:var(--gray-500);align-items:center;gap:.35rem;margin-top:.6rem;font-size:.8rem;display:flex}.ofc-card-delete{cursor:pointer;color:var(--gray-400);background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem;transition:all .2s;display:flex}.ofc-card-delete:hover{color:var(--danger);background:#dc262614}.ofc-property-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;display:grid}.ofc-prop-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.125rem;transition:box-shadow .2s}.ofc-prop-card:hover{box-shadow:var(--shadow)}.ofc-prop-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.ofc-prop-address{color:var(--primary);font-size:.95rem;font-weight:600}.ofc-prop-city{color:var(--gray-500);font-size:.8rem}.ofc-prop-price{color:var(--accent);white-space:nowrap;font-size:1rem;font-weight:700}.ofc-prop-meta{color:var(--gray-500);gap:.75rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.ofc-prop-meta span{align-items:center;gap:.25rem;display:inline-flex}.ofc-prop-meta svg{color:var(--gray-400)}.ofc-prop-agents{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.ofc-prop-agents svg{color:var(--gray-400);flex-shrink:0}.ofc-prop-card-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.ofc-prop-view-btn{background:var(--white);color:#059669;border-radius:var(--radius);cursor:pointer;border:1px solid #059669;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.ofc-prop-view-btn:hover{color:var(--white);background:#059669}.ofc-prop-view-btn svg{color:inherit}.ofc-prop-assign-btn{background:var(--white);color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius);cursor:pointer;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.ofc-prop-assign-btn:hover{background:var(--accent);color:var(--white)}.ofc-prop-assign-btn svg{color:inherit}.ofc-contract-type{color:var(--primary);align-items:center;gap:.4rem;margin:0 0 .5rem;font-size:.95rem;font-weight:600;display:flex}.ofc-contract-type svg{color:var(--accent)}.ofc-contract-preview{color:var(--gray-500);white-space:pre-wrap;direction:rtl;background:0 0;border:none;max-height:100px;margin:0 0 .75rem;font-family:inherit;font-size:.75rem;line-height:1.5;overflow:hidden}.ofc-contract-editor{border-radius:var(--radius);border:1px solid var(--gray-200);resize:vertical;direction:rtl;width:100%;min-height:300px;padding:1rem;font-family:inherit;font-size:.85rem;line-height:1.6}.ofc-contract-editor:focus{border-color:var(--accent);outline:none}.ofc-signed-card{background:#f0fdf4;border-color:#bbf7d0;flex-direction:column;align-items:stretch}.ofc-signed-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ofc-signed-address{color:var(--primary);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}.ofc-signed-address svg{color:var(--accent)}.ofc-signed-badge{color:#22c55e;background:#22c55e1f;border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.ofc-signed-details{color:var(--gray-600);flex-wrap:wrap;gap:.75rem;margin-bottom:.25rem;font-size:.82rem;display:flex}.ofc-signed-details span{align-items:center;gap:.25rem;display:inline-flex}.ofc-signed-details svg{color:var(--gray-400)}.ofc-signed-date{color:var(--gray-500);font-size:.8rem}.ofc-signed-timestamp{color:var(--gray-400);margin-top:.15rem;font-size:.75rem}.ofc-download-btn{background:var(--accent);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.35rem;margin-top:.5rem;padding:.4rem 1rem;font-size:.82rem;font-weight:600;transition:background .2s;display:inline-flex}.ofc-download-btn:hover{background:#1d4ed8}.ofc-download-btn svg{color:var(--white)}.ofc-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.ofc-modal{background:var(--white);border-radius:16px;width:100%;max-width:500px;max-height:80vh;padding:1.5rem;overflow-y:auto;box-shadow:0 20px 60px #0003}.ofc-modal-title{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1.05rem;font-weight:700;display:flex}.ofc-modal-title svg{color:var(--accent)}.ofc-modal-sub{color:var(--gray-500);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.85rem;display:flex}.ofc-modal-sub svg{color:var(--gray-400)}.ofc-modal-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.ofc-modal-actions{gap:.75rem;margin-top:1rem;display:flex}.ofc-modal-close{width:100%;margin-top:1.25rem}.ofc-btn-secondary{background:var(--gray-50);color:var(--gray-700);border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.ofc-btn-secondary:hover{background:var(--gray-100)}.ofc-btn-secondary.btn-sm{padding:.35rem .75rem;font-size:.8rem}.ofc-assign-list{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.ofc-assign-item{border-radius:var(--radius);border:1px solid var(--gray-200);background:var(--gray-50);justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.ofc-assign-item.ofc-assign-active{background:#f0fdf4;border-color:#bbf7d0}.ofc-assign-item.ofc-assign-pending{background:#fffbeb;border-color:#fde68a}.ofc-pending-badge{color:#fff;white-space:nowrap;background:#f59e0b;border-radius:10px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.ofc-assign-name{color:var(--gray-700);font-size:.88rem;font-weight:600}.ofc-assign-remove{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;transition:background .2s}.ofc-assign-remove:hover{background:#fecaca}.ofc-assign-add{background:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;transition:background .2s}.ofc-assign-add:hover{background:#1d4ed8}.ofc-menu-danger{color:#dc2626!important}.ofc-menu-danger svg{color:#dc2626}.ofc-profile-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center;margin-bottom:1.25rem;padding:1.5rem}.ofc-profile-avatar{background:var(--accent);width:56px;height:56px;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}.ofc-profile-name{color:var(--primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.ofc-profile-plan{border-radius:100px;padding:.3rem .875rem;font-size:.8rem;font-weight:600;display:inline-block}.ofc-profile-plan.trial{color:#d97706;background:#fbbf2426}.ofc-profile-plan.pro{color:#16a34a;background:#22c55e26}.ofc-profile-plan.office{color:#2563eb;background:#3b82f626}.ofc-profile-details{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.ofc-profile-row{border-bottom:1px solid var(--gray-100);align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.ofc-profile-row:last-child{border-bottom:none}.ofc-profile-row svg{color:var(--gray-400);flex-shrink:0}.ofc-profile-row>div{flex-direction:column;gap:.1rem;display:flex}.ofc-profile-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.3px;font-size:.72rem;font-weight:500}.ofc-profile-value{color:var(--gray-700);font-size:.9rem;font-weight:600}.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-topbar{z-index:110;background:var(--white);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;height:52px;padding:0 1rem;display:flex;position:sticky;top:0}.agt-topbar-logo{color:var(--primary);letter-spacing:-.5px;font-size:1.15rem;font-weight:700}.agt-topbar-logo span{color:var(--accent)}.agt-topbar-right{align-items:center;gap:.75rem;display:flex}.ofc-topbar-lang-btn{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300);cursor:pointer;border-radius:999px;min-width:44px;padding:.26rem .52rem;font-size:.72rem;font-weight:700;transition:all .2s}.ofc-topbar-lang-btn:hover{background:var(--gray-100);border-color:var(--gray-400)}.ofc-topbar-add-btn{color:var(--accent);cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:.28rem .72rem;font-size:.78rem;font-weight:700;transition:all .2s}.ofc-topbar-add-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.agt-topbar-switch-btn{color:var(--accent);cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:4px;padding:.32rem .8rem;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.agt-topbar-switch-btn:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff}.agt-topbar-switch-btn:disabled{opacity:.6;cursor:wait}.ofc-add-prop-row{justify-content:stretch;margin:.75rem 0 1rem;display:flex}.ofc-add-prop-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #2563eb40}.ofc-add-prop-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 18px #2563eb59}.ofc-add-prop-btn:active{transform:translateY(0)}.agt-topbar-name{color:var(--gray-700);font-size:.9rem;font-weight:600}.agt-topbar-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:6px;display:flex}.agt-topbar-hamburger span{background:var(--gray-600);border-radius:2px;width:20px;height:2.5px;transition:all .2s;display:block}.agt-menu-overlay{z-index:200;background:#0006;animation:.2s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.agt-side-menu{top:0;background:var(--white);z-index:210;flex-direction:column;width:260px;height:100vh;transition:transform .25s ease-out;display:flex;position:fixed;inset-inline-end:0;transform:translate(100%);box-shadow:-4px 0 20px #0000001a}[dir=rtl] .agt-side-menu{transform:translate(-100%)}.agt-side-menu.open{transform:translate(0)!important}.agt-menu-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}.agt-menu-avatar{background:var(--accent);width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.agt-menu-header strong{color:var(--primary);font-size:.95rem;display:block}.agt-menu-header p{color:var(--gray-500);margin:0;font-size:.8rem}.agt-menu-items{flex:1;padding:.5rem 0}.agt-menu-items button{cursor:pointer;width:100%;color:var(--gray-700);background:0 0;border:none;align-items:center;gap:.75rem;padding:.85rem 1.25rem;font-size:.9rem;font-weight:500;transition:background .15s;display:flex}.agt-menu-items button:hover{background:var(--gray-50)}.agt-menu-items button span:first-child{font-size:1.1rem}.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}body.has-agent-nav{padding-bottom:calc(64px + env(safe-area-inset-bottom,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-svg{color:var(--gray-400);transition:color .2s}.agt-nav-item.active .agt-nav-svg{color:var(--accent)}.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;transition:all .2s}.agt-stat-card:active{transform:scale(.97)}.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-show-all-btn{background:var(--accent-light);width:100%;color:var(--accent);border:1px dashed var(--accent);border-radius:var(--radius-lg);cursor:pointer;margin-top:.5rem;padding:.75rem;font-size:.85rem;font-weight:600;transition:all .2s}.agt-show-all-btn:active{background:var(--accent);color:#fff;transform:scale(.98)}.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-offline-banner{border-radius:var(--radius-lg);color:var(--white);background:#f59e0b;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.625rem 1rem;font-size:.85rem;font-weight:600;animation:.3s ease-out slideDown;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)}.agt-office-closed-banner{border-radius:var(--radius-lg);color:var(--white);background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:1rem 1.25rem;animation:.4s ease-out slideDown;display:flex}.agt-office-closed-text strong{margin-bottom:.25rem;font-size:.95rem;display:block}.agt-office-closed-text p{color:#ffffffd9;margin:0;font-size:.8rem;line-height:1.4}.agt-office-closed-dismiss{color:#fff9;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.25rem;font-size:1.1rem}.agt-office-closed-dismiss:hover{color:var(--white)}.ofc-invite-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #93c5fd;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;animation:.3s ease-out slideDown;display:flex}.ofc-invite-card .ofc-invite-icon{color:#2563eb}.ofc-invite-card .ofc-invite-text strong{color:#1e40af;margin-bottom:.25rem;font-size:.95rem;display:block}.ofc-invite-card .ofc-invite-text p{color:#3b82f6;margin:0;font-size:.85rem;line-height:1.4}.ofc-invite-actions{gap:.5rem;display:flex}.agt-invite-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #93c5fd;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:1rem 1.25rem;animation:.3s ease-out slideDown;display:flex}.agt-invite-info{flex:1}.agt-invite-info strong{color:#1e40af;margin-bottom:.2rem;font-size:.9rem;display:block}.agt-invite-date{color:#64748b;font-size:.75rem}.agt-invite-actions{flex-shrink:0;gap:.5rem;display:flex}.agt-notifications{padding:.5rem 0}.agt-notif-empty{text-align:center;color:var(--gray-400);padding:3rem 1rem}.agt-notif-empty svg{color:var(--gray-300);margin-bottom:.75rem}.agt-notif-empty p{margin:0;font-size:.9rem}.agt-invite-card-full{flex-direction:column;align-items:stretch}.agt-invite-card-full .agt-invite-actions{justify-content:flex-start;margin-top:.5rem}.agt-nav-icon-wrap{display:inline-flex;position:relative}.agt-nav-dot{border:2px solid var(--white);background:#2563eb;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-4px}.agt-nav-badge{background:var(--accent);color:#fff;border:2px solid var(--white);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-10px}.agt-nav-badge-calendar{top:-8px;right:-12px}.btn-outline{color:#64748b;background:0 0;border:1px solid #cbd5e1}.btn-outline:hover{background:#f1f5f9}.btn-danger{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5}.btn-danger:hover{background:#fecaca}.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-prop-chips{border-top:1px solid var(--gray-100);gap:.5rem;margin-top:.6rem;padding-top:.6rem;display:flex}.agt-prop-chip{border:1px solid var(--gray-300);color:var(--gray-600);background:#fff;border-radius:100px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.78rem;font-weight:600;line-height:1;display:inline-flex}.agt-prop-chip svg{stroke:var(--gray-500);flex-shrink:0}.agt-prop-chip span{color:var(--gray-700)}.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-header-actions{align-items:center;gap:.45rem;display:inline-flex}.agt-schedule-breath-btn{animation:2.3s ease-in-out infinite agtBreathPulse;box-shadow:0 0 #2563eb59}.agt-schedule-breath-btn:hover{animation-play-state:paused}@keyframes agtBreathPulse{0%,to{transform:scale(1);box-shadow:0 0 #2563eb59}50%{transform:scale(1.03);box-shadow:0 0 0 8px #2563eb00}}.agt-view-gallery{margin-bottom:1rem}.agt-view-main-image{aspect-ratio:4/3;width:100%;max-height:400px;overflow:hidden}.agt-view-main-image img{object-fit:cover;width:100%;height:100%}@media (width>=768px){.agt-view-page{max-width:700px;margin:0 auto}.agt-view-main-image{border-radius:var(--radius-lg);aspect-ratio:16/9;max-height:350px;margin:0 1rem}}.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}.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-calendar-card{padding:1rem;overflow:visible}.agt-calendar-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.agt-calendar-header h3{color:var(--primary);margin:0;font-size:1rem}.agt-calendar-header p{color:var(--gray-500);margin:.25rem 0 0;font-size:.88rem;line-height:1.5}.agt-calendar-status{white-space:nowrap;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.agt-calendar-status.connected{color:#166534;background:#dcfce7}.agt-calendar-status.disconnected{background:var(--gray-100);color:var(--gray-600)}.agt-calendar-note{color:var(--gray-500);margin:.85rem 0 1rem;font-size:.86rem;line-height:1.5}.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-delete-btn{justify-content:center;width:100%;margin-top:1rem;font-size:.85rem}.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)}.slot-duration-picker{justify-content:center;gap:.5rem;display:flex}.slot-duration-btn{border:2px solid var(--gray-200);background:var(--white);color:var(--gray-500);cursor:pointer;border-radius:999px;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.slot-duration-btn.active{border-color:var(--accent);background:var(--accent);color:var(--white)}.slot-duration-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){.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}}@media (width<=480px){.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{background:var(--white);width:100%;color:var(--accent);border:2px solid var(--accent);border-radius:var(--radius-lg);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.9rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.agt-schedule-cta:hover{background:var(--accent);color:var(--white)}.agt-schedule-cta:active{transform:scale(.98)}.agt-schedule-cta-icon{font-size:1.2rem}.agt-schedule-cta-text{letter-spacing:.01em}.agt-quick-actions{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.25rem;display:grid}.agt-quick-action{background:var(--white);border:1.5px solid var(--accent);border-radius:var(--radius-lg);cursor:pointer;color:var(--accent);flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.7rem .3rem;transition:all .2s;display:flex}.agt-quick-action:hover{background:var(--accent);color:var(--white)}.agt-quick-action:active{background:var(--accent);color:var(--white);transform:scale(.96)}.agt-quick-action-icon{line-height:1}.agt-quick-action-label{text-align:center;letter-spacing:.01em;font-size:.7rem;font-weight:700;line-height:1.2}.agt-picker-modal{flex-direction:column;width:90%;max-width:360px;max-height:70vh;display:flex}.agt-picker-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;display:flex}.agt-picker-header h3{color:var(--primary);margin:0;font-size:1rem}.agt-picker-close{cursor:pointer;color:var(--gray-400);background:0 0;border:none;padding:.25rem;font-size:1.2rem}.agt-picker-list{padding:.5rem;overflow-y:auto}.agt-picker-item{border:1px solid var(--gray-100);border-radius:var(--radius);cursor:pointer;text-align:start;background:0 0;justify-content:space-between;align-items:center;width:100%;margin-bottom:.35rem;padding:.75rem;transition:background .15s;display:flex}.agt-picker-item:hover{border-color:var(--accent);background:#f0f7ff}.agt-picker-item-info{flex-direction:column;gap:.1rem;display:flex}.agt-picker-item-address{color:var(--primary);font-size:.9rem;font-weight:600}.agt-picker-item-city{color:var(--gray-500);font-size:.78rem}.agt-picker-item-price{color:var(--accent);white-space:nowrap;font-size:.85rem;font-weight:700}.agt-sheet-overlay{z-index:500;background:#00000073;justify-content:center;align-items:flex-end;animation:.2s sheetOverlayIn;display:flex;position:fixed;inset:0}@keyframes sheetOverlayIn{0%{opacity:0}to{opacity:1}}.agt-sheet{background:var(--white);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:500px;max-height:85vh;animation:.3s cubic-bezier(.32,.72,0,1) sheetSlideUp;display:flex}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.agt-sheet-handle{justify-content:center;padding:.6rem 0 .2rem;display:flex}.agt-sheet-handle span{background:var(--gray-300);border-radius:2px;width:36px;height:4px}.agt-sheet-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;padding:.5rem 1rem .75rem;display:flex}.agt-sheet-back{cursor:pointer;color:var(--gray-500);background:0 0;border:none;padding:.25rem;font-size:1.2rem;line-height:1}.agt-sheet-title{color:var(--primary);flex:1;margin:0;font-size:1rem;font-weight:700}.agt-sheet-close{cursor:pointer;color:var(--gray-400);background:0 0;border:none;padding:.25rem;font-size:1.2rem}.agt-sheet-body{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.agt-sheet-type-cards{grid-template-columns:1fr 1fr;gap:.75rem;padding:.5rem 0;display:grid}.agt-sheet-type-card{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem .75rem;transition:all .2s;display:flex}.agt-sheet-type-card:hover{border-color:var(--primary);background:#f0f7ff}.agt-sheet-type-card.selected{border-color:var(--accent);background:#f0f7ff;box-shadow:0 0 0 3px #2563eb1f}.agt-sheet-type-icon{font-size:2rem}.agt-sheet-type-card strong{color:var(--gray-900);font-size:.95rem}.agt-sheet-type-desc{color:var(--gray-500);font-size:.75rem;line-height:1.3}.agt-sheet-prop-list{flex-direction:column;gap:.5rem;display:flex}.agt-sheet-prop{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;text-align:start;align-items:center;gap:.6rem;width:100%;padding:.6rem .75rem;transition:all .15s;display:flex}.agt-sheet-prop.selected{border-color:var(--accent);background:#f0f7ff}.agt-sheet-prop-check{border:2px solid var(--gray-300);border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;transition:all .15s;display:flex}.agt-sheet-prop.selected .agt-sheet-prop-check{background:var(--accent);border-color:var(--accent)}.agt-sheet-prop-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:44px;height:44px}.agt-sheet-prop-info{flex-direction:column;flex:1;gap:.05rem;min-width:0;display:flex}.agt-sheet-prop-addr{color:var(--primary);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.agt-sheet-prop-city{color:var(--gray-500);font-size:.76rem}.agt-sheet-prop-price{color:var(--accent);white-space:nowrap;font-size:.82rem;font-weight:700}.agt-sheet-cta{background:var(--accent);width:100%;color:var(--white);border-radius:var(--radius-lg);cursor:pointer;border:none;margin-top:auto;padding:.75rem;font-size:.95rem;font-weight:700;transition:all .2s}.agt-sheet-cta:disabled{background:var(--gray-300);cursor:default}.agt-sheet-cta:not(:disabled):hover{filter:brightness(1.1)}.agt-sheet-methods{flex-direction:column;gap:.6rem;display:flex}.agt-sheet-method{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);cursor:pointer;align-items:center;gap:.85rem;width:100%;padding:.85rem 1rem;transition:all .15s;display:flex}.agt-sheet-method:hover{border-color:var(--accent);background:#f8faff}.agt-sheet-method:disabled{opacity:.5;cursor:default}.agt-sheet-method-icon{border-radius:12px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;display:flex}.agt-sheet-method-label{color:var(--primary);font-size:.95rem;font-weight:600}.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-buyer-open-chip{border:1px solid #0000;border-radius:999px;align-items:center;margin-top:.35rem;padding:.18rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.agt-buyer-open-chip.opened{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.agt-buyer-open-chip.pending{color:#475569;background:#f8fafc;border-color:#cbd5e1}.agt-showing-waiting{color:var(--accent);margin-top:.4rem;font-size:.8rem;font-weight:500}.agt-reoffer-banner-btn{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:.35rem .7rem;font-size:.78rem;font-weight:700;animation:2.4s ease-in-out infinite agtBreathPulse}.agt-reoffer-banner-btn:hover{background:#dbeafe}.agt-reoffer-banner-btn.no-pulse{animation:none}.agt-pending-home-actions{align-items:center;gap:.45rem;width:100%;display:flex}.agt-showing-inline-actions{align-items:center;gap:.45rem;display:flex}.agt-manage-showing-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:.35rem .7rem;font-size:.78rem;font-weight:700}.agt-manage-showing-btn:hover{background:#f8fafc;border-color:#94a3b8}.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)}}.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}.agt-empty-showings svg{margin-bottom:.75rem}.agt-section-title{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.agt-section-title svg{color:var(--accent);flex-shrink:0}.agt-props-tabs{gap:.5rem;margin-bottom:.75rem;display:flex}.agt-props-tab{border-radius:var(--radius-lg);border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-500);cursor:pointer;flex:1;justify-content:center;align-items:center;padding:.72rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;position:relative}.agt-props-tab.active{border-color:var(--accent);color:var(--accent);background:#eff6ff}.agt-props-tab-count{top:-7px;background:var(--gray-200);color:var(--gray-600);pointer-events:none;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.64rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;inset-inline-start:2px}.agt-props-tab.active .agt-props-tab-count{background:var(--accent);color:#fff}.agt-listing-filter{gap:.4rem;margin-bottom:.75rem;display:flex}.agt-filter-chip{border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-500);cursor:pointer;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.agt-filter-chip.active{border-color:var(--accent);color:var(--accent);background:#eff6ff}.agt-collab-card{border-inline-start:3px solid #059669}.agt-onboard{flex-direction:column;gap:1.25rem;display:flex}.agt-onboard-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.5rem}.agt-onboard-icon{margin-bottom:.75rem;font-size:2.5rem}.agt-onboard-card h2{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.agt-onboard-card p{color:var(--gray-500);margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.agt-onboard-card .btn{width:100%;padding:.75rem;font-size:1rem}.agt-onboard-steps{justify-content:space-between;gap:.5rem;display:flex}.agt-onboard-step{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;flex:1;align-items:center;gap:.4rem;padding:1rem .5rem;display:flex}.agt-onboard-step-num{background:var(--accent);width:28px;height:28px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.agt-onboard-step span:last-child{color:var(--gray-600);font-size:.78rem;font-weight:600}.schedule-page{max-width:520px;margin:0 auto;padding:0 1rem 3rem}.schedule-page.schedule-page-calendar{max-width:none;padding:0 .35rem 2rem}.schedule-page.schedule-page-calendar:has(.dayview-action-bar){padding-bottom:6rem}.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-selected-summary-warning{color:#c2410c;background:#fff7ed}.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-taken.confirmed{color:#22c55e}.schedule-time-taken.pending{color:var(--danger);font-size:.6rem;font-weight:600}.schedule-time-btn.selected .schedule-time-label{color:var(--white)}.dayview-container{border:1px solid var(--gray-200);border-radius:var(--radius);flex-direction:column;margin-bottom:5rem;display:flex;overflow:hidden}.dayview-row{border-bottom:1px solid var(--gray-100);cursor:pointer;align-items:stretch;min-height:64px;transition:background .15s;display:flex}.dayview-row:last-child{border-bottom:none}.dayview-row:hover:not(.taken):not(.selected){background:var(--accent-light)}.dayview-row.selected{background:var(--accent)}.dayview-row.taken{cursor:not-allowed;background:var(--gray-100);opacity:.6}.dayview-row.pending-soft{background:#fffbeb}.dayview-row.previously-offered:not(.selected):not(.taken){background:#fff7ed}.dayview-time{width:56px;min-width:56px;color:var(--gray-500);border-left:1px solid var(--gray-200);background:var(--gray-50);letter-spacing:.02em;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.dayview-row.selected .dayview-time{color:#ffffffbf;background:#0000001f;border-left-color:#fff3}.dayview-row.taken .dayview-time{color:var(--gray-400)}.dayview-block{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-height:64px;padding:.5rem .75rem;display:flex}.dayview-google-pill{color:#5b21b6;white-space:nowrap;text-overflow:ellipsis;background:#e9e3ff;border-radius:4px;max-width:160px;padding:2px 8px;font-size:.73rem;font-weight:600;overflow:hidden}.dayview-selected-label{color:#fff;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;display:flex}.dayview-check{font-size:1.1rem;font-weight:700}.dayview-taken-label{color:var(--gray-400);font-size:.82rem;font-weight:600}.dayview-free-row{align-items:center;gap:.5rem;display:flex}.dayview-checkbox-box{border:2px solid var(--gray-300);border-radius:4px;flex-shrink:0;width:20px;height:20px;transition:border-color .15s;display:inline-block}.dayview-row:hover:not(.taken) .dayview-checkbox-box{border-color:var(--accent)}.dayview-pending-badge{color:#d97706;background:#fef3c7;border-radius:4px;padding:1px 6px;font-size:.7rem;font-weight:600}.dayview-old-offer-badge{color:#c2410c;background:#ffedd5;border:1px solid #fdba74;border-radius:999px;padding:1px 7px;font-size:.7rem;font-weight:600}.dayview-action-bar{bottom:calc(64px + env(safe-area-inset-bottom,0));background:var(--white);border-top:1.5px solid var(--gray-200);z-index:101;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex;position:fixed;left:0;right:0;box-shadow:0 -2px 12px #00000014}.dayview-summary{color:var(--gray-700);font-size:.85rem;font-weight:600}.cal-google-dot{background:#7c3aed;border-radius:50%;width:5px;height:5px;margin:2px auto 0;display:block}.dayview-allday-banner{border-radius:var(--radius);background:#f3f0ff;border:1px solid #ddd6fe;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;display:flex}.dayview-allday-icon{flex-shrink:0;font-size:.9rem}.dayview-allday-events{flex-wrap:wrap;gap:.35rem;display:flex}.dayview-allday-pill{color:#5b21b6;background:#ede9fe;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.dayview-avail-bar{border-radius:var(--radius);background:#f0fdf4;border:1px solid #bbf7d0;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.4rem .75rem;display:flex}.dayview-avail-icon{flex-shrink:0;font-size:.9rem}.dayview-avail-text{color:#166534;font-size:.82rem;font-weight:600}.cp-overlay{z-index:200;background:#0f172a8c;justify-content:center;align-items:flex-end;animation:.18s cpFade;display:flex;position:fixed;inset:0}@keyframes cpFade{0%{opacity:0}to{opacity:1}}.cp-sheet{background:var(--white);border-radius:18px 18px 0 0;flex-direction:column;width:100%;max-width:540px;max-height:90vh;animation:.22s cpSlide;display:flex;overflow:hidden}@keyframes cpSlide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cp-header{border-bottom:1px solid var(--gray-200);padding:1.1rem 1.25rem .75rem;position:relative}.cp-header h3{margin:0;font-size:1.05rem;font-weight:700}.cp-sub{color:var(--gray-600);margin-top:.25rem;font-size:.78rem}.cp-close{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1.1rem;position:absolute;top:.75rem;left:.75rem}.cp-close:hover{background:var(--gray-100)}.cp-body{flex:1;padding:1rem 1.25rem;overflow-y:auto}.cp-loading{text-align:center;color:var(--gray-500);padding:1rem;font-size:1.1rem}.cp-section-title{color:var(--gray-700);margin:.5rem 0;font-size:.85rem;font-weight:700}.cp-list{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.cp-list-search{max-height:240px;margin-top:.4rem;overflow-y:auto}.cp-client{background:var(--white);border:1.5px solid var(--gray-200);text-align:start;cursor:pointer;border-radius:10px;padding:.6rem .85rem;font-family:inherit;transition:all .15s}.cp-client:hover{border-color:var(--accent);background:#f8fafc}.cp-client.selected{border-color:var(--accent);background:#eff6ff;box-shadow:0 0 0 3px #3b82f626}.cp-client-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.cp-client-name{color:var(--gray-900);font-size:.95rem;font-weight:700}.cp-client-phone{color:var(--gray-600);direction:ltr;font-size:.85rem}.cp-client-meta{color:var(--gray-600);flex-wrap:wrap;gap:.5rem;margin-top:.3rem;font-size:.75rem;display:flex}.cp-client-compact{padding:.5rem .75rem}.cp-empty{color:var(--gray-500);text-align:center;padding:.75rem;font-size:.85rem}.cp-search{margin:.5rem 0 .75rem}.cp-search input,.cp-manual input{border:1.5px solid var(--gray-200);box-sizing:border-box;border-radius:8px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.95rem}.cp-search input:focus,.cp-manual input:focus{border-color:var(--accent);outline:none}.cp-divider{text-align:center;color:var(--gray-500);margin:.85rem 0 .5rem;font-size:.78rem}.cp-manual{flex-direction:column;gap:.5rem;display:flex}.cp-footer{border-top:1px solid var(--gray-200);background:var(--white);padding:.85rem 1.25rem}.cp-footer .btn{width:100%}.dayview-row.out-of-range{opacity:.55;cursor:default;background:#f8fafc}.dayview-row.out-of-range .dayview-time{color:var(--gray-400)}.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-dots{align-items:center;gap:4px;margin-top:3px;display:flex}.cal-cell-dot{background:var(--accent);border-radius:50%;width:5px;height:5px}.cal-cell-google-dot{background:conic-gradient(#4285f4 0deg 90deg,#34a853 90deg 180deg,#fbbc05 180deg 270deg,#ea4335 270deg 360deg);border:.5px solid #ffffffb3;border-radius:50%;width:7px;height:7px}.cal-cell.selected .cal-cell-dot{background:var(--white)}.cal-cell.selected .cal-cell-google-dot{border-color:#fffffff2}.cal-empty{pointer-events:none}.schedule-cal-grid-google{background:var(--gray-100);border-radius:10px;grid-template-rows:auto repeat(6,minmax(86px,1fr));gap:1px;height:min(72vh,640px);margin-bottom:1rem;overflow:hidden}.schedule-cal-header-cell{background:var(--gray-50);letter-spacing:.02em;padding:.3rem 0;font-size:.62rem}.schedule-cal-grid-google .cal-cell.cal-empty{background:var(--gray-50);border-radius:0}.schedule-cal-grid-google .schedule-cal-cell{aspect-ratio:auto;border:none;border-radius:0;justify-content:flex-start;align-items:flex-start;gap:2px;height:auto;min-height:86px;padding:6px 5px 4px;overflow:hidden}.schedule-cal-grid-google .schedule-cal-cell .cal-cell-num{font-size:.72rem;font-weight:700;line-height:1}.schedule-cal-grid-google .schedule-cal-cell.today .cal-cell-num{font-weight:800}.schedule-cal-grid-google .schedule-cal-cell.load-free{background:#fff}.schedule-cal-grid-google .schedule-cal-cell.load-partial{background:#f8fbff}.schedule-cal-grid-google .schedule-cal-cell.load-busy{background:#fff5f5}.schedule-cal-grid-google .schedule-cal-cell.load-disabled{background:#f7f7f8}.schedule-cal-grid-google .schedule-cal-cell.selected{box-shadow:inset 0 0 0 1.5px var(--accent);background:#eef2ff}.schedule-cal-grid-google .schedule-cal-cell:hover:not(.disabled):not(.past){background:#edf4ff;border-color:#0000}.schedule-cal-events-wrap{flex-direction:column;gap:3px;width:100%;margin-top:4px;display:flex}.schedule-cal-snippet{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;width:100%;padding:1px 4px;font-size:.56rem;line-height:1.18;overflow:hidden}.schedule-cal-snippet.all-day{color:#5b21b6;background:#e9e3ff;border-inline-start:none}.schedule-cal-snippet.timed{color:#334155;background:#eef2ff;border-inline-start:3px solid #4f46e5}.schedule-cal-more{color:var(--accent);margin-top:auto;font-size:.56rem;font-weight:700;line-height:1}@media (width<=480px){.schedule-page.schedule-page-calendar{padding:0 .15rem 1.5rem}.schedule-cal-grid-google{grid-template-rows:auto repeat(6,minmax(74px,1fr));height:min(70vh,620px)}.schedule-cal-grid-google .schedule-cal-cell{padding:6px 4px 4px}.schedule-cal-snippet{font-size:.54rem}}.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}.cal-google-section{border-top:1px solid var(--gray-200);margin-top:.85rem;padding-top:.75rem}.cal-google-title{color:var(--primary);margin-bottom:.45rem;font-size:.9rem;font-weight:700}.cal-google-note{color:var(--gray-500);margin:0;font-size:.88rem}.cal-google-list{color:var(--gray-700);flex-direction:column;gap:.4rem;margin:0;padding:0 1rem;font-size:.9rem;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-buyer-open-chip{border:1px solid #0000;border-radius:999px;align-items:center;margin-top:.6rem;padding:.26rem .6rem;font-size:.76rem;font-weight:600;display:inline-flex}.se-buyer-open-chip.opened{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.se-buyer-open-chip.pending{color:#475569;background:#f8fafc;border-color:#cbd5e1}.se-reoffer-pulse-btn{animation:2.4s ease-in-out infinite agtBreathPulse}.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)}@media (width<=640px){.ofc-content{padding:.75rem .75rem 4rem}.ofc-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding:0 .25rem;overflow-x:auto}.ofc-tabs::-webkit-scrollbar{display:none}.ofc-tab{white-space:nowrap;flex-shrink:0;gap:.3rem;min-height:44px;padding:.7rem;font-size:.78rem}.ofc-tab svg{width:16px;height:16px}.ofc-tab-badge{padding:.08rem .35rem;font-size:.6rem}.ofc-subtab{gap:.25rem;min-height:42px;padding:.6rem .4rem;font-size:.78rem}.ofc-subtab svg{width:14px;height:14px}.ofc-add-form{flex-wrap:wrap;gap:.5rem}.ofc-add-form .form-input{flex:100%;max-width:100%;min-height:44px}.ofc-add-form .btn{width:100%;min-height:44px}.ofc-stat-row.ofc-stat-row-3{gap:.5rem}.ofc-stat-card{padding:.7rem .4rem}.ofc-stat-value{font-size:1.15rem}.ofc-stat-label{font-size:.65rem}.ofc-card{gap:.5rem;padding:.75rem .85rem}.ofc-card-main{gap:.6rem}.ofc-card-avatar{width:32px;height:32px;font-size:.85rem}.ofc-card-name{font-size:.85rem}.ofc-card-sub{font-size:.75rem}.ofc-card-actions{gap:.35rem}.ofc-card-prop-count{padding:.15rem .4rem;font-size:.72rem}.ofc-section-title{font-size:.95rem}.ofc-section{margin-bottom:1.5rem}.ofc-modal-wide{max-width:95vw}.ofc-content .btn{min-height:44px}.ofc-tabs{top:48px}}@media (width<=380px){.ofc-tab{padding:.7rem .5rem;font-size:.72rem}.ofc-tab-badge{min-width:1rem;padding:.06rem .3rem;font-size:.55rem}.ofc-stat-value{font-size:1rem}}
