*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif);line-height:1.6;color:var(--text-color, #1F2937);background-color:var(--background-color, #F9FAFB);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:var(--primary-color, #6D28D9)}:root{--primary-color: #6D28D9;--primary-light: #8B5CF6;--primary-dark: #5B21B6;--secondary-color: #E5E7EB;--text-color: #1F2937;--secondary-text-color: #4B5563;--light-text-color: #F9FAFB;--background-color: #F9FAFB;--navbar-background: #FFFFFF;--footer-background: #111827;--section-background-light: #F9FAFB;--white: #FFFFFF;--error-color: #B91C1C;--error-bg: #FEE2E2;--success-color: #065F46;--success-bg: #ECFDF5;--warning-color: #D97706;--info-color: #1D4ED8;--button-dark-bg: #374151;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-xxl: 3rem;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--card-shadow: 0 4px 6px rgba(0, 0, 0, .1);--navbar-height: 64px;--footer-height: 80px;--content-max-width: 1200px;--manager-primary: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);--manager-primary-light: rgba(59, 130, 246, .1);--manager-shadow: rgba(59, 130, 246, .15);--owner-primary: linear-gradient(135deg, #10b981 0%, #059669 100%);--owner-primary-light: rgba(16, 185, 129, .1);--tenant-primary: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);--tenant-primary-light: rgba(139, 92, 246, .1);--property-color: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);--owner-color: linear-gradient(135deg, #10b981 0%, #059669 100%);--tenant-color: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);--profile-color: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--maintenance-color: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--message-color: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);--payment-color: linear-gradient(135deg, #84cc16 0%, #65a30d 100%);--document-color: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);--settings-color: linear-gradient(135deg, #64748b 0%, #475569 100%);--lease-color: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);--unit-color: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);--media-color: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);--property-shadow: rgba(59, 130, 246, .15);--owner-shadow: rgba(16, 185, 129, .15);--tenant-shadow: rgba(139, 92, 246, .15);--profile-shadow: rgba(245, 158, 11, .15);--maintenance-shadow: rgba(239, 68, 68, .15);--message-shadow: rgba(6, 182, 212, .15);--payment-shadow: rgba(132, 204, 22, .15);--document-shadow: rgba(99, 102, 241, .15);--settings-shadow: rgba(100, 116, 139, .15);--lease-shadow: rgba(99, 102, 241, .15);--unit-shadow: rgba(59, 130, 246, .15);--media-shadow: rgba(6, 182, 212, .15)}.container{width:100%;max-width:var(--content-max-width);margin-left:auto;margin-right:auto;padding:0 var(--spacing-lg)}.text-center{text-align:center}.text-primary{color:var(--primary-color)}.text-error{color:var(--error-color)}.text-success{color:var(--success-color)}.mt-1{margin-top:var(--spacing-xs)}.mt-2{margin-top:var(--spacing-sm)}.mt-3{margin-top:var(--spacing-md)}.mt-4{margin-top:var(--spacing-lg)}.mt-5{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-xs)}.mb-2{margin-bottom:var(--spacing-sm)}.mb-3{margin-bottom:var(--spacing-md)}.mb-4{margin-bottom:var(--spacing-lg)}.mb-5{margin-bottom:var(--spacing-xl)}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius-md);font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;text-align:center;text-decoration:none;white-space:nowrap}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 8px #5b21b633}.btn-secondary:hover{background-color:#d1d5db;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-outline:hover{background-color:var(--primary-color);color:var(--white)}.btn-dark{background-color:var(--button-dark-bg);color:var(--white)}.btn-dark:hover{background-color:var(--secondary-text-color)}label{font-size:.9rem;font-weight:500;color:var(--text-color);margin-bottom:var(--spacing-sm);display:block}input,select,textarea{padding:.75rem 1rem;border:1px solid var(--secondary-color);border-radius:var(--border-radius-md);font-size:.95rem;color:var(--text-color);background-color:var(--background-color);transition:all .3s ease;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6d28d91a;background-color:var(--white)}@media (max-width: 768px){.container{padding:0 var(--spacing-md)}body{font-size:95%}}@media (max-width: 480px){.container{padding:0 var(--spacing-sm)}body{font-size:90%}.btn{padding:.6rem 1.2rem;font-size:.9rem}.btn-lg{padding:.8rem 1.8rem;font-size:1rem}}.language-switcher{position:relative;display:inline-block;margin-left:var(--spacing-md, 1rem)}.language-switcher-button{background-color:transparent;border:1px solid var(--secondary-color, #ccc);border-radius:var(--border-radius-sm, 4px);padding:var(--spacing-xs, .25rem);cursor:pointer;display:flex;align-items:center;justify-content:center;width:38px;height:38px;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.language-switcher-button:hover{background-color:var(--secondary-color, #f0f0f0);border-color:var(--primary-light, #8B5CF6)}.language-switcher-button:focus,.language-switcher-button:focus-visible{outline:2px solid var(--primary-color, #6D28D9);outline-offset:2px}.language-switcher-globe-icon{width:22px;height:22px;stroke:var(--text-color, #1F2937)}.language-switcher-dropdown{position:absolute;top:calc(100% + var(--spacing-xs, .25rem));right:0;background-color:var(--white, #fff);border:1px solid var(--secondary-color, #ddd);border-radius:var(--border-radius-md, 8px);box-shadow:var(--shadow-lg, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05));list-style:none;padding:var(--spacing-sm, .5rem) 0;margin:0;min-width:160px;z-index:var(--z-index-dropdown, 1050);overflow:hidden}.language-switcher-dropdown li{margin:0}.language-option{background-color:transparent;border:none;color:var(--text-color, #333);padding:var(--spacing-sm, .5rem) var(--spacing-md, 1rem);width:100%;text-align:left;cursor:pointer;display:flex;align-items:center;font-size:.9rem;transition:background-color .2s ease-in-out,color .2s ease-in-out}.language-option:hover{background-color:var(--primary-light, #8B5CF6);color:var(--white, #fff)}.language-option.active{font-weight:600;background-color:var(--primary-color, #6D28D9);color:var(--white, #fff)}.language-flag-icon{width:22px;height:16px;margin-right:var(--spacing-sm, .5rem);object-fit:cover;border-radius:2px}@media (max-width: 768px){.language-switcher{margin:1rem 0 0;align-self:center}.language-switcher-dropdown{position:absolute;width:10px;left:-170px;right:auto;top:-100%;transform:translateY(0);z-index:1100}}:root{--primary-color: #6D28D9;--secondary-color: #E5E7EB;--text-color: #1F2937;--navbar-background: #FFFFFF;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.2rem 3rem;background-color:var(--navbar-background);box-shadow:0 1px 4px #00000080;font-family:var(--font-family);position:sticky;top:0;z-index:500}.navbar-logo{display:flex;align-items:center;z-index:501;border:1px solid transparent;margin-right:120px;flex:1.5}.navbar-logo a{text-decoration:none;display:flex;align-items:center;border:1px solid transparent;padding:0}.logo-image{height:70px;width:auto;max-width:300px;object-fit:contain;display:block;padding:0}.logo-image:not([src]),.logo-image[src=""]{display:none}.logo-image:after{content:"";display:block}.logo-fallback{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.navbar-container{display:flex;align-items:center;justify-content:space-between;flex-grow:1;width:100%}.navbar-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0;justify-content:center;flex:4}.navbar-links li a{text-decoration:none;color:var(--text-color);font-weight:500;transition:color .3s ease}.navbar-links li a:hover{color:var(--primary-color)}.navbar-actions{display:flex;gap:1rem;justify-content:flex-end;flex:1}.btn{padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;text-decoration:none;display:flex;align-items:center;justify-content:center;white-space:nowrap}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#5b21b6;transform:translateY(-2px);box-shadow:0 4px 8px #5b21b633}.btn-secondary{background-color:var(--secondary-color);color:var(--text-color);border:1px solid #D1D5DB}.btn-secondary:hover{background-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.user-menu{position:relative}.user-menu-button{display:flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.user-avatar{width:30px;height:30px;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-color)}.user-menu-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #0000001a;width:200px;z-index:1001;overflow:hidden;margin-top:.5rem}.user-menu-item{padding:.75rem 1rem;cursor:pointer;transition:background-color .3s ease}.user-menu-item:hover{background-color:#f3f4f6}.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-icon{display:block;position:relative;width:24px;height:2px;background-color:var(--text-color);transition:all .3s ease}.hamburger-icon:before,.hamburger-icon:after{content:"";position:absolute;width:24px;height:2px;background-color:var(--text-color);transition:all .3s ease}.hamburger-icon:before{transform:translateY(-8px)}.hamburger-icon:after{transform:translateY(8px)}.hamburger-icon.open{background-color:transparent}.hamburger-icon.open:before{transform:translateY(0) rotate(45deg)}.hamburger-icon.open:after{transform:translateY(0) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;display:none}.navbar-scroll-link{background:transparent;border:none;padding:.5rem 0;margin:0;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;color:var(--text-color);text-decoration:none;position:relative;overflow:hidden;transition:color .3s ease}.navbar-scroll-link:hover{color:var(--primary-color)}.navbar-scroll-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--primary-color);transform:scaleX(0);transform-origin:bottom left;transition:transform .3s ease-out}.navbar-scroll-link:hover:after{transform:scaleX(1)}@media (max-width: 1024px){.navbar{padding:.75rem 1rem}.navbar-links{gap:1rem}.btn{padding:.5rem 1rem}}@media (max-width: 768px){.navbar-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;flex-direction:column;justify-content:flex-start;padding-top:5rem;transform:translate(-100%);transition:transform .3s ease;z-index:500}.navbar-logo{flex:0;margin-right:0}.logo-image{height:55px}.navbar-container.mobile-open{right:0}.mobile-menu-toggle,.mobile-menu-overlay{display:block}.navbar-links{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:2rem}.navbar-links li{width:100%}.navbar-links li a,.navbar-scroll-link{display:block;width:100%;padding:.75rem 0;font-size:1.1rem}.navbar-actions{flex-direction:column;width:100%;gap:1rem}.navbar-actions .btn{width:100%}}@media (max-width: 480px){.navbar{padding:.5rem .75rem}.navbar-logo a{min-width:auto}.logo-image{height:50px;max-width:250px}}:root{--footer-background: #111827;--footer-text-color: #D1D5DB;--footer-heading-color: #FFFFFF;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--primary-color: #6D28D9;--primary-light: #8B5CF6;--success-color: #10B981;--error-color: #EF4444}.footer{background-color:var(--footer-background);color:var(--footer-text-color);padding:3.5rem 2rem 2.5rem;font-family:var(--font-family)}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:2.5rem}.footer-logo-section{flex-basis:45%;min-width:280px;max-width:400px}.footer-logo{margin-bottom:1rem;display:flex;padding:0}.footer-logo-image{height:65px;width:auto;padding:0}.footer-logo-section p{font-size:.95rem;line-height:1.6;color:#9ca3af;margin-top:.75rem}.footer-links{display:flex;flex-basis:45%;justify-content:flex-end;flex-wrap:wrap;gap:4rem;min-width:280px}.footer-column{min-width:140px}.footer-column h4{color:var(--footer-heading-color);font-size:1rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.5px;position:relative}.footer-column h4:after{content:"";position:absolute;left:0;bottom:-.5rem;width:2rem;height:2px;background:linear-gradient(90deg,var(--primary-light),transparent)}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a,.footer-link-button{color:#9ca3af;text-decoration:none;font-size:.95rem;transition:all .2s ease;background:none;border:none;cursor:pointer;font-family:inherit;padding:0;text-align:left;display:inline-block;position:relative}.footer-column ul li a:hover,.footer-link-button:hover{color:var(--footer-heading-color)}.footer-column ul li a:after,.footer-link-button:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:var(--primary-light);transition:width .3s ease}.footer-column ul li a:hover:after,.footer-link-button:hover:after{width:100%}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.85rem;max-width:1200px;margin:0 auto;color:#6b7280}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-container{background:#fff;border-radius:16px;width:100%;max-width:550px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 2rem;border-bottom:1px solid #f3f4f6;position:relative}.modal-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6d28d9,#8b5cf6);border-radius:16px 16px 0 0}.modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827;letter-spacing:-.025em}.modal-close{background:none;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#6b7280;cursor:pointer;transition:all .2s ease}.modal-close:hover{background-color:#f3f4f6;color:#111827}.support-form{padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{font-weight:500;margin-bottom:.5rem;color:#4b5563;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:8px;font-size:.95rem;transition:all .2s ease;font-family:inherit;background-color:#f9fafb;color:#1f2937}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b5cf6;background-color:#fff;box-shadow:0 0 0 3px #8b5cf61a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:vertical;min-height:120px;line-height:1.5}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.95rem;letter-spacing:.015em}.btn-cancel{background-color:#f9fafb;color:#4b5563;border:1px solid #E5E7EB}.btn-cancel:hover{background-color:#f3f4f6;color:#1f2937}.btn-submit{background:linear-gradient(90deg,#6d28d9,#8b5cf6);color:#fff;position:relative;overflow:hidden}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf640}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;margin-right:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.success-message{padding:3rem 2rem;text-align:center;animation:successFadeIn .4s ease-out}@keyframes successFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.success-icon{font-size:2rem;color:#fff;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 15px -3px #10b98133}.success-message h3{color:#111827;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.success-message p{color:#6b7280;font-size:1rem;max-width:80%;margin:0 auto;line-height:1.5}.error-message{background-color:#fef2f2;border-left:4px solid #EF4444;color:#b91c1c;padding:.75rem 1rem;border-radius:6px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.9rem;animation:errorShake .4s ease-in-out}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.footer-logo-section{margin-bottom:0;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:100%}.footer-logo{display:flex;justify-content:center}.footer-links{flex-direction:column;align-items:center;width:100%;justify-content:center;gap:2.5rem}.footer-column{margin-bottom:0;text-align:center}.footer-column h4:after{left:50%;transform:translate(-50%);width:3rem}.footer-column ul{align-items:center}.footer-column ul li a:after,.footer-link-button:after{left:50%;transform:translate(-50%)}.footer-logo-image{height:48px}.modal-container{max-height:85vh;margin:0 1rem}.modal-header{padding:1.25rem 1.5rem}.modal-header h2{font-size:1.25rem}.support-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.form-group{margin-bottom:1.25rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%;padding:.875rem;font-size:1rem}.btn-cancel{order:2}.btn-submit{order:1;margin-bottom:.75rem}}@media (max-width: 480px){.footer{padding:2.5rem 1.5rem 2rem}.footer-logo-image{height:42px}.footer-content{gap:2rem}.modal-header,.support-form{padding:1.25rem}.success-message{padding:2rem 1rem}.success-icon{width:56px;height:56px;font-size:1.75rem}.success-message h3{font-size:1.25rem}.success-message p{font-size:.95rem;max-width:95%}}:root{--faq-primary-text: #1F2937;--faq-secondary-text: #4B5563;--faq-border-color: #E5E7EB;--faq-accent-color: #3B82F6;--faq-background-color: #FFFFFF;--faq-item-hover-bg: #F9FAFB}.faq-section-container{background-color:var(--faq-background-color);padding:4rem 2rem;text-align:center}.faq-header{margin-bottom:3rem}.faq-pill{display:inline-block;background-color:#e0e7ff;color:#3730a3;padding:.5rem 1rem;border-radius:9999px;font-size:.9rem;font-weight:500;margin-bottom:1rem}.faq-header h2{font-size:2.25rem;font-weight:700;color:var(--faq-primary-text);margin-bottom:.75rem}.faq-subtitle{font-size:1.125rem;color:var(--faq-secondary-text);max-width:600px;margin:0 auto;line-height:1.6}.faq-list{max-width:768px;margin:0 auto;text-align:left}.faq-item{background-color:var(--faq-background-color);border:1px solid var(--faq-border-color);border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 4px #00000008;transition:box-shadow .3s ease}.faq-item:last-child{margin-bottom:0}.faq-item.open{box-shadow:0 4px 12px #0000000f}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;text-align:left;background-color:transparent;border:none;cursor:pointer;font-size:1rem;font-weight:500;color:var(--faq-primary-text);transition:background-color .2s ease}.faq-question:hover{background-color:var(--faq-item-hover-bg)}.faq-icon{font-size:1.25rem;color:var(--faq-accent-color);transition:transform .2s ease;margin-left:1rem}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--faq-secondary-text);font-size:.95rem;line-height:1.7;border-top:1px solid var(--faq-border-color);max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding-top .4s ease-out,padding-bottom .4s ease-out}.faq-item.open .faq-answer{max-height:500px;padding-top:1.25rem;transition:max-height .4s ease-in,padding-top .4s ease-in,padding-bottom .4s ease-in}.faq-answer p{margin:0}@media (max-width: 768px){.faq-section-container{padding:3rem 1.5rem}.faq-header h2{font-size:1.875rem}.faq-subtitle{font-size:1rem}.faq-question{padding:1rem 1.25rem;font-size:.95rem}.faq-answer{padding-left:1.25rem;padding-right:1.25rem;font-size:.9rem}}@media (max-width: 480px){.faq-section-container{padding:2.5rem 1rem}.faq-header h2{font-size:1.625rem}.faq-pill{font-size:.8rem;padding:.4rem .8rem}.faq-question span:first-child{flex-basis:85%}.faq-icon{margin-left:.5rem}}:root{--primary-color: #6D28D9;--text-color: #1F2937;--secondary-text-color: #4B5563;--background-color: #FFFFFF;--section-background-light: #F9FAFB;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--card-shadow: 0 8px 25px rgba(0, 0, 0, .1);--card-shadow-hover: 0 15px 35px rgba(0, 0, 0, .15);--button-dark-bg: #374151}.landing-page{position:relative}.landing-page:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(circle at 20% 80%,rgba(109,40,217,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(109,40,217,.03) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(59,130,246,.02) 0%,transparent 50%);pointer-events:none;z-index:-1}.landing-page main>section{padding:4rem 2rem;text-align:center;position:relative}.hero-section{background-color:#f9f5ff00;background-image:linear-gradient(135deg,#c7c5c500,#c7c5c500),url(/assets/building_stock1-DjGdqSb6.jpeg);background-size:cover;background-position:center center;background-repeat:no-repeat;padding:5rem 2rem;position:relative;border-bottom:1px solid rgba(109,40,217,.05);min-height:75vh;display:flex;align-items:center;z-index:0}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:1;pointer-events:none}.hero-section:after{content:"";position:absolute;left:0;right:0;bottom:0;height:40px;z-index:3;pointer-events:none}.hero-container{display:flex;max-width:1200px;margin:0 auto;gap:3rem;align-items:center;width:100%;position:relative;z-index:1}.hero-content{flex:3;text-align:left;max-width:none}.hero-content h1{font-size:3.2rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.1;letter-spacing:-.02em}.hero-content .highlight-text{color:#fff;display:block}.hero-content .trusted-text{display:inline-block;background-color:#f5ecfd;color:#43065f;padding:.5rem 1rem;border-radius:9999px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;box-shadow:0 2px 8px #065f461a}.hero-subtitle{font-size:1.2rem;color:#fff;margin:1.5rem 0 2.5rem;line-height:1.6;font-family:var(--font-family);font-weight:400;opacity:.95}.hero-actions{display:flex;align-items:center;gap:1rem;margin-top:2rem}.hero-actions .btn{margin:0;font-size:1rem;padding:.8rem 1.8rem;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.hero-actions .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.hero-login-section{flex:1;background:#fffffffa;border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #00000026;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);min-width:320px;max-width:400px}.hero-login-section h3{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem;text-align:center}.login-subtitle{font-size:.9rem;color:var(--secondary-text-color);text-align:center;margin-bottom:1.5rem;line-height:1.4}.error-message{background-color:#fee2e2;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem;text-align:center;border:1px solid #FECACA}.form-row{display:flex;gap:.75rem;margin-bottom:1rem}.form-row .form-group{flex:1;margin-bottom:0}.login-tabs{display:flex;border-radius:8px;background-color:#f3f4f6;padding:4px;margin-bottom:1.5rem}.login-tab{flex:1;padding:.5rem .75rem;text-align:center;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:var(--secondary-text-color)}.login-tab.active{background-color:#fff;color:var(--primary-color);box-shadow:0 1px 3px #0000001a}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--text-color)}.form-group input{padding:.75rem;border:1px solid #D1D5DB;border-radius:6px;font-size:.875rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6d28d91a}.login-btn{background-color:var(--primary-color);color:#fff;padding:.75rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.login-btn:hover:not(:disabled){background-color:#5b21b6;transform:translateY(-1px);box-shadow:0 4px 12px #6d28d933}.login-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.form-group input:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.logged-in-section{text-align:center;padding:1rem 0}.user-welcome h3{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:1rem}.user-status{font-size:1rem;color:var(--secondary-text-color);margin-bottom:.5rem}.user-role{font-weight:600;color:var(--primary-color);text-transform:capitalize}.user-email{font-size:.9rem;color:var(--secondary-text-color);margin-bottom:1.5rem;font-style:italic}.dashboard-btn{background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:.75rem;width:100%}.dashboard-btn:hover{background-color:#5b21b6;transform:translateY(-1px);box-shadow:0 4px 12px #6d28d933}.logout-btn{background-color:transparent;color:#dc2626;padding:.5rem 1rem;border:1px solid #dc2626;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.logout-btn:hover{background-color:#dc2626;border-color:#dc2626;color:#fff}.login-links{display:flex;justify-content:space-between;margin-top:1rem;font-size:.9rem}.login-links a{color:var(--secondary-text-color);text-decoration:none;transition:color .2s ease}.login-links a:hover{color:var(--text-color)}.signup-link{color:var(--primary-color)!important;font-weight:500}.signup-link:hover{color:#5b21b6!important}.forgot-password{text-align:center;margin-top:1rem}.forgot-password a{color:var(--primary-color);text-decoration:none;font-size:.875rem}.forgot-password a:hover{text-decoration:underline}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.btn-lg{padding:.9rem 2rem;font-size:1.05rem}.roles-section{background:#fafbfc;position:relative;padding:6rem 2rem}.roles-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(109,40,217,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(59,130,246,.02) 0%,transparent 50%);pointer-events:none}.roles-section h2{font-size:2.8rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem;position:relative;z-index:1;letter-spacing:-.025em}.roles-subtitle{font-size:1.1rem;color:var(--secondary-text-color);max-width:700px;margin:0 auto 3rem;line-height:1.6;position:relative;z-index:1}.role-cards-container{display:flex;justify-content:center;gap:2rem;flex-wrap:nowrap;max-width:1400px;margin:0 auto;position:relative;z-index:1}.role-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.04);padding:3rem;text-align:left;flex:1;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.role-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--primary-color),#3B82F6);border-radius:16px 16px 0 0}.role-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001f;border-color:#6d28d914}.role-card:nth-child(1):before{background:linear-gradient(90deg,#3b82f6,#2563eb)}.role-card:nth-child(2):before{background:linear-gradient(90deg,#8B5CF6,var(--primary-color))}.role-card:nth-child(3):before{background:linear-gradient(90deg,#10b981,#059669)}.role-card:nth-child(4):before{background:linear-gradient(90deg,#f59e0b,#d97706)}.role-card-header{display:flex;align-items:center;margin-bottom:1rem}.role-card-icon{width:48px;height:48px;border-radius:12px;margin-bottom:0;margin-right:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.role-card:nth-child(1) .role-card-icon{background-color:#3b82f6}.role-card:nth-child(2) .role-card-icon{background-color:#8b5cf6}.role-card:nth-child(3) .role-card-icon{background-color:#10b981}.role-card:nth-child(4) .role-card-icon{background-color:#f59e0b}.role-card-icon svg{width:24px;height:24px}.role-card-icon svg path{fill:#fff}.role-card h3{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0;padding:0}.role-card p{font-size:1rem;color:var(--secondary-text-color);line-height:1.6;margin-top:.75rem;margin-bottom:1.5rem;flex-grow:1}.role-card .btn-dark{background-color:var(--button-dark-bg);color:#fff;padding:.8rem;border-radius:8px;font-size:.95rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;width:100%;margin-top:auto}.role-card .btn-dark:hover{background-color:#111827;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.promo-features-section{background-color:var(--background-color);position:relative;padding:5rem 2rem;overflow:hidden;text-align:center;background:linear-gradient(180deg,var(--background-color) 0%,rgba(245,243,255,.5) 50%,var(--background-color) 100%)}.promo-features-section h2{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1.2rem;position:relative;z-index:1}.promo-features-section p{font-size:1.1rem;color:var(--secondary-text-color);max-width:700px;margin:0 auto 3rem;line-height:1.6;position:relative;z-index:1}.cta-actions{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin:0 auto 4rem;position:relative;z-index:1}.promo-features-section .btn-primary{background-color:var(--primary-color);color:#fff;padding:.8rem 1.8rem;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #6d28d933}.promo-features-section .btn-primary:hover{background-color:#5b21b6;transform:translateY(-2px);box-shadow:0 6px 20px #5b21b64d}.promo-features-section .btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px}.promo-features-section .btn-outline:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6d28d91a}.enterprise-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;max-width:1100px;margin:0 auto;position:relative;z-index:1}.enterprise-feature{background-color:#fff;border-radius:16px;box-shadow:var(--card-shadow);padding:2rem;transition:all .3s ease;border:1px solid transparent}.enterprise-feature:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.enterprise-feature-primary{border-top:4px solid var(--primary-color)}.enterprise-feature-primary:hover{border-color:var(--primary-color);box-shadow:0 15px 35px #6d28d926}.enterprise-feature-primary .enterprise-feature-icon{background:linear-gradient(135deg,var(--primary-color),#8B5CF6);color:#fff}.enterprise-feature-secondary{border-top:4px solid #3B82F6}.enterprise-feature-secondary:hover{border-color:#3b82f6;box-shadow:0 15px 35px #3b82f626}.enterprise-feature-secondary .enterprise-feature-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.enterprise-feature-accent{border-top:4px solid #10B981}.enterprise-feature-accent:hover{border-color:#10b981;box-shadow:0 15px 35px #10b98126}.enterprise-feature-accent .enterprise-feature-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.enterprise-feature-tertiary{border-top:4px solid #F59E0B}.enterprise-feature-tertiary:hover{border-color:#f59e0b;box-shadow:0 15px 35px #f59e0b26}.enterprise-feature-tertiary .enterprise-feature-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.enterprise-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background-color:#f3e8ff;color:var(--primary-color);font-size:1.5rem;margin-bottom:1.25rem;box-shadow:0 4px 12px #0000001a}.enterprise-feature h4{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-color)}.enterprise-feature p{font-size:.95rem;color:var(--secondary-text-color);line-height:1.6;margin:0;max-width:100%}@media (max-width: 1300px){.role-cards-container{flex-wrap:wrap;gap:1.5rem}.role-card{flex-basis:calc(50% - .75rem);padding:2.5rem}}@media (max-width: 1024px){.landing-page main>section{padding:3rem 1.5rem}.hero-container{flex-direction:column;gap:2rem}.hero-content{flex:none;text-align:center}.hero-login-section{flex:none;width:100%;max-width:400px}.hero-content h1{font-size:2.8rem}.hero-subtitle{font-size:1.05rem}.roles-section h2,.promo-features-section h2{font-size:2.2rem}}@media (max-width: 640px){.role-card{flex-basis:100%;padding:2rem}.landing-page main>section{padding:3rem 1.25rem}.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-actions{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.hero-actions .btn{width:100%}.roles-section h2,.promo-features-section h2{font-size:2rem}.roles-subtitle,.promo-features-section p{font-size:1rem;max-width:90%}}.about-section{display:flex;align-items:center;justify-content:center;max-width:1600px;margin:0 auto 3rem;padding:0;background:none;border-radius:0;box-shadow:none;border:none;gap:3rem}.about-image{flex:1 1 60%;display:flex;align-items:center;justify-content:center}.about-image img{width:100%;max-width:640px;max-height:560px;border-radius:24px;object-fit:cover;box-shadow:0 4px 24px #6d28d912}.about-content{flex:1 1 50%;min-width:280px;display:flex;flex-direction:column;justify-content:center;text-align:left}.about-content h2{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem;margin-top:0;letter-spacing:0;font-family:var(--font-family)}.about-content p,.about-conclusion,.about-features h3{text-align:left}.about-content p,.about-conclusion{font-size:1.08rem;line-height:1.4;color:var(--secondary-text-color);font-weight:400;font-family:var(--font-family);margin-bottom:1.2rem;margin-top:0;text-align:left}.about-features{margin:1.2rem 0 .8rem}.about-features h3{font-size:1.08rem;font-weight:500;color:var(--primary-color);margin-bottom:.5rem;letter-spacing:.01em;font-family:var(--font-family)}.about-features-list{list-style:none;padding:0;margin:0 0 1.2rem}.about-features-list li{position:relative;padding-left:1.3em;font-size:1rem;line-height:1.4;color:#4b426a;font-style:normal;font-weight:400;margin-bottom:.3em;font-family:var(--font-family)}.about-features-list li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-size:1.1em;line-height:.8;top:.2em}.about-conclusion{margin-top:1.5rem;font-weight:500}@media (max-width: 900px){.about-section{flex-direction:column;padding:3rem 2rem}.about-content,.about-image{flex:1;width:100%}.about-image img{max-height:300px}}.pricing-cta-section{background-image:url(/images/Pricing_bg_image.png);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;padding:5rem 2rem;position:relative;overflow:hidden;min-height:500px}.pricing-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1;pointer-events:none}.pricing-cta-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.pricing-cta-content{text-align:center;padding:3rem 2rem;background:#ffffff14;border-radius:24px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a,0 0 0 1px #ffffff0d;position:relative}.pricing-cta-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#ffffff05);border-radius:24px;pointer-events:none;z-index:-1}.pricing-cta-content h2{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1.5rem;letter-spacing:-.025em;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.3)}.pricing-cta-content p{font-size:1.25rem;color:#fffffff2;margin:0 0 2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.pricing-cta-btn{background:#ffffffe6;color:var(--primary-color);padding:1rem 2.5rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #0003,inset 0 1px #ffffff4d;letter-spacing:.025em;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.pricing-cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000004d,inset 0 1px #fff6;background:#fffffff2}.pricing-cta-btn:active{transform:translateY(-1px)}@media (max-width: 768px){.pricing-cta-section{padding:4rem 1.5rem;background-attachment:scroll}.pricing-cta-content{padding:2.5rem 1.5rem}.pricing-cta-content h2{font-size:2.2rem}.pricing-cta-content p{font-size:1.1rem;margin-bottom:2rem}.pricing-cta-btn{width:100%;padding:1.2rem 2rem;font-size:1rem}}@media (max-width: 480px){.pricing-cta-section{padding:3.5rem 1rem;background-attachment:scroll}.pricing-cta-content{padding:2rem 1rem;border-radius:20px}.pricing-cta-content h2{font-size:1.8rem;line-height:1.2}.pricing-cta-content p{font-size:1rem}}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 64px);padding:2rem;background:radial-gradient(circle at 20% 80%,rgba(109,40,217,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(109,40,217,.03) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(59,130,246,.02) 0%,transparent 50%)}.auth-form-container{width:100%;max-width:480px;padding:2.5rem;background:var(--white, #FFFFFF);border-radius:12px;box-shadow:0 10px 25px #00000014,0 5px 10px #0000000a;border:1px solid #E5E7EB;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.auth-form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),#3B82F6);border-radius:12px 12px 0 0}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2rem;color:var(--text-color);margin-bottom:.5rem}.auth-header p{font-size:1rem;color:var(--secondary-text-color)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group label{font-size:.9rem;font-weight:500;color:var(--text-color)}.form-group input,.form-group select{padding:.75rem 1rem;border:1px solid #D1D5DB;border-radius:8px;font-size:.95rem;color:var(--text-color);background-color:#fff;transition:all .3s ease;box-shadow:0 1px 2px #00000008 inset}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6d28d926,0 1px 2px #00000008 inset;background-color:#fff}.form-group.row{flex-direction:row;gap:1rem}.form-group.row>div{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-submit{margin-top:1rem}.form-submit button{width:100%;padding:.9rem;background:linear-gradient(135deg,var(--primary-color),#5B21B6);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6d28d933}.form-submit button:hover{background:linear-gradient(135deg,#5B21B6,var(--primary-color));transform:translateY(-2px);box-shadow:0 6px 20px #6d28d94d}.form-footer{margin-top:1.5rem;text-align:center;font-size:.9rem;color:var(--secondary-text-color)}.form-footer a{color:var(--primary-color);font-weight:500;text-decoration:none;transition:color .3s ease}.form-footer a:hover{text-decoration:underline}.error-message{padding:.75rem;background-color:#fee2e2;color:#b91c1c;border-radius:8px;font-size:.9rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.success-message{padding:.75rem;background-color:#d1fae5;color:#065f46;border-radius:8px;font-size:.9rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.auth-form-container{padding:2rem 1.5rem}.auth-header h1{font-size:1.75rem}.form-group.row{flex-direction:column;gap:1.25rem}}@media (max-width: 480px){.auth-container{padding:1rem}.auth-form-container{padding:1.5rem 1rem}.auth-header h1{font-size:1.5rem}}:root{--primary-color: #6D28D9;--text-color: #1F2937;--secondary-text-color: #4B5563;--background-color: #FFFFFF;--section-background-light: #F9FAFB;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--card-shadow: 0 8px 25px rgba(0, 0, 0, .1);--card-shadow-hover: 0 15px 35px rgba(0, 0, 0, .15);--button-dark-bg: #374151;--error-color: #EF4444;--success-color: #10B981}.contact-page{position:relative;min-height:100vh;display:flex;flex-direction:column}.contact-page main{flex:1;padding-top:2rem;padding-bottom:4rem;background-color:var(--section-background-light)}.contact-section{padding:3rem 2rem}.contact-container{max-width:900px;margin:0 auto;background-color:var(--background-color);border-radius:16px;box-shadow:var(--card-shadow);overflow:hidden}.contact-content{padding:2rem}.contact-header-section{display:flex;align-items:center;gap:16px;margin-bottom:2rem}.page-icon{background:linear-gradient(135deg,#6d28d9,#8b5cf6);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #6d28d933}.page-icon svg{width:32px;height:32px}.contact-form-container{background-color:#fff;border-radius:12px}.disabled-select{background-color:#f1f5f9!important;opacity:.8;cursor:not-allowed}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-color);font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;color:var(--text-color);transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f8fafc;cursor:not-allowed;opacity:.75}.phone-group label{margin-bottom:.5rem}.phone-input-container{display:flex;gap:.5rem;width:100%}.country-code-wrapper{flex:0 0 auto;width:110px}.phone-number-wrapper{flex:1 1 auto;width:100%}.country-select,.phone-number-wrapper input{width:100%}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1;min-width:0}.word-count{font-size:.85rem;color:#6b7280;font-weight:400;margin-left:.5rem}.word-limit-exceeded{border-color:var(--error-color)!important}textarea.word-limit-exceeded+.word-count{color:var(--error-color)}.contact-submit-btn{background:linear-gradient(135deg,#6d28d9,#8b5cf6);color:#fff;padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem;align-self:flex-start;white-space:nowrap}.contact-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed;background:linear-gradient(135deg,#9ca3af,#6b7280)}.error-message{background-color:#fee2e2;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:.5rem;text-align:center;border:1px solid #FECACA}.success-message{text-align:center;padding:3rem 1rem}.success-message svg{width:64px;height:64px;margin:0 auto;display:block;color:var(--success-color)}.success-message h2{font-size:1.8rem;color:#1e293b;margin:1rem 0 .5rem}.success-message p{font-size:1.1rem;color:#64748b;max-width:400px;margin:0 auto}@media (max-width: 900px){.contact-container{border-radius:12px}.contact-content{padding:1.5rem}}@media (max-width: 768px){.page-icon{width:50px;height:50px;font-size:24px}.page-icon svg{width:28px;height:28px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.contact-section{padding:2rem 1rem}.form-row{flex-direction:column;gap:1.5rem}.contact-submit-btn{width:100%;align-self:center}.contact-header-section{flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem}}@media (max-width: 480px){.page-icon{width:45px;height:45px;font-size:20px}.page-icon svg{width:24px;height:24px}.page-title-content h1{font-size:24px}.phone-input-container{flex-direction:column;gap:.5rem}.country-select{width:100%}}.property-dashboard{background:#f5f8fd;min-height:100vh;padding:0}.property-dashboard-title{font-size:2.5rem;font-weight:700;color:#18181b;margin:0;padding:32px 0 0}.property-welcome-banner{display:inline-block;background:#ede9fe;color:#6366f1;font-weight:500;padding:8px 20px;border-radius:8px;font-size:1.1rem;margin:18px 0 32px}.property-welcome-name{color:#3b82f6;font-weight:600;text-transform:lowercase}.property-portfolio-section{background:#fff;border-radius:16px;box-shadow:0 2px 12px #101e360f;padding:32px 32px 24px;margin-top:24px}.property-portfolio-header{display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px}.property-portfolio-title{display:flex;align-items:center;gap:18px}.property-portfolio-icon{display:flex;align-items:center;justify-content:center;background:#06b6d4;border-radius:10px;width:48px;height:48px;margin-right:8px}.property-portfolio-main{font-size:1.5rem;font-weight:700;color:#18181b}.property-portfolio-sub{font-size:1.05rem;color:#6b7280;margin-top:2px}.property-portfolio-cards{display:flex;gap:24px;margin:24px 0 32px;flex-wrap:wrap}.property-portfolio-card{background:#f8fafc;border-radius:14px;box-shadow:0 2px 8px #101e360a;padding:24px 28px 20px;min-width:220px;flex:1 1 220px;display:flex;flex-direction:column;align-items:flex-start;position:relative}.property-portfolio-card-icon{display:flex;align-items:center;justify-content:center;background:#e0e7ff;border-radius:8px;width:48px;height:48px;margin-bottom:12px}.property-portfolio-card-label{font-size:1.05rem;color:#64748b;margin-bottom:8px}.property-portfolio-card-value{font-size:2rem;font-weight:700;color:#18181b;margin-bottom:6px}.property-portfolio-card-bar{width:100%;height:8px;background:#e0e7ff;border-radius:6px;margin-top:8px;overflow:hidden}.property-portfolio-card-bar-inner{height:100%;background:#3b82f6;border-radius:6px;transition:width .3s}.property-overview-section{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;margin-top:12px;padding:0 0 24px}.property-overview-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px 0}.property-overview-title{font-size:1.2rem;font-weight:600;color:#18181b}.property-overview-search{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#f8fafc;color:#6b7280;outline:none;width:220px}.property-overview-table-wrapper{padding:0 32px}.property-overview-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:18px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:none}.property-overview-table th,.property-overview-table td{padding:14px 12px;text-align:left}.property-overview-table th{background:#f3f4f6;color:#64748b;font-size:1rem;font-weight:600;border-bottom:1px solid #e5e7eb}.property-overview-table td{color:#374151;font-size:1rem;border-bottom:1px solid #f1f5f9}.property-overview-empty{color:#6b7280;text-align:center;font-style:italic;font-size:1.05rem;padding:32px 0}.property-overview-cards-section{margin-top:32px;margin-bottom:24px}.property-overview-cards{display:flex;gap:24px;flex-wrap:wrap}.property-overview-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;padding:24px 28px 20px;min-width:220px;flex:1 1 220px;display:flex;flex-direction:column;align-items:flex-start;position:relative;transition:transform .18s cubic-bezier(.4,2,.6,1),box-shadow .18s cubic-bezier(.4,2,.6,1);will-change:transform,box-shadow}.property-overview-card:hover{transform:translateY(-8px) scale(1.04);box-shadow:0 8px 32px #101e3621,0 1.5px 6px #101e3614;z-index:2}.property-overview-card-icon{display:flex;align-items:center;justify-content:center;background:#e0e7ff;border-radius:8px;width:48px;height:48px;margin-bottom:12px}.property-overview-card-label{font-size:1.05rem;color:#64748b;margin-bottom:8px}.property-overview-card-value{font-size:2rem;font-weight:700;color:#18181b;margin-bottom:6px}.property-overview-card-bar{width:100%;height:8px;background:#e0e7ff;border-radius:6px;margin-top:8px;overflow:hidden}.property-overview-card-bar-inner{height:100%;background:#3b82f6;border-radius:6px;transition:width .3s}.property-media-section{background:#fff;border-radius:16px;box-shadow:0 2px 12px #101e360f;padding:32px 32px 24px;margin-top:32px}.property-media-section h2{font-size:1.3rem;font-weight:600;color:#18181b;margin-bottom:18px}.property-media-list{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:18px}.property-media-upload-btn{display:inline-block;margin-top:10px;padding:10px 22px;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;border-radius:8px;font-weight:500;cursor:pointer;font-size:1rem;transition:background .2s,transform .2s;position:relative;overflow:hidden}.property-media-upload-btn:hover{background:linear-gradient(135deg,#06b6d4,#3b82f6);transform:translateY(-2px) scale(1.03)}.property-table-btn{display:flex;align-items:center;gap:6px;background:#f8fafc;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:6px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .16s,color .16s,box-shadow .16s,transform .16s;box-shadow:0 1px 2px #101e360a}.property-table-btn:hover{background:#f1f5f9;color:#6366f1;transform:translateY(-2px) scale(1.04);box-shadow:0 4px 12px #3b82f614}.property-table-btn svg{font-size:1.1rem;width:1.1em;height:1.1em;margin-right:2px;color:#6366f1;transition:color .16s}.property-table-btn:hover svg{color:#6366f1}@media (max-width: 1100px){.property-portfolio-cards{gap:12px}.property-portfolio-card{padding:18px 12px 14px 16px;min-width:160px}.property-overview-header,.property-overview-table-wrapper{padding-left:8px;padding-right:8px}}@media (max-width: 900px){.property-portfolio-cards{flex-direction:column;gap:16px}.property-dashboard-title{padding-left:8px}}@media (max-width: 600px){.property-dashboard-title{font-size:1.4rem;padding:16px 0 0}.property-portfolio-section{padding:12px 4px 8px}.property-portfolio-cards{gap:8px}.property-portfolio-card{padding:10px 6px 10px 8px;min-width:120px}.property-overview-header,.property-overview-table-wrapper{padding-left:2px;padding-right:2px}}.empty-state{color:#6b7280;text-align:center;margin-top:32px;font-size:1.1rem}.tenant-dashboard{background:#f5f8fd;min-height:100vh;padding:0}.tenant-dashboard-title{font-size:2.5rem;font-weight:700;color:#18181b;margin:0;padding:32px 0 0}.tenant-welcome-banner{display:inline-block;background:#ede9fe;color:#6366f1;font-weight:500;padding:8px 20px;border-radius:8px;font-size:1.1rem;margin:18px 0 32px}.tenant-welcome-name{color:#3b82f6;font-weight:600;text-transform:lowercase}.tenant-operations-section{background:#fff;border-radius:16px;box-shadow:0 2px 12px #101e360f;padding:32px 32px 24px;margin-top:24px}.tenant-operations-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.tenant-operations-title{display:flex;align-items:center;gap:18px}.tenant-operations-icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#fff);border-radius:16px;width:64px;height:64px;margin-right:12px;box-shadow:0 4px 16px #08b3d71a;font-size:2.2rem;color:#fff}.tenant-operations-main{font-size:1.5rem;font-weight:700;color:#18181b}.tenant-operations-sub{font-size:1.05rem;color:#6b7280;margin-top:2px}.tenant-operations-actions{display:flex;gap:12px}.tenant-btn{background:#f3f4f6;color:#18181b;border:1px solid #e5e7eb;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:not-allowed;transition:background .15s;outline:none}.tenant-btn-primary{background:#3b82f6;color:#fff;border:none}.tenant-btn-view{display:flex;align-items:center;gap:6px;background:#f8fafc;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:6px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .16s,color .16s,box-shadow .16s,transform .16s;box-shadow:0 1px 2px #101e360a}.tenant-btn-view:hover{background:#f1f5f9;color:#6366f1;transform:translateY(-2px) scale(1.04);box-shadow:0 4px 12px #3b82f614}.tenant-btn-view svg{font-size:1.1rem;width:1.1em;height:1.1em;margin-right:2px;color:#6366f1;transition:color .16s}.tenant-btn-view:hover svg{color:#6366f1}.tenant-overview-cards{display:flex;gap:24px;margin:24px 0 32px;flex-wrap:wrap}.tenant-overview-card{background:#f8fafc;border-radius:14px;box-shadow:0 2px 8px #101e360a;padding:24px 28px 20px;min-width:200px;flex:1 1 200px;display:flex;flex-direction:column;align-items:flex-start;position:relative;transition:transform .18s cubic-bezier(.4,2,.6,1),box-shadow .18s cubic-bezier(.4,2,.6,1);will-change:transform,box-shadow}.tenant-overview-card:hover{transform:translateY(-8px) scale(1.04);box-shadow:0 8px 32px #101e3621,0 1.5px 6px #101e3614;z-index:2}.tenant-overview-card-label{font-size:1.05rem;color:#64748b;margin-bottom:8px}.tenant-overview-card-value{font-size:2rem;font-weight:700;color:#18181b;margin-bottom:6px}.tenant-overview-card-desc{font-size:.98rem;color:#6b7280;margin-top:2px}.tenant-overview-card-bar{width:100%;height:8px;background:#e0e7ff;border-radius:6px;margin-top:8px;overflow:hidden}.tenant-overview-card-bar-inner{height:100%;background:#3b82f6;border-radius:6px;transition:width .3s}.tenant-table-section{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;margin-top:24px;padding:0 0 24px}.tenant-table-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px 0}.tenant-table-title{font-size:1.2rem;font-weight:600;color:#18181b}.tenant-table-actions{display:flex;gap:12px;align-items:center}.tenant-table-search{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#f8fafc;color:#6b7280;outline:none;width:220px}.tenant-table-wrapper{padding:0 32px}.tenant-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:18px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:none}.tenant-table th,.tenant-table td{padding:14px 12px;text-align:left}.tenant-table th{background:#f3f4f6;color:#64748b;font-size:1rem;font-weight:600;border-bottom:1px solid #e5e7eb}.tenant-table td{color:#374151;font-size:1rem;border-bottom:1px solid #f1f5f9}.tenant-status-badge{background:#fee2e2;color:#dc2626;font-size:.95rem;font-weight:600;border-radius:8px;padding:4px 14px;display:inline-block}@media (max-width: 1100px){.tenant-overview-cards{gap:12px}.tenant-overview-card{padding:18px 12px 14px 16px;min-width:160px}.tenant-table-header,.tenant-table-wrapper{padding-left:8px;padding-right:8px}}@media (max-width: 900px){.tenant-overview-cards{flex-direction:column;gap:16px}.tenant-dashboard-title{padding-left:8px}}@media (max-width: 600px){.tenant-dashboard-title{font-size:1.4rem;padding:16px 0 0}.tenant-operations-section{padding:12px 4px 8px}.tenant-overview-cards{gap:8px}.tenant-overview-card{padding:10px 6px 10px 8px;min-width:120px}.tenant-table-header,.tenant-table-wrapper{padding-left:2px;padding-right:2px}}.payment-summary{font-size:1.1rem;color:#18181b;background:#f3f4f6;border-radius:8px;padding:8px 18px;font-weight:500;display:flex;align-items:center;gap:8px}.payment-summary-amount{color:#3b82f6;font-weight:700;font-size:1.2rem}.payment-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:18px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:none}.payment-table th,.payment-table td{padding:14px 12px;text-align:left}.payment-table th{background:#f3f4f6;color:#64748b;font-size:1rem;font-weight:600;border-bottom:1px solid #e5e7eb}.payment-table td{color:#374151;font-size:1rem;border-bottom:1px solid #f1f5f9}.payment-status-badge{background:#d1fae5;color:#059669;font-size:.95rem;font-weight:600;border-radius:8px;padding:4px 14px;display:inline-block}.empty-state{color:#6b7280;text-align:center;font-size:1.1rem;padding:32px 0}@media (max-width: 900px){.module-main{padding:16px 4px 8px}.module-header{flex-direction:column;align-items:flex-start;gap:12px}.payment-summary{padding:6px 10px;font-size:1rem}.payment-table th,.payment-table td{padding:8px 6px}}.owner-profile-container{background:#f7f9fb;min-height:100vh;padding:32px 0;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.profile-settings-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;width:100%;max-width:900px}.profile-settings-header h2{font-size:2rem;font-weight:700;color:#18181b;margin:0}.profile-settings-desc{color:#6b7280;font-size:1.1rem;margin-left:18px;flex:1}.profile-edit-btn{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:not-allowed}.owner-profile-main{display:flex;gap:32px;flex-wrap:wrap;margin-bottom:32px;width:100%;max-width:900px;justify-content:center}.owner-profile-info-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;padding:32px 28px 24px;min-width:380px;flex:2 1 380px;display:flex;flex-direction:column;align-items:flex-start}.owner-profile-avatar{width:70px;height:70px;border-radius:50%;background:#ede9fe;color:#6366f1;font-size:2.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.owner-profile-name-row{display:flex;flex-direction:column;gap:2px;margin-bottom:18px}.owner-profile-name{font-size:1.5rem;font-weight:700;color:#18181b}.owner-profile-email{color:#6366f1;font-size:1.05rem}.owner-profile-username{color:#64748b;font-size:1rem}.owner-profile-details-row{display:flex;flex-wrap:wrap;gap:32px;margin-top:18px}.owner-profile-label{color:#6b7280;font-size:1rem;margin-bottom:2px}.owner-profile-value{color:#18181b;font-size:1.1rem;font-weight:500}.owner-profile-summary-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;padding:32px 28px 24px;min-width:260px;flex:1 1 260px;display:flex;flex-direction:column;align-items:flex-start;height:fit-content}.owner-profile-summary-title{font-size:1.1rem;font-weight:600;color:#3b82f6;margin-bottom:12px}.owner-profile-summary-row{display:flex;justify-content:space-between;width:100%;margin-bottom:10px;font-size:1.05rem}.owner-profile-status-badge{padding:4px 14px;border-radius:8px;font-size:.98rem;font-weight:600;background:#dcfce7;color:#16a34a}.owner-profile-status-badge.inactive{background:#fee2e2;color:#dc2626}.owner-profile-summary-id{font-family:monospace;font-size:.98rem;color:#64748b}.owner-profile-settings-section{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;padding:32px 28px 24px;margin-top:24px;width:100%;max-width:900px}.owner-profile-settings-title{font-size:1.1rem;font-weight:600;color:#3b82f6;margin-bottom:18px}.owner-profile-settings-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6;padding:18px 0;gap:24px}.owner-profile-settings-label{color:#6b7280;font-size:1rem;margin-bottom:2px}.owner-profile-settings-value{color:#18181b;font-size:1.1rem;font-weight:500}.owner-profile-settings-desc{color:#64748b;font-size:.98rem}.owner-profile-settings-btn{background:#f3f4f6;color:#18181b;border:1px solid #e5e7eb;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:not-allowed}.owner-profile-loading{color:#6b7280;text-align:center;margin-top:32px;font-size:1.1rem}@media (max-width: 1100px){.owner-profile-main{gap:12px;max-width:98vw}.owner-profile-info-card,.owner-profile-summary-card{padding:18px 12px 14px 16px;min-width:160px}.owner-profile-settings-section{padding:18px 12px 14px 16px;max-width:98vw}.profile-settings-header{max-width:98vw}}@media (max-width: 900px){.owner-profile-main{flex-direction:column;gap:16px;align-items:center}.owner-profile-container{padding:16px 0}.owner-profile-settings-section,.profile-settings-header{max-width:100vw}}@media (max-width: 600px){.owner-profile-info-card,.owner-profile-summary-card,.owner-profile-settings-section{padding:10px 6px 10px 8px;min-width:120px;max-width:100vw}.owner-profile-container{padding:8px 0}.profile-settings-header{flex-direction:column;align-items:flex-start;gap:8px}}body{background:#f7f9fb;margin:0;font-family:Inter,Arial,sans-serif}.dashboard-layout{display:flex;min-height:100vh;background:#f7f9fb}.sidebar{width:260px;background:#fff;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;padding:0 0 24px;min-height:100vh;position:fixed;left:0;top:0;z-index:10}.sidebar-logo{display:flex;align-items:center;justify-content:center;gap:10px;padding:32px 32px 24px}.logo-text{display:none}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;margin-top:8px;margin-bottom:32px}.sidebar-item{display:flex;align-items:center;gap:14px;padding:12px 32px;font-size:1rem;color:#3b3b3b;cursor:pointer;border-radius:8px;transition:background .15s,color .18s,transform .18s}.sidebar-item:hover,.sidebar-item.active{background:#f3f0ff;color:#6d28d9;transform:scale(1.06);z-index:2}.sidebar-bottom .sidebar-item{transition:background .18s,color .18s,border .18s,transform .18s}.sidebar-bottom .sidebar-item:hover{transform:scale(1.06);z-index:2}.sidebar-bottom .sidebar-item:last-child{color:#dc2626;border:1px solid #dc2626;background:#fff;box-shadow:0 2px 8px #ef444414}.sidebar-bottom .sidebar-item:last-child:hover{background:#fff;color:#dc2626;border:1.5px solid #dc2626}.sidebar-bottom{border-top:1px solid #f0f0f0;margin-top:16px;padding-top:16px;display:flex;flex-direction:column;gap:2px;margin-bottom:40px}.dashboard-main{margin-left:260px;flex:1;padding:40px 48px 32px;background:#f7f9fb;min-height:100vh}.dashboard-header{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px}.dashboard-header h1{font-size:2.5rem;font-weight:700;margin:0;color:#18181b}.welcome-banner{background:#f3f0ff;color:#6d28d9;font-weight:500;padding:6px 18px;border-radius:8px;font-size:1.05rem;margin-top:4px}.dashboard-overview{display:flex;gap:24px;margin-bottom:32px;flex-wrap:wrap}.overview-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;padding:28px 32px 20px;min-width:200px;flex:1 1 200px;display:flex;flex-direction:column;align-items:flex-start;position:relative;transition:transform .18s cubic-bezier(.4,2,.6,1),box-shadow .18s cubic-bezier(.4,2,.6,1);will-change:transform,box-shadow}.overview-card:hover{transform:translateY(-8px) scale(1.04);box-shadow:0 8px 32px #101e3621,0 1.5px 6px #101e3614;z-index:2}.overview-title{font-size:1.05rem;color:#6b7280;margin-bottom:8px}.overview-value{font-size:2rem;font-weight:700;color:#18181b;margin-bottom:6px}.overview-icon{position:absolute;top:24px;right:24px;font-size:1.5rem;color:#d1d5db}.overview-desc{font-size:.95rem;color:#6b7280;margin-top:2px}.dashboard-tabs{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;padding:0 0 24px}.tabs{display:flex;gap:32px;border-bottom:2px solid #f3f0ff;padding:0 32px;margin-bottom:0}.tab{padding:18px 0 12px;font-size:1.1rem;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-bottom .15s;font-weight:500}.tab.active{color:#6d28d9;border-bottom:2px solid #6d28d9}.tab-content{padding:32px;min-height:120px;color:#6b7280;font-size:1.1rem}.empty-state{color:#6b7280;text-align:center;margin-top:32px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f9fafb}.loading-spinner{width:48px;height:48px;border:5px solid rgba(109,40,217,.2);border-radius:50%;border-top:5px solid #6d28d9;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-container p{color:#18181b;font-size:1.2rem}.manager-stats-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:2.5rem}.stat-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;transition:box-shadow .2s ease;position:relative}.stat-card.compact{padding:1.25rem;min-width:0}.stat-card.compact .stat-card-value{font-size:2rem;margin-bottom:.25rem}@media (max-width: 1399px) and (min-width: 1024px){.manager-stats-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1023px) and (min-width: 768px){.manager-stats-cards{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.manager-stats-cards{grid-template-columns:1fr;gap:1rem}.stat-card.compact{padding:1rem}.stat-card.compact .stat-card-value{font-size:1.75rem}}@media (max-width: 1100px){.dashboard-main{padding:32px 12px 24px}.dashboard-overview{gap:12px}.overview-card{padding:18px 12px 14px 16px;min-width:160px}.tabs{gap:16px;padding:0 12px}.tab-content{padding:16px}}@media (max-width: 900px){.dashboard-overview{flex-direction:column;gap:16px}.dashboard-main{margin-left:0;padding:24px 4px 16px}.sidebar{position:relative;width:100%;min-height:unset;border-right:none;border-bottom:1px solid #f0f0f0;flex-direction:row;padding:0;height:60px;align-items:center;justify-content:space-between}.sidebar-logo{padding:12px}.sidebar-nav,.sidebar-bottom{flex-direction:row;gap:8px;padding:0 8px}.sidebar-item{padding:8px 10px;font-size:.95rem}}@media (max-width: 600px){.dashboard-main{padding:8px 2px}.overview-card{padding:10px 6px 10px 8px;min-width:120px}.tabs{gap:8px;padding:0 4px}.tab-content{padding:8px}}.manager-dashboard-view{padding:0}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#64748b}.dashboard-loading p{margin-top:1rem;font-size:1rem;font-weight:500}.manager-dashboard-view .manager-stats-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;margin-bottom:2.5rem}@media (min-width: 1400px){.manager-dashboard-view .manager-stats-cards{grid-template-columns:repeat(6,1fr)}}@media (max-width: 1399px) and (min-width: 1024px){.manager-dashboard-view .manager-stats-cards{grid-template-columns:repeat(6,1fr);gap:1rem}.manager-dashboard-view .stat-card{padding:1.25rem}.manager-dashboard-view .stat-card-value{font-size:2rem}}@media (max-width: 1023px) and (min-width: 768px){.manager-dashboard-view .manager-stats-cards{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width: 767px) and (min-width: 480px){.manager-dashboard-view .manager-stats-cards{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 479px){.manager-dashboard-view .manager-stats-cards{grid-template-columns:1fr;gap:1rem}}.manager-dashboard-view .stat-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;transition:box-shadow .2s ease;position:relative}.manager-dashboard-view .stat-card:hover{box-shadow:0 6px 16px #00000014}.manager-dashboard-view .stat-card.compact{padding:1.25rem;min-width:0}.manager-dashboard-view .stat-card.compact .stat-card-value{font-size:2rem;margin-bottom:.25rem}.manager-dashboard-view .stat-card.compact .stat-card-details{font-size:.8rem}@media (max-width: 768px){.manager-dashboard-view .stat-card.compact{padding:1rem}.manager-dashboard-view .stat-card.compact .stat-card-value{font-size:1.75rem}}.manager-dashboard-view .stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.manager-dashboard-view .stat-card-header h3{font-size:.95rem;color:#718096;margin:0;font-weight:500}.manager-dashboard-view .stat-card-icon{color:#a0aec0}.manager-dashboard-view .stat-card-icon svg{width:28px;height:28px;stroke-width:1.5}.manager-dashboard-view .stat-card-value{font-size:2.25rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;line-height:1.2}.manager-dashboard-view .stat-card-details{font-size:.75rem;color:#718096}.manager-dashboard-view .stat-card-details.positive{color:#38a169}.manager-dashboard-view .stat-card-details.negative{color:#e53e3e}.manager-dashboard-view .stat-card-details.warning{color:#d69e2e}.occupancy-bar-container{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;margin-top:.5rem;border:1px solid #cbd5e1}.occupancy-bar{height:100%;background:linear-gradient(135deg,#10b981,#059669);border-radius:4px;transition:width .5s ease-in-out;min-width:2px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading-text,.loading-placeholder{background-color:#e2e8f0;background-image:linear-gradient(to right,#e2e8f0,#f0f2f5,#e2e8f0 40%,#e2e8f0);background-repeat:no-repeat;background-size:2000px 100%;animation:shimmer 2s infinite linear;color:transparent;border-radius:4px}.manager-dashboard-view .stat-card.is-loading .stat-card-header h3{height:20px;width:60%;margin-bottom:4px}.manager-dashboard-view .stat-card.is-loading .stat-card-icon{width:28px;height:28px;background-color:#e2e8f0;border-radius:4px}.manager-dashboard-view .stat-card.is-loading .stat-card-value{height:36px;width:40%;margin-bottom:8px}.manager-dashboard-view .stat-card.is-loading .stat-card-details{height:16px;width:80%}.loading-text.short{width:40%;height:1em;margin-bottom:.5em}.loading-text.medium{width:60%;height:1em;margin-bottom:.5em}.loading-text.long{width:80%;height:1em;margin-bottom:.5em}.property-overview-container.loading-text{height:100px;display:flex;align-items:center;justify-content:center;font-style:italic}.error-banner{background-color:#fee2e2;color:#b91c1c;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500}.error-text{color:#e53e3e;font-style:italic}.info-text{color:#718096;font-style:italic}.manager-detailed-view{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.property-overview-container{padding:1.5rem}.property-table-container{max-height:500px;overflow-y:auto;border-radius:6px;border:1px solid #e2e8f0}.property-table-container::-webkit-scrollbar{width:8px}.property-table-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.property-table-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.property-table-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.property-overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.property-overview-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}.property-overview-subtitle{color:#718096;margin-bottom:1.5rem;font-size:.95rem}.view-all-link{color:#4f46e5;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.25rem;font-size:.9rem;transition:color .2s ease;background:none;border:none;cursor:pointer;padding:.5rem 1rem;border-radius:6px;background-color:#f8fafc}.view-all-link:hover{color:#3730a3;background-color:#f1f5f9}.view-all-link svg{transition:transform .2s ease}.view-all-link:hover svg{transform:translate(2px)}.property-table{width:100%;border-collapse:collapse;font-size:.9rem}.property-table th,.property-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.property-table th{background-color:#f8fafc;font-weight:600;color:#374151}.property-table tbody tr:hover{background-color:#f8fafc}.property-table .clickable-row{cursor:pointer;transition:background-color .2s ease}.property-table .clickable-row:hover{background-color:#f1f5f9}.property-table .clickable-row:active{background-color:#e2e8f0}.status-badge{padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:500;text-transform:uppercase}.status-badge.status-occupied{background-color:#dcfce7;color:#16a34a}.status-badge.status-vacant{background-color:#f1f5f9;color:#64748b}.status-badge.status-pre-leased{background-color:#dbeafe;color:#2563eb}.status-badge.status-notice-given{background-color:#fef3c7;color:#d97706}.status-badge.status-under-negotiation{background-color:#e0e7ff;color:#6366f1}.status-badge.status-under-maintenance{background-color:#ffedd5;color:#ea580c}.status-badge.status-renovation-in-progress{background-color:#fecaca;color:#dc2626}.status-badge.status-inactive,.status-badge.status-unknown{background-color:#f3f4f6;color:#6b7280}.property-info{display:flex;flex-direction:column;gap:.25rem}.property-name{font-weight:600;color:#1a202c}.property-address{font-size:.8rem;color:#718096}.owner-info{font-weight:500;color:#374151}@media (max-width: 768px){.manager-stats-cards{gap:1rem;margin-bottom:2rem}.stat-card{padding:1rem}.stat-card-value{font-size:1.75rem}}@media (max-width: 480px){.manager-stats-cards{gap:.75rem;margin-bottom:1.5rem}.property-table{font-size:.8rem}.property-table th,.property-table td{padding:.75rem .5rem}.manager-detailed-view{margin:0 -1rem}.property-table-container{border-left:none;border-right:none}.property-table{min-width:600px}.property-table th,.property-table td{white-space:nowrap}.property-name{font-size:.85rem}.property-address{font-size:.75rem}.owner-info{font-size:.8rem}.status-badge{font-size:.7rem;padding:.2rem .5rem}}.manager-dashboard-view .stat-card.clickable{cursor:pointer;transition:all .2s ease}.manager-dashboard-view .stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.manager-dashboard-view .stat-card.clickable:active{transform:translateY(0)}.manager-dashboard-view .stat-card-action{margin-top:auto;padding-top:.75rem;opacity:1;transition:opacity .2s ease}.manager-dashboard-view .stat-card.clickable:hover .stat-card-action{opacity:1}.manager-dashboard-view .stat-card-action span{font-size:.8rem;color:#4f46e5;font-weight:500}.property-header-actions{display:flex;align-items:center;gap:12px}.filter-toggle-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:1px solid #1d4ed8;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-toggle-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);border-color:#1e40af}.filter-toggle-btn.active{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;border-color:#1e3a8a;box-shadow:0 2px 4px #3b82f633}.filter-toggle-btn.active:hover{background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.filter-results-count{color:#6b7280;font-weight:500;margin-left:8px}.property-filters-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px;transition:all .3s ease}.property-filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-group label{font-size:13px;font-weight:600;color:#374151;margin-bottom:4px}.filter-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;font-size:14px;color:#374151;cursor:pointer;transition:all .2s ease;min-height:38px}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-select:hover{border-color:#9ca3af}.filter-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb}.reset-filters-btn{padding:8px 16px;background-color:#fff;color:#6b7280;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.reset-filters-btn:hover{background-color:#f9fafb;color:#374151;border-color:#9ca3af}.apply-filters-btn{padding:8px 16px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.apply-filters-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.no-properties-message{text-align:center;padding:40px 20px;color:#6b7280;font-style:italic;background-color:#f9fafb}@media (max-width: 1200px){.property-filters-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}}@media (max-width: 768px){.property-header-actions{flex-direction:column;align-items:stretch;gap:8px}.filter-toggle-btn{justify-content:center}.property-filters-row{grid-template-columns:1fr;gap:12px}.filter-actions{flex-direction:column;gap:8px}.reset-filters-btn,.apply-filters-btn{width:100%;justify-content:center}.property-filters-container{padding:16px}}@media (max-width: 480px){.property-overview-header{flex-direction:column;align-items:flex-start;gap:12px}.property-header-actions{width:100%;flex-direction:row;justify-content:space-between}.filter-toggle-btn{flex:1}.property-filters-container{padding:12px}.filter-group label{font-size:12px}.filter-select{font-size:13px;padding:6px 10px;min-height:36px}}.module-main{background:#fff;border-radius:14px;box-shadow:0 2px 12px #101e360f;padding:32px;margin:32px 0}.module-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.module-header h2{font-size:2rem;font-weight:700;color:#18181b;margin:0}.module-content{min-height:120px}.vendor-dashboard-main{background:#f7faff;min-height:100vh;padding:0 0 40px}.vendor-dashboard-header{padding:32px 40px 0;display:flex;flex-direction:column;gap:8px}.vendor-dashboard-header h1{font-size:2.2rem;font-weight:700;color:#22223b;margin:0}.vendor-dashboard-welcome{display:flex;align-items:center;gap:18px;margin-top:8px}.vendor-dashboard-welcome-user{background:#ede9fe;color:#7c3aed;font-weight:600;border-radius:8px;padding:6px 18px;font-size:1.08rem}.vendor-dashboard-welcome-date{color:#64748b;font-size:1.02rem}.vendor-management-section{background:#fff;border-radius:16px;margin:32px 40px 0;box-shadow:0 2px 16px #101e360f;padding:32px 32px 18px;position:relative}.vendor-management-header{display:flex;align-items:center;gap:18px;margin-bottom:8px}.vendor-management-icon{background:#e0f2fe;border-radius:12px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:2.2rem}.vendor-management-title{font-size:1.4rem;font-weight:700;color:#22223b}.vendor-management-desc{color:#64748b;font-size:1.08rem;margin-top:2px}.vendor-management-actions{position:absolute;top:32px;right:32px;display:flex;gap:12px}.vendor-refresh-btn{background:#f1f5f9;color:#3b82f6;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .18s}.vendor-refresh-btn:hover{background:#e0e7ff}.vendor-management-stats{display:flex;gap:18px;margin-top:32px;margin-bottom:12px}.vendor-stat-card{background:#f8fafc;border-radius:12px;box-shadow:0 1px 4px #101e360f;padding:24px 18px 18px;min-width:180px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.vendor-stat-title{font-size:1.08rem;font-weight:600;color:#374151;margin-bottom:8px}.vendor-stat-value{font-size:2rem;font-weight:700;color:#3b82f6;margin-bottom:4px}.vendor-stat-desc{color:#64748b;font-size:1.01rem}.vendor-rating-stars{color:#fbbf24;font-size:1.1rem;margin-left:6px}.vendor-star{font-size:1.1rem;color:#e5e7eb;margin-left:1px}.vendor-last-updated{color:#64748b;font-size:.98rem;text-align:right;margin-top:8px}.vendor-directory-section{background:#fff;border-radius:16px;margin:32px 40px 0;box-shadow:0 2px 16px #101e360f;padding:32px 32px 24px}.vendor-directory-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.vendor-directory-title{font-size:1.2rem;font-weight:700;color:#22223b}.vendor-directory-controls{display:flex;gap:12px;align-items:center}.vendor-search-input{border:1px solid #e5e7eb;border-radius:8px;padding:8px 14px;font-size:1rem;color:#374151;background:#f8fafc;outline:none;transition:border .18s}.vendor-search-input:focus{border:1.5px solid #3b82f6;background:#fff}.vendor-showall-btn{background:#f1f5f9;color:#3b82f6;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .18s}.vendor-showall-btn:hover{background:#e0e7ff}.vendor-directory-table-container{margin-top:8px}.vendor-directory-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden}.vendor-directory-table th,.vendor-directory-table td{padding:14px 16px;border-bottom:1px solid #e5e7eb;text-align:left}.vendor-directory-table th{background:#f3f4f6;font-weight:600;color:#374151}.vendor-directory-status.available{color:#059669;background:#d1fae5;padding:4px 12px;border-radius:8px;font-weight:600}.vendor-directory-status.inactive{color:#dc2626;background:#fee2e2;padding:4px 12px;border-radius:8px;font-weight:600}.vendor-directory-view-btn{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .18s}.vendor-directory-view-btn:hover{background:#2563eb}.empty-state{color:#64748b;font-style:italic;text-align:center;font-size:1.08rem;padding:32px 0}@media (max-width: 900px){.vendor-dashboard-header,.vendor-management-section,.vendor-directory-section{margin-left:8px;margin-right:8px;padding-left:10px;padding-right:10px}.vendor-management-stats{flex-direction:column;gap:12px}}@media (max-width: 600px){.vendor-dashboard-header,.vendor-management-section,.vendor-directory-section{margin-left:0;margin-right:0;padding-left:4px;padding-right:4px}.vendor-management-section,.vendor-directory-section{padding:12px 2px 8px}.vendor-management-header{gap:8px}.vendor-management-stats{flex-direction:column;gap:8px}.vendor-directory-header{flex-direction:column;gap:10px;align-items:flex-start}.vendor-directory-table th,.vendor-directory-table td{padding:8px 6px;font-size:.98rem}}.manager-sidebar{width:280px;background-color:#fff;padding:1.25rem;display:flex;flex-direction:column;box-shadow:2px 0 6px #00000012;color:#374151;height:100vh;position:sticky;top:0;z-index:40;transition:transform .3s ease}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:30;opacity:0;transition:opacity .3s ease}.sidebar-overlay.active{display:block;opacity:1}.sidebar-brand-header{display:flex;align-items:center;justify-content:center;padding-bottom:1.5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.aqaarpro-logo{display:flex;align-items:center;text-decoration:none}.sidebar-logo-image{width:auto;height:36px}.sidebar-role-title{font-size:1rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem .75rem;display:flex;align-items:center;gap:.6rem;color:#4b5563;background-color:#f3f4f6;border-radius:6px}.sidebar-role-title svg{width:22px;height:22px;stroke:#4f46e5}.sidebar-nav{flex-grow:1;overflow-y:auto}.nav-link{display:flex;align-items:center;padding:12px 16px;color:#64748b;text-decoration:none;border-radius:8px;transition:all .2s ease;gap:12px;width:100%;text-align:left;background-color:transparent;border:none;cursor:pointer}.nav-link:hover{background-color:#f1f5f9;color:#1e293b}.nav-link.active{background-color:#e0f2fe;color:#0284c7}.sidebar-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.profile-button,.logout-button{display:flex;align-items:center;width:100%;padding:.8rem 1rem;border-radius:6px;background-color:transparent;border:none;text-align:left;cursor:pointer;font-weight:500;color:#4b5563;transition:background-color .2s ease,color .2s ease}.profile-button:hover,.logout-button:hover{background-color:#f3f4f6;color:#1f2937}.profile-button span,.logout-button span{margin-left:.9rem}.profile-button svg,.logout-button svg{width:20px;height:20px;stroke:#6b7280;transition:stroke .2s ease}.profile-button:hover svg,.logout-button:hover svg{stroke:#1f2937}.logout-button:hover{background-color:#d84747!important;color:#fff!important;border-color:#926060!important}.logout-button:hover svg{stroke:#fff!important}.language-switcher-container{padding:.25rem 0rem}.language-switcher-container .language-switcher-button{width:100%;justify-content:flex-start;padding:.8rem 1rem}@media (max-width: 1024px){.manager-sidebar{width:240px;padding:1rem}.sidebar-brand-header{padding-bottom:1rem;margin-bottom:.75rem}.aqaarpro-logo{font-size:1.25rem}.aqaarpro-logo svg{width:28px;height:28px}.sidebar-role-title{font-size:.9rem;margin-bottom:1rem}.nav-link{padding:10px 12px;font-size:.9rem}}@media (max-width: 768px){.manager-sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;transform:translate(-100%)}.manager-sidebar.open{transform:translate(0)}.sidebar-logo-image{height:32px}}@media (max-width: 480px){.manager-sidebar{width:100%;max-width:320px}}.manager-main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.welcome-section{display:flex;flex-direction:column;gap:.25rem}.welcome-message{font-size:1rem;color:#4a6cf7;margin:0;font-weight:500;padding:6px 12px;background-color:#eef2ff;border-radius:6px;display:inline-block;animation:fadeInWelcome .5s ease-in-out;position:relative}.login-time{font-size:.82rem;color:#3c4a5e;font-weight:400;margin-left:8px;background:none;padding:0}.header-actions .btn-messages svg{stroke:#4a5568}.header-language-switcher{display:flex;align-items:center;margin-left:.5rem}.header-language-switcher .language-switcher{margin-left:0}.header-language-switcher .language-switcher-button{display:flex!important;visibility:visible!important;opacity:1!important;border:1px solid #e2e8f0}@media (max-width: 1024px){.header-title-section h1{font-size:1.75rem}.header-actions button span{display:none}.header-actions button{padding:.7rem}.login-time{display:block;margin-left:0;margin-top:2px}}@media (max-width: 768px){.mobile-menu-button{display:block;margin-right:16px}.header-title-section h1{font-size:1.5rem}.welcome-message{font-size:.9rem}.login-time{font-size:.8rem;display:block;margin-left:0;margin-top:2px}.header-actions{gap:.5rem}}@media (max-width: 480px){.manager-main-header{flex-wrap:wrap;gap:1rem;padding-bottom:1rem;margin-bottom:1.5rem}.header-title-section{order:2;width:100%;text-align:center}.mobile-menu-button{order:1}.header-actions{order:3;margin-left:auto}.header-language-switcher{display:none}.welcome-message{text-align:center}.login-time{display:block;text-align:center;margin-left:0;margin-top:4px}}.manager-page-container{display:flex;min-height:100vh;background-color:#f4f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.manager-main-content{flex-grow:1;padding:2rem;overflow-y:auto;transition:margin-left .3s ease}.page-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:#555}@media (max-width: 1024px){.manager-main-content{padding:1.5rem}}@media (max-width: 768px){.manager-main-content{padding:1rem}.manager-content{overflow-x:auto}.sidebar-open{overflow:hidden}}@media (max-width: 480px){.manager-main-content{padding:.75rem}}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;padding:40px}.loading-spinner{width:40px;height:40px;border:4px solid rgba(74,108,247,.2);border-top:4px solid #4a6cf7;border-radius:50%;animation:spin 1s linear infinite}.loading-text{margin-top:15px;font-size:16px;color:#666}.manager-property-module{padding:20px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;min-width:0}.manager-property-module .property-stats-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}@media (min-width: 1400px){.manager-property-module .property-stats-container{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1399px) and (min-width: 1024px){.manager-property-module .property-stats-container{grid-template-columns:repeat(4,1fr);gap:15px}}@media (max-width: 1023px) and (min-width: 768px){.manager-property-module .property-stats-container{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 767px){.manager-property-module .property-stats-container{grid-template-columns:1fr;gap:15px}}.property-stat-card{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 5px #0000001a;display:flex;transition:all .3s ease;position:relative;overflow:hidden}.property-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.property-stat-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.stat-icon{background-color:#f1f7fe;color:#2563eb;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:15px;font-size:24px}.stat-content{flex:1}.stat-content h3{font-size:14px;color:#64748b;margin:0 0 5px}.stat-value{font-size:22px;font-weight:600;color:#1e293b}.occupancy-bar-container{width:100%;height:4px;background-color:#e2e8f0;border-radius:3px;margin-top:10px;overflow:hidden}.occupancy-bar{background-color:#2563eb;height:100%;border-radius:3px;transition:width 1s ease-out;max-width:100%}.property-action-buttons{display:none}.property-overview-section{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.section-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.section-header h2{font-size:18px;font-weight:600;color:#1e293b;margin:0}.property-table-container{max-height:500px;overflow-y:auto;overflow-x:auto}.property-table{width:100%;border-collapse:collapse}.property-table th{background-color:#f9fafb;color:#64748b;font-size:13px;font-weight:600;text-align:left;padding:12px 20px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1}.property-table td{padding:14px 20px;color:#1e293b;font-size:14px;vertical-align:middle;border-bottom:1px solid #e5e7eb}.property-table tr:hover{background-color:#f9fafb}.loading-cell,.empty-cell{text-align:center;color:#64748b;padding:32px!important;font-style:italic}.property-status{padding:6px 10px;border-radius:50px;font-size:12px;font-weight:500;text-transform:capitalize}.property-status.occupied{background-color:#dcfce7;color:#16a34a}.property-status.vacant{background-color:#f1f5f9;color:#64748b}.property-status.under-maintenance{background-color:#ffedd5;color:#ea580c}.property-status.inactive{background-color:#f3f4f6;color:#64748b}.mini-occupancy-bar{width:100%;height:4px;background-color:#e2e8f0;border-radius:2px;margin-top:5px}.mini-occupancy-fill{background-color:#2563eb;height:100%;border-radius:2px;max-width:100%}.property-action-btn{background-color:#f1f7fe;border:none;color:#2563eb;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.property-action-btn:hover{background-color:#2563eb;color:#fff}@media (max-width: 768px){.property-table th,.property-table td{padding:10px}}.property-header-section{margin-bottom:20px}.property-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.page-icon{background:var(--property-color, linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%));color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #3b82f626}.property-header-actions{display:flex;gap:15px}.refresh-btn,.add-property-btn,.add-unit-btn{display:flex;align-items:center;gap:5px;padding:8px 15px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}.refresh-btn{background-color:#f8f9fa;color:#495057;border:1px solid #ced4da}.refresh-btn:hover{background-color:#e9ecef}.add-property-btn,.add-unit-btn{background-color:#2563eb;color:#fff;border:none}.add-property-btn:hover,.add-unit-btn:hover{background-color:#1d4ed8}.search-input{padding:8px 10px 8px 15px;border-radius:6px;border:1px solid #ddd;width:250px;font-size:14px}.search-input:focus{outline:none;border-color:#2563eb}@media (max-width: 768px){.property-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.property-header-actions{width:100%;justify-content:space-between}.search-input{width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width: 480px){.property-header-actions{flex-direction:column;width:100%}.refresh-btn,.add-property-btn,.add-unit-btn{width:100%;justify-content:center}}.property-detail-view{background-color:#f9fafb;border-radius:12px;width:100%;padding:24px;box-shadow:0 2px 10px #0000000d;max-width:100%;box-sizing:border-box;overflow:hidden;min-width:0}.back-button,.edit-button,.save-button,.cancel-button{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;box-shadow:0 2px 5px #0000000d}.back-button{background-color:#f1f5f9;color:#475569}.back-button:hover{background-color:#e2e8f0;transform:translateY(-1px)}.edit-button{background-color:#dbeafe;color:#2563eb}.edit-button:hover{background-color:#bfdbfe;transform:translateY(-1px)}.save-button{background-color:#2563eb;color:#fff}.save-button:hover{background-color:#1d4ed8;transform:translateY(-1px)}.cancel-button:hover{background-color:#e5e7eb;transform:translateY(-1px)}.edit-property-name{font-size:24px;font-weight:600;width:100%;padding:10px 14px;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:12px;transition:border-color .2s}.edit-property-name:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.edit-property-type,.edit-property-status{padding:8px 14px;border-radius:8px;font-size:14px;font-weight:500;border:1px solid #e5e7eb;background-color:#f9fafb;transition:border-color .2s}.edit-property-type:focus,.edit-property-status:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.property-stat-card .stat-value span{font-size:14px;color:#94a3b8;font-weight:500;margin-left:5px}.occupancy-bar-container{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;margin-top:14px;overflow:hidden}.occupancy-bar{background:linear-gradient(to right,#3b82f6,#2563eb);height:100%;border-radius:4px;transition:width 1.2s ease-out}.property-section input[type=text],.property-section input[type=number],.property-section select{width:100%;padding:10px 14px;border-radius:8px;border:1px solid #e5e7eb;font-size:14px;transition:border-color .2s}.property-section input[type=text]:focus,.property-section input[type=number]:focus,.property-section select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.property-section textarea{width:100%;padding:10px 14px;border-radius:8px;border:1px solid #e5e7eb;resize:vertical;min-height:100px;font-family:inherit;font-size:14px;transition:border-color .2s}.property-section textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}@media (max-width: 768px){.property-stats-cards,.property-info-grid{grid-template-columns:1fr}.info-item.full-width{grid-column:span 1}.property-detail-header{flex-direction:column;gap:12px;align-items:flex-start}.edit-actions{width:100%;justify-content:space-between}}.error-message{text-align:center;padding:40px;background-color:#f8fafc;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;align-items:center;gap:20px}.error-message svg{font-size:48px;color:#ef4444}.error-message p{font-size:16px;color:#334155;margin:0}.error-message .back-button{margin-top:10px}.error-banner{display:flex;align-items:center;gap:12px;background-color:#fee2e2;color:#b91c1c;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500}.error-banner svg{font-size:16px;flex-shrink:0}.error-banner button{margin-left:auto;background-color:transparent;border:none;color:#b91c1c;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:4px}.error-banner button:hover{background-color:#ef44441a}.save-button:disabled{background-color:#93c5fd;cursor:not-allowed;opacity:.7}.save-button:disabled:hover{background-color:#93c5fd;transform:none}.tenant-with-link{display:flex;align-items:center;gap:8px}.view-tenant-btn{display:inline-flex;align-items:center;justify-content:center;background-color:#5664d2;color:#fff;border:none;border-radius:4px;padding:4px;cursor:pointer;font-size:12px;transition:background-color .2s ease}.view-tenant-btn:hover{background-color:#4351c2}.tenant-detail-container{padding:20px;width:100%;max-width:1600px;margin:0 auto}.tenant-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.tenant-header-actions{display:flex;gap:10px}.edit-button,.save-button,.cancel-button{display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:6px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.tenant-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:30px}.tenant-profile-section{grid-column:1 / 2;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:30px}.accommodation-section,.maintenance-section{grid-column:2 / 3;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:30px}.tenant-profile-header{display:flex;align-items:center;margin-bottom:30px}.tenant-avatar{width:80px;height:80px;border-radius:50%;background-color:#4a6cf7;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;margin-right:20px}.tenant-title{flex:1}.tenant-title h1{font-size:26px;color:#333;margin:0 0 5px}.tenant-status{display:inline-block;padding:5px 10px;border-radius:4px;font-size:14px;font-weight:500}.tenant-status.active{background-color:#e6f7ed;color:#0d904f}.tenant-status.inactive{background-color:#feeae4;color:#d42c0f}.tenant-info-section h2,.accommodation-section h2,.maintenance-section h2{font-size:20px;color:#333;margin:0 0 20px;padding-bottom:10px;border-bottom:1px solid #eee}.tenant-details{display:flex;flex-direction:column;gap:20px}.detail-icon{font-size:18px;color:#4a6cf7;margin-top:3px}.tenant-edit-form{display:flex;flex-direction:column;gap:20px}.form-group label{font-size:14px;color:#666;font-weight:500}.form-group input[type=text],.form-group input[type=email]{padding:10px;border-radius:6px;border:1px solid #ddd;font-size:16px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#4a6cf7}.form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.tenant-name-edit{display:grid;grid-template-columns:1fr 1fr;gap:15px}.accommodation-details{display:flex;flex-direction:column;gap:20px}.property-card,.unit-card,.lease-card{display:flex;gap:15px;padding:20px;border-radius:8px;background-color:#f8f9fa}.property-icon,.lease-icon{width:50px;height:50px;background-color:#e1f5fe;border-radius:8px;display:flex;align-items:center;justify-content:center}.property-icon .icon,.lease-icon .icon{color:#0288d1;font-size:24px}.property-info,.unit-info,.lease-info{flex:1}.property-info h3,.unit-info h3,.lease-info h3{font-size:16px;color:#333;margin:0 0 8px}.property-name,.unit-number{font-size:16px;font-weight:500;color:#333;margin:0 0 5px}.property-address{font-size:14px;color:#666;margin:0}.unit-detail{font-size:14px;color:#666;margin:3px 0}.lease-dates{display:flex;gap:15px;margin:0 0 5px;font-size:14px;color:#666}.lease-rent,.lease-deposit{font-size:15px;color:#333;margin:5px 0}.lease-status{font-size:14px;font-weight:500;margin:5px 0}.lease-status.active{color:#0d904f}.lease-status.expired,.lease-status.terminated{color:#d42c0f}.no-accommodation{display:flex;flex-direction:column;align-items:center;background-color:#f8f9fa;border-radius:8px;padding:40px 20px;margin-top:15px;text-align:center}.no-accommodation p{margin-bottom:20px;font-size:1.1rem;color:#6c757d}.assign-unit-btn{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center}.assign-unit-btn:hover{background-color:#3a7bc8}.accommodation-actions{margin-top:20px;display:flex;justify-content:center;width:100%}.reassign-unit-btn{background-color:#f8f9fa;color:#4a90e2;border:1px solid #4a90e2;border-radius:4px;padding:10px 20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s}.reassign-unit-btn:hover{background-color:#e9f0f9}.maintenance-table-container{overflow-x:auto;max-height:300px;overflow-y:auto}.maintenance-table{width:100%;border-collapse:collapse}.maintenance-table th{background-color:#f8f9fa;text-align:left;padding:12px 15px;font-size:14px;color:#555;font-weight:600;border-bottom:1px solid #eee;position:sticky;top:0}.maintenance-table td{padding:12px 15px;font-size:14px;color:#333;border-bottom:1px solid #eee}.status-badge,.priority-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.open{background-color:#e3f2fd;color:#1976d2}.status-badge.in_progress{background-color:#fff8e1;color:#f57f17}.status-badge.completed{background-color:#e6f7ed;color:#0d904f}.status-badge.cancelled{background-color:#feeae4;color:#d42c0f}.priority-badge.low{background-color:#e8f5e9;color:#2e7d32}.priority-badge.medium{background-color:#fff8e1;color:#f57f17}.priority-badge.high,.priority-badge.urgent{background-color:#ffebee;color:#c62828}.view-btn{padding:5px 10px;border-radius:4px;background-color:#f0f2f5;color:#555;border:none;cursor:pointer;font-size:12px;transition:all .2s ease}.view-btn:hover{background-color:#e1e5ea}.no-data-icon{font-size:30px;color:#999;margin-bottom:10px}.error-container{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.error-message{width:100%;text-align:center;padding:50px;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014}.error-message h2{color:#d42c0f;margin-bottom:10px}@media screen and (max-width: 1024px){.tenant-detail-content{grid-template-columns:1fr}.tenant-profile-section,.accommodation-section,.maintenance-section{grid-column:1 / 2}}@media screen and (max-width: 768px){.tenant-detail-header{flex-direction:column;align-items:flex-start;gap:15px}.tenant-header-actions{width:100%}.tenant-profile-header{flex-direction:column;align-items:center;text-align:center}.tenant-avatar{margin-right:0;margin-bottom:15px}.property-card,.unit-card,.lease-card{flex-direction:column}.property-icon,.lease-icon{margin:0 auto 15px}}@media screen and (max-width: 480px){.tenant-header-actions{flex-direction:column;gap:10px}.edit-button,.save-button,.cancel-button{width:100%;justify-content:center}.lease-dates{flex-direction:column;gap:5px}}.refresh-button{display:flex;align-items:center;gap:5px;padding:8px 12px;background-color:#f8f9fa;color:#495057;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease;margin-right:10px}.refresh-button:hover{background-color:#e9ecef}.refresh-timestamp{font-size:.8rem;color:#6c757d;text-align:right;margin-bottom:15px;font-style:italic}.assign-unit-modal{background-color:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 12px #00000026;padding:24px;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eaeaea;padding-bottom:15px}.modal-header h2{margin:0;font-size:1.4rem;color:#333}.close-button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#666;transition:color .3s}.close-button:hover{color:#f44336}.existing-lease-warning{background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;padding:12px;margin-bottom:20px;display:flex;align-items:flex-start}.warning-icon{color:#ffc107;font-size:1.5rem;margin-right:12px;margin-top:2px}.warning-message p{margin:0 0 8px;font-size:.95rem}.warning-message p:last-child{margin-bottom:0}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#555;font-size:.95rem}.form-group select,.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;transition:border-color .3s}.form-group select:focus,.form-group input:focus,.form-group textarea:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 2px #4a90e233}.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-row{display:flex;gap:15px}.form-row .form-group{flex:1}.error-message{color:#f44336;font-size:.9rem;margin-top:5px;margin-bottom:15px}.modal-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:20px}.cancel-button,.submit-button{padding:10px 20px;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s}.cancel-button{background-color:#f5f5f5;border:1px solid #ddd;color:#555}.cancel-button:hover{background-color:#eaeaea}.submit-button{background-color:#4a90e2;border:1px solid #4a90e2;color:#fff}.submit-button:hover{background-color:#3a7bc8}.submit-button:disabled{background-color:#a5c6f1;border-color:#a5c6f1;cursor:not-allowed}.document-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9;max-width:100%;overflow:hidden;box-sizing:border-box}.document-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{display:flex;align-items:center;gap:12px}.section-icon{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 12px #6366f140}.section-title h3{font-size:20px;font-weight:600;color:#1e293b;margin:0}.document-count{background:#f1f5f9;color:#64748b;padding:4px 8px;border-radius:6px;font-size:14px;font-weight:500}.section-actions{display:flex;gap:12px}.btn-refresh,.btn-upload{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-refresh{background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.btn-refresh:hover{background-color:#f1f5f9;color:#475569}.btn-upload{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.btn-upload:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.last-updated{font-size:14px;color:#9ca3af;margin-bottom:20px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#64748b}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.spinning{animation:spin 1s linear infinite}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:16px;max-width:100%;overflow:hidden;width:100%;box-sizing:border-box}.no-documents{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#64748b;text-align:center}.empty-icon{font-size:48px;color:#d1d5db;margin-bottom:16px}.btn-upload-empty{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:16px}.btn-upload-empty:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.document-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s ease;max-width:100%;box-sizing:border-box;overflow:hidden}.document-thumbnail{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;margin:0 auto 12px}.file-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:32px;background:#0000000d;border-radius:8px}.document-info{margin-bottom:16px}.document-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px;word-break:break-word}.document-description{font-size:14px;color:#64748b;margin:0 0 8px;line-height:1.4}.document-actions{display:flex;gap:8px;justify-content:center}.upload-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.upload-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:20px;font-weight:600;color:#1e293b;margin:0}.btn-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f1f5f9;color:#64748b;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-close:hover{background:#e2e8f0;color:#475569}.modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.form-input,.form-textarea,.form-select{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s ease;box-sizing:border-box}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.file-upload-area{position:relative;width:100%}.file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:120px;padding:24px;border:2px dashed #d1d5db;border-radius:8px;background:#f8fafc;cursor:pointer;transition:all .2s ease;text-align:center}.file-upload-label:hover{border-color:#6366f1;background:#f1f5f9}.file-upload-label:focus-within{border-color:#6366f1;background:#f1f5f9;box-shadow:0 0 0 3px #6366f11a}.file-upload-label.drag-over{border-color:#6366f1;background:#eef2ff;transform:scale(1.02)}.upload-icon{font-size:32px;color:#6366f1;margin-bottom:12px}.upload-text{font-size:16px;font-weight:500;color:#374151;margin-bottom:4px;display:block}.upload-hint{font-size:14px;color:#9ca3af;display:block}.selected-files{margin-top:12px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.selected-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e2e8f0;font-size:14px;font-weight:500;color:#374151}.clear-all-btn{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease}.clear-all-btn:hover{background:#fecaca}.selected-file{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#64748b;margin-bottom:8px;padding:8px;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.selected-file:last-child{margin-bottom:0}.file-info{flex:1}.remove-file-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:12px}.remove-file-btn:hover{background:#fecaca}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #e2e8f0}.btn-cancel,.btn-upload-confirm{padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.btn-cancel{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.btn-cancel:hover:not(:disabled){background:#f1f5f9;color:#475569}.btn-upload-confirm{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.btn-upload-confirm:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-upload-confirm:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.document-section{padding:16px}.document-section-header{flex-direction:column;align-items:flex-start;gap:16px}.section-actions{width:100%;justify-content:flex-end}.documents-grid{grid-template-columns:1fr}.upload-modal{width:95%;margin:20px}.modal-footer{flex-direction:column-reverse}.btn-cancel,.btn-upload-confirm{width:100%;justify-content:center}}.document-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:overlayFadeIn .3s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.document-viewer-modal{background:#fff;border-radius:12px;width:90%;height:85%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px #0000004d;animation:modalSlideIn .3s ease-out;position:relative}.document-viewer-modal.fullscreen{width:100%;height:100%;max-width:100vw;max-height:100vh;border-radius:0}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.viewer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.document-info{flex:1;min-width:0}.document-title{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-counter{font-size:14px;color:#64748b;font-weight:500}.viewer-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.control-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:8px;background:#fff;color:#64748b;cursor:pointer;transition:all .2s ease;font-size:16px;box-shadow:0 1px 3px #0000001a}.control-btn:hover:not(:disabled){background:#f1f5f9;color:#1e293b;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.control-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.control-btn.close-btn{background:#fee2e2;color:#dc2626}.control-btn.close-btn:hover:not(:disabled){background:#fecaca;color:#b91c1c}.zoom-level{font-size:14px;color:#64748b;font-weight:500;min-width:50px;text-align:center}.control-divider{width:1px;height:24px;background:#e2e8f0;margin:0 4px}.viewer-content{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f8fafc;position:relative}.image-viewer{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.image-viewer img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease;cursor:grab}.image-viewer img:active{cursor:grabbing}.image-error{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;color:#64748b}.image-error .error-icon{font-size:48px;color:#dc2626}.download-fallback-btn{padding:12px 20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.download-fallback-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.pdf-viewer{width:100%;height:100%;background:#fff}.pdf-viewer iframe{width:100%;height:100%;border:none}.document-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}.preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px;text-align:center;max-width:400px}.preview-placeholder svg{font-size:64px;color:#64748b}.file-icon-large{font-size:64px;color:#64748b}.preview-placeholder h3{font-size:20px;font-weight:600;color:#1e293b;margin:0;word-break:break-word}.preview-placeholder p{font-size:16px;color:#64748b;margin:0}.preview-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.btn-download-large,.btn-open-external{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;font-size:14px}.btn-download-large{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-download-large:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.btn-open-external{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.btn-open-external:hover{background:#e2e8f0;color:#475569}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;border-radius:50%;background:#ffffffe6;color:#1e293b;cursor:pointer;transition:all .2s ease;font-size:20px;box-shadow:0 4px 12px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.nav-btn:hover:not(:disabled){background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #00000026}.nav-btn:disabled{opacity:.3;cursor:not-allowed;transform:translateY(-50%)}.nav-btn-left{left:20px}.nav-btn-right{right:20px}.viewer-pagination{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;background:#0009;padding:8px 12px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pagination-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .2s ease}.pagination-dot:hover{background:#fffc;transform:scale(1.2)}.pagination-dot.active{background:#fff;transform:scale(1.3)}@media (max-width: 768px){.document-viewer-modal{width:95%;height:90%;margin:20px}.viewer-header{padding:12px 16px;flex-direction:column;gap:12px;align-items:flex-start}.document-info{width:100%}.document-title{font-size:16px}.viewer-controls{width:100%;justify-content:flex-end}.control-btn{width:36px;height:36px;font-size:14px}.zoom-level{font-size:12px;min-width:40px}.nav-btn{width:40px;height:40px;font-size:18px}.nav-btn-left{left:10px}.nav-btn-right{right:10px}.preview-placeholder{padding:20px;gap:16px}.preview-placeholder svg,.file-icon-large{font-size:48px}.preview-placeholder h3{font-size:18px}.preview-actions{flex-direction:column;width:100%}.btn-download-large,.btn-open-external{width:100%;justify-content:center}.viewer-pagination{bottom:10px;padding:6px 10px}.pagination-dot{width:6px;height:6px}}@media (max-width: 480px){.document-viewer-modal{width:100%;height:100%;border-radius:0;margin:0}.viewer-header{padding:10px 12px}.document-title{font-size:14px}.document-counter{font-size:12px}.control-btn{width:32px;height:32px;font-size:12px}.preview-placeholder{padding:16px}.preview-placeholder svg,.file-icon-large{font-size:40px}.nav-btn{width:36px;height:36px;font-size:16px}.nav-btn-left{left:8px}.nav-btn-right{right:8px}}@media (prefers-color-scheme: dark){.document-viewer-overlay{background:#000000f2}.document-viewer-modal{background:#1e293b;color:#f1f5f9}.viewer-header{background:#0f172a;border-bottom-color:#334155}.document-title{color:#f1f5f9}.document-counter{color:#94a3b8}.control-btn{background:#334155;color:#94a3b8}.control-btn:hover:not(:disabled){background:#475569;color:#f1f5f9}.viewer-content{background:#0f172a}.image-viewer,.document-preview,.pdf-viewer{background:#1e293b}.preview-placeholder h3{color:#f1f5f9}.preview-placeholder p{color:#94a3b8}.btn-open-external{background:#334155;color:#94a3b8;border-color:#475569}.btn-open-external:hover{background:#475569;color:#f1f5f9}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;overflow-y:auto;padding:20px}.property-modal{background-color:#fff;border-radius:8px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding:16px 24px}.modal-header h2{font-size:20px;font-weight:600;color:#1e293b;margin:0}.close-button{background:none;border:none;color:#64748b;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:6px;transition:all .2s ease}.close-button:hover{background-color:#f1f5f9;color:#1e293b}.property-form{padding:24px}.form-section{margin-bottom:24px}.form-section h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.form-group{margin-bottom:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-size:14px;color:#475569;margin-bottom:6px}input[type=text],input[type=number],input[type=email],select,textarea{width:100%;padding:10px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;transition:border-color .2s ease}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,select:focus,textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb1a}.checkbox-group{display:flex;align-items:center;gap:8px}.checkbox-group input[type=checkbox]{width:16px;height:16px;margin:0}.checkbox-group label{margin-bottom:0;cursor:pointer}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.cancel-button,.submit-button{padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.cancel-button{background-color:#f3f4f6;color:#64748b}.cancel-button:hover{background-color:#e5e7eb}.submit-button{background-color:#2563eb;color:#fff}.submit-button:hover:not(:disabled){background-color:#1d4ed8}.submit-button:disabled{background-color:#93c5fd;cursor:not-allowed}.error-message,.success-message{padding:12px 16px;margin-bottom:16px;border-radius:6px;font-size:14px}.error-message{background-color:#fee2e2;color:#dc2626;border-left:4px solid #dc2626}.success-message{background-color:#dcfce7;color:#16a34a;border-left:4px solid #16a34a}@media (max-width: 640px){.property-modal{width:95%;max-height:85vh}.form-row{grid-template-columns:1fr;gap:0}.modal-header{padding:12px 16px}.property-form{padding:16px}}.manager-tenant-module{padding:20px;width:100%;max-width:1600px;margin:0 auto}.tenant-module-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-icon{background:var(--tenant-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--tenant-shadow)}.tenant-actions{display:flex;gap:15px}.manager-tenant-module .tenant-stats-widgets{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}@media (min-width: 1400px){.manager-tenant-module .tenant-stats-widgets{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1399px) and (min-width: 1024px){.manager-tenant-module .tenant-stats-widgets{grid-template-columns:repeat(4,1fr);gap:15px}}@media (max-width: 1023px) and (min-width: 768px){.manager-tenant-module .tenant-stats-widgets{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 767px){.manager-tenant-module .tenant-stats-widgets{grid-template-columns:1fr;gap:15px}}.tenant-list-container{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #00000014}.tenant-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.tenant-list-header h2{font-size:18px;color:#333;margin:0}.tenant-list-controls{display:flex;gap:15px}.filter-btn.active{background-color:#e1f5fe;color:#0288d1}.tenant-table-container{overflow-x:auto;max-height:500px;overflow-y:auto}.tenant-table{width:100%;border-collapse:collapse}.tenant-table th{background-color:#f8f9fa;text-align:left;padding:12px 15px;font-size:14px;color:#555;font-weight:600;border-bottom:1px solid #eee;position:sticky;top:0}.tenant-table td{padding:12px 15px;font-size:14px;color:#333;border-bottom:1px solid #eee}.tenant-table tr:last-child td{border-bottom:none}.tenant-table tr:hover td{background-color:#f8f9fa}.status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.active{background-color:#e6f7ed;color:#0d904f}.status-badge.inactive{background-color:#feeae4;color:#d42c0f}.tenant-form{display:flex;flex-direction:column;gap:20px;padding:20px}@media screen and (max-width: 1024px){.tenant-module-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.tenant-actions{width:100%;justify-content:flex-start}.form-row{grid-template-columns:1fr}}@media screen and (max-width: 768px){.tenant-list-header{flex-direction:column;align-items:flex-start;gap:15px}.tenant-list-controls{width:100%;flex-direction:column;gap:10px}.search-input{width:100%}.modal-container{width:95%}.modal-header{padding:15px 15px 12px}.tenant-form{padding:15px}}@media screen and (max-width: 480px){.tenant-stats-widgets{grid-template-columns:1fr}.tenant-actions{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.btn.btn-refresh{background-color:#f8f9fa;color:#495057;border:1px solid #ced4da;display:flex;align-items:center;gap:5px;transition:all .2s ease}.btn.btn-refresh:hover{background-color:#e9ecef}.phone-input-group{display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.phone-input-group label{font-size:14px;color:#555;font-weight:500}.phone-input-container{display:flex;gap:0;border-radius:6px;overflow:hidden;border:1px solid #ddd;transition:border-color .2s ease}.phone-input-container:focus-within{border-color:#4a6cf7}.phone-input-container.error{border-color:#dc2626}.country-code-wrapper{flex-shrink:0}.country-select{height:40px;padding:0 12px;background-color:#f8fafc;border:none;border-right:1px solid #e2e8f0;font-size:14px;color:#475569;outline:none;cursor:pointer;min-width:100px}.country-select:focus{background-color:#f1f5f9}.country-select.error{border-color:#dc2626}.phone-number-wrapper{flex:1}.phone-number-input{width:100%;height:40px;padding:0 12px;border:none;font-size:14px;color:#333;outline:none;background-color:#fff;box-sizing:border-box}.phone-number-input::placeholder{color:#9ca3af}.phone-number-input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.phone-number-input.error{background-color:#fef2f2}.error-text{font-size:12px;color:#dc2626;margin-top:4px;display:block}@media (max-width: 480px){.phone-input-container{flex-direction:column}.country-select{border-right:none;border-bottom:1px solid #e2e8f0;border-radius:0}.phone-number-input{border-radius:0}}.error-message-container{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:20px;display:flex;align-items:flex-start;gap:12px}.error-icon{flex-shrink:0;width:20px;height:20px;color:#dc2626;margin-top:2px}.error-icon svg{width:100%;height:100%;transform:rotate(45deg)}.error-content{flex:1}.error-content h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#991b1b}.error-content ul{margin:0;padding-left:16px;list-style-type:disc}.error-content li{font-size:13px;color:#7f1d1d;margin-bottom:4px;line-height:1.4}.error-content li:last-child{margin-bottom:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-message-container{animation:fadeIn .3s ease-out}.manager-owner-module{padding:20px;width:100%;max-width:1600px;margin:0 auto}.owner-module-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-icon{background:var(--owner-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--owner-shadow)}.owner-actions{display:flex;gap:15px}.btn-refresh{background-color:#f8f9fa;color:#495057;border:1px solid #ced4da;display:flex;align-items:center;gap:5px;transition:all .2s ease}.btn-refresh:hover{background-color:#e9ecef}.refresh-timestamp{font-size:.8rem;color:#6c757d;text-align:right;margin-bottom:10px;font-style:italic}.manager-owner-module .owner-stats-widgets{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}@media (min-width: 1400px){.manager-owner-module .owner-stats-widgets{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1399px) and (min-width: 1024px){.manager-owner-module .owner-stats-widgets{grid-template-columns:repeat(4,1fr);gap:15px}}@media (max-width: 1023px) and (min-width: 768px){.manager-owner-module .owner-stats-widgets{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 767px){.manager-owner-module .owner-stats-widgets{grid-template-columns:1fr;gap:15px}}.progress-bar{width:100%;height:4px;background-color:#f0f2f5;border-radius:4px;margin-top:15px;overflow:hidden}.progress-fill{height:100%;background-color:#4a6cf7;border-radius:4px;transition:width .5s ease;max-width:100%}.owner-list-container{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #00000014}.owner-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.owner-list-header h2{font-size:18px;color:#333;margin:0}.owner-list-controls{display:flex;gap:15px}.owner-table-container{overflow-x:auto;max-height:500px;overflow-y:auto}.owner-table{width:100%;border-collapse:collapse}.owner-table th{background-color:#f8f9fa;text-align:left;padding:12px 15px;font-size:14px;color:#555;font-weight:600;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1}.owner-table td{padding:12px 15px;font-size:14px;color:#333;border-bottom:1px solid #eee}.owner-table tr:last-child td{border-bottom:none}.owner-table tr:hover td{background-color:#f8f9fa}.mini-occupancy{display:flex;flex-direction:column;gap:5px}.mini-progress-bar{width:100%;height:4px;background-color:#f0f2f5;border-radius:2px;overflow:hidden}.mini-progress-fill{height:100%;background-color:#4a6cf7;border-radius:2px;transition:width .5s ease;max-width:100%}.action-btn{display:flex;align-items:center;gap:5px;padding:6px 10px;border-radius:4px;background-color:#f0f2f5;color:#555;border:none;cursor:pointer;transition:all .2s ease;font-size:12px}.action-btn:hover{background-color:#e1e5ea}.no-data{text-align:center;color:#888;padding:30px 0!important;font-style:italic}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;padding:0}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:20px 20px 15px;border-bottom:1px solid #eee}.modal-header h2{font-size:20px;color:#333;margin:0}.close-btn{background:none;border:none;font-size:24px;color:#888;cursor:pointer;transition:color .2s}.owner-form{display:flex;flex-direction:column;gap:20px;padding:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:14px;color:#555;font-weight:500}.form-group input,.form-group select{padding:10px;border-radius:6px;border:1px solid #ddd;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#4a6cf7}.form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:10px}.cancel-btn,.submit-btn{padding:10px 20px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s;border:none}@media screen and (max-width: 1024px){.owner-module-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.owner-actions{width:100%;justify-content:flex-start}.form-row{grid-template-columns:1fr}}@media screen and (max-width: 768px){.owner-list-header{flex-direction:column;align-items:flex-start;gap:15px}.owner-list-controls{width:100%;flex-direction:column;gap:10px}.search-input{width:100%}.modal-container{width:95%}.modal-header{padding:15px 15px 12px}.owner-form{padding:15px}}@media screen and (max-width: 480px){.owner-actions{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.owner-detail-view{padding:20px;max-width:1600px;margin:0 auto}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.back-btn{display:flex;align-items:center;gap:8px;padding:8px 15px;border-radius:6px;background-color:#f0f2f5;color:#333;border:none;font-size:14px;cursor:pointer;transition:background-color .2s}.back-btn:hover{background-color:#e1e5ea}.edit-btn{display:flex;align-items:center;gap:8px;padding:8px 15px;border-radius:6px;background-color:#4a6cf7;color:#fff;border:none;font-size:14px;cursor:pointer;transition:background-color .2s}.edit-btn:hover{background-color:#3b5ce4}.cancel-edit-btn{display:flex;align-items:center;gap:8px;padding:8px 15px;border-radius:6px;background-color:#f0f2f5;color:#555;border:none;font-size:14px;cursor:pointer;transition:background-color .2s}.cancel-edit-btn:hover{background-color:#e1e5ea}.save-btn{display:flex;align-items:center;gap:8px;padding:8px 15px;border-radius:6px;background-color:#22c55e;color:#fff;border:none;font-size:14px;cursor:pointer;transition:background-color .2s}.save-btn:hover{background-color:#15803d}.save-btn:disabled{background-color:#a7f3d0;cursor:not-allowed}.error-banner{display:flex;align-items:center;gap:10px;padding:12px 15px;background-color:#fee2e2;color:#b91c1c;border-radius:6px;margin-bottom:20px}.error-banner svg{flex-shrink:0}.error-banner button{margin-left:auto;background:none;border:none;color:#b91c1c;font-weight:500;cursor:pointer;padding:5px}.owner-content{display:flex;flex-direction:column;gap:30px}.owner-info-section{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:20px}.owner-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}.owner-avatar{width:80px;height:80px;border-radius:50%;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center;color:#4a6cf7;font-size:40px}.owner-title h1{font-size:24px;color:#333;margin:0 0 5px}.owner-status{display:inline-block;padding:4px 10px;border-radius:20px;font-size:14px;font-weight:500}.owner-status.active{background-color:#dcfce7;color:#16a34a}.owner-status.inactive{background-color:#fee2e2;color:#b91c1c}.status-toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.status-toggle input{margin:0}.edit-name-fields{display:flex;gap:10px;margin-bottom:10px}.edit-name-fields input{padding:8px 10px;border-radius:6px;border:1px solid #ddd;font-size:16px}.owner-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.detail-item.full-width{grid-column:1 / -1}.detail-icon{width:36px;height:36px;border-radius:50%;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center;color:#4a6cf7;font-size:16px;flex-shrink:0}.detail-content h3{font-size:14px;color:#666;margin:0 0 5px;font-weight:500}.detail-content p{font-size:16px;color:#333;margin:0}.detail-content input{padding:8px 10px;border-radius:6px;border:1px solid #ddd;font-size:14px;width:100%}.owner-stats-section{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:20px}.owner-stats-section h2{font-size:18px;color:#333;margin:0 0 20px}.owner-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.stat-card{background-color:#f8f9fa;border-radius:8px;padding:15px;transition:transform .2s}.stat-card:hover{transform:translateY(-3px)}.stat-card h3{font-size:14px;color:#666;margin:0 0 10px;font-weight:500}.stat-value{font-size:24px;font-weight:600;color:#333;margin:0}.occupancy-bar{height:6px;background-color:#e9ecef;border-radius:3px;margin-top:10px;overflow:hidden}.occupancy-fill{height:100%;background-color:#4a6cf7;border-radius:3px;transition:width .5s ease}.owner-properties-section,.maintenance-issues-section{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:20px}.owner-properties-section h2,.maintenance-issues-section h2{font-size:18px;color:#333;margin:0 0 20px}.owner-properties-table-container,.maintenance-issues-table-container{overflow-x:auto;max-height:400px;overflow-y:auto}.owner-properties-table,.maintenance-issues-table{width:100%;border-collapse:collapse}.owner-properties-table th,.maintenance-issues-table th{background-color:#f8f9fa;text-align:left;padding:12px 15px;font-size:14px;color:#555;font-weight:600;border-bottom:1px solid #eee;position:sticky;top:0;z-index:1}.owner-properties-table td,.maintenance-issues-table td{padding:12px 15px;font-size:14px;color:#333;border-bottom:1px solid #eee}.owner-properties-table tr:last-child td,.maintenance-issues-table tr:last-child td{border-bottom:none}.owner-properties-table tr:hover td,.maintenance-issues-table tr:hover td{background-color:#f8f9fa}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.occupied{background-color:#dcfce7;color:#16a34a}.status-badge.vacant{background-color:#f1f5f9;color:#64748b}.status-badge.pre-leased{background-color:#dbeafe;color:#2563eb}.status-badge.notice-given{background-color:#fef3c7;color:#d97706}.status-badge.under-negotiation{background-color:#e0e7ff;color:#6366f1}.status-badge.under-maintenance{background-color:#ffedd5;color:#ea580c}.status-badge.renovation-in-progress{background-color:#fecaca;color:#dc2626}.status-badge.inactive,.status-badge.unknown{background-color:#f3f4f6;color:#6b7280}.priority-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.priority-badge.low{background-color:#e6f7ed;color:#0d904f}.priority-badge.medium{background-color:#fff7e6;color:#d48806}.priority-badge.high{background-color:#feeae4;color:#d42c0f}.priority-badge.urgent{background-color:#fee2e2;color:#b91c1c}.view-property-btn{display:flex;align-items:center;gap:5px;padding:6px 10px;border-radius:4px;background-color:#f0f2f5;color:#555;border:none;cursor:pointer;transition:all .2s ease;font-size:12px}.view-property-btn:hover{background-color:#e1e5ea}.maintenance-title{font-weight:500}.no-data-message{text-align:center;color:#888;padding:30px 0;font-style:italic}.owner-not-found{text-align:center;padding:50px 0}.owner-not-found h2{font-size:24px;color:#333;margin:0 0 15px}.owner-not-found p{font-size:16px;color:#666;margin:0 0 25px}@media screen and (max-width: 768px){.owner-details-grid{grid-template-columns:1fr}.owner-stats-grid{grid-template-columns:1fr 1fr}.owner-header{flex-direction:column;text-align:center}.detail-header{flex-direction:column;gap:15px}.edit-name-fields{flex-direction:column}}@media screen and (max-width: 480px){.owner-stats-grid{grid-template-columns:1fr}.edit-actions{flex-direction:column;width:100%}.cancel-edit-btn,.save-btn,.edit-btn,.back-btn{width:100%;justify-content:center}}.manager-vendor-module{padding:20px;width:100%;max-width:1600px;margin:0 auto}.vendor-module-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #f59e0b26}.vendor-actions{display:flex;gap:15px}.btn{display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background-color:#4a6cf7;color:#fff}.btn-primary:hover{background-color:#3b5ce4}.btn-secondary{background-color:#f0f2f5;color:#555}.btn-secondary:hover{background-color:#e1e5ea}.btn.btn-refresh{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn.btn-refresh:hover{background-color:#f1f5f9;color:#475569}.manager-vendor-module .vendor-stats-widgets{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}@media (min-width: 1400px){.manager-vendor-module .vendor-stats-widgets{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1399px) and (min-width: 1024px){.manager-vendor-module .vendor-stats-widgets{grid-template-columns:repeat(4,1fr);gap:15px}}@media (max-width: 1023px) and (min-width: 768px){.manager-vendor-module .vendor-stats-widgets{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 767px){.manager-vendor-module .vendor-stats-widgets{grid-template-columns:1fr;gap:15px}}.stat-widget{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.stat-widget:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-widget:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000001a}.stat-widget h3{font-size:16px;color:#666;margin:0 0 10px;font-weight:500}.stat-value{font-size:28px;font-weight:600;color:#333;margin:5px 0}.stat-subtext{font-size:14px;color:#888;margin:5px 0 0}.rating-stars{display:flex;gap:2px;margin-top:10px}.rating-stars.small{gap:1px}.rating-stars.large{gap:3px;margin-top:15px}.star{font-size:16px;color:#e5e7eb;transition:color .2s ease}.rating-stars.small .star{font-size:12px}.vendor-list-container{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #00000014}.vendor-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.vendor-list-header h2{font-size:18px;color:#333;margin:0}.vendor-list-controls{display:flex;gap:15px}.search-container{position:relative}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#888}.search-input{padding:8px 10px 8px 35px;border-radius:6px;border:1px solid #ddd;width:250px;font-size:14px}.filter-btn{display:flex;align-items:center;gap:8px;padding:8px 15px;border-radius:6px;background-color:#f0f2f5;color:#555;font-size:14px;border:none;cursor:pointer;transition:all .2s ease}.filter-btn.active{background-color:#4a6cf7;color:#fff}.filter-btn:hover{background-color:#e1e5ea}.vendor-table-container{overflow-x:auto;margin-top:20px}.vendor-table{width:100%;border-collapse:collapse;font-size:14px}.vendor-table th{background-color:#f8f9fa;padding:12px;text-align:left;font-weight:600;color:#666;border-bottom:1px solid #ddd;white-space:nowrap}.vendor-table td{padding:12px;border-bottom:1px solid #eee;vertical-align:middle}.vendor-table tr:last-child td{border-bottom:none}.vendor-table tr:hover td{background-color:#f8f9fa}.status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize}.status-badge.active{background-color:#e6f7ff;color:#06c}.status-badge.inactive{background-color:#fff2e6;color:#c60}.rating-cell{display:flex;align-items:center;gap:8px}.rating-value{font-weight:500;min-width:30px}.action-btn{display:flex;align-items:center;gap:5px;padding:6px 10px;background-color:#4a6cf7;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s ease}.action-btn:hover{background-color:#3b5ce4}.no-data{text-align:center;color:#999;font-style:italic;padding:40px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{background-color:#fff;border-radius:8px;padding:0;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-container.large-modal{max-width:800px}.modal-header{padding:20px 20px 10px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:18px;color:#333}.close-btn{background:none;border:none;font-size:20px;cursor:pointer;color:#999;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#333}.vendor-form{padding:20px}.form-section{margin-bottom:30px}.form-section h3{margin:0 0 20px;font-size:16px;color:#333;border-bottom:1px solid #eee;padding-bottom:10px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4a6cf7;outline:none}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:30px;padding-top:20px;border-top:1px solid #eee}.cancel-btn,.submit-btn{padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.cancel-btn{background-color:#f0f2f5;color:#555}.cancel-btn:hover{background-color:#e1e5ea}.submit-btn{background-color:#4a6cf7;color:#fff}.submit-btn:hover{background-color:#3b5ce4}@media screen and (max-width: 1024px){.vendor-module-header{flex-direction:column;align-items:flex-start;gap:20px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.vendor-actions{width:100%;justify-content:flex-end}.form-row{grid-template-columns:1fr}}@media screen and (max-width: 768px){.vendor-list-header{flex-direction:column;align-items:flex-start;gap:15px}.vendor-list-controls{width:100%;flex-direction:column;gap:10px}.search-input{width:100%}.modal-container{width:95%;max-height:95vh}}@media screen and (max-width: 480px){.vendor-stats-widgets{grid-template-columns:1fr}.vendor-actions{flex-direction:column;width:100%}.btn{justify-content:center;width:100%}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%;justify-content:center}}.vendor-detail-container{padding:20px;width:100%;max-width:1600px;margin:0 auto}.vendor-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.back-button{display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:6px;background-color:#f0f2f5;color:#555;border:none;cursor:pointer;transition:all .2s ease;font-weight:500}.back-button:hover{background-color:#e1e5ea}.vendor-header-actions{display:flex;gap:10px}.edit-button,.save-button,.cancel-button,.refresh-button{display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:6px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.edit-button{background-color:#4a6cf7;color:#fff}.edit-button:hover{background-color:#3b5ce4}.save-button{background-color:#10b981;color:#fff}.save-button:hover{background-color:#0d9668}.cancel-button{background-color:#f0f2f5;color:#555}.cancel-button:hover{background-color:#e1e5ea}.refresh-button{background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.refresh-button:hover{background-color:#f1f5f9;color:#475569}.refresh-timestamp{font-size:14px;color:#9ca3af;margin-bottom:20px}.vendor-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:30px}.vendor-profile-section{grid-column:1 / 2;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:30px}.address-section,.work-orders-section{grid-column:2 / 3;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:30px;margin-bottom:30px}.vendor-profile-header{display:flex;align-items:flex-start;margin-bottom:30px;gap:20px}.vendor-avatar{width:80px;height:80px;border-radius:50%;background-color:#f59e0b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;flex-shrink:0}.vendor-title{flex:1}.vendor-title h1{font-size:26px;color:#333;margin:0 0 5px}.vendor-company{font-size:18px;color:#666;margin:5px 0 10px;font-weight:500}.vendor-status{display:inline-block;padding:5px 10px;border-radius:4px;font-size:14px;font-weight:500;text-transform:capitalize}.vendor-status.active{background-color:#e6f7ed;color:#0d904f}.vendor-status.inactive{background-color:#feeae4;color:#d42c0f}.vendor-rating-section{text-align:center;padding:20px;background-color:#f8f9fa;border-radius:8px;flex-shrink:0}.rating-display{margin-bottom:15px}.rating-stars{display:flex;justify-content:center;gap:3px;margin-bottom:8px}.rating-stars.large .star{font-size:20px}.star{color:#e5e7eb;transition:color .2s ease}.star.filled,.star.half{color:#fbbf24}.star.empty{color:#e5e7eb}.rating-value{font-size:18px;font-weight:600;color:#333}.jobs-completed{font-size:14px;color:#666}.vendor-info-section h2,.address-section h2,.work-orders-section h2{font-size:20px;color:#333;margin:0 0 20px;padding-bottom:10px;border-bottom:1px solid #eee}.vendor-details{display:flex;flex-direction:column;gap:20px}.detail-item{display:flex;gap:15px}.detail-icon{font-size:18px;color:#f59e0b;margin-top:3px;flex-shrink:0}.detail-content{flex:1}.detail-content h3{font-size:16px;color:#666;margin:0 0 5px;font-weight:500}.detail-content p{font-size:16px;color:#333;margin:0;word-break:break-word}.vendor-edit-form,.address-edit-form{display:flex;flex-direction:column;gap:20px}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#555}.form-group input[type=text],.form-group input[type=email],.form-group select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.form-group input:focus,.form-group select:focus{border-color:#4a6cf7;outline:none}.form-group input:disabled{background-color:#f5f5f5;color:#999}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:8px;margin-bottom:0}.vendor-name-edit,.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.address-display{padding:20px 0}.address-card{display:flex;gap:15px;padding:20px;background-color:#f8f9fa;border-radius:8px}.address-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f59e0b;color:#fff;flex-shrink:0}.address-icon .icon{font-size:16px}.address-info{flex:1}.address-info p{margin:0 0 5px;color:#333;line-height:1.4}.address-info p:last-child{margin-bottom:0}.no-address{color:#999;font-style:italic;text-align:center;padding:40px 20px}.work-orders-table-container{overflow-x:auto;margin-top:20px}.work-orders-table{width:100%;border-collapse:collapse;font-size:14px}.work-orders-table th{background-color:#f8f9fa;padding:12px;text-align:left;font-weight:600;color:#666;border-bottom:1px solid #ddd;white-space:nowrap}.work-orders-table td{padding:12px;border-bottom:1px solid #eee;vertical-align:middle}.work-orders-table tr:last-child td{border-bottom:none}.work-orders-table tr:hover td{background-color:#f8f9fa}.status-badge,.priority-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize;white-space:nowrap}.status-badge.pending{background-color:#fff7ed;color:#c2410c}.status-badge.active,.status-badge.in_progress{background-color:#eff6ff;color:#1d4ed8}.status-badge.completed{background-color:#f0fdf4;color:#15803d}.status-badge.cancelled{background-color:#fef2f2;color:#dc2626}.priority-badge.low{background-color:#f0fdf4;color:#15803d}.priority-badge.medium,.priority-badge.normal{background-color:#fff7ed;color:#c2410c}.priority-badge.high,.priority-badge.urgent{background-color:#fef2f2;color:#dc2626}.view-btn{padding:6px 12px;background-color:#4a6cf7;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s ease}.view-btn:hover{background-color:#3b5ce4}.no-work-orders{text-align:center;padding:40px 20px;color:#999}.no-data-icon{font-size:48px;margin-bottom:15px;color:#ddd}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.error-message{text-align:center;color:#666;max-width:400px}.error-message h2{font-size:24px;color:#333;margin-bottom:10px}@media screen and (max-width: 1024px){.vendor-detail-content{grid-template-columns:1fr;gap:20px}.vendor-profile-section,.address-section,.work-orders-section{grid-column:1 / 2}.vendor-profile-header{flex-direction:column;align-items:center;text-align:center;gap:15px}.vendor-rating-section{width:100%;max-width:300px}}@media screen and (max-width: 768px){.vendor-detail-header{flex-direction:column;align-items:flex-start;gap:15px}.vendor-header-actions{width:100%;justify-content:flex-end}.vendor-profile-header{flex-direction:column;align-items:center;text-align:center}.vendor-avatar{width:60px;height:60px;font-size:24px}.address-card{flex-direction:column;align-items:center;text-align:center}.vendor-name-edit,.form-row{grid-template-columns:1fr}}@media screen and (max-width: 480px){.vendor-header-actions{flex-direction:column;width:100%}.edit-button,.save-button,.cancel-button,.refresh-button{width:100%;justify-content:center}.work-orders-table-container{font-size:12px}.work-orders-table th,.work-orders-table td{padding:8px 6px}}.manager-profile-module{padding:20px;width:100%;max-width:1600px;margin:0 auto;background-color:#f8fafc;min-height:100vh}.profile-header-section{margin-bottom:30px}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.page-icon{background:var(--profile-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--profile-shadow)}.profile-header-actions{display:flex;gap:15px;align-items:center}.refresh-btn,.edit-btn{display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;border:none}.refresh-btn{background-color:#f8f9fa;color:#495057;border:1px solid #e9ecef}.refresh-btn:hover{background-color:#e9ecef;transform:translateY(-1px)}.edit-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 8px #3b82f633}.edit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.edit-actions{display:flex;gap:10px}.cancel-btn,.save-btn{display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;border:none}.cancel-btn{background-color:#f1f5f9;color:#64748b}.cancel-btn:hover{background-color:#e2e8f0}.save-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.save-btn:disabled{opacity:.6;cursor:not-allowed}.refresh-timestamp{font-size:14px;color:#64748b;text-align:right;font-style:italic}.profile-content{display:grid;grid-template-columns:2fr 1fr;gap:30px}.profile-main-section{display:flex;flex-direction:column;gap:30px}.profile-sidebar{display:flex;flex-direction:column;gap:20px}.profile-info-card,.account-settings-card,.media-card,.account-summary-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden;border:1px solid #f1f5f9}.card-header h2{font-size:20px;font-weight:600;color:#1e293b;margin:0}.card-content{padding:24px}.media-count{background-color:#f1f5f9;color:#64748b;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.profile-avatar-section{display:flex;align-items:center;gap:24px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f1f5f9}.avatar-container{flex-shrink:0}.profile-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid #f1f5f9}.default-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px}.profile-basic-info h3{font-size:24px;font-weight:600;color:#1e293b;margin:0 0 8px}.profile-email{display:flex;align-items:center;gap:8px;color:#64748b;font-size:16px;margin:0 0 4px}.profile-username{color:#94a3b8;font-size:14px;font-weight:500;margin:0}.profile-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.detail-group{display:flex;flex-direction:column;gap:8px}.detail-group label{font-size:14px;font-weight:500;color:#374151}.detail-value{color:#1e293b;font-size:16px;padding:12px 0;display:flex;align-items:center;gap:8px}.profile-input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background-color:#fff}.profile-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #f1f5f9}.setting-item:last-child{border-bottom:none}.setting-info h4{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px}.setting-info p{font-size:14px;color:#64748b;margin:0 0 8px}.current-value{font-size:14px;color:#374151;font-family:monospace;background-color:#f8fafc;padding:2px 6px;border-radius:4px}.setting-action-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;cursor:not-allowed;transition:all .2s ease}.media-upload-section{margin-bottom:24px;padding:20px;border:2px dashed #e5e7eb;border-radius:12px;text-align:center;transition:all .2s ease}.media-upload-section:hover{border-color:#3b82f6;background-color:#f8fafc}.file-input{display:none}.upload-label{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.upload-label:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.selected-files{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.selected-files p{margin:0 0 12px;color:#64748b;font-size:14px}.upload-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.upload-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.upload-btn:disabled{opacity:.6;cursor:not-allowed}.media-list{max-height:300px;overflow-y:auto}.no-media{text-align:center;padding:40px 20px;color:#94a3b8}.no-media svg{font-size:48px;margin-bottom:16px}.media-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.media-item:last-child{border-bottom:none}.media-thumbnail{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;flex-shrink:0}.file-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:20px;background:#0000000d;border-radius:8px}.media-info{flex:1}.media-name{font-size:14px;font-weight:500;color:#1e293b;margin-bottom:4px}.media-size{font-size:12px;color:#64748b}.media-actions{display:flex;gap:8px}.view-btn{padding:4px 8px;background-color:#f1f5f9;color:#3b82f6;text-decoration:none;border-radius:4px;font-size:12px;font-weight:500;transition:all .2s ease}.view-btn:hover{background-color:#e2e8f0}.delete-btn{padding:4px 8px;background-color:#fef2f2;color:#dc2626;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:all .2s ease}.delete-btn:hover{background-color:#fee2e2}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9}.summary-item:last-child{border-bottom:none}.summary-label{font-size:14px;color:#64748b;font-weight:500}.summary-value{font-size:14px;color:#1e293b;font-weight:500}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.inactive{background-color:#fee2e2;color:#991b1b}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;color:#64748b}.loading-spinner{width:40px;height:40px;border:4px solid #f1f5f9;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media (max-width: 1200px){.profile-content{grid-template-columns:1fr}.profile-sidebar{order:-1}}@media (max-width: 768px){.manager-profile-module{padding:15px}.profile-header{flex-direction:column;align-items:flex-start;gap:20px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.profile-header-actions{width:100%;justify-content:flex-end}.profile-details-grid{grid-template-columns:1fr}.profile-avatar-section{flex-direction:column;text-align:center;gap:16px}.setting-item{flex-direction:column;align-items:flex-start;gap:12px}.setting-action-btn{align-self:stretch;justify-content:center}}@media (max-width: 480px){.profile-header-actions{flex-direction:column;width:100%}.edit-actions{width:100%}.cancel-btn,.save-btn{flex:1;justify-content:center}.card-content{padding:16px}}.manager-work-order-module{padding:20px;background-color:#f8fafc;min-height:100vh}.work-order-header-section{margin-bottom:24px}.work-order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.work-order-page-title-section{display:flex;align-items:center;gap:16px}.work-order-page-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #3b82f626}.work-order-page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.work-order-page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}.work-order-header-actions{display:flex;gap:12px;align-items:center}.work-order-refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.work-order-refresh-btn:hover{background-color:#f1f5f9;color:#475569}.work-order-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.work-order-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 4px #3b82f633}.work-order-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.work-order-btn-secondary{background:linear-gradient(135deg,#64748b,#475569);color:#fff;box-shadow:0 2px 4px #64748b33}.work-order-btn-secondary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #64748b4d}.work-order-refresh-timestamp{font-size:14px;color:#9ca3af}.work-order-stat-widget{background:#fff;padding:24px;border-radius:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.work-order-stat-widget:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.work-order-stat-widget:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.work-order-stat-widget h3{font-size:14px;font-weight:600;color:#64748b;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em}.work-order-stat-value{font-size:36px;font-weight:700;color:#1e293b;margin:0 0 8px;line-height:1}.work-order-stat-subtext{font-size:14px;color:#9ca3af;margin:0}.work-order-rating-stars{display:flex;gap:2px;margin-top:8px}.work-order-star{font-size:14px}.work-order-star.filled,.work-order-star.half{color:#fbbf24}.work-order-star.empty{color:#e5e7eb}.work-order-list-container{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.work-order-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.work-order-list-header h2{font-size:24px;font-weight:700;color:#1e293b;margin:0}.work-order-list-controls{display:flex;gap:16px;align-items:center}.work-order-search-container{position:relative;display:flex;align-items:center}.work-order-search-icon{position:absolute;left:12px;color:#9ca3af;font-size:16px}.work-order-search-input{padding:10px 12px 10px 40px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;width:250px;transition:all .2s ease}.work-order-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.work-order-filter-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.work-order-filter-btn:hover,.work-order-filter-btn.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.work-order-filters-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:24px}.work-order-filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.work-order-filter-group{display:flex;flex-direction:column;gap:6px}.work-order-filter-group label{font-size:14px;font-weight:500;color:#374151}.work-order-filter-group select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;transition:all .2s ease}.work-order-filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.work-order-filter-actions{display:flex;justify-content:flex-end;gap:12px}.work-order-reset-btn{padding:8px 16px;background-color:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.work-order-reset-btn:hover{background-color:#f8fafc;color:#475569}.work-order-table-container{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}.work-order-table{width:100%;border-collapse:collapse;background:#fff}.work-order-table th{background:#f8fafc;padding:16px;text-align:left;font-weight:600;color:#374151;font-size:14px;border-bottom:1px solid #e2e8f0}.work-order-table th:first-child{border-radius:12px 0 0}.work-order-table th:last-child{border-radius:0 12px 0 0}.work-order-table td{padding:16px;border-bottom:1px solid #f1f5f9;color:#374151;font-size:14px;vertical-align:middle}.work-order-table tr:hover{background-color:#f8fafc}.work-order-table tr:last-child td{border-bottom:none}.work-order-title{display:flex;flex-direction:column;gap:4px}.work-order-title strong{font-weight:600;color:#1e293b}.work-order-category-badge{background:#60a5fa;color:#1e3a8a;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;width:fit-content}.work-order-status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.work-order-status-badge.pending{background:#fbbf24;color:#7c2d12}.work-order-status-badge.active{background:#60a5fa;color:#1e3a8a}.work-order-status-badge.scheduled{background:#a78bfa;color:#4c1d95}.work-order-status-badge.on-hold{background:#94a3b8;color:#1e293b}.work-order-status-badge.completed,.work-order-status-badge.vendor-accepted{background:#34d399;color:#064e3b}.work-order-status-badge.vendor-rejected{background:#f87171;color:#7f1d1d}.work-order-status-badge.vendor-under-review{background:#fbbf24;color:#7c2d12}.work-order-status-badge.vendor-planning{background:#a78bfa;color:#4c1d95}.work-order-status-badge.vendor-in-progress{background:#60a5fa;color:#1e3a8a}.work-order-status-badge.vendor-on-hold{background:#94a3b8;color:#1e293b}.work-order-status-badge.vendor-delayed{background:#f87171;color:#7f1d1d}.work-order-status-badge.vendor-completed{background:#34d399;color:#064e3b}.work-order-status-badge.vendor-pending{background:#cbd5e1;color:#334155}.work-order-action-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.work-order-action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.work-order-no-data{text-align:center;color:#9ca3af;font-style:italic;padding:40px 16px}.work-order-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.work-order-modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.work-order-modal-container.large-modal{max-width:800px}.work-order-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #f1f5f9;margin-bottom:24px}.work-order-modal-header h2{font-size:24px;font-weight:700;color:#1e293b;margin:0}.work-order-close-btn{background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.work-order-close-btn:hover{background-color:#f3f4f6;color:#374151}.work-order-form{padding:0 24px 24px}.work-order-form-section{margin-bottom:24px}.work-order-form-section h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.work-order-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.work-order-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.work-order-form-group label{font-size:14px;font-weight:500;color:#374151}.work-order-form-group input,.work-order-form-group select,.work-order-form-group textarea{padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease}.work-order-form-group input:focus,.work-order-form-group select:focus,.work-order-form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.work-order-form-group input:disabled,.work-order-form-group select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.work-order-checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer}.work-order-checkbox-label input[type=checkbox]{width:16px;height:16px;margin:0}.work-order-form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #f1f5f9}.work-order-cancel-btn{padding:12px 20px;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.work-order-cancel-btn:hover{background-color:#f8fafc;color:#475569}.work-order-submit-btn{padding:12px 20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.work-order-submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}@media (max-width: 768px){.manager-work-order-module{padding:16px}.work-order-header{flex-direction:column;align-items:flex-start;gap:16px}.work-order-page-title-section{gap:12px}.work-order-page-icon{width:50px;height:50px;font-size:24px}.work-order-page-title-content h1{font-size:28px}.work-order-page-subtitle{font-size:14px}.work-order-header-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}.work-order-list-header{flex-direction:column;align-items:flex-start;gap:16px}.work-order-list-controls{width:100%;justify-content:space-between}.work-order-search-input{width:200px}.work-order-filters-row{grid-template-columns:1fr;gap:12px}.work-order-form-row{grid-template-columns:1fr;gap:0}.work-order-modal-container{margin:10px;max-height:calc(100vh - 20px)}.work-order-table{font-size:12px}.work-order-table th,.work-order-table td{padding:12px 8px}}@media (max-width: 480px){.work-order-header-actions{flex-direction:column;width:100%;gap:8px}.work-order-btn{width:100%;justify-content:center}.work-order-search-input{width:100%}.work-order-list-controls{flex-direction:column;gap:12px}.work-order-filter-btn{width:100%;justify-content:center}.work-order-form-actions{flex-direction:column}.work-order-cancel-btn,.work-order-submit-btn{width:100%}}.manager-work-order-module .work-order-stats-widgets{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:32px}@media (min-width: 1400px){.manager-work-order-module .work-order-stats-widgets{grid-template-columns:repeat(5,1fr)}}@media (max-width: 1399px) and (min-width: 1024px){.manager-work-order-module .work-order-stats-widgets{grid-template-columns:repeat(5,1fr);gap:15px}}@media (max-width: 1023px) and (min-width: 768px){.manager-work-order-module .work-order-stats-widgets{grid-template-columns:repeat(3,1fr);gap:15px}}@media (max-width: 767px) and (min-width: 480px){.manager-work-order-module .work-order-stats-widgets{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 479px){.manager-work-order-module .work-order-stats-widgets{grid-template-columns:1fr;gap:15px}}.work-order-detail-container{padding:24px}.work-order-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.work-order-back-button{display:flex;align-items:center;gap:8px;padding:10px 15px;background-color:#f1f5f9;border:none;border-radius:8px;cursor:pointer;font-weight:500;color:#64748b;transition:all .2s ease}.work-order-back-button:hover{background-color:#e2e8f0;color:#475569}.work-order-header-actions{display:flex;gap:12px}.work-order-edit-button{display:flex;align-items:center;gap:8px;padding:10px 15px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.work-order-edit-button:hover{background-color:#2563eb}.work-order-cancel-button{display:flex;align-items:center;gap:8px;padding:10px 15px;background-color:#f1f5f9;color:#64748b;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.work-order-cancel-button:hover{background-color:#e2e8f0;color:#475569}.work-order-save-button{display:flex;align-items:center;gap:8px;padding:10px 15px;background-color:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.work-order-save-button:hover{background-color:#059669}.work-order-detail-content{display:flex;flex-direction:column;gap:24px}.work-order-row{display:flex;gap:24px;width:100%}.work-order-full-width{width:100%}.work-order-half-width{width:calc(50% - 12px)}.work-order-info-card{background-color:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden;border:1px solid #f1f5f9}.work-order-card-header{display:flex;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid #f1f5f9;background-color:#f8fafc}.work-order-card-header svg{color:#64748b;font-size:20px}.work-order-card-header span{font-size:18px;font-weight:600;color:#1e293b}.work-order-card-content{padding:24px}.work-order-title-header{display:flex;justify-content:space-between;align-items:center;padding:24px}.work-order-title-header h1{font-size:28px;font-weight:700;color:#1e293b;margin:0}.work-order-status-badges{display:flex;gap:12px}.work-order-status-badge{padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500;color:#fff}.work-order-status-badge.pending{background-color:#fbbf24;color:#7c2d12}.work-order-status-badge.active{background-color:#60a5fa;color:#1e3a8a}.work-order-status-badge.scheduled{background-color:#a78bfa;color:#4c1d95}.work-order-status-badge.on-hold{background-color:#94a3b8;color:#1e293b}.work-order-status-badge.completed{background-color:#34d399;color:#064e3b}.work-order-category-badge{padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500;background-color:#60a5fa;color:#1e3a8a}.work-order-media-categories{display:flex;flex-direction:column;gap:24px}.work-order-media-category{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.work-order-media-category-title{padding:12px 16px;margin:0;font-size:16px;font-weight:600;color:#fff;text-transform:capitalize}.work-order-media-category-title.manager{background-color:#60a5fa}.work-order-media-category-title.vendor{background-color:#a78bfa}.work-order-media-category-title.tenant{background-color:#34d399}.work-order-media-list{padding:16px}.work-order-no-media-message{color:#94a3b8;font-style:italic;margin:0;padding:8px 0}.work-order-media-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:8px;background-color:#f8fafc;margin-bottom:8px}.work-order-media-info{display:flex;flex-direction:column;gap:4px}.work-order-media-name{font-weight:500;color:#1e293b}.work-order-media-size{font-size:14px;color:#64748b}.work-order-media-date{font-size:14px;color:#94a3b8}.work-order-media-actions{display:flex;gap:8px}.work-order-download-btn,.work-order-delete-btn,.work-order-view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;border:none;cursor:pointer;color:#fff;transition:all .2s ease}.work-order-view-btn{background-color:#8b5cf6}.work-order-view-btn:hover{background-color:#7c3aed}.work-order-download-btn{background-color:#3b82f6}.work-order-download-btn:hover{background-color:#2563eb}.work-order-delete-btn{background-color:#ef4444}.work-order-delete-btn:hover{background-color:#dc2626}.work-order-add-media-btn{margin-left:auto;display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;background-color:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.2);cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.work-order-add-media-btn:hover{background-color:#3b82f633}.work-order-upload-first-media-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;border-radius:6px;background-color:#3b82f6;color:#fff;border:none;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;margin:20px auto}.work-order-upload-first-media-btn:hover{background-color:#2563eb}.work-order-no-media{text-align:center;padding:40px 0;color:#64748b}.work-order-add-vendor-btn{margin-left:auto;display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;background-color:#8b5cf61a;color:#8b5cf6;border:1px solid rgba(139,92,246,.2);cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.work-order-add-vendor-btn:hover{background-color:#8b5cf633}.work-order-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.work-order-modal-container{background-color:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.work-order-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f1f5f9}.work-order-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#1e293b}.work-order-close-btn{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer}.work-order-form{padding:24px}.work-order-form-group{margin-bottom:16px}.work-order-form-group label{display:block;margin-bottom:8px;font-weight:500;color:#1e293b}.work-order-form-group input,.work-order-form-group select,.work-order-form-group textarea{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:16px}.work-order-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.work-order-cancel-btn{padding:10px 15px;background-color:#f1f5f9;color:#64748b;border:none;border-radius:6px;cursor:pointer;font-weight:500}.work-order-submit-btn{padding:10px 15px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.work-order-details{display:grid;grid-template-columns:1fr 1fr;gap:20px}.work-order-detail-item{display:flex;align-items:flex-start;gap:12px}.work-order-detail-icon{font-size:18px;color:#3b82f6;margin-top:2px;flex-shrink:0}.work-order-detail-content{flex:1}.work-order-detail-content h3{font-size:14px;color:#64748b;margin:0 0 5px;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.work-order-detail-content p{font-size:16px;color:#1e293b;margin:0;font-weight:500}.work-order-timeline-items,.work-order-financial-items{display:grid;grid-template-columns:1fr 1fr;gap:20px}.work-order-vendors-list{display:flex;flex-direction:column;gap:15px}.work-order-vendor-card{padding:20px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.work-order-vendor-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.work-order-vendor-info h4{font-size:16px;color:#1e293b;margin:0 0 5px}.work-order-vendor-info p{font-size:14px;color:#64748b;margin:0}.work-order-vendor-specialty{color:#3b82f6!important;font-weight:500!important;font-size:13px!important}.work-order-vendor-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.work-order-vendor-rating{display:flex;align-items:center;gap:5px}.work-order-rating-stars{display:flex;gap:2px}.work-order-rating-stars .star{font-size:14px}.work-order-rating-stars .star.filled,.work-order-rating-stars .star.half{color:#f59e0b}.work-order-rating-stars .star.empty{color:#e2e8f0}.work-order-assignment-status{background:#3b82f6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.work-order-assignment-status.accepted{background:#10b981}.work-order-assignment-status.rejected{background:#ef4444}.work-order-assignment-status.in-progress{background:#f59e0b}.work-order-assignment-status.completed{background:#10b981}.work-order-vendor-details{margin:12px 0;padding:12px;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.work-order-vendor-details p{margin:4px 0;font-size:13px;color:#64748b}.work-order-remove-vendor-btn{padding:6px 12px;background-color:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s ease}.work-order-remove-vendor-btn:hover{background-color:#dc2626}.work-order-no-vendors{text-align:center;padding:24px;color:#64748b}.work-order-assign-first-vendor-btn{background:#8b5cf6;color:#fff;border:none;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;margin:12px auto 0;transition:all .2s}.work-order-assign-first-vendor-btn:hover{background:#7c3aed;transform:translateY(-1px)}.work-order-checkbox-group{display:flex;align-items:center;gap:8px}.work-order-checkbox-group input[type=checkbox]{width:auto;margin:0}.work-order-file-input{padding:10px 0}.work-order-status-badge.vendor-accepted{background-color:#34d399;color:#064e3b}.work-order-status-badge.vendor-rejected{background-color:#f87171;color:#7f1d1d}.work-order-status-badge.vendor-under-review{background-color:#fbbf24;color:#7c2d12}.work-order-status-badge.vendor-planning{background-color:#a78bfa;color:#4c1d95}.work-order-status-badge.vendor-in-progress{background-color:#60a5fa;color:#1e3a8a}.work-order-status-badge.vendor-on-hold{background-color:#94a3b8;color:#1e293b}.work-order-status-badge.vendor-delayed{background-color:#f87171;color:#7f1d1d}.work-order-status-badge.vendor-completed{background-color:#34d399;color:#064e3b}.work-order-status-badge.vendor-pending{background-color:#cbd5e1;color:#334155}.work-order-error-container{text-align:center;padding:40px 20px}.work-order-error-message{color:#64748b;margin-bottom:20px}@media (max-width: 768px){.work-order-row{flex-direction:column}.work-order-half-width{width:100%}.work-order-title-header{flex-direction:column;align-items:flex-start;gap:12px}.work-order-details,.work-order-timeline-items,.work-order-financial-items{grid-template-columns:1fr}.work-order-vendor-header{flex-direction:column;align-items:flex-start;gap:10px}.work-order-vendor-status{align-items:flex-start;margin-top:8px}}.document-viewer-modal{z-index:1100}.work-order-document-viewer-container{background-color:#fff;border-radius:16px;width:90%;max-width:1200px;height:90vh;display:flex;align-items:center;flex-direction:column;overflow:hidden;box-shadow:0 10px 25px #0003}.work-order-document-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.work-order-document-viewer-header h2{margin:0;font-size:18px;font-weight:600;color:#1e293b}.work-order-document-viewer-content{flex:1;overflow:hidden;position:relative;background-color:#f8fafc;display:flex;align-items:center;justify-content:center}.work-order-document-viewer-content img,.work-order-document-viewer-content iframe{max-width:100%;max-height:100%;object-fit:contain}.work-order-document-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px;text-align:center}.work-order-document-fallback p{font-size:16px;color:#64748b;margin:0}.work-order-document-nav-buttons{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 20px;transform:translateY(-50%);z-index:10}.work-order-document-nav-btn{background-color:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.work-order-document-nav-btn:hover{background-color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.manager-message-module{padding:20px}.message-header .page-title-section{display:flex;align-items:center;gap:16px}.message-header .page-icon{background:var(--message-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--message-shadow)}.message-header .page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.message-header .page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}@media (max-width: 768px){.manager-message-module{padding:16px}.message-header{flex-direction:column;align-items:flex-start;gap:15px}.message-header .page-title-section{gap:12px}.message-header .page-icon{width:50px;height:50px;font-size:24px}.message-header .page-title-content h1{font-size:28px}.message-header .page-subtitle{font-size:14px}.message-header-section{padding:20px}.development-card{padding:30px 20px}.development-icon{font-size:40px}.development-card h2{font-size:20px}.development-card p{font-size:14px}}.manager-payment-module{padding:20px}.payment-header .page-title-section{display:flex;align-items:center;gap:16px}.payment-header .page-icon{background:var(--payment-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--payment-shadow)}.payment-header .page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.payment-header .page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}@media (max-width: 768px){.manager-payment-module{padding:16px}.payment-header{flex-direction:column;align-items:flex-start;gap:15px}.payment-header .page-title-section{gap:12px}.payment-header .page-icon{width:50px;height:50px;font-size:24px}.payment-header .page-title-content h1{font-size:28px}.payment-header .page-subtitle{font-size:14px}.payment-header-section{padding:20px}.development-card{padding:30px 20px}.development-icon{font-size:40px}.development-card h2{font-size:20px}.development-card p{font-size:14px}}.manager-document-module{padding:24px}.document-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.document-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.page-icon{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #6366f140}.document-header-actions{display:flex;gap:12px}.manager-document-stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem}@media (max-width: 1023px) and (min-width: 768px){.manager-document-stats-cards{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.manager-document-stats-cards{grid-template-columns:1fr;gap:1rem}}.stat-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;transition:box-shadow .2s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-card:hover{box-shadow:0 6px 16px #00000014}.stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.stat-card-header h3{font-size:.95rem;color:#718096;margin:0;font-weight:500}.stat-card-icon{color:#a0aec0}.stat-card-icon svg{width:28px;height:28px;stroke-width:1.5}.stat-card-value{font-size:2.25rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;line-height:1.2}.stat-card-details{font-size:.75rem;color:#718096}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.stat-card.clickable:active{transform:translateY(0)}.stat-card-action{margin-top:.5rem;opacity:0;transition:opacity .2s ease}.stat-card.clickable:hover .stat-card-action{opacity:1}.stat-card-action span{color:#6366f1;font-size:.75rem;font-weight:500}.document-controls-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.search-controls{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:16px}.search-box{position:relative;flex:1;min-width:300px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px}.search-input{width:100%;padding:12px 44px 12px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s ease;box-sizing:border-box}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.clear-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:6px;border-radius:4px;transition:all .2s ease}.clear-search-btn:hover{background:#f3f4f6;color:#6b7280}.filter-controls{display:flex;align-items:center;gap:12px}.filter-icon{color:#64748b;font-size:16px}.category-filters{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.filter-btn.active{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border-color:#6366f1}.results-count{font-size:14px;color:#64748b;font-weight:500}.documents-content{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.no-documents{text-align:center;padding:60px 20px;color:#64748b}.empty-icon{font-size:64px;color:#d1d5db;margin-bottom:20px}.no-documents h3{font-size:20px;font-weight:600;color:#374151;margin:0 0 8px}.no-documents p{font-size:16px;margin:0}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.document-card{border:1px solid #e2e8f0;border-radius:12px;padding:20px;background:#f8fafc;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.document-card:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.document-type-badge{display:flex;align-items:center;gap:6px;padding:4px 8px;background:#e2e8f0;color:#475569;border-radius:6px;font-size:12px;font-weight:500;margin-bottom:12px;align-self:flex-start}.document-thumbnail{width:120px;height:120px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;margin:0 auto 16px}.image-thumbnail{width:100%;height:100%;position:relative}.image-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:8px}.file-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:48px;background:#0000000d;border-radius:8px}.document-card-content{margin-bottom:16px;width:100%;text-align:center}.document-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px;word-break:break-word;line-height:1.4}.document-entity{font-size:14px;color:#6366f1;margin:0 0 8px}.document-description{font-size:14px;color:#64748b;margin:0 0 12px;line-height:1.4}.document-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9ca3af}.upload-date{display:flex;align-items:center;gap:4px}.document-card-actions{display:flex;gap:8px;justify-content:center}.btn-view,.btn-download,.btn-delete{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-view{background-color:#dbeafe;color:#3b82f6}.btn-view:hover{background-color:#bfdbfe}.btn-download{background-color:#dcfce7;color:#22c55e}.btn-download:hover{background-color:#bbf7d0}.btn-delete{background-color:#fee2e2;color:#ef4444}.btn-delete:hover{background-color:#fecaca}@media (max-width: 768px){.manager-document-module{padding:16px}.document-header{flex-direction:column;align-items:flex-start;gap:16px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.document-header-actions{width:100%;justify-content:flex-end}.search-controls{flex-direction:column;align-items:stretch}.search-box{min-width:auto}.category-filters{justify-content:center}.documents-grid{grid-template-columns:1fr}.document-card-actions{justify-content:space-around}}.tenant-main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background-color:#fff;position:relative;z-index:10}@media (min-width: 1024px){.tenant-main-header{width:calc(100% - 260px);margin-left:260px}}.mobile-menu-button{display:none}.mobile-menu-button button{background:none;border:none;cursor:pointer;color:#4a5568;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center}.mobile-menu-button button:hover{background-color:#f7fafc}.header-title-section h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .25rem}.header-title-section p{font-size:1rem;color:#8b5cf6;margin:0;font-weight:500;padding:6px 12px;background-color:#8b5cf61a;border-radius:6px;display:inline-block;animation:fadeInWelcome .5s ease-in-out}.header-actions{display:flex;gap:1rem;align-items:center}.header-actions button{color:#fff;border:none;padding:.7rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.header-actions .btn-messages{background-color:#fff;color:#4a5568;border:1px solid #e2e8f0}.header-actions .btn-messages:hover{background-color:#f7fafc}.header-actions .btn-maintenance{background-color:#8b5cf6}.header-actions .btn-maintenance:hover{background-color:#7c3aed}.header-actions button svg{width:18px;height:18px}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;border-radius:50%;box-shadow:0 4px 12px #8b5cf626}@media (max-width: 1024px){.tenant-main-header{width:100%;margin-left:0}.header-title-section h1{font-size:1.75rem}.header-actions button span{display:none}.header-actions button{padding:.7rem}}@media (max-width: 768px){.mobile-menu-button{display:block;margin-right:16px}.header-title-section h1{font-size:1.5rem}.header-title-section p{font-size:.9rem}.header-actions{gap:.5rem}}@media (max-width: 480px){.tenant-main-header{flex-wrap:wrap;gap:1rem;padding-bottom:1rem;margin-bottom:1.5rem}.header-title-section{order:2;width:100%;text-align:center}.mobile-menu-button{order:1}.header-actions{order:3;margin-left:auto}}.tenant-sidebar{width:260px;background:#fff;height:100vh;position:fixed;left:0;top:0;bottom:0;border-right:1px solid #f1f5f9;box-shadow:0 4px 12px #8b5cf60d;display:flex;flex-direction:column;z-index:1000;transition:transform .3s ease}.sidebar-brand-header{padding:20px 20px 10px;display:flex;align-items:center;justify-content:center}.sidebar-logo-image{height:50px;width:auto;padding:0}.sidebar-role-title{display:flex;align-items:center;padding:0 20px 20px;color:#7c3aed;font-size:14px;font-weight:500;border-bottom:1px solid rgba(139,92,246,.1);margin-bottom:16px;gap:10px}.sidebar-nav{flex:1;overflow-y:auto;padding:0 16px}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:4px}.nav-link{display:flex;align-items:center;padding:10px 12px;border-radius:8px;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background:none;border:none;width:100%;text-align:left;gap:12px}.nav-link:hover{background-color:#8b5cf60d;color:#7c3aed}.nav-link.active{background:var(--tenant-primary-light, rgba(139, 92, 246, .1));color:#7c3aed;font-weight:600}.nav-link span{margin-left:4px}.sidebar-footer{padding:16px;border-top:1px solid rgba(139,92,246,.1);display:flex;flex-direction:column;gap:8px}.profile-button,.logout-button{display:flex;align-items:center;padding:10px 12px;border-radius:8px;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background:none;border:none;width:100%;text-align:left;gap:12px}.profile-button:hover{background-color:#8b5cf60d;color:#7c3aed}.logout-button{color:#dc2626!important;border:1px solid #dc2626!important}.logout-button:hover{background-color:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:900;opacity:0;transition:opacity .3s ease;pointer-events:none}@media (max-width: 1023px){.tenant-sidebar{transform:translate(-100%)}.tenant-sidebar.open{transform:translate(0)}.sidebar-overlay{display:block}.sidebar-overlay.active{opacity:1;pointer-events:all}}.tenant-dashboard-view{padding:20px}.dashboard-welcome-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#fff;border-radius:12px;margin-bottom:24px;border:1px solid #f1f5f9;box-shadow:0 2px 4px #0000000d}.dashboard-title{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 4px}.dashboard-subtitle{font-size:15px;color:#8b5cf6;margin:0;font-weight:500;padding:6px 12px;background-color:#8b5cf61a;border-radius:6px;display:inline-block}.dashboard-actions{display:flex;gap:12px}.tenant-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:24px}@media (min-width: 1280px){.tenant-stats-grid{grid-template-columns:repeat(4,1fr)}}.tenant-stat-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 2px 4px #0000000d;border:1px solid #f1f5f9;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.tenant-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000014}.stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-title-group{display:flex;align-items:center;gap:10px}.stat-card-header h3{font-size:14px;font-weight:500;color:#64748b;margin:0}.stat-card-icon{font-size:18px}.stat-card-value{font-size:24px;font-weight:700;color:#1e293b;line-height:1.2;margin-bottom:4px}.stat-card-subtext{font-size:.85rem;color:#64748b;margin-top:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-card-subtext a{color:inherit;text-decoration:underline;transition:color .2s ease}.stat-card-subtext a:hover{color:#8b5cf6}.info-value a{color:#8b5cf6;text-decoration:none;transition:color .2s ease}.info-value a:hover{color:#6d28d9;text-decoration:underline}.info-card-grid+.info-card-grid{margin-top:1.5rem}.stat-card-icon{color:#9ca3af}.tenant-stat-card.purple .stat-card-icon{color:#8b5cf6}.tenant-stat-card.blue .stat-card-icon{color:#3b82f6}.tenant-stat-card.green .stat-card-icon{color:#10b981}.tenant-stat-card.orange .stat-card-icon{color:#f59e0b}.tenant-stat-card.teal .stat-card-icon{color:#14b8a6}.tenant-stat-card.indigo .stat-card-icon{color:#6366f1}.tenant-stat-card.cyan .stat-card-icon{color:#06b6d4}.tenant-stat-card.red .stat-card-icon{color:#ef4444}.tenant-stat-card.status-paid{background-color:#f0fdf4;border-left:4px solid #16a34a}.tenant-stat-card.status-due{background-color:#fffbeb;border-left:4px solid #f59e0b}.tenant-stat-card.status-overdue{background-color:#fef2f2;border-left:4px solid #ef4444}.tenant-stat-card.status-paid .stat-card-value,.tenant-stat-card.status-due .stat-card-value,.tenant-stat-card.status-overdue .stat-card-value{text-transform:capitalize}.info-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px}.tenant-info-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 4px #0000000d;border:1px solid #f1f5f9}.tenant-info-card h2{font-size:17px;font-weight:600;color:#1e293b;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.dashboard-actions{display:flex;align-items:center}.quick-links{display:flex;gap:8px;flex-wrap:wrap}.quick-link-btn{padding:8px 14px;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a}.quick-link-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.quick-link-btn.pay-now{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.quick-link-btn.pay-now:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.quick-link-btn.maintenance{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;opacity:.7;cursor:not-allowed}.quick-link-btn.maintenance:hover{transform:none;box-shadow:0 2px 4px #0000001a}.quick-link-btn.view-lease{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.quick-link-btn.view-lease:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)}.tenant-info-content{display:flex;flex-direction:column;gap:14px}.info-group{display:flex;flex-direction:column;gap:4px}.info-label{font-size:13px;color:#64748b;font-weight:500}@media (max-width: 1200px){.tenant-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.tenant-stats-grid,.info-card-grid{grid-template-columns:1fr}.dashboard-welcome-header{flex-direction:column;align-items:flex-start;gap:10px}.dashboard-welcome-header{flex-direction:column;align-items:flex-start;gap:15px}.dashboard-actions,.quick-links{width:100%;justify-content:flex-start}.quick-link-btn{flex:1;min-width:90px;text-align:center}}.error-container{display:flex;justify-content:center;align-items:center;min-height:200px}.error-message{background:#fee2e2;color:#b91c1c;padding:16px 24px;border-radius:8px;text-align:center}:root{--unit-color: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);--unit-shadow: rgba(59, 130, 246, .15)}.unit-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.unit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.page-icon{background:var(--unit-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--unit-shadow)}.info-card-primary{grid-column:1 / -1}@media (min-width: 1024px){.content-grid{grid-template-columns:2fr 1fr}.info-card-primary{grid-column:span 1}}.status-badge{padding:4px 10px;border-radius:16px;font-size:12px;font-weight:500;text-transform:uppercase}.status-rented{background-color:#8b5cf61a;color:#7c3aed}.status-available{background-color:#10b9811a;color:#059669}.status-unavailable{background-color:#ef44441a;color:#dc2626}.unit-address{font-size:15px;color:#64748b;margin-bottom:20px}.card-content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.info-item-icon{font-size:18px;color:#7c3aed}.dollar-icon{font-weight:600}.info-card h4{font-size:16px;font-weight:600;color:#1e293b;margin:-8px 0 4px}.property-type{font-size:13px;color:#7c3aed;font-weight:500;margin-bottom:12px}.property-description,.unit-description{font-size:14px;color:#475569;line-height:1.5;margin-bottom:16px}.feature-label{color:#64748b;font-weight:500}.feature-value{color:#1e293b;font-weight:600}@media (max-width: 768px){.module-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.module-header-actions{width:100%;justify-content:flex-end}.unit-card-header{flex-direction:column;align-items:flex-start;gap:12px}.unit-status{margin-top:-8px}.unit-details-grid{grid-template-columns:1fr}}:root{--lease-color: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);--lease-shadow: rgba(99, 102, 241, .15)}.tenant-module{padding:20px}.page-icon{background:var(--lease-color);color:#fff;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 4px 12px var(--lease-shadow)}.lease-tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:24px;overflow-x:auto}.lease-tab{padding:10px 16px;border-bottom:2px solid transparent;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;text-align:center}.lease-tab.active{border-bottom-color:var(--tenant-primary-dark)}.lease-tab-unit{font-weight:600;color:#334155}.status-badge-small{font-size:11px;padding:2px 8px;border-radius:12px;margin-top:4px;display:inline-block;font-weight:500}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px}.info-card,.info-card-primary{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 4px #0000000d;border:1px solid #f1f5f9}@media (min-width: 1024px){.content-grid{grid-template-columns:2fr 1fr}}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.card-header h3{font-size:17px;font-weight:600;color:#1e293b;margin:0}.card-title-group{display:flex;align-items:center;gap:12px}.card-header-icon{font-size:18px;color:#8b5cf6}.status-badge,.status-badge-small{padding:4px 10px;border-radius:16px;font-size:12px;font-weight:500;text-transform:uppercase}.status-active{background-color:#dcfce7;color:#166534}.status-expired{background-color:#e5e7eb;color:#4b5563}.status-terminated{background-color:#fee2e2;color:#991b1b}.status-pending{background-color:#fef9c3;color:#713f12}.status-unknown,.status-unavailable{background-color:#f3f4f6;color:#4b5563}.card-content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.info-item{display:flex;align-items:center;gap:12px}.info-item-icon{font-size:18px;color:#8b5cf6}.info-label{font-size:13px;color:#64748b}.info-value{font-size:16px;color:#1e293b;font-weight:600}.unit-association-info{background:#f8fafc;padding:10px;border-radius:6px;font-size:13px;color:#475569;text-align:center;border:1px solid #f1f5f9}.feature-list{display:flex;flex-direction:column;gap:10px}.feature-item{display:flex;justify-content:space-between;align-items:center;font-size:14px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.feature-item:last-child{border-bottom:none;padding-bottom:0}.feature-label{color:#64748b}.feature-value{color:#1e293b;font-weight:500}.lease-notes{margin-top:16px}.lease-notes h4{font-size:14px;font-weight:600;margin-bottom:8px}.lease-notes p{font-size:14px;color:#475569;line-height:1.5}.documents-list{display:flex;flex-direction:column;gap:10px}.document-item{display:flex;align-items:center;gap:12px;padding:10px;background-color:#f8fafc;border-radius:6px;text-decoration:none;transition:background-color .2s}.document-item:hover{background-color:#f1f5f9}.document-icon{color:#8b5cf6}.document-info{display:flex;flex-direction:column}.document-name{font-size:14px;color:#1e293b;font-weight:500}.document-date{font-size:12px;color:#64748b}.no-data-message{padding:20px;text-align:center;color:#64748b;font-style:italic}.error-container{padding:40px;text-align:center}.error-message{background:#fee2e2;color:#b91c1c;padding:16px 24px;border-radius:8px}@media (max-width: 768px){.module-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:24px}.module-header-actions{width:100%;justify-content:flex-end}.lease-details-grid{grid-template-columns:1fr;gap:16px}.lease-card-header{flex-direction:column;align-items:flex-start;gap:12px}.lease-status{margin-top:-8px}}:root{--payment-color: linear-gradient(135deg, #84cc16 0%, #65a30d 100%);--payment-shadow: rgba(132, 204, 22, .15)}.tenant-payment-module{display:flex;flex-direction:column;gap:24px;padding:20px}.payment-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.payment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.page-icon{background:var(--payment-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--payment-shadow)}.development-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9;max-width:600px;margin:0 auto}.development-icon{font-size:48px;color:#f59e0b;margin-bottom:20px}.development-card ul{text-align:left;margin:16px auto;max-width:300px;color:#64748b}.development-card ul li{margin-bottom:8px;font-size:15px}@media (max-width: 768px){.module-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:24px}.development-card{padding:24px}}:root{--media-color: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);--media-shadow: rgba(6, 182, 212, .25)}.tenant-media-module{padding:24px}.media-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.media-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.page-icon{background:var(--media-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--media-shadow)}.page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}.media-header-actions{display:flex;gap:12px}.refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.refresh-btn:hover{background-color:#f1f5f9;color:#475569}.refresh-timestamp{font-size:14px;color:#9ca3af}.content-grid{display:flex;flex-direction:column;gap:24px}.info-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden;border:1px solid #f1f5f9}.error-card{border-color:#fecaca;background:#fef2f2}.card-header{padding:24px 24px 0;display:flex;justify-content:space-between;align-items:center}.card-header h3{font-size:20px;font-weight:600;color:#1e293b;margin:0}.section-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;color:#1e293b;margin:0}.section-icon{background:var(--media-color);color:#fff;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 12px var(--media-shadow)}.error-message{padding:24px;text-align:center}.error-message p{color:#dc2626;margin-bottom:16px;font-size:16px}.error-message button{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:500;cursor:pointer;transition:all .2s ease}.error-message button:hover{background:#b91c1c}.no-media-content{padding:40px 24px;text-align:center}.no-media-icon{font-size:64px;color:#d1d5db;margin-bottom:16px}.no-media-content p{color:#6b7280;margin:8px 0;font-size:16px;line-height:1.5}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:24px}.media-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s ease;cursor:pointer}.media-item:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#0891b2}.media-thumbnail{width:100%;height:180px;position:relative;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.media-thumbnail img{width:100%;height:100%;object-fit:cover}.document-thumbnail{width:100%;height:180px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;position:relative}.file-icon{font-size:48px;color:#64748b}.file-icon.pdf{color:#dc2626}.file-icon.image{color:#059669}.file-icon.video{color:#7c3aed}.file-icon.document{color:#2563eb}.media-info{padding:16px}.media-name{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;word-break:break-word}.media-description{font-size:14px;color:#64748b;margin:0;line-height:1.4}.property-unit-media-section{margin-top:32px}.property-unit-info{padding:20px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;margin-bottom:0}.location-info{display:flex;gap:32px;flex-wrap:wrap}.location-info p{margin:0;font-size:15px;color:#475569}.location-info strong{color:#1e293b;font-weight:600}.subsection-header{padding:20px 24px 0;border-top:1px solid #e2e8f0;background:#fafbfc}.subsection-header:first-of-type{border-top:none;background:#f8fafc}.subsection-header h4{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px;display:flex;align-items:center;gap:8px}.subsection-header h4:before{content:"";width:4px;height:20px;background:var(--media-color);border-radius:2px}.media-subsection{padding:16px 24px 24px;background:#fff}.subsection-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#64748b;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.subsection-icon{font-size:18px;color:#0891b2}@media (max-width: 768px){.tenant-media-module{padding:16px}.media-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:28px}.page-subtitle{font-size:14px}.media-header-actions{width:100%;justify-content:flex-end}.media-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:16px}.media-thumbnail,.document-thumbnail{height:150px}.file-icon{font-size:40px}.content-grid{gap:16px}.location-info{flex-direction:column;gap:12px}.subsection-header{padding:16px 16px 0}.media-subsection{padding:12px 16px 16px}.section-icon{width:36px;height:36px;font-size:16px}}@media (max-width: 480px){.media-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;padding:12px}.media-thumbnail,.document-thumbnail{height:120px}.file-icon{font-size:32px}.media-info{padding:12px}.media-name{font-size:15px}.media-description{font-size:13px}.section-title{font-size:18px;gap:10px}.section-icon{width:32px;height:32px;font-size:14px}}:root{--profile-color: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--profile-shadow: rgba(245, 158, 11, .15)}.tenant-module{padding:20px;max-width:1200px;margin:0 auto}.module-header-section{background:#fff;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 2px 4px #0000000d;border:1px solid #f1f5f9}.module-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.page-icon{background:var(--profile-color);color:#fff;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 4px 12px var(--tenant-shadow)}.profile-details-section,.profile-actions-section,.profile-id-section{margin-top:24px}.section-title{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 16px}.profile-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px #0000000d;border:1px solid #f1f5f9}.profile-header{display:flex;align-items:center;gap:20px;padding-bottom:20px;border-bottom:1px solid #f1f5f9;margin-bottom:20px}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:48px;color:#9ca3af}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-identity{display:flex;justify-content:space-between;align-items:center;flex-grow:1}.profile-name h2{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 4px}.profile-role{font-size:14px;color:#8b5cf6;font-weight:500}.profile-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.contact-item{display:flex;align-items:center;gap:12px}.contact-icon{font-size:18px;color:#9ca3af}.contact-label{font-size:13px;color:#64748b}.contact-value{font-size:15px;font-weight:500;color:#1e293b}.profile-details-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px #0000000d;border:1px solid #f1f5f9}.profile-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.profile-detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:13px;color:#64748b}.detail-value{font-size:15px;font-weight:500;color:#1e293b}.profile-actions-card{background:#fffbeb;border:1px solid #fef3c7;border-radius:12px;padding:24px}.actions-title{font-size:17px;font-weight:600;margin:0 0 8px;color:#92400e}.actions-note{font-size:14px;color:#92400e;margin:0 0 16px}.logout-btn{background-color:transparent;color:#dc2626;border:1px solid #dc2626;border-radius:6px;padding:10px 20px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background-color:#dc2626;color:#fff;border-color:#dc2626}.error-container{text-align:center;padding:40px}.error-message{color:#b91c1c}.error-message button{background:#b91c1c;color:#fff;border:none;padding:8px 16px;border-radius:4px;margin-top:12px;cursor:pointer}@media (max-width: 768px){.module-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:24px}.module-header-actions{width:100%;justify-content:flex-end}.profile-header{flex-direction:column;text-align:center}.profile-details-grid{grid-template-columns:1fr}}:root{--message-color: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);--message-shadow: rgba(6, 182, 212, .15)}.tenant-message-module{padding:20px}.message-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.page-title-section{display:flex;align-items:center;gap:16px}.page-icon{background:var(--message-color);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px var(--message-shadow)}.page-title-content h1{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 4px}.page-subtitle{font-size:15px;color:#64748b;margin:0}.refresh-btn{display:flex;align-items:center;gap:8px;padding:8px 14px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.refresh-timestamp{font-size:13px;color:#9ca3af}.under-development-content{padding:40px 20px;text-align:center}.development-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9;max-width:500px;margin:0 auto}.development-card h2{font-size:24px;font-weight:600;color:#1e293b;margin:0 0 16px}.development-card p{font-size:16px;color:#64748b;margin:8px 0;line-height:1.5}@media (max-width: 768px){.message-header{flex-direction:column;align-items:flex-start;gap:15px}.page-title-section{gap:12px}.page-icon{width:50px;height:50px;font-size:24px}.page-title-content h1{font-size:24px}.message-header-actions{width:100%;display:flex;justify-content:flex-start}.development-card{padding:30px 20px}.development-card h2{font-size:20px}}.role-page-container{min-height:calc(100vh - 144px);padding:0;display:flex;flex-direction:column;background:radial-gradient(circle at 20% 80%,rgba(109,40,217,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(109,40,217,.03) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(59,130,246,.02) 0%,transparent 50%)}.role-welcome-banner{background:linear-gradient(135deg,var(--text-color) 0%,#111827 100%);color:#fff;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.role-welcome-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 20%,rgba(109,40,217,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.05) 0%,transparent 50%),linear-gradient(135deg,transparent 0%,rgba(255,255,255,.01) 50%,transparent 100%);pointer-events:none}.role-welcome-banner h1{font-size:2.5rem;margin-bottom:.5rem;position:relative;z-index:1;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.role-welcome-banner p{font-size:1.2rem;opacity:.9;position:relative;z-index:1}.role-page-content{padding:3rem 2rem;flex:1;display:flex;justify-content:center;align-items:center}.role-card{background:linear-gradient(135deg,#ffffffe6,#fffffff2);border-radius:12px;box-shadow:0 8px 25px #0000001a;border:1px solid rgba(255,255,255,.3);padding:2rem;width:100%;max-width:600px;text-align:center;transition:all .3s ease;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.role-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),#3B82F6);border-radius:12px 12px 0 0}.role-card h2{font-size:1.8rem;color:var(--text-color);margin-bottom:1rem}.role-card p{font-size:1.1rem;color:var(--secondary-text-color);margin-bottom:1.5rem;line-height:1.6}.role-card ul{list-style-type:none;padding:0;margin:0 auto;max-width:80%;text-align:left}.role-card ul li{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;color:var(--text-color)}.role-card ul li:last-child{border-bottom:none}.role-card ul li:before{content:"•";color:var(--primary-color);font-weight:700;display:inline-block;width:1em;margin-right:.5rem}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f8fafc}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#64748b;font-size:16px;margin:0}@media (max-width: 768px){.role-welcome-banner{padding:2.5rem 1.5rem}.role-welcome-banner h1{font-size:2rem}.role-page-content{padding:2rem 1.5rem}.role-card{padding:1.5rem}.role-card h2{font-size:1.5rem}.role-card p{font-size:1rem}}@media (max-width: 480px){.role-welcome-banner{padding:2rem 1rem}.role-welcome-banner h1{font-size:1.75rem}.role-page-content{padding:1.5rem 1rem}.role-card ul{max-width:90%}}.tenant-page{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column}.tenant-main-container{display:flex;flex:1;min-height:calc(100vh - 80px);position:relative}.tenant-content{flex:1;transition:margin-left .3s ease;padding:20px;background-color:#f8fafc;margin-top:0}@media (max-width: 1023px){.tenant-content{margin-left:0;width:100%}}@media (min-width: 1024px){.tenant-content{margin-left:260px;width:calc(100% - 260px);padding-top:0}}.vendor-sidebar{width:280px;background-color:#fff;padding:1.25rem;display:flex;flex-direction:column;box-shadow:2px 0 6px #00000012;color:#374151;height:100vh;position:sticky;top:0;z-index:40;transition:transform .3s ease}.vendor-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:30;opacity:0;transition:opacity .3s ease}.vendor-sidebar-overlay.active{display:block;opacity:1}.vendor-sidebar-brand-header{display:flex;align-items:center;justify-content:center;padding-bottom:1.5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.vendor-aqaarpro-logo{display:flex;align-items:center;text-decoration:none}.vendor-sidebar-logo-image{width:auto;height:36px}.vendor-sidebar-role-title{font-size:1rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem .75rem;display:flex;align-items:center;gap:.6rem;color:#f59e0b;background-color:#f59e0b1a;border-radius:6px}.vendor-sidebar-role-title svg{width:22px;height:22px;stroke:#f59e0b}.vendor-sidebar-nav{flex-grow:1;overflow-y:auto}.vendor-sidebar-nav ul{list-style:none;padding:0;margin:0}.vendor-nav-link{display:flex;align-items:center;padding:12px 16px;color:#64748b;text-decoration:none;border-radius:8px;transition:all .2s ease;gap:12px;width:100%;text-align:left;background-color:transparent;border:none;cursor:pointer}.vendor-nav-link:hover{background-color:#f59e0b0d;color:#f59e0b}.vendor-nav-link.active{background-color:#f59e0b1a;color:#f59e0b}.vendor-sidebar-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.vendor-profile-button,.vendor-logout-button{display:flex;align-items:center;width:100%;padding:.8rem 1rem;border-radius:6px;background-color:transparent;border:none;text-align:left;cursor:pointer;font-weight:500;color:#4b5563;transition:background-color .2s ease,color .2s ease}.vendor-profile-button:hover{background-color:#f59e0b0d;color:#f59e0b}.vendor-profile-button span,.vendor-logout-button span{margin-left:.9rem}.vendor-profile-button svg,.vendor-logout-button svg{width:20px;height:20px;stroke:#6b7280;transition:stroke .2s ease}.vendor-profile-button:hover svg{stroke:#f59e0b}.vendor-logout-button{color:#dc2626!important;border:1px solid #dc2626!important}.vendor-logout-button:hover{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.vendor-logout-button:hover svg{color:#fff!important}@media (max-width: 1024px){.vendor-sidebar{width:240px;padding:1rem}.vendor-sidebar-brand-header{padding-bottom:1rem;margin-bottom:.75rem}.vendor-aqaarpro-logo{font-size:1.25rem}.vendor-sidebar-role-title{font-size:.9rem;margin-bottom:1rem}.vendor-nav-link{padding:10px 12px;font-size:.9rem}}@media (max-width: 768px){.vendor-sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;transform:translate(-100%)}.vendor-sidebar.open{transform:translate(0)}.vendor-sidebar-logo-image{height:32px}}@media (max-width: 480px){.vendor-sidebar{width:100%;max-width:320px}}.vendor-main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;padding-right:1rem;padding-top:1rem;border-bottom:1px solid #e5e7eb}.vendor-mobile-menu-button{display:none}.vendor-mobile-menu-button button{background:none;border:none;cursor:pointer;color:#4a5568;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center}.vendor-mobile-menu-button button:hover{background-color:#f7fafc}.vendor-header-title-section h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .25rem}.vendor-welcome-section{display:flex;flex-direction:column;gap:.25rem}.vendor-welcome-message{font-size:1rem;color:#f59e0b;margin:0;font-weight:500;padding:6px 12px;background-color:#f59e0b1a;border-radius:6px;display:inline-block;animation:fadeInWelcome .5s ease-in-out;position:relative}.vendor-company-name{color:#d97706;font-weight:600}.vendor-login-time{font-size:.82rem;color:#3c4a5e;font-weight:400;margin-left:8px;background:none;padding:0}@keyframes fadeInWelcome{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.vendor-header-actions{display:flex;gap:1rem;align-items:center}.vendor-header-actions button{color:#fff;border:none;padding:.7rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.vendor-header-actions .vendor-btn-messages{background-color:#fff;color:#4a5568;border:1px solid #e2e8f0}.vendor-header-actions .vendor-btn-messages:hover{background-color:#f7fafc}.vendor-header-actions button svg{width:18px;height:18px}.vendor-header-actions .vendor-btn-messages svg{stroke:#4a5568}.vendor-header-language-switcher{display:flex;align-items:center;margin-left:.5rem}.vendor-header-language-switcher .language-switcher{margin-left:0}.vendor-header-language-switcher .language-switcher-button{display:flex!important;visibility:visible!important;opacity:1!important;border:1px solid #e2e8f0}@media (max-width: 1024px){.vendor-header-title-section h1{font-size:1.75rem}.vendor-header-actions button span{display:none}.vendor-header-actions button{padding:.7rem}.vendor-login-time{display:block;margin-left:0;margin-top:2px}}@media (max-width: 768px){.vendor-mobile-menu-button{display:block;margin-right:16px}.vendor-header-title-section h1{font-size:1.5rem}.vendor-welcome-message{font-size:.9rem}.vendor-login-time{font-size:.8rem;display:block;margin-left:0;margin-top:2px}.vendor-header-actions{gap:.5rem}}@media (max-width: 480px){.vendor-main-header{flex-wrap:wrap;gap:1rem;padding-bottom:1rem;margin-bottom:1.5rem}.vendor-header-title-section{order:2;width:100%;text-align:center}.vendor-mobile-menu-button{order:1}.vendor-header-actions{order:3;margin-left:auto}.vendor-header-language-switcher{order:4}.vendor-welcome-message{font-size:.85rem}.vendor-login-time{font-size:.75rem}}.vendor-dashboard-view{padding:0;max-width:100%}.vendor-dashboard-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vendor-dashboard-header-actions{display:flex;gap:12px;align-items:center}.vendor-refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-refresh-btn:hover{background-color:#f1f5f9;color:#475569}.vendor-dashboard-stats-container{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:32px}.vendor-stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9;transition:all .2s ease;position:relative;overflow:hidden}.vendor-stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.vendor-stat-card.clickable{cursor:pointer}.vendor-stat-card.clickable:hover{border-color:#f59e0b33;box-shadow:0 4px 20px #f59e0b1a}.vendor-stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.vendor-stat-card-header h3{font-size:16px;font-weight:600;color:#374151;margin:0}.vendor-stat-card-icon{color:#f59e0b;font-size:24px}.vendor-stat-card-value{font-size:36px;font-weight:700;color:#1f2937;margin-bottom:8px;line-height:1}.vendor-stat-card-details{font-size:14px;color:#6b7280;margin-bottom:0}.vendor-stat-card-details.success{color:#10b981}.vendor-stat-card-details.warning{color:#f59e0b}.vendor-stat-card-details.error{color:#ef4444}.vendor-stat-card-action{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6;opacity:0;transition:opacity .2s ease}.vendor-stat-card.clickable:hover .vendor-stat-card-action{opacity:1}.vendor-stat-card-action span{color:#f59e0b;font-size:14px;font-weight:500}.vendor-stat-card.is-loading{pointer-events:none}.vendor-loading-text{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:vendor-loading 1.5s infinite;border-radius:4px}.vendor-loading-text.short{height:16px;width:60%}.vendor-loading-text.medium{height:14px;width:80%}.vendor-loading-text.long{height:36px;width:40%}.vendor-loading-placeholder{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:vendor-loading 1.5s infinite;border-radius:50%;width:24px;height:24px}@keyframes vendor-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.vendor-dashboard-work-orders{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-work-orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.vendor-work-orders-header h3{font-size:20px;font-weight:600;color:#1f2937;margin:0}.vendor-view-all-btn{padding:8px 16px;background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2);border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-view-all-btn:hover{background:#f59e0b26;border-color:#f59e0b4d}.vendor-work-orders-table{overflow-x:auto}.vendor-work-orders-table table{width:100%;border-collapse:collapse}.vendor-work-orders-table th,.vendor-work-orders-table td{text-align:left;padding:12px 16px;border-bottom:1px solid #f3f4f6}.vendor-work-orders-table th{background:#f8fafc;font-weight:600;color:#374151;font-size:14px}.vendor-work-orders-table td{font-size:14px;color:#6b7280}.vendor-work-order-info strong{color:#1f2937;display:block;margin-bottom:2px}.vendor-work-order-title{font-size:13px;color:#9ca3af}.vendor-property-info span{display:block;color:#1f2937}.vendor-unit-info{font-size:13px;color:#9ca3af!important}.vendor-priority-badge,.vendor-status-badge{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;text-transform:capitalize}.vendor-action-btn{padding:6px 12px;background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2);border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-action-btn:hover{background:#f59e0b26;border-color:#f59e0b4d}.vendor-work-orders-container{text-align:center;padding:40px;color:#6b7280}.vendor-work-orders-container.error-text{color:#ef4444}.vendor-work-orders-container.info-text{padding:40px;text-align:center;color:#6b7280;background-color:#f9fafb;border-radius:12px}@media (max-width: 1400px){.vendor-dashboard-stats-container{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.vendor-dashboard-stats-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.vendor-dashboard-header{flex-direction:column;align-items:flex-start;gap:15px}.vendor-page-title-section{gap:12px}.vendor-page-icon{width:50px;height:50px;font-size:24px}.vendor-page-title-content h1{font-size:28px}.vendor-page-subtitle{font-size:14px}.vendor-dashboard-header-actions{width:100%;justify-content:flex-end}.vendor-dashboard-stats-container{grid-template-columns:repeat(2,1fr)}.vendor-stat-card{padding:16px}.vendor-stat-card-value{font-size:28px}.vendor-work-orders-table{display:block;overflow-x:auto}.vendor-work-orders-table th,.vendor-work-orders-table td{white-space:nowrap;padding:10px 12px}}@media (max-width: 480px){.vendor-dashboard-stats-container{grid-template-columns:1fr}.vendor-work-orders-header{flex-direction:column;align-items:flex-start;gap:12px}.vendor-work-orders-table th:nth-child(n+4),.vendor-work-orders-table td:nth-child(n+4){display:none}}.vendor-work-order-module{padding:20px;background-color:#f8fafc;min-height:100vh}.vendor-work-order-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-work-order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vendor-page-title-section{display:flex;align-items:center;gap:16px}.vendor-page-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #f59e0b26}.vendor-page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.vendor-page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}.vendor-work-order-header-actions{display:flex;gap:12px;align-items:center}.vendor-work-order-refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-work-order-refresh-btn:hover{background-color:#f1f5f9;color:#475569}.vendor-refresh-timestamp{font-size:14px;color:#9ca3af}.vendor-work-order-stats-widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.vendor-work-order-stat-widget{background:#fff;padding:24px;border-radius:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.vendor-work-order-stat-widget:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#f59e0b,#d97706)}.vendor-work-order-stat-widget:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.vendor-work-order-stat-widget h3{font-size:14px;font-weight:600;color:#64748b;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em}.vendor-work-order-stat-value{font-size:36px;font-weight:700;color:#1e293b;margin:0 0 8px;line-height:1}.vendor-work-order-stat-subtext{font-size:14px;color:#9ca3af;margin:0}.vendor-work-order-list-container{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-work-order-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.vendor-work-order-list-header h2{font-size:24px;font-weight:700;color:#1e293b;margin:0}.vendor-work-order-list-controls{display:flex;gap:16px;align-items:center}.vendor-work-order-search-container{position:relative;display:flex;align-items:center}.vendor-work-order-search-icon{position:absolute;left:12px;color:#9ca3af;font-size:16px}.vendor-work-order-search-input{padding:10px 12px 10px 40px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;width:250px;transition:all .2s ease}.vendor-work-order-search-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.vendor-work-order-filter-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-work-order-filter-btn:hover,.vendor-work-order-filter-btn.active{background-color:#f59e0b;color:#fff;border-color:#f59e0b}.vendor-work-order-filters-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:24px}.vendor-work-order-filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.vendor-work-order-filter-group{display:flex;flex-direction:column;gap:6px}.vendor-work-order-filter-group label{font-size:14px;font-weight:500;color:#374151}.vendor-work-order-filter-group select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;transition:all .2s ease}.vendor-work-order-filter-group select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.vendor-work-order-filter-actions{display:flex;justify-content:flex-end;gap:12px}.vendor-work-order-reset-btn{padding:8px 16px;background-color:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-work-order-reset-btn:hover{background-color:#f8fafc;color:#475569}.vendor-work-order-table-container{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}.vendor-work-order-table{width:100%;border-collapse:collapse;background:#fff}.vendor-work-order-table th{background:#f8fafc;padding:16px;text-align:left;font-weight:600;color:#374151;font-size:14px;border-bottom:1px solid #e2e8f0}.vendor-work-order-table th:first-child{border-radius:12px 0 0}.vendor-work-order-table th:last-child{border-radius:0 12px 0 0}.vendor-work-order-table td{padding:16px;border-bottom:1px solid #f1f5f9;color:#374151;font-size:14px;vertical-align:middle}.vendor-work-order-table tr:hover{background-color:#f8fafc}.vendor-work-order-table tr:last-child td{border-bottom:none}.vendor-work-order-title{display:flex;flex-direction:column;gap:4px}.vendor-work-order-title strong{font-weight:600;color:#1e293b}.vendor-work-order-category-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;width:fit-content}.vendor-work-order-status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.vendor-work-order-action-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-work-order-action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.vendor-work-order-no-data{text-align:center;color:#9ca3af;font-style:italic;padding:40px 16px}@media (max-width: 768px){.vendor-work-order-module{padding:16px}.vendor-work-order-header{flex-direction:column;align-items:flex-start;gap:16px}.vendor-page-title-section{gap:12px}.vendor-page-icon{width:50px;height:50px;font-size:24px}.vendor-page-title-content h1{font-size:28px}.vendor-page-subtitle{font-size:14px}.vendor-work-order-header-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}.vendor-work-order-stats-widgets{grid-template-columns:1fr;gap:16px}.vendor-work-order-list-header{flex-direction:column;align-items:flex-start;gap:16px}.vendor-work-order-list-controls{width:100%;justify-content:space-between}.vendor-work-order-search-input{width:200px}.vendor-work-order-filters-row{grid-template-columns:1fr;gap:12px}.vendor-work-order-table{font-size:12px}.vendor-work-order-table th,.vendor-work-order-table td{padding:12px 8px}}@media (max-width: 480px){.vendor-work-order-header-actions{flex-direction:column;width:100%;gap:8px}.vendor-work-order-refresh-btn{width:100%;justify-content:center}.vendor-work-order-search-input{width:100%}.vendor-work-order-list-controls{flex-direction:column;gap:12px}.vendor-work-order-filter-btn{width:100%;justify-content:center}}.vendor-jobs-module{padding:0;max-width:100%}.vendor-jobs-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-jobs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vendor-jobs-page-title-section{display:flex;align-items:center;gap:16px}.vendor-jobs-page-icon{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #6366f126}.vendor-jobs-page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.vendor-jobs-page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}@media (max-width: 768px){.vendor-jobs-header{flex-direction:column;align-items:flex-start;gap:15px}.vendor-jobs-page-title-section{gap:12px}.vendor-jobs-page-icon{width:50px;height:50px;font-size:24px}.vendor-jobs-page-title-content h1{font-size:28px}.vendor-jobs-page-subtitle{font-size:14px}}.vendor-media-module{padding:0;max-width:100%}.vendor-media-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-media-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vendor-media-page-title-section{display:flex;align-items:center;gap:16px}.vendor-media-page-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #8b5cf626}.vendor-media-page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.vendor-media-page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}@media (max-width: 768px){.vendor-media-header{flex-direction:column;align-items:flex-start;gap:15px}.vendor-media-page-title-section{gap:12px}.vendor-media-page-icon{width:50px;height:50px;font-size:24px}.vendor-media-page-title-content h1{font-size:28px}.vendor-media-page-subtitle{font-size:14px}}.vendor-message-module{padding:0;max-width:100%}.vendor-message-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vendor-message-page-title-section{display:flex;align-items:center;gap:16px}.vendor-message-page-icon{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #06b6d426}.vendor-message-page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.vendor-message-page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}@media (max-width: 768px){.vendor-message-header{flex-direction:column;align-items:flex-start;gap:15px}.vendor-message-page-title-section{gap:12px}.vendor-message-page-icon{width:50px;height:50px;font-size:24px}.vendor-message-page-title-content h1{font-size:28px}.vendor-message-page-subtitle{font-size:14px}}.vendor-profile-module{padding:0;max-width:100%}.vendor-profile-header-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vendor-profile-page-title-section{display:flex;align-items:center;gap:16px}.vendor-profile-page-icon{background:linear-gradient(135deg,#64748b,#475569);color:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 12px #64748b26}.vendor-profile-page-title-content h1{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 4px;letter-spacing:-.025em}.vendor-profile-page-subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}.vendor-under-development-content{padding:40px 20px;text-align:center}.vendor-development-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9;max-width:500px;margin:0 auto}.vendor-development-icon{font-size:48px;color:#f59e0b;margin-bottom:20px}.vendor-development-card h2{font-size:24px;font-weight:600;color:#1e293b;margin:0 0 16px}.vendor-development-card p{font-size:16px;color:#64748b;margin:8px 0;line-height:1.5}@media (max-width: 768px){.vendor-profile-header{flex-direction:column;align-items:flex-start;gap:15px}.vendor-profile-page-title-section{gap:12px}.vendor-profile-page-icon{width:50px;height:50px;font-size:24px}.vendor-profile-page-title-content h1{font-size:28px}.vendor-profile-page-subtitle{font-size:14px}}.vendor-work-order-detail-container{padding:20px;background-color:#f8fafc;min-height:100vh}.vendor-work-order-detail-header{margin-bottom:24px}.vendor-work-order-back-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-work-order-back-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.vendor-work-order-detail-content{display:grid;grid-template-columns:2fr 1fr;gap:24px}.vendor-work-order-main-section,.vendor-work-order-side-section{display:flex;flex-direction:column;gap:20px}.vendor-work-order-info-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-work-order-card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e2e8f0;font-size:18px;font-weight:600;color:#1e293b}.vendor-work-order-card-header svg{color:#f59e0b;font-size:20px}.vendor-work-order-card-content{flex:1}.vendor-work-order-title-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px}.vendor-work-order-title-header h1{font-size:28px;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.vendor-work-order-status-badges{display:flex;gap:8px;flex-wrap:wrap}.vendor-work-order-status-badge{padding:6px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.vendor-work-order-status-badge.pending{background:#fef3c7;color:#92400e}.vendor-work-order-status-badge.active{background:#d1fae5;color:#065f46}.vendor-work-order-status-badge.scheduled{background:#dbeafe;color:#1e40af}.vendor-work-order-status-badge.on-hold{background:#fed7d7;color:#c53030}.vendor-work-order-status-badge.completed,.vendor-work-order-status-badge.vendor-accepted{background:#d1fae5;color:#065f46}.vendor-work-order-status-badge.vendor-rejected{background:#fed7d7;color:#c53030}.vendor-work-order-status-badge.vendor-under-review{background:#fef3c7;color:#92400e}.vendor-work-order-status-badge.vendor-planning{background:#e0e7ff;color:#3730a3}.vendor-work-order-status-badge.vendor-in-progress{background:#dbeafe;color:#1e40af}.vendor-work-order-status-badge.vendor-on-hold{background:#fed7d7;color:#c53030}.vendor-work-order-status-badge.vendor-delayed{background:#fecaca;color:#991b1b}.vendor-work-order-status-badge.vendor-completed{background:#d1fae5;color:#065f46}.vendor-work-order-status-badge.vendor-pending{background:#f3f4f6;color:#6b7280}.vendor-work-order-category-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:500}.vendor-work-order-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.vendor-work-order-timeline-items,.vendor-work-order-financial-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.vendor-work-order-detail-item{display:flex;align-items:flex-start;gap:12px}.vendor-work-order-detail-icon{color:#f59e0b;font-size:18px;margin-top:2px;flex-shrink:0}.vendor-work-order-detail-content{flex:1}.vendor-work-order-detail-content h3{font-size:14px;font-weight:600;color:#64748b;margin:0 0 4px;text-transform:uppercase;letter-spacing:.025em}.vendor-work-order-detail-content p{font-size:16px;color:#1e293b;margin:0;word-break:break-word}.vendor-work-order-edit-status-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:auto}.vendor-work-order-edit-status-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.vendor-work-order-status-actions{display:flex;gap:8px;margin-left:auto}.vendor-work-order-cancel-status-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-work-order-cancel-status-btn:hover{background-color:#f1f5f9}.vendor-work-order-save-status-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-work-order-save-status-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.vendor-work-order-status-widget{padding:16px 0}.vendor-work-order-current-status{text-align:center}.vendor-work-order-status-description{margin-top:12px;font-size:14px;color:#64748b;line-height:1.5}.vendor-work-order-status-editor{display:flex;flex-direction:column;gap:8px}.vendor-work-order-status-editor label{font-size:14px;font-weight:500;color:#374151}.vendor-work-order-status-editor select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;transition:all .2s ease}.vendor-work-order-status-editor select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.vendor-work-order-media-section{display:flex;flex-direction:column;gap:16px}.vendor-work-order-upload-area{padding:16px;border:2px dashed #e2e8f0;border-radius:8px;text-align:center;transition:all .2s ease}.vendor-work-order-upload-area:hover{border-color:#f59e0b;background-color:#f59e0b0d}.vendor-work-order-upload-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-work-order-upload-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.vendor-work-order-media-list{display:flex;flex-direction:column;gap:8px}.vendor-work-order-media-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.vendor-work-order-media-item:hover{background-color:#f1f5f9}.vendor-work-order-media-info{flex:1}.vendor-work-order-media-name{font-size:14px;font-weight:500;color:#1e293b;margin-bottom:2px}.vendor-work-order-media-size{font-size:12px;color:#64748b}.vendor-work-order-media-actions{display:flex;gap:8px}.vendor-work-order-download-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#f59e0b;color:#fff;border:none;border-radius:6px;text-decoration:none;transition:all .2s ease}.vendor-work-order-download-btn:hover{background-color:#d97706;color:#fff}.vendor-work-order-delete-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.vendor-work-order-delete-btn:hover{background-color:#dc2626}.vendor-work-order-no-media{text-align:center;padding:20px;color:#9ca3af;font-style:italic}.vendor-work-order-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;gap:20px}.vendor-work-order-error-message{background:#fff;padding:32px;border-radius:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #f1f5f9}.vendor-work-order-error-message p{font-size:16px;color:#64748b;margin:0}@media (max-width: 1024px){.vendor-work-order-detail-content{grid-template-columns:1fr}.vendor-work-order-side-section{order:-1}}@media (max-width: 768px){.vendor-work-order-detail-container{padding:16px}.vendor-work-order-title-header{flex-direction:column;align-items:flex-start}.vendor-work-order-details,.vendor-work-order-timeline-items,.vendor-work-order-financial-items{grid-template-columns:1fr;gap:16px}.vendor-work-order-detail-item{flex-direction:column;gap:8px}.vendor-work-order-card-header{flex-direction:column;align-items:flex-start;gap:8px}.vendor-work-order-status-actions{margin-left:0;width:100%;justify-content:flex-end}.vendor-work-order-edit-status-btn{margin-left:0;width:100%;justify-content:center}}@media (max-width: 480px){.vendor-work-order-info-card{padding:16px}.vendor-work-order-title-header h1{font-size:24px}.vendor-work-order-media-item{flex-direction:column;align-items:flex-start;gap:12px}.vendor-work-order-media-actions{align-self:flex-end}.vendor-work-order-status-actions{flex-direction:column;width:100%;gap:8px}.vendor-work-order-cancel-status-btn,.vendor-work-order-save-status-btn{width:100%;justify-content:center}}.vendor-page-container{display:flex;min-height:100vh;background-color:#f8fafc;font-family:Inter,sans-serif}.vendor-main-content{flex-grow:1;margin-left:20px;transition:margin-left .3s ease;min-height:100vh;display:flex;flex-direction:column}.vendor-content{flex:1;padding:24px;overflow-y:auto}.vendor-view{max-width:100%;margin:0 auto}.page-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:#64748b;background-color:#f8fafc}@media (max-width: 768px){.vendor-content{padding:16px}}@media (max-width: 480px){.vendor-content{padding:12px}}.vendor-view>*{margin-bottom:24px}.vendor-view>*:last-child{margin-bottom:0}.property-detail-view{background-color:#f9fafb;border-radius:12px;width:100%;padding:24px;box-shadow:0 2px 10px #0000000d;max-width:1100px;margin:32px auto;box-sizing:border-box;overflow:hidden;min-width:0}.property-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.back-button{background-color:#6366f1;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;margin-right:18px;transition:background .18s}.back-button:hover{background:#4338ca}.property-detail-header h1{font-size:2.2rem;font-weight:700;color:#18181b;margin:0}.property-profile-settings-desc{color:#64748b;font-size:1.1rem;margin-left:8px;flex:1}.property-main-info{margin-bottom:28px;background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 1px 5px #0000000d}.property-name{font-size:28px;font-weight:700;margin:0 0 12px;color:#1e293b}.property-badges{display:flex;gap:12px;margin-top:12px}.property-badge{padding:6px 14px;border-radius:50px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 2px #0000000d}.property-badge.type-residential{background-color:#dbeafe;color:#2563eb}.property-badge.type-commercial{background-color:#e0f2fe;color:#0369a1}.property-badge.type-industrial{background-color:#f1f5f9;color:#475569}.property-badge.status-occupied{background-color:#dcfce7;color:#16a34a}.property-badge.status-vacant{background-color:#f1f5f9;color:#64748b}.property-badge.status-pre-leased{background-color:#dbeafe;color:#2563eb}.property-badge.status-notice-given{background-color:#fef3c7;color:#d97706}.property-badge.status-under-negotiation{background-color:#e0e7ff;color:#6366f1}.property-badge.status-under-maintenance{background-color:#ffedd5;color:#ea580c}.property-badge.status-renovation-in-progress{background-color:#fecaca;color:#dc2626}.property-badge.status-inactive{background-color:#f3f4f6;color:#6b7280}.property-stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.property-stat-card{background-color:#fff;border-radius:10px;padding:24px;box-shadow:0 2px 6px #0000000d;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.property-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.property-stat-card h3{font-size:15px;color:#64748b;margin:0 0 12px;font-weight:600}.property-stat-card .stat-value{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:6px;display:flex;align-items:baseline}.property-stat-card .stat-label{font-size:13px;color:#94a3b8;font-weight:500}.property-sections{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px}.property-section{background-color:#fff;border-radius:10px;padding:24px;box-shadow:0 2px 6px #0000000d}.section-title{font-size:18px;font-weight:600;color:#1e293b;margin-top:0;margin-bottom:20px;display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.property-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.info-item{margin-bottom:14px}.info-item.full-width{grid-column:span 2}.info-label{display:block;font-size:13px;color:#64748b;margin-bottom:6px;font-weight:500}.info-value{font-size:15px;color:#1e293b;font-weight:500}.info-value.description{line-height:1.6;font-weight:400}.property-units-section{background-color:#fff;border-radius:10px;padding:24px;box-shadow:0 2px 6px #0000000d;margin-bottom:20px}.property-units-section .section-title{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.property-units-table-container{overflow-x:auto;margin-top:16px}.property-units-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.property-units-table th{text-align:left;padding:12px 16px;background-color:#f8fafc;color:#64748b;font-weight:600;border-bottom:2px solid #e2e8f0;position:sticky;top:0;z-index:10}.property-units-table th:first-child{border-top-left-radius:8px}.property-units-table th:last-child{border-top-right-radius:8px}.property-units-table td{padding:14px 16px;border-bottom:1px solid #f1f5f9;color:#334155}.property-units-table tr:last-child td{border-bottom:none}.property-units-table tr:hover{background-color:#f8fafc}.unit-status{display:inline-block;padding:4px 10px;border-radius:50px;font-size:12px;font-weight:600}.unit-status.rented,.unit-status.occupied{background-color:#dcfce7;color:#16a34a}.unit-status.vacant,.unit-status.available{background-color:#f1f5f9;color:#64748b}.unit-status.maintenance{background-color:#ffedd5;color:#f97316}.loading-message,.no-data-message{text-align:center;padding:40px 0;color:#64748b;font-size:15px;font-weight:500}.no-data-message{background-color:#f8fafc;border-radius:8px;padding:30px}.property-media-flex-row{display:flex;align-items:flex-start;gap:24px;width:100%;min-height:100px}.property-media-upload-btn{display:inline-block;margin-bottom:0;padding:10px 22px;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;border-radius:8px;font-weight:500;cursor:pointer;font-size:1rem;transition:background .2s,transform .2s;position:relative;overflow:hidden;min-width:180px;text-align:center}.property-media-upload-btn input[type=file]{display:none}.property-media-list{display:flex;flex-wrap:wrap;gap:12px;min-height:90px;align-items:flex-start;flex:1 1 0;max-width:100%}.property-media-thumb{width:90px;height:90px;border-radius:10px;background:#f3f4f6;box-shadow:0 1px 4px #101e360f;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative;transition:box-shadow .18s cubic-bezier(.4,2,.6,1),transform .18s cubic-bezier(.4,2,.6,1)}.property-media-thumb:hover{box-shadow:0 4px 16px #101e3621;transform:scale(1.05);z-index:2}.property-media-thumb img{width:100%;height:100%;object-fit:cover}.property-media-icon{font-size:2.2rem;color:#6366f1;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.property-media-empty{color:#6b7280;font-style:italic;font-size:1.05rem;padding:16px 0}@media (max-width: 1024px){.property-sections{grid-template-columns:1fr}}@media (max-width: 768px){.property-stats-cards,.property-info-grid{grid-template-columns:1fr}.info-item.full-width{grid-column:span 1}.property-detail-header{flex-direction:column;gap:12px;align-items:flex-start}}@media (max-width: 600px){.property-detail-view{padding:8px 2px}.property-main-info,.property-section,.property-units-section{padding:10px 6px 10px 8px}}.tenant-detail-container{background:#f7faff;min-height:100vh;padding:0 0 40px}.tenant-detail-header{padding:32px 40px 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.back-button{background:#f1f5f9;color:#3b82f6;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .18s;display:flex;align-items:center;gap:8px}.back-button:hover{background:#e0e7ff}.tenant-profile-header-bar{display:flex;align-items:center;justify-content:space-between;background:transparent;border-radius:0;padding:0 32px;margin:24px auto 0;max-width:1200px;box-shadow:none;gap:12px;border-bottom:1px solid #ececec;min-height:56px}.tenant-profile-header-left{display:flex;align-items:center;gap:12px}.tenant-header-actions{display:flex;gap:12px}.refresh-button{background:none;color:#3b82f6;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .18s;display:flex;align-items:center;gap:8px;box-shadow:none}.refresh-button:hover{background:#f1f5f9}.tenant-profile-header-updated{color:#64748b;font-size:.98rem;font-style:italic;margin-left:auto}.last-updated{color:#64748b;font-size:.98rem;font-style:italic}.tenant-detail-content{display:flex;flex-direction:row;gap:24px;margin:32px 40px 0;align-items:flex-start}.tenant-profile-section,.accommodation-section,.tenant-profile-documents{min-width:320px;max-width:380px;flex:1 1 320px;padding:24px 16px 16px;margin-bottom:0;height:520px;box-sizing:border-box;overflow-y:auto}.tenant-profile-section,.accommodation-section{margin-right:0}@media (max-width: 1100px){.tenant-detail-content{flex-direction:column;gap:16px;margin:24px 8px 0}.tenant-profile-section,.accommodation-section,.tenant-profile-documents{min-width:0;max-width:100%;padding:14px 4px 10px}}.tenant-profile-section{background:#fff;border-radius:16px;box-shadow:0 2px 16px #101e360f;padding:32px 32px 18px;margin-bottom:0}.tenant-profile-header{display:flex;align-items:center;gap:24px;margin-bottom:18px}.tenant-avatar{background:#3b82f6;color:#fff;font-size:2.2rem;font-weight:700;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.tenant-title h1{font-size:2rem;font-weight:700;color:#18181b;margin:0}.tenant-status{margin-top:4px;font-size:1.08rem;font-weight:600;border-radius:8px;padding:4px 14px;display:inline-block}.tenant-status.active{background:#d1fae5;color:#059669}.tenant-status.inactive{background:#fee2e2;color:#dc2626}.tenant-info-section h2{font-size:1.2rem;font-weight:700;color:#22223b;margin-bottom:18px}.tenant-details{display:flex;flex-wrap:wrap;gap:24px}.detail-item{display:flex;align-items:flex-start;gap:12px;min-width:220px}.detail-icon{font-size:1.3rem;color:#3b82f6;margin-top:2px;flex-shrink:0}.detail-content h3{font-size:1rem;color:#64748b;margin:0 0 2px;font-weight:600}.detail-content p{font-size:1.08rem;color:#18181b;margin:0;font-weight:500}.accommodation-section{background:#fff;border-radius:16px;box-shadow:0 2px 16px #101e360f;padding:32px 32px 18px}.accommodation-section h2{font-size:1.2rem;font-weight:700;color:#22223b;margin-bottom:18px}.accommodation-details{display:flex;flex-wrap:wrap;gap:24px}.property-card,.unit-card,.lease-card{background:#f8fafc;border-radius:12px;box-shadow:0 1px 4px #101e360f;padding:24px 18px 18px;min-width:220px;flex:1;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.property-icon,.lease-icon{background:#e0f2fe;border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:8px}.property-info h3,.unit-info h3,.lease-info h3{font-size:1.08rem;font-weight:600;color:#374151;margin-bottom:8px}.property-name,.unit-number{font-size:1.08rem;font-weight:600;color:#3b82f6}.property-address,.unit-detail,.lease-dates,.lease-rent,.lease-deposit,.lease-status{font-size:1.01rem;color:#64748b;margin-top:2px}.lease-status{font-weight:600;margin-top:8px}.lease-status.active{color:#059669}.lease-status.pending{color:#f59e0b}.lease-status.expired,.lease-status.terminated{color:#dc2626}.no-accommodation{color:#64748b;font-style:italic;text-align:center;font-size:1.08rem;padding:32px 0}.tenant-profile-documents{background:#fff;border-radius:16px;box-shadow:0 2px 16px #101e360f;margin-top:0;min-width:320px;max-width:380px;flex:1 1 320px;padding:24px 16px 16px;height:520px;box-sizing:border-box;overflow-y:auto}.tenant-profile-section-title{font-size:1.1rem;font-weight:700;color:#22223b;margin-bottom:8px}.tenant-profile-no-lease{color:#64748b;font-style:italic;text-align:center;font-size:1.08rem;padding:32px 0}.tenant-profile-main-container{background:#f7faff;min-height:100vh;padding:0 0 40px}.tenant-profile-title{font-size:2.2rem;font-weight:700;color:#18181b;margin:24px 0 0;text-align:center}.tenant-profile-top-row{display:flex;flex-direction:row;gap:32px;margin:32px auto 0;align-items:flex-start;justify-content:center;max-width:1200px}.tenant-profile-card,.tenant-profile-summary-card,.tenant-profile-units-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px #101e360f;padding:32px 24px 24px;min-width:300px;max-width:350px;flex:1 1 320px;box-sizing:border-box;margin-bottom:0;display:flex;flex-direction:column;align-items:center}.tenant-profile-card{align-items:center;text-align:center;background:#fff;border-radius:16px;box-shadow:0 2px 16px #101e360f;padding:32px 24px 24px;min-width:300px;max-width:350px;flex:1 1 320px;box-sizing:border-box;margin-bottom:0;display:flex;flex-direction:column;justify-content:center}.tenant-avatar{background:#3b82f6;color:#fff;font-size:2.2rem;font-weight:700;border-radius:50%;width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.tenant-name{font-size:1.3rem;font-weight:600;color:#18181b;margin-bottom:10px;margin-top:0}.tenant-status-badge{margin-bottom:16px;font-size:1rem;font-weight:600;border-radius:8px;padding:6px 18px;display:inline-block;background:#d1fae5;color:#059669;min-width:80px;text-align:center;box-shadow:none}.tenant-status-badge.inactive{background:#fee2e2;color:#dc2626}.tenant-profile-info{display:flex;flex-direction:column;gap:10px;font-size:1.08rem;color:#374151;margin-top:10px;align-items:center}.tenant-profile-info>div{display:flex;align-items:center;gap:8px;justify-content:center}.tenant-profile-info svg{font-size:1.1rem;color:#1e293b}.tenant-profile-summary-card{align-items:flex-start;min-width:340px;max-width:400px}.tenant-profile-summary-card h2{font-size:1.2rem;font-weight:700;color:#22223b;margin-bottom:18px}.tenant-profile-summary-card>div{margin-bottom:8px;font-size:1.05rem;color:#374151}.tenant-lease-status.active{color:#059669;font-weight:600}.tenant-lease-status.inactive{color:#dc2626;font-weight:600}.renewed{color:#059669;font-weight:600}.not-renewed{color:#dc2626;font-weight:600}.tenant-profile-units-card{align-items:flex-start;min-width:340px;max-width:400px;overflow-x:auto}.tenant-profile-units-card h2{font-size:1.2rem;font-weight:700;color:#22223b;margin-bottom:18px}.tenant-profile-units-table{width:100%;border-collapse:collapse;font-size:.98rem}.tenant-profile-units-table th,.tenant-profile-units-table td{padding:6px 8px;border-bottom:1px solid #e5e7eb;text-align:left}.tenant-profile-units-table th{background:#f1f5f9;font-weight:600;color:#374151}.tenant-profile-units-table tr:last-child td{border-bottom:none}.tenant-profile-documents-section{background:#fff;border-radius:16px;box-shadow:0 2px 16px #101e360f;margin:40px auto 0;min-width:320px;max-width:1200px;padding:24px 24px 16px;box-sizing:border-box}.tenant-profile-documents-section h2{font-size:1.1rem;font-weight:700;color:#22223b;margin-bottom:8px}.tenant-profile-documents-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px}.tenant-profile-document-thumb{width:80px;height:80px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;border:1.5px solid #e5e7eb;transition:box-shadow .18s}.tenant-profile-document-thumb:hover{box-shadow:0 4px 16px #3b82f621}.tenant-profile-document-thumb img{width:100%;height:100%;object-fit:cover}.tenant-profile-document-icon{font-size:2.2rem;color:#3b82f6}.tenant-profile-no-docs{color:#64748b;font-style:italic;text-align:center;font-size:1.08rem;padding:32px 0}.tenant-profile-loading{color:#64748b;text-align:center;font-size:1.2rem;padding:80px 0}@media (max-width: 1100px){.tenant-profile-top-row{flex-direction:column;gap:18px;margin:24px 8px 0;align-items:stretch;max-width:98vw}.tenant-profile-card,.tenant-profile-summary-card,.tenant-profile-units-card{min-width:0;max-width:100%;margin-bottom:0}.tenant-profile-documents-section{min-width:0;max-width:100%;margin:24px 8px 0}}@media (max-width: 600px){.tenant-profile-title{font-size:1.3rem;margin:16px 0 0}.tenant-profile-top-row{gap:10px;margin:12px 2px 0}.tenant-profile-card,.tenant-profile-summary-card,.tenant-profile-units-card{padding:12px 2px 8px}.tenant-profile-avatar{width:48px;height:48px;font-size:1.2rem}.tenant-profile-documents-section{padding:12px 2px 8px;margin:16px 2px 0}.tenant-profile-document-thumb{width:60px;height:60px}}.tenant-profile-documents-box{background:#fff;border-radius:16px;box-shadow:0 2px 16px #101e360f;min-width:300px;max-width:350px;flex:1 1 320px;box-sizing:border-box;margin-bottom:0;display:flex;flex-direction:column;align-items:flex-start;padding:32px 24px 24px;height:auto}.tenant-profile-documents-box .tenant-profile-section-title{font-size:1.2rem;font-weight:700;color:#22223b;margin-bottom:18px}
