@charset "UTF-8";.layout{min-height:100vh;max-width:1366px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;display:flex;flex-direction:column}@media (max-width: 1366px){.layout{max-width:1280px}}@media (max-width: 1024px){.layout{max-width:768px}}@media (max-width: 738px){.layout{max-width:640px}}.layout .content{flex:1;height:calc(100vh - 100px)}nav{height:100px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1000;padding-right:30px;padding-left:20px}nav a{transition:all .4s ease}@media (max-width: 738px){nav a{display:none}}nav a:hover{scale:1.05}nav .left{flex:3;display:flex;align-items:center;gap:50px}nav .left .logo{font-weight:700;font-size:20px;display:flex;align-items:center;gap:10px}nav .left .logo img{width:27px}@media (max-width: 1024px){nav .left .logo span{display:none}}@media (max-width: 738px){nav .left .logo span{display:initial}}nav .right{flex:2;display:flex;align-items:center;justify-content:flex-end;gap:10px;height:100%}@media (max-width: 1024px){nav .right{background-color:transparent}}nav .right a{padding:12px 24px;margin:20px}nav .right .user{display:flex;align-items:center;font-weight:700}nav .right .user img{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:20px}@media (max-width: 738px){nav .right .user span{display:none}}nav .right .signupLink{height:fit-content;border-radius:20px;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}nav .right .menuIcon{display:none;z-index:2001}nav .right .menuIcon img{width:36px;height:36px;cursor:pointer}@media (max-width: 738px){nav .right .menuIcon{display:initial;position:relative}}.menu{position:fixed;top:0;right:-100%;background-color:#1a1a1a;color:#fff;height:100vh;width:80%;max-width:300px;transition:all .3s ease;display:flex;flex-direction:column;padding-top:60px;z-index:2000;overflow-y:auto}.menu.active{right:0}.menu .menu-header{position:absolute;top:20px;right:20px}.menu .menu-header .close-btn{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:5px}.menu .menu-header .close-btn:hover{opacity:.8}.menu>a{display:block;padding:15px 20px;color:#fff;text-decoration:none;border-bottom:1px solid #333;font-size:16px}.menu>a:hover{background-color:#333}.menu .mobile-sidebar-nav{width:100%}.menu .mobile-sidebar-nav .mobile-nav-item{border-bottom:1px solid #333}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-nav-link{display:flex;align-items:center;padding:15px 20px;color:#fff;text-decoration:none;cursor:pointer;transition:background-color .2s}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-nav-link:hover{background-color:#333}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-nav-link.active-parent{background:linear-gradient(135deg,#667eea,#764ba2);font-weight:700}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-nav-link .mobile-nav-icon{margin-right:10px;font-size:18px}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-nav-link .mobile-chevron{margin-left:auto;font-size:12px;opacity:.7}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-submenu{background-color:#2a2a2a}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-submenu .mobile-submenu-link{display:block;padding:12px 20px 12px 50px;color:#ccc;text-decoration:none;border-bottom:1px solid #333;font-size:14px}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-submenu .mobile-submenu-link:hover{background-color:#333;color:#fff}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-submenu .mobile-submenu-link.active{background-color:#1976d2;color:#fff;font-weight:700}.menu .mobile-sidebar-nav .mobile-nav-item .mobile-submenu .mobile-submenu-link:last-child{border-bottom:none}@media (max-width: 738px){.menu a{display:block}}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1999;display:none}.menu-overlay.active{display:block}@media (max-width: 738px){.menu-overlay{display:none}.menu-overlay.active{display:block}}.notification-bell{position:relative;margin-right:15px}.notification-bell .bell-button{background:none;border:none;cursor:pointer;position:relative;padding:8px;border-radius:50%;transition:background-color .2s}.notification-bell .bell-button:hover{background-color:#0000000d}.notification-bell .bell-button .bell-icon{font-size:24px;transition:transform .2s}.notification-bell .bell-button:hover .bell-icon{transform:scale(1.1)}.notification-bell .bell-button .badge{position:absolute;top:2px;right:2px;background:#e74c3c;color:#fff;border-radius:50%;width:18px;height:18px;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700;animation:pulse 2s infinite;border:2px solid white;z-index:1}.notification-bell .bell-button .connection-status{position:absolute;bottom:2px;right:2px;width:6px;height:6px;border-radius:50%;border:2px solid white;z-index:1}.notification-bell .bell-button .connection-status.connected{background:#27ae60}.notification-bell .bell-button .connection-status.disconnected{background:#e74c3c}.notification-bell .notification-dropdown{position:absolute;top:100%;right:0;width:380px;max-height:500px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:1000;overflow:hidden}.notification-bell .notification-dropdown .dropdown-header{padding:16px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.notification-bell .notification-dropdown .dropdown-header .header-left{display:flex;align-items:center;gap:8px}.notification-bell .notification-dropdown .dropdown-header .header-left h3{margin:0;font-size:16px;font-weight:600}.notification-bell .notification-dropdown .dropdown-header .header-left .unread-badge{background:#2c5aa0;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.notification-bell .notification-dropdown .dropdown-header .header-actions{display:flex;gap:8px}.notification-bell .notification-dropdown .dropdown-header .header-actions button{padding:4px 8px;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s}.notification-bell .notification-dropdown .dropdown-header .header-actions button:disabled{opacity:.5;cursor:not-allowed}.notification-bell .notification-dropdown .dropdown-header .header-actions button.mark-all-btn{background:#2c5aa0;color:#fff}.notification-bell .notification-dropdown .dropdown-header .header-actions button.mark-all-btn:hover:not(:disabled){background:#1e3f7a}.notification-bell .notification-dropdown .dropdown-header .header-actions button.refresh-btn{background:#f8f9fa;color:#666;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.notification-bell .notification-dropdown .dropdown-header .header-actions button.refresh-btn:hover:not(:disabled){background:#e9ecef}.notification-bell .notification-dropdown .dropdown-header .header-actions button.refresh-btn.refreshing{animation:spin 1s linear infinite}.notification-bell .notification-dropdown .notification-list{max-height:350px;overflow-y:auto}.notification-bell .notification-dropdown .notification-list .loading{display:flex;flex-direction:column;align-items:center;padding:30px 20px;color:#666}.notification-bell .notification-dropdown .notification-list .loading .spinner{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}.notification-bell .notification-dropdown .notification-list .loading span{font-size:14px}.notification-bell .notification-dropdown .notification-list .empty-state{padding:40px 20px;text-align:center;color:#666}.notification-bell .notification-dropdown .notification-list .empty-state .empty-icon{font-size:40px;margin-bottom:10px;opacity:.5}.notification-bell .notification-dropdown .notification-list .empty-state p{margin:0 0 5px;font-size:14px}.notification-bell .notification-dropdown .notification-list .empty-state small{color:#999;font-size:12px}.notification-bell .notification-dropdown .notification-list .notification-item{padding:12px 16px;border-bottom:1px solid #f8f9fa;cursor:pointer;display:flex;align-items:flex-start;gap:12px;transition:background-color .2s}.notification-bell .notification-dropdown .notification-list .notification-item:hover{background:#f8f9fa}.notification-bell .notification-dropdown .notification-list .notification-item.unread{background:#f0f7ff}.notification-bell .notification-dropdown .notification-list .notification-item.unread:hover{background:#e6f0ff}.notification-bell .notification-dropdown .notification-list .notification-item .notification-icon{font-size:20px;flex-shrink:0;margin-top:2px}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content{flex:1;min-width:0}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-title{font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:8px;font-size:14px}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-title .unread-dot{width:8px;height:8px;background:#2c5aa0;border-radius:50%;display:inline-block}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-message{font-size:13px;color:#666;margin-bottom:4px;line-height:1.4}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-time{font-size:11px;color:#999}.notification-bell .notification-dropdown .notification-list .notification-item .mark-read-btn{background:none;border:1px solid #ddd;color:#666;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .2s;flex-shrink:0;margin-top:2px}.notification-bell .notification-dropdown .notification-list .notification-item .mark-read-btn:hover{background:#2c5aa0;border-color:#2c5aa0;color:#fff}.notification-bell .notification-dropdown .dropdown-footer{padding:12px 20px;border-top:1px solid #eaeaea;text-align:center}.notification-bell .notification-dropdown .dropdown-footer .view-all-btn{width:100%;padding:8px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;color:#495057;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.notification-bell .notification-dropdown .dropdown-footer .view-all-btn:hover{background:#e9ecef}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 768px){.notification-bell{margin-right:10px}.notification-bell .notification-dropdown{position:fixed;top:60px;right:10px;left:10px;width:auto;max-width:400px;margin:0 auto}.notification-bell .notification-dropdown .notification-list{max-height:300px}}@media (max-width: 480px){.notification-bell .notification-dropdown{width:90vw;max-width:none}.notification-bell .notification-dropdown .dropdown-header{flex-direction:column;gap:10px;align-items:flex-start}.notification-bell .notification-dropdown .dropdown-header .header-actions{align-self:flex-end}}.footer{padding:20px;text-align:center;color:#9a31f7;font-size:12px;position:relative;z-index:2}.sidebar{width:250px;min-height:100vh;background-color:#f8f9fa;padding:20px 15px;border-right:1px solid #ddd;position:fixed;top:0;left:0;overflow-y:auto}.sidebar .sidebar-logo{text-align:center;margin-bottom:30px}.sidebar .sidebar-logo .logo{font-size:20px;font-weight:700;color:#1976d2;text-decoration:none}.sidebar .sidebar-nav{list-style:none;padding:0;font-size:18px}.sidebar .sidebar-nav .sidebar-section{margin-bottom:10px}.sidebar .sidebar-nav .sidebar-section.active-parent>.sidebar-link{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700}.sidebar .sidebar-nav .sidebar-section .sidebar-link{display:flex;align-items:center;padding:10px;color:#333;text-decoration:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.sidebar .sidebar-nav .sidebar-section .sidebar-link:hover{background-color:#a6d6f8}.sidebar .sidebar-nav .sidebar-section .sidebar-link .icon{margin-right:10px}.sidebar .sidebar-nav .sidebar-section .sidebar-link .chevron{margin-left:auto;font-size:12px}.sidebar .sidebar-nav .sidebar-section .sidebar-submenu{list-style:none;padding-left:20px;margin-top:5px}.sidebar .sidebar-nav .sidebar-section .sidebar-submenu li{margin-bottom:5px}.sidebar .sidebar-nav .sidebar-section .sidebar-submenu li.active a{background-color:#1976d2;color:#fff;font-weight:700;border-radius:4px}.sidebar .sidebar-nav .sidebar-section .sidebar-submenu li a{display:block;padding:8px 10px;color:#555;font-size:16px;text-decoration:none;border-radius:4px;transition:all .2s ease}.sidebar .sidebar-nav .sidebar-section .sidebar-submenu li a:hover{background-color:#a0d1f4}.protected-layout{display:flex;flex-direction:column;min-height:100vh}.protected-layout>nav{height:60px;flex-shrink:0;position:sticky;top:0;z-index:100;background-color:#fff;border-bottom:1px solid #ddd}.protected-layout .main-layout{display:flex;flex:1;min-height:0}.protected-layout .sidebar{width:240px;background-color:#f5f5f5;border-right:1px solid #ddd;flex-shrink:0;height:calc(100vh - 60px);position:sticky;top:60px;overflow-y:auto}@media (max-width: 738px){.protected-layout .sidebar{display:none}}.protected-layout .content{flex:1;padding:20px;overflow-y:auto;background-color:#fff;min-height:calc(100vh - 60px)}@media (max-width: 738px){.protected-layout .content{width:100%}}.protected-layout>footer{height:40px;background-color:#eee;flex-shrink:0;text-align:center;padding:10px;border-top:1px solid #ddd}@media (max-width: 738px){.searchBar .type{margin-bottom:5px}}.searchBar .type button{padding:16px 36px;border:1px solid rgb(164,156,156);border-bottom:none;cursor:pointer;background-color:#fff;text-transform:capitalize}.searchBar .type button.active{background-color:#000;color:#fff}.searchBar .type button:first-child{border-top-left-radius:5px;border-right:none}@media (max-width: 738px){.searchBar .type button:first-child{border:1px solid grey}}.searchBar .type button:last-child{border-top-right-radius:5px;border-left:none}@media (max-width: 738px){.searchBar .type button:last-child{border:1px solid grey}}.searchBar form{border:1px solid;display:flex;justify-content:space-between;height:64px;gap:5px}@media (max-width: 738px){.searchBar form{flex-direction:column;border:none}}.searchBar form input{border:none;padding:0 10px;width:200x}@media (max-width: 1366px){.searchBar form input{padding:0 5px}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:140px}}@media (max-width: 1024px){.searchBar form input{width:200px}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:200px}}@media (max-width: 738px){.searchBar form input{width:auto;padding:20px;border:1px solid grey}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:auto}}.searchBar form a{flex:.4;background-color:#4b42f3;display:flex;align-items:center;justify-content:center}.searchBar form a button{border:none;cursor:pointer;background-color:#4b42f3}@media (max-width: 738px){.searchBar form a button{padding:10px}}.searchBar form a button img{width:24px;height:24px}.homePage{width:100%}.homePage .hero-section{position:relative;min-height:100vh;width:100%;border-radius:15px;background-image:url(/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.homePage .hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.homePage .hero-section .hero-content{background:#00000040;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:5px;width:100%;box-shadow:0 12px 40px #0003,inset 0 1px #ffffff1a}.homePage .hero-section .textContainer{position:relative;z-index:2;flex:3}.homePage .hero-section .textContainer .wrapper{padding:0 100px;display:flex;flex-direction:column;justify-content:center;gap:30px;height:100%;max-width:1200px;margin:0 auto}@media (max-width: 1024px){.homePage .hero-section .textContainer .wrapper{padding:0 50px}}@media (max-width: 738px){.homePage .hero-section .textContainer .wrapper{padding:0 20px;gap:30px}}.homePage .hero-section .textContainer .wrapper .title{font-size:3.5rem;color:#fff;font-weight:700;line-height:1.2;margin-bottom:10px}@media (max-width: 1366px){.homePage .hero-section .textContainer .wrapper .title{font-size:2.8rem}}@media (max-width: 1024px){.homePage .hero-section .textContainer .wrapper .title{font-size:2.2rem}}@media (max-width: 738px){.homePage .hero-section .textContainer .wrapper .title{font-size:1.8rem}}.homePage .hero-section .textContainer .wrapper .subtitle{font-size:1.5rem;line-height:1.6;margin-bottom:5px;opacity:.9;color:#fffffff2}@media (max-width: 1024px){.homePage .hero-section .textContainer .wrapper .subtitle{font-size:1.1rem}}.homePage .hero-section .textContainer .wrapper .boxes{display:flex;justify-content:space-between;max-width:800px;margin:20px 0}@media (max-width: 738px){.homePage .hero-section .textContainer .wrapper .boxes{display:none}}.homePage .hero-section .textContainer .wrapper .boxes .box{text-align:center}.homePage .hero-section .textContainer .wrapper .boxes .box h1{font-size:2.5rem;color:#fff;margin-bottom:8px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width: 1366px){.homePage .hero-section .textContainer .wrapper .boxes .box h1{font-size:2rem}}.homePage .hero-section .textContainer .wrapper .boxes .box h2{font-size:1rem;color:#ffffffe6;font-weight:400}.homePage .hero-section .textContainer .wrapper .cta-buttons{display:flex;gap:20px;margin-bottom:10px}@media (max-width: 738px){.homePage .hero-section .textContainer .wrapper .cta-buttons{flex-direction:column;gap:15px}}.homePage .hero-section .textContainer .wrapper .cta-buttons .btn{padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.homePage .hero-section .textContainer .wrapper .cta-buttons .btn.btn-primary{background:#667eea;color:#fff;border:none}.homePage .hero-section .textContainer .wrapper .cta-buttons .btn.btn-primary:hover{background:#5a6fd8;transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.homePage .hero-section .textContainer .wrapper .cta-buttons .btn.btn-secondary{background:transparent;color:#fff;border:2px solid white}.homePage .hero-section .textContainer .wrapper .cta-buttons .btn.btn-secondary:hover{background:#fff;color:#667eea}.homePage .hero-section .textContainer .wrapper .cta-buttons .btn.large{padding:18px 40px;font-size:1.2rem}.homePage .hero-section .textContainer .wrapper .search-section{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px;border-radius:15px;border:1px solid rgba(255,255,255,.3);width:100%;box-sizing:border-box;overflow:hidden}@media (max-width: 1024px){.homePage .hero-section .textContainer .wrapper .search-section{padding:30px}}@media (max-width: 738px){.homePage .hero-section .textContainer .wrapper .search-section{padding:25px 20px}}.homePage .hero-section .textContainer .wrapper .search-section h3{margin-bottom:5px;font-size:1.8rem;color:#fff;text-align:center}@media (max-width: 1024px){.homePage .hero-section .textContainer .wrapper .search-section h3{font-size:1.6rem}}@media (max-width: 738px){.homePage .hero-section .textContainer .wrapper .search-section h3{font-size:1.4rem}}.homePage .hero-section .textContainer .wrapper .search-section p{margin-bottom:5px;opacity:.9;color:#ffffffe6;text-align:center;font-size:1.1rem}@media (max-width: 738px){.homePage .hero-section .textContainer .wrapper .search-section p{font-size:1rem;margin-bottom:20px}}.homePage .hero-section .textContainer .wrapper .search-section>*{width:100%;max-width:100%}.homePage .hero-section .textContainer .wrapper .search-section .searchBar,.homePage .hero-section .textContainer .wrapper .search-section .searchBar form{width:100%;max-width:100%}.homePage section{padding:80px 0}@media (max-width: 1024px){.homePage section{padding:60px 0}}@media (max-width: 738px){.homePage section{padding:40px 0}}.homePage section .container{max-width:1200px;margin:0 auto;padding:0 20px}.homePage section .container h2{text-align:center;font-size:2.5rem;margin-bottom:20px;color:#333}@media (max-width: 1024px){.homePage section .container h2{font-size:2rem}}@media (max-width: 738px){.homePage section .container h2{font-size:1.8rem}}.homePage section .container .section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 738px){.homePage section .container .section-subtitle{font-size:1rem;margin-bottom:40px}}.homePage .features-section{background:#f8f9fa}.homePage .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}@media (max-width: 1024px){.homePage .features-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}}@media (max-width: 738px){.homePage .features-section .features-grid{grid-template-columns:1fr;gap:15px}}.homePage .features-section .features-grid .feature-card{background:#fff;padding:30px 20px;border-radius:12px;text-align:center;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:1px solid #e9ecef}@media (max-width: 1024px){.homePage .features-section .features-grid .feature-card{padding:30px 20px}}@media (max-width: 738px){.homePage .features-section .features-grid .feature-card{padding:25px 15px}}.homePage .features-section .features-grid .feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #667eea26;border-color:#667eea}@media (max-width: 738px){.homePage .features-section .features-grid .feature-card:hover{transform:translateY(-4px)}}.homePage .features-section .features-grid .feature-card:hover .feature-icon-img{transform:scale(1.1)}.homePage .features-section .features-grid .feature-card .feature-icon{margin-bottom:25px;display:flex;justify-content:center;align-items:center;height:80px}.homePage .features-section .features-grid .feature-card .feature-icon .feature-icon-img{width:60px;height:60px;object-fit:contain;transition:transform .3s ease}@media (max-width: 738px){.homePage .features-section .features-grid .feature-card .feature-icon .feature-icon-img{width:48px;height:48px}}@media (max-width: 738px){.homePage .features-section .features-grid .feature-card .feature-icon{height:60px;margin-bottom:15px}}.homePage .features-section .features-grid .feature-card h3{font-size:1.5rem;margin-bottom:15px;color:#333;font-weight:600}@media (max-width: 738px){.homePage .features-section .features-grid .feature-card h3{font-size:1.3rem}}.homePage .features-section .features-grid .feature-card p{color:#666;line-height:1.6;font-size:1rem}@media (max-width: 738px){.homePage .features-section .features-grid .feature-card p{font-size:.9rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.homePage .feature-card:hover .feature-icon-img{animation:float 2s ease-in-out infinite}.homePage .how-it-works{background:#fff}.homePage .how-it-works .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:50px}@media (max-width: 1024px){.homePage .how-it-works .steps-grid{gap:30px}}@media (max-width: 738px){.homePage .how-it-works .steps-grid{gap:20px;margin-top:30px}}.homePage .how-it-works .steps-grid .step{text-align:center;padding:30px 20px}@media (max-width: 738px){.homePage .how-it-works .steps-grid .step{padding:20px 15px}}.homePage .how-it-works .steps-grid .step .step-number{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 25px;box-shadow:0 5px 15px #667eea4d}@media (max-width: 738px){.homePage .how-it-works .steps-grid .step .step-number{width:60px;height:60px;font-size:1.5rem;margin-bottom:20px}}.homePage .how-it-works .steps-grid .step h3{font-size:1.4rem;margin-bottom:15px;color:#333;font-weight:600}@media (max-width: 738px){.homePage .how-it-works .steps-grid .step h3{font-size:1.2rem}}.homePage .how-it-works .steps-grid .step p{color:#666;line-height:1.6;font-size:1rem}@media (max-width: 738px){.homePage .how-it-works .steps-grid .step p{font-size:.9rem}}.homePage .pricing-section{background:#f8f9fa}.homePage .pricing-section .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}@media (max-width: 1024px){.homePage .pricing-section .pricing-grid{gap:20px}}@media (max-width: 738px){.homePage .pricing-section .pricing-grid{gap:15px;margin-top:30px}}.homePage .pricing-section .pricing-grid .pricing-card{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 5px 20px #00000014;border:2px solid #e9ecef;position:relative;transition:all .3s ease}@media (max-width: 1024px){.homePage .pricing-section .pricing-grid .pricing-card{padding:30px 20px}}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card{padding:25px 15px}}.homePage .pricing-section .pricing-grid .pricing-card.popular-tier{border-color:#667eea;transform:scale(1.05);box-shadow:0 15px 35px #667eea33}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card.popular-tier{transform:scale(1)}}.homePage .pricing-section .pricing-grid .pricing-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card:hover{transform:translateY(-3px)}}.homePage .pricing-section .pricing-grid .pricing-card .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:8px 20px;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 3px 10px #667eea4d}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card .popular-badge{padding:6px 15px;font-size:.7rem}}.homePage .pricing-section .pricing-grid .pricing-card .pricing-header{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.homePage .pricing-section .pricing-grid .pricing-card .pricing-header h3{font-size:1.4rem;margin-bottom:15px;color:#333;font-weight:600}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card .pricing-header h3{font-size:1.2rem}}.homePage .pricing-section .pricing-grid .pricing-card .pricing-header .price .amount{font-size:2.5rem;font-weight:700;color:#667eea}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card .pricing-header .price .amount{font-size:2rem}}.homePage .pricing-section .pricing-grid .pricing-card .pricing-header .price .period{color:#666;margin-left:5px;font-size:1rem}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card .pricing-header .price .period{font-size:.9rem}}.homePage .pricing-section .pricing-grid .pricing-card .features-list{list-style:none;margin-bottom:30px;text-align:left}.homePage .pricing-section .pricing-grid .pricing-card .features-list li{padding:10px 0;color:#495057;border-bottom:1px solid #f8f9fa;font-size:.95rem}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card .features-list li{font-size:.85rem;padding:8px 0}}.homePage .pricing-section .pricing-grid .pricing-card .features-list li:last-child{border-bottom:none}.homePage .pricing-section .pricing-grid .pricing-card .pricing-actions .btn{width:100%;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent;display:block}@media (max-width: 738px){.homePage .pricing-section .pricing-grid .pricing-card .pricing-actions .btn{padding:10px 15px;font-size:.9rem}}.homePage .pricing-section .pricing-grid .pricing-card .pricing-actions .btn.btn-primary{background:#667eea;color:#fff}.homePage .pricing-section .pricing-grid .pricing-card .pricing-actions .btn.btn-primary:hover{background:#5a6fd8;transform:translateY(-2px)}.homePage .pricing-section .pricing-grid .pricing-card .pricing-actions .btn.btn-outline{background:transparent;color:#667eea;border-color:#667eea}.homePage .pricing-section .pricing-grid .pricing-card .pricing-actions .btn.btn-outline:hover{background:#667eea;color:#fff}.homePage .cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.homePage .cta-section h2{color:#fff!important;margin-bottom:20px}@media (max-width: 738px){.homePage .cta-section h2{font-size:1.8rem}}.homePage .cta-section p{font-size:1.2rem;margin-bottom:30px;opacity:.9}@media (max-width: 738px){.homePage .cta-section p{font-size:1rem}}.homePage .cta-section .btn-primary{background:#fff;color:#667eea;padding:18px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.2rem;border:none;transition:all .3s ease}@media (max-width: 738px){.homePage .cta-section .btn-primary{padding:15px 30px;font-size:1rem}}.homePage .cta-section .btn-primary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.listPage{width:100%;height:100vh;display:flex;flex-direction:column}.listPage .toggleFilter{display:flex;justify-content:flex-end;padding:20px 50px 0}.listPage .toggleFilter button{background-color:#3b82f6;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s}.listPage .toggleFilter button:hover{background-color:#2563eb}.listPage .listContainer{flex:1;overflow:hidden;display:flex;flex-direction:column}.listPage .listContainer .wrapper{flex:1;padding:20px 50px 100px;display:flex;flex-direction:column;gap:50px;overflow-y:auto}.listPage .pagination{display:flex;justify-content:center;gap:10px;margin-top:30px}.listPage .pagination button{padding:8px 12px;border:1px solid #ccc;background-color:#fff;cursor:pointer;border-radius:4px}.listPage .pagination button.active{background-color:#3b82f6;color:#fff;font-weight:700}.listPage .pagination button:disabled{opacity:.5;cursor:not-allowed}.filter{display:flex;flex-direction:column;gap:10px}.filter h1{font-weight:300;font-size:24px}.filter .item{display:flex;flex-direction:column;gap:2px}.filter .item label{font-size:12px}.filter .item input,.filter .item select{width:100%;padding:10px;border:1px solid rgb(223,202,202);border-radius:5px;font-size:10px}.filter .top input{width:100%}.filter .bottom{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.filter .bottom .item{display:flex;flex-direction:column;gap:4px}.filter .bottom .item input,.filter .bottom .item select{width:100%;box-sizing:border-box}.filter .bottom button{padding:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;height:40px;font-weight:600;border-radius:5px;transition:background-color .3s}.filter .bottom button:first-of-type{background-color:#007bff}.filter .bottom button:first-of-type img{width:24px;height:24px}.filter .bottom button:first-of-type:hover{background-color:#9487d6}.filter .bottom button.resetButton{background-color:#495057;color:#fff}.filter .bottom button.resetButton:hover{background-color:#d76868}@media (max-width: 738px){.filter .bottom{flex-direction:column}.filter .bottom .item,.filter .bottom button{width:100%}}.card{display:flex;gap:20px}@media (max-width: 738px){.card{flex-direction:column}}.card .imageContainer{flex:2;height:200px}@media (max-width: 738px){.card .imageContainer{height:180px}}.card .imageContainer img{width:100%;height:100%;object-fit:cover;border-radius:10px}.card .textContainer{flex:3;display:flex;flex-direction:column;justify-content:space-between;gap:10px}@media (max-width: 738px){.card .textContainer{gap:8px}}.card .textContainer img{width:16px;height:16px}.card .textContainer .title{font-size:20px;font-weight:600;color:#444;transition:all .4s ease}.card .textContainer .title:hover{color:#000;scale:1.01}.card .textContainer .address{font-size:14px;display:flex;align-items:center;gap:5px;color:#888}.card .textContainer .price{font-size:20px;font-weight:300;padding:5px;border-radius:5px;background-color:#e6c7bc;width:max-content}.card .textContainer .bottom{display:flex;justify-content:space-between;gap:10px}.card .textContainer .bottom .features{display:flex;gap:20px;font-size:14px}.card .textContainer .bottom .features .feature{display:flex;align-items:center;gap:5px;background-color:#f5f5f5;padding:5px;border-radius:5px;width:max-content}.card .textContainer .bottom .icons{display:flex;gap:20px}.card .textContainer .bottom .icons .icon{border:1px solid #999;padding:2px 5px;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.card .textContainer .bottom .icons .icon:hover{background-color:#d3d3d3}.card .textContainer .bottom .editButtonContainer{margin-top:10px}.card .textContainer .bottom .editButtonContainer .editButton{padding:8px 16px;background-color:#4b42f3;border:none;border-radius:5px;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s}.card .textContainer .bottom .editButtonContainer .editButton:hover{background-color:#956ef0}.login{position:relative;height:100vh;width:100%;background-image:url(/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;border-radius:15px}.login:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:0}.login .formContainer{position:relative;z-index:1;flex:3;height:100%;display:flex;align-items:center;justify-content:center;width:100%;max-width:450px;margin:0 auto}.login .formContainer form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px;padding:0 20px}.login .formContainer form .login-tabs{display:flex;gap:2px;margin-bottom:25px;background:#ffffff1a;border-radius:8px;padding:4px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2)}.login .formContainer form .login-tabs .tab{flex:1;padding:12px 20px;background:transparent;border:none;font-size:15px;font-weight:600;color:#fffc;cursor:pointer;transition:all .3s ease;border-radius:6px;text-align:center}.login .formContainer form .login-tabs .tab:hover:not(:disabled){color:#fff;background:#ffffff1a}.login .formContainer form .login-tabs .tab.active{color:#fff;background:linear-gradient(135deg,#00808066,#0666);box-shadow:0 2px 8px #00808033}.login .formContainer form .login-tabs .tab:disabled{opacity:.5;cursor:not-allowed}.login .formContainer form h1{color:#fff;text-align:center;margin-bottom:5px;font-size:28px}.login .formContainer form .subtitle{color:#fffc;text-align:center;font-size:14px;margin-bottom:25px;font-weight:400}.login .formContainer form .input-group{position:relative;width:100%}.login .formContainer form .input-group input{width:100%;padding:20px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-size:16px;transition:all .3s ease}.login .formContainer form .input-group input::placeholder{color:#ffffffb3;font-weight:500}.login .formContainer form .input-group input:focus{outline:none;border-color:teal;box-shadow:0 0 0 2px #00808033}.login .formContainer form .input-group input:hover{border-color:#ffffff80}.login .formContainer form .input-group input:disabled{opacity:.6;cursor:not-allowed}.login .formContainer form .input-group.password-input input{padding-right:60px}.login .formContainer form .input-group.password-input .password-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#ffffffb3;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:4px}.login .formContainer form .input-group.password-input .password-toggle:hover{color:#fff;background:#ffffff1a}.login .formContainer form .input-group.password-input .password-toggle:focus{outline:none;box-shadow:0 0 0 2px #0080804d}.login .formContainer form .input-group.password-input .password-toggle:disabled{opacity:.5;cursor:not-allowed}.login .formContainer form .input-group.password-input .password-toggle svg{stroke:currentColor;width:20px;height:20px}.login .formContainer form .form-options{display:flex;justify-content:flex-end;margin-top:-10px;margin-bottom:5px}.login .formContainer form .form-options .forgot-password{color:#7fffd4;text-decoration:none;font-size:14px;transition:all .3s ease;padding:5px 10px;border-radius:4px}.login .formContainer form .form-options .forgot-password:hover{color:#fff;background:#ffffff1a;text-decoration:underline}.login .formContainer form .login-btn{width:100%;padding:18px;border-radius:8px;border:none;background:linear-gradient(135deg,teal,#066);color:#fff;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px}.login .formContainer form .login-btn .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 1s ease-in-out infinite}.login .formContainer form .login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #0080804d}.login .formContainer form .login-btn:active:not(:disabled){transform:translateY(0)}.login .formContainer form .login-btn:disabled{background:#bed9d8;cursor:not-allowed;opacity:.7}.login .formContainer form .error{color:#ff6b6b;background:#ff6b6b1a;padding:12px;border-radius:6px;text-align:center;font-size:14px;border:1px solid rgba(255,107,107,.3);margin-top:5px}.login .formContainer form .links{display:flex;flex-direction:column;gap:12px;margin-top:20px}.login .formContainer form .links a{font-size:14px;color:#fff;text-decoration:none;text-align:center;padding:10px;border-radius:6px;transition:all .3s ease;border:1px solid transparent}.login .formContainer form .links a:hover{background:#ffffff1a;border-color:#fff3;text-decoration:underline}.login .formContainer form .links a:first-child{margin-top:0}.login .formContainer form .links a:last-child{color:#7fffd4;font-weight:500}.login .formContainer form .links a:last-child:hover{color:#fff;background:#00808033}.login .formContainer .global-error-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:9999;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.login .formContainer .global-error-modal .modal-content{background:#fff;padding:30px;border-radius:15px;max-width:400px;width:90%;text-align:center;box-shadow:0 10px 40px #0000004d;animation:slideIn .3s ease-out}.login .formContainer .global-error-modal .modal-content h3{color:#e74c3c;margin-bottom:15px;font-size:20px;font-weight:600}.login .formContainer .global-error-modal .modal-content p{margin-bottom:25px;line-height:1.5;color:#555;font-size:16px}.login .formContainer .global-error-modal .modal-content button{background:#e74c3c;color:#fff;border:none;padding:12px 35px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:background .2s}.login .formContainer .global-error-modal .modal-content button:hover{background:#c0392b}@media (max-width: 480px){.login .formContainer{padding:20px}.login .formContainer form{padding:30px 20px;background:#0000004d;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.login .formContainer form .login-tabs .tab{padding:10px 16px;font-size:14px}.login .formContainer form h1{font-size:24px}.login .formContainer form .input-group input{padding:16px}.login .formContainer form .input-group.password-input input{padding-right:55px}.login .formContainer form .input-group.password-input .password-toggle{right:12px}.login .formContainer form .login-btn{padding:16px}}@media (min-width: 768px){.login .formContainer form{padding:40px 30px;background:#0000004d;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d}}.two-factor-verification{position:relative;height:100vh;width:100%;background-image:url(/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:20px}.two-factor-verification:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000000b3;z-index:0}.two-factor-verification .verification-container{position:relative;z-index:1;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:40px;width:100%;max-width:500px;border:1px solid rgba(255,255,255,.1);animation:slideUp .5s ease}.two-factor-verification .verification-container .verification-header{text-align:center;margin-bottom:30px}.two-factor-verification .verification-container .verification-header .security-icon{font-size:48px;margin-bottom:15px;color:#2c5aa0}.two-factor-verification .verification-container .verification-header h2{color:#fff;margin:10px 0;font-size:28px}.two-factor-verification .verification-container .verification-header .email-info{color:#fffc;font-size:16px;margin:10px 0}.two-factor-verification .verification-container .verification-header .email-info strong{color:#2c5aa0}.two-factor-verification .verification-container .verification-header .instruction{color:#fff9;font-size:14px}.two-factor-verification .verification-container .code-input-section,.two-factor-verification .verification-container .backup-code-section{margin:30px 0}.two-factor-verification .verification-container .code-inputs{display:flex;justify-content:center;gap:10px;margin-bottom:15px}.two-factor-verification .verification-container .code-inputs .code-input{width:50px;height:60px;text-align:center;font-size:24px;font-weight:700;border:2px solid rgba(255,255,255,.3);border-radius:10px;background:#ffffff1a;color:#fff;transition:all .3s}.two-factor-verification .verification-container .code-inputs .code-input:focus{border-color:#2c5aa0;box-shadow:0 0 0 3px #2c5aa04d;outline:none;background:#ffffff26}.two-factor-verification .verification-container .code-inputs .code-input:disabled{background:#ffffff0d;cursor:not-allowed}.two-factor-verification .verification-container .code-meta{text-align:center}.two-factor-verification .verification-container .code-meta .countdown{color:#27ae60;font-weight:700}.two-factor-verification .verification-container .code-meta .expired{color:#e74c3c;font-weight:700}.two-factor-verification .verification-container .backup-code-input{width:100%;padding:15px;font-size:16px;border:2px solid rgba(255,255,255,.3);border-radius:10px;text-align:center;letter-spacing:2px;text-transform:uppercase;font-family:monospace;background:#ffffff1a;color:#fff}.two-factor-verification .verification-container .backup-code-input:focus{border-color:#2c5aa0;box-shadow:0 0 0 3px #2c5aa04d;outline:none;background:#ffffff26}.two-factor-verification .verification-container .backup-code-input::placeholder{color:#ffffff80}.two-factor-verification .verification-container .backup-note{text-align:center;color:#fff9;font-size:12px;margin-top:5px}.two-factor-verification .verification-container .error-message{background:#dc354533;border:1px solid rgba(220,53,69,.5);color:#ff6b6b;padding:15px;border-radius:10px;margin:20px 0;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.two-factor-verification .verification-container .error-message.warning{background:#ffc10733;border-color:#ffc10780;color:#ffc107}.two-factor-verification .verification-container .error-message .attempts-warning{margin:5px 0 0;font-weight:700}.two-factor-verification .verification-container .verification-actions{margin:30px 0}.two-factor-verification .verification-container .verification-actions .verify-button{width:100%;padding:15px;background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center}.two-factor-verification .verification-container .verification-actions .verify-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #0000004d}.two-factor-verification .verification-container .verification-actions .verify-button:disabled{opacity:.6;cursor:not-allowed}.two-factor-verification .verification-container .verification-actions .verify-button .spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.two-factor-verification .verification-container .verification-actions .secondary-actions{display:flex;justify-content:space-between;margin-top:15px}.two-factor-verification .verification-container .verification-actions .secondary-actions .resend-button,.two-factor-verification .verification-container .verification-actions .secondary-actions .toggle-backup{background:none;border:none;color:#2c5aa0;cursor:pointer;padding:10px;font-size:14px;transition:color .2s}.two-factor-verification .verification-container .verification-actions .secondary-actions .resend-button:hover:not(:disabled),.two-factor-verification .verification-container .verification-actions .secondary-actions .toggle-backup:hover:not(:disabled){color:#4a9eff;text-decoration:underline}.two-factor-verification .verification-container .verification-actions .secondary-actions .resend-button:disabled,.two-factor-verification .verification-container .verification-actions .secondary-actions .toggle-backup:disabled{color:#ffffff4d;cursor:not-allowed}.two-factor-verification .verification-container .security-info{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.two-factor-verification .verification-container .security-info .info-box,.two-factor-verification .verification-container .security-info .warning-box{background:#ffffff0d;border-radius:10px;padding:20px;margin-bottom:15px;border:1px solid rgba(255,255,255,.1)}.two-factor-verification .verification-container .security-info .info-box h4,.two-factor-verification .verification-container .security-info .warning-box h4{margin-top:0;color:#2c5aa0;display:flex;align-items:center;gap:10px}.two-factor-verification .verification-container .security-info .info-box ul,.two-factor-verification .verification-container .security-info .warning-box ul{margin:10px 0;padding-left:20px}.two-factor-verification .verification-container .security-info .info-box ul li,.two-factor-verification .verification-container .security-info .warning-box ul li{margin-bottom:5px;color:#fffc;font-size:14px}.two-factor-verification .verification-container .security-info .warning-box{border-left:4px solid #ffc107}.two-factor-verification .verification-container .security-info .warning-box p{color:#fffc;margin:0;font-size:14px}@media (max-width: 480px){.two-factor-verification .verification-container{padding:20px;margin:10px}.two-factor-verification .verification-container .code-inputs{gap:5px}.two-factor-verification .verification-container .code-inputs .code-input{width:40px;height:50px;font-size:20px}.two-factor-verification .verification-container .secondary-actions{flex-direction:column;gap:10px;align-items:center}}.register{position:relative;height:100vh;width:100%;background-image:url(/bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;border-radius:15px}.register:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:0}.register .formContainer{position:relative;z-index:1;flex:3;height:100%;display:flex;align-items:center;justify-content:center}.register .formContainer form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px;padding:0 20px}.register .formContainer form h1{color:#fff;text-align:center;margin-bottom:10px}.register .formContainer form .input-group{position:relative;width:100%}.register .formContainer form .input-group input{width:100%;padding:20px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-size:16px;transition:all .3s ease}.register .formContainer form .input-group input::placeholder{color:#ffffffb3;font-weight:500}.register .formContainer form .input-group input:focus{outline:none;border-color:teal;box-shadow:0 0 0 2px #00808033}.register .formContainer form .input-group input:hover{border-color:#ffffff80}.register .formContainer form .input-group.password-input input{padding-right:60px}.register .formContainer form .input-group.password-input .password-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#ffffffb3;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.register .formContainer form .input-group.password-input .password-toggle:hover{color:#fff}.register .formContainer form .input-group.password-input .password-toggle:focus{outline:none;border-radius:4px;box-shadow:0 0 0 2px #0080804d}.register .formContainer form .input-group.password-input .password-toggle svg{stroke:currentColor}.register .formContainer form .register-btn{padding:18px;border-radius:8px;border:none;background:linear-gradient(135deg,teal,#066);color:#fff;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;margin-top:10px}.register .formContainer form .register-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #0080804d}.register .formContainer form .register-btn:active:not(:disabled){transform:translateY(0)}.register .formContainer form .register-btn:disabled{background:#bed9d8;cursor:not-allowed;opacity:.7}.register .formContainer form .error{color:#ff6b6b;background:#ff6b6b1a;padding:12px;border-radius:6px;text-align:center;font-size:14px;border:1px solid rgba(255,107,107,.3)}.register .formContainer form .links{display:flex;flex-direction:column;gap:10px;margin-top:10px}.register .formContainer form .links a{font-size:14px;color:#fff;text-decoration:none;text-align:center;padding:8px;border-radius:6px;transition:all .3s ease;border:1px solid transparent}.register .formContainer form .links a:hover{background:#ffffff1a;border-color:#fff3}.register .formContainer form .links a:first-child{color:#7fffd4;font-weight:500}.register .formContainer form .links a:first-child:hover{color:#fff;background:#00808033}.register .formContainer form .links a.terms-link{font-size:12px;color:#fffc;line-height:1.4;padding:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.register .formContainer form .links a.terms-link:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.register .formContainer form>*:not(:last-child){margin-bottom:5px}@media (max-width: 480px){.register .formContainer{padding:20px}.register .formContainer form{padding:30px 20px;background:#0000004d;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.register .formContainer form h1{font-size:24px}.register .formContainer form .input-group input{padding:16px}.register .formContainer form .input-group.password-input input{padding-right:55px}.register .formContainer form .input-group.password-input .password-toggle{right:12px}.register .formContainer form .register-btn{padding:16px}.register .formContainer form .links .terms-link{font-size:11px;padding:8px}}@media (min-width: 768px){.register .formContainer form{padding:40px 30px;background:#0000004d;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d}}.password-strength{margin-top:8px;padding:8px 12px;background:#ffffff0d;border-radius:6px;font-size:12px;color:#ffffffb3}.password-strength .strength-meter{height:4px;background:#ffffff1a;border-radius:2px;margin-top:4px;overflow:hidden}.password-strength .strength-meter .strength-fill{height:100%;background:#ff6b6b;transition:width .3s ease,background .3s ease}.password-strength .strength-meter .strength-fill.medium{background:#ffa726}.password-strength .strength-meter .strength-fill.strong{background:#51cf66}.password-strength .strength-text{margin-top:4px;font-size:11px}.termsOfUse{padding:40px;background-color:#f9f9f9;color:#333;max-height:80vh;overflow-y:auto}.termsOfUse .container{max-width:900px;margin:auto}.termsOfUse h1{font-size:32px;margin-bottom:20px}.termsOfUse h2{margin-top:30px;font-size:22px}.termsOfUse p,.termsOfUse li{font-size:16px;line-height:1.6}.termsOfUse ul{padding-left:20px}.adminPage{padding:40px}.adminPage h1{margin-bottom:20px;font-size:32px}.adminPage .adminTabs{display:flex;margin-bottom:30px;border-bottom:2px solid #e0e0e0}.adminPage .adminTabs .tab{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;font-size:16px;cursor:pointer;transition:all .3s ease}.adminPage .adminTabs .tab:hover{background-color:#f5f5f5}.adminPage .adminTabs .tab.active{border-bottom-color:#4caf50;color:#4caf50;font-weight:600}.adminPage .postTable{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.adminPage .postTable table{width:100%;border-collapse:collapse}.adminPage .postTable table th,.adminPage .postTable table td{padding:12px 20px;border-bottom:1px solid #ddd;text-align:left}.adminPage .postTable table th{background-color:#f8f8f8;font-weight:600}.adminPage .postTable table tr:hover{background-color:#f5f5f5}.adminPage .postTable table button{margin-right:10px;padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.adminPage .postTable table button:first-of-type{background-color:#4caf50;color:#fff}.adminPage .postTable table button:last-of-type{background-color:#f44336;color:#fff}.adminPage .postTable table button:disabled{background-color:#ccc;cursor:not-allowed}.adminPage .postTable .pagination{display:flex;justify-content:center;align-items:center;margin-top:20px;padding:20px}.adminPage .postTable .pagination button{margin:0 10px;padding:8px 16px;cursor:pointer;border:1px solid #ddd;background:#fff;border-radius:4px}.adminPage .postTable .pagination button:disabled{cursor:not-allowed;opacity:.5}.adminPage .postTable .pagination span{font-weight:700;margin:0 15px}.adminPage .billingManagement .billingStats{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-bottom:30px}.adminPage .billingManagement .billingStats h3{margin-bottom:20px;color:#333;font-size:20px}.adminPage .billingManagement .billingStats .statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.adminPage .billingManagement .billingStats .statsGrid .statCard{background:#f8f9fa;padding:20px;border-radius:8px;text-align:center;border-left:4px solid #4caf50}.adminPage .billingManagement .billingStats .statsGrid .statCard .statLabel{display:block;font-size:14px;color:#666;margin-bottom:8px}.adminPage .billingManagement .billingStats .statsGrid .statCard .statValue{display:block;font-size:24px;font-weight:700;color:#333}.adminPage .billingManagement .billingStats .statsGrid .statCard .statValue.highlight{color:#ff6b00}.adminPage .billingManagement .paymentRequests{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.adminPage .billingManagement .paymentRequests h3{padding:20px 20px 0;margin-bottom:0;color:#333;font-size:20px}.adminPage .billingManagement .paymentRequests table{width:100%;border-collapse:collapse}.adminPage .billingManagement .paymentRequests table th,.adminPage .billingManagement .paymentRequests table td{padding:12px 20px;border-bottom:1px solid #ddd;text-align:left}.adminPage .billingManagement .paymentRequests table th{background-color:#f8f8f8;font-weight:600;white-space:nowrap}.adminPage .billingManagement .paymentRequests table tr:hover{background-color:#f9f9f9}.adminPage .billingManagement .paymentRequests table .userInfo .userName{font-weight:500}.adminPage .billingManagement .paymentRequests table .userInfo .userEmail{font-size:12px;color:#666}.adminPage .billingManagement .paymentRequests table .accountInfo .companyName{font-size:12px;color:#666;font-style:italic}.adminPage .billingManagement .paymentRequests table .reference{font-family:monospace;background:#f5f5f5;padding:4px 8px;border-radius:4px;font-size:12px}.adminPage .billingManagement .paymentRequests table .actionButtons{display:flex;gap:8px}.adminPage .billingManagement .paymentRequests table .actionButtons button{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;white-space:nowrap;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:6px}.adminPage .billingManagement .paymentRequests table .actionButtons button:disabled{cursor:not-allowed;opacity:.7}.adminPage .billingManagement .paymentRequests table .actionButtons button.loading{pointer-events:none}.adminPage .billingManagement .paymentRequests table .actionButtons button .loading-spinner{width:14px;height:14px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.adminPage .billingManagement .paymentRequests table .actionButtons button.approveBtn{background-color:#4caf50;color:#fff}.adminPage .billingManagement .paymentRequests table .actionButtons button.approveBtn:hover:not(:disabled){background-color:#45a049}.adminPage .billingManagement .paymentRequests table .actionButtons button.approveBtn.loading{background-color:#81c784}.adminPage .billingManagement .paymentRequests table .actionButtons button.rejectBtn{background-color:#f44336;color:#fff}.adminPage .billingManagement .paymentRequests table .actionButtons button.rejectBtn:hover:not(:disabled){background-color:#da190b}.adminPage .billingManagement .paymentRequests table .actionButtons button.rejectBtn.loading{background-color:#e57373}@media (max-width: 738px){.adminPage .billingManagement .paymentRequests .paymentRequests table .actionButtons{flex-direction:column}.adminPage .billingManagement .paymentRequests .paymentRequests table .actionButtons button{justify-content:center;font-size:11px;padding:8px 6px}}.adminPage .billingManagement .paymentRequests>p{padding:40px 20px;text-align:center;color:#666;font-style:italic}.adminPage .userManagement .userStats{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-bottom:30px}.adminPage .userManagement .userStats h3{margin-bottom:20px;color:#333;font-size:20px}.adminPage .userManagement .userStats .statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}.adminPage .userManagement .userStats .statsGrid .statCard{background:#f8f9fa;padding:20px;border-radius:8px;text-align:center;border-left:4px solid #4caf50}.adminPage .userManagement .userStats .statsGrid .statCard .statLabel{display:block;font-size:14px;color:#666;margin-bottom:8px}.adminPage .userManagement .userStats .statsGrid .statCard .statValue{display:block;font-size:24px;font-weight:700;color:#333}.adminPage .userManagement .userFilters{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;margin-bottom:20px}.adminPage .userManagement .userFilters .searchBox{margin-bottom:15px}.adminPage .userManagement .userFilters .searchBox .searchInput{width:100%;padding:12px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;transition:border-color .3s}.adminPage .userManagement .userFilters .searchBox .searchInput:focus{outline:none;border-color:#4caf50}.adminPage .userManagement .userFilters .filterButtons{display:flex;flex-wrap:wrap;gap:10px}.adminPage .userManagement .userFilters .filterButtons .filterBtn{padding:8px 16px;border:2px solid #e1e5e9;background:#fff;border-radius:20px;cursor:pointer;font-size:14px;transition:all .3s}.adminPage .userManagement .userFilters .filterButtons .filterBtn:hover{border-color:#4caf50}.adminPage .userManagement .userFilters .filterButtons .filterBtn.active{background:#4caf50;color:#fff;border-color:#4caf50}.adminPage .userManagement .userFilters .filterButtons .clearFilters{padding:8px 16px;border:2px solid #ff6b6b;background:#fff;color:#ff6b6b;border-radius:20px;cursor:pointer;font-size:14px;transition:all .3s}.adminPage .userManagement .userFilters .filterButtons .clearFilters:hover{background:#ff6b6b;color:#fff}.adminPage .userManagement .usersTable{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.adminPage .userManagement .usersTable h3{padding:20px 20px 0;margin-bottom:0;color:#333;font-size:20px}.adminPage .userManagement .usersTable table{width:100%;border-collapse:collapse}.adminPage .userManagement .usersTable table th,.adminPage .userManagement .usersTable table td{padding:12px 20px;border-bottom:1px solid #ddd;text-align:left}.adminPage .userManagement .usersTable table th{background-color:#f8f8f8;font-weight:600;white-space:nowrap}.adminPage .userManagement .usersTable table tr:hover{background-color:#f9f9f9}.adminPage .userManagement .usersTable table .userInfo{display:flex;align-items:center;gap:12px}.adminPage .userManagement .usersTable table .userInfo .userAvatar{width:40px;height:40px;border-radius:50%;overflow:hidden}.adminPage .userManagement .usersTable table .userInfo .userAvatar img{width:100%;height:100%;object-fit:cover}.adminPage .userManagement .usersTable table .userInfo .userAvatar .avatarPlaceholder{width:100%;height:100%;background:#4caf50;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.adminPage .userManagement .usersTable table .userInfo .userDetails .userName{font-weight:500;margin-bottom:2px}.adminPage .userManagement .usersTable table .userInfo .userDetails .userEmail{font-size:12px;color:#666}.adminPage .userManagement .usersTable table .role-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.adminPage .userManagement .usersTable table .role-badge.admin{background:#ffeaa7;color:#e17055}.adminPage .userManagement .usersTable table .role-badge.user{background:#dfe6e9;color:#636e72}.adminPage .userManagement .usersTable table .user-type-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;background:#e3f2fd;color:#1976d2}.adminPage .userManagement .usersTable table .units-count{font-weight:600;color:#27ae60}.adminPage .userManagement .usersTable table .subscription-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.adminPage .userManagement .usersTable table .subscription-badge.active{background:#e8f5e8;color:#27ae60}.adminPage .userManagement .usersTable table .subscription-badge.trial{background:#fff3cd;color:#856404}.adminPage .userManagement .usersTable table .subscription-badge.trial_expired{background:#fff3cd;color:#856404;border:1px dashed #ffc107}.adminPage .userManagement .usersTable table .subscription-badge.free{background:#e3f2fd;color:#1976d2}.adminPage .userManagement .usersTable table .subscription-badge.no_subscription{background:#f8f9fa;color:#6c757d;font-style:italic}.adminPage .userManagement .usersTable table .subscription-badge.inactive{background:#f8d7da;color:#721c24}.adminPage .userManagement .usersTable>p{padding:40px 20px;text-align:center;color:#666;font-style:italic}.adminPage .userManagement .usersTable .pagination{display:flex;justify-content:center;align-items:center;margin-top:20px;padding:20px}.adminPage .userManagement .usersTable .pagination button{margin:0 10px;padding:8px 16px;cursor:pointer;border:1px solid #ddd;background:#fff;border-radius:4px}.adminPage .userManagement .usersTable .pagination button:disabled{cursor:not-allowed;opacity:.5}.adminPage .userManagement .usersTable .pagination span{font-weight:700;margin:0 15px}@media (max-width: 1024px){.adminPage{padding:20px}.adminPage .adminTabs .tab{padding:10px 16px;font-size:14px}.adminPage .billingManagement .statsGrid,.adminPage .userManagement .userStats .statsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.adminPage .userManagement .userFilters .filterButtons{flex-direction:column;align-items:flex-start}}@media (max-width: 738px){.adminPage{padding:10px}.adminPage .adminTabs{flex-direction:column}.adminPage .adminTabs .tab{text-align:left;border-bottom:1px solid #e0e0e0;border-left:3px solid transparent}.adminPage .adminTabs .tab.active{border-left-color:#4caf50;border-bottom-color:#e0e0e0}.adminPage .billingManagement .statsGrid{grid-template-columns:1fr!important}.adminPage .billingManagement .paymentRequests table .actionButtons{flex-direction:column}.adminPage .userManagement .userStats .statsGrid{grid-template-columns:1fr!important}.adminPage .userManagement .usersTable table .userInfo{flex-direction:column;text-align:center;gap:8px}}.profilePage{display:flex;height:100%}@media (max-width: 1024px){.profilePage{flex-direction:column;overflow:scroll}}.profilePage .details{flex:3;overflow-y:scroll;padding-right:50px}@media (max-width: 1024px){.profilePage .details{flex:none;height:max-content}}.profilePage .details .wrapper{padding-right:50px;display:flex;flex-direction:column;gap:50px}.profilePage .details .wrapper .title{display:flex;align-items:center;justify-content:space-between}.profilePage .details .wrapper .title h1{font-weight:300}.profilePage .details .wrapper .title button{padding:12px 24px;background-color:#3a86ff;color:#fff;cursor:pointer;border:none;border-radius:5px;transition:all .2s ease}.profilePage .details .wrapper .title button:hover:not(:disabled){background-color:#0767ff;transform:translateY(-1px)}.profilePage .details .wrapper .title button:disabled{opacity:.6;cursor:not-allowed}.profilePage .details .wrapper .info{display:flex;flex-direction:column;gap:20px}.profilePage .details .wrapper .info span{display:flex;align-items:center;gap:10px}.profilePage .details .wrapper .info .logout-btn{width:120px;background-color:#ff6b6b;border:none;color:#fff;padding:10px 20px;cursor:pointer;border-radius:5px;font-size:16px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.profilePage .details .wrapper .info .logout-btn:hover:not(:disabled){background-color:#ff3838;transform:translateY(-1px);box-shadow:0 4px 8px #ff6b6b33}.profilePage .details .wrapper .info .logout-btn:active:not(:disabled){transform:translateY(0)}.profilePage .details .wrapper .info .logout-btn:disabled{opacity:.7;cursor:not-allowed}.profilePage .details .wrapper .info .logout-btn.loading{background-color:#ff9e9e}.profilePage .details .wrapper .info .logout-btn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.profilePage .details .wrapper .info .logout-error{margin-top:5px;padding:8px;background-color:#ff00001a;border-radius:4px;animation:fadeIn .3s ease}.profilePage .details .wrapper .info img{width:40px;height:40px;border-radius:50%;object-fit:cover}.profilePage{animation:pageFadeIn .5s ease}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.list{display:flex;flex-direction:column;gap:50px}.profileUpdatePage{height:100%;display:flex}.profileUpdatePage .formContainer{flex:3;display:flex;align-items:center;justify-content:center}.profileUpdatePage .formContainer form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:500px;padding:20px}.profileUpdatePage .formContainer form h1{text-align:center;margin-bottom:10px;color:#222}.profileUpdatePage .formContainer form .formRow{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media (max-width: 768px){.profileUpdatePage .formContainer form .formRow{grid-template-columns:1fr}}.profileUpdatePage .formContainer form .item{display:flex;flex-direction:column;gap:5px}.profileUpdatePage .formContainer form .item label{font-weight:600;color:#333}.profileUpdatePage .formContainer form .item input{padding:15px;border-radius:5px;border:1px solid #ddd;font-size:1rem;transition:border-color .3s ease}.profileUpdatePage .formContainer form .item input:focus{outline:none;border-color:teal;box-shadow:0 0 5px #0080804d}.profileUpdatePage .formContainer form .item input::placeholder{color:#999}.profileUpdatePage .formContainer form .item input.error{border-color:#dc3545!important;box-shadow:0 0 5px #dc35454d!important}.profileUpdatePage .formContainer form .field-error{color:#dc3545;font-size:.875rem;margin-top:4px;display:block;font-weight:500;background:#dc35450d;padding:8px 12px;border-radius:4px;border-left:3px solid #dc3545}.profileUpdatePage .formContainer form .formActions{display:flex;gap:15px;margin-top:10px}.profileUpdatePage .formContainer form .formActions button{flex:1;padding:15px;border-radius:5px;border:none;font-weight:700;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.profileUpdatePage .formContainer form .formActions button[type=submit]{background-color:teal;color:#fff}.profileUpdatePage .formContainer form .formActions button[type=submit]:hover{background-color:#066}.profileUpdatePage .formContainer form .formActions button[type=submit]:disabled{background-color:#6c757d;cursor:not-allowed}.profileUpdatePage .formContainer form .formActions button.cancelBtn{background-color:#6c757d;color:#fff}.profileUpdatePage .formContainer form .formActions button.cancelBtn:hover{background-color:#5a6268}.profileUpdatePage .formContainer form .error{color:#d9534f;background:#d9534f1a;padding:12px;border-radius:4px;border:1px solid rgba(217,83,79,.3);font-weight:600;text-align:center;margin-top:10px}.profileUpdatePage .sideContainer{flex:2;background-color:#fcf5f3;display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:center;padding:20px}.profileUpdatePage .sideContainer .avatar{width:200px;height:200px;object-fit:cover;border-radius:50%;border:3px solid teal}.profileUpdatePage .sideContainer .userInfo{text-align:center;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:300px}.profileUpdatePage .sideContainer .userInfo h3{margin-bottom:15px;color:teal;border-bottom:2px solid teal;padding-bottom:10px}.profileUpdatePage .sideContainer .userInfo p{margin:8px 0;text-align:left}.profileUpdatePage .sideContainer .userInfo p strong{color:#333}@media (max-width: 768px){.profileUpdatePage{flex-direction:column}.profileUpdatePage .formContainer{order:2}.profileUpdatePage .sideContainer{order:1;padding:20px}.profileUpdatePage .sideContainer .avatar{width:120px;height:120px}.profileUpdatePage .sideContainer .userInfo{max-width:100%}}.profileUpdatePage .input-with-loader{position:relative}.profileUpdatePage .input-with-loader .field-loading-spinner{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.profileUpdatePage .formActions button{position:relative}.profileUpdatePage .formActions button.loading{opacity:.7;cursor:not-allowed}.profileUpdatePage .formActions button .button-spinner{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.profileUpdatePage input:disabled{opacity:.6;cursor:not-allowed;background-color:#f8f9fa}.profileUpdatePage .field-error{color:#dc3545;font-size:.875rem;margin-top:4px;display:block}.profileUpdatePage input.error{border-color:#dc3545;box-shadow:0 0 0 2px #dc35451a}.newPostPage{height:100vh;display:flex}.newPostPage .formContainer{flex:3;height:100vh;overflow-y:auto}.newPostPage .formContainer .wrapper{margin:30px 50px 100px 0}.newPostPage .formContainer .wrapper form{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.newPostPage .formContainer .wrapper form .item{width:30%;display:flex;flex-direction:column;gap:5px}.newPostPage .formContainer .wrapper form .item input{padding:20px;border-radius:5px;border:1px solid gray}.newPostPage .formContainer .wrapper form .item select{padding:19px}.newPostPage .formContainer .wrapper form .item.description{width:100%;height:320px}.newPostPage .formContainer .wrapper form .item.description .quill>.ql-container>.ql-editor{height:200px;font-size:16px}.newPostPage .formContainer .wrapper form .sendButton{width:30%;height:30px;border-radius:5px;border:none;background-color:teal;color:#fff;font-weight:700;cursor:pointer}.newPostPage .formContainer .wrapper form .sendButton[disabled]{opacity:.6;cursor:not-allowed}.newPostPage .sideContainer{flex:2;background-color:#fcf5f3;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.newPostPage .sideContainer .uploadTitle{font-weight:700;font-size:1.1rem}.newPostPage .sideContainer input[type=file]{margin-bottom:.5rem}.newPostPage .sideContainer button{padding:.5rem 1rem;background-color:#07f;color:#fff;border:none;border-radius:4px;cursor:pointer}.newPostPage .sideContainer button:disabled{background-color:#aaa;cursor:not-allowed}.newPostPage .sideContainer .imageWrapper{position:relative;display:flex;align-items:center;margin-top:10px}.newPostPage .sideContainer .imageWrapper img{width:100px;height:100px;object-fit:cover;border-radius:6px;border:1px solid #ddd}.newPostPage .sideContainer .imageWrapper .removeButton{position:absolute;top:0;right:0;background-color:#ff0000b3;border:none;color:#fff;font-size:18px;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.newPostPage .sideContainer .imageWrapper .removeButton:hover{background-color:red}@media (max-width: 768px){.newPostPage{flex-direction:column}.newPostPage .formContainer{height:auto;overflow-y:visible}.newPostPage .formContainer .wrapper{margin:20px 20px 40px}.newPostPage .formContainer .wrapper form{justify-content:flex-start}.newPostPage .formContainer .wrapper form .item{width:48%!important}.newPostPage .formContainer .wrapper form .item.description{width:100%!important}.newPostPage .formContainer .wrapper form .sendButton{width:100%!important;height:40px}.newPostPage .sideContainer{flex:none;width:100%;margin-top:30px;align-items:flex-start;padding:0 20px 50px}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.slider{width:100%;height:350px;display:flex;gap:20px}.slider .fullSlider{position:absolute;width:100vw;height:100vh;top:0;left:0;background-color:#000;display:flex;justify-content:space-between;align-items:center;z-index:9999}.slider .fullSlider .arrow{flex:1;display:flex;align-items:center;justify-content:center}.slider .fullSlider .arrow img{width:50px}@media (max-width: 1024px){.slider .fullSlider .arrow img{width:30px}}@media (max-width: 738px){.slider .fullSlider .arrow img{width:20px}}.slider .fullSlider .arrow img{width:30px}.slider .fullSlider .arrow img.right{transform:rotate(180deg)}.slider .fullSlider .imgContainer{flex:10}.slider .fullSlider .imgContainer img{width:100%;height:100%;object-fit:cover}.slider .fullSlider .close{position:absolute;top:0;right:0;color:#fff;font-size:36px;font-weight:700;padding:50px;cursor:pointer}.slider img{width:100%;height:100%;object-fit:cover;border-radius:10px;cursor:pointer}.slider .bigImage{flex:3}.slider .smallImages{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.slider .smallImages img{height:100px}.singlePage{display:flex;flex-direction:row;flex-wrap:wrap}@media (max-width: 1024px){.singlePage{flex-direction:column}}.singlePage .details{flex:3}@media (max-width: 1024px){.singlePage .details{flex:none;height:max-content;margin-bottom:50px}}.singlePage .details .wrapper{padding-right:50px}.singlePage .details .wrapper .info{margin-top:50px}.singlePage .details .wrapper .info .top{display:flex;justify-content:space-between}.singlePage .details .wrapper .info .top .post{display:flex;flex-direction:column;gap:20px}.singlePage .details .wrapper .info .top .post h1{font-weight:400}.singlePage .details .wrapper .info .top .post .address{display:flex;gap:5px;align-items:center;color:#888;font-size:14px}.singlePage .details .wrapper .info .top .post .address img{width:16px;height:16px}.singlePage .details .wrapper .info .top .post .price{padding:5px;background-color:#f7ece8;width:max-content;border-radius:5px;font-size:20px;font-weight:300}.singlePage .details .wrapper .info .top .user{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:0 50px;border-radius:5px;background-color:#f5e7e2;font-weight:600}.singlePage .details .wrapper .info .top .user img{width:50px;height:50px;border-radius:50%;object-fit:cover}.singlePage .details .wrapper .info .bottom{margin-top:50px;color:#555;line-height:20px}.singlePage .features{flex:2;background-color:#ebe6e6}@media (max-width: 1024px){.singlePage .features{flex:none;height:max-content;margin-bottom:50px}}.singlePage .features .wrapper{padding:0 20px;display:flex;flex-direction:column;gap:20px}.singlePage .features .wrapper img{width:24px;height:24px}.singlePage .features .wrapper .title{font-weight:700;font-size:18px;margin-bottom:10px}.singlePage .features .wrapper .feature{display:flex;align-items:center;gap:10px}.singlePage .features .wrapper .feature img{background-color:#dadaa8}.singlePage .features .wrapper .feature .featureText span{font-weight:700}.singlePage .features .wrapper .feature .featureText p{font-size:14px}.singlePage .features .wrapper .listVertical{display:flex;flex-direction:column;gap:20px;padding:20px 10px;background-color:#fff;border-radius:10px}.singlePage .features .wrapper .listHorizontal{display:flex;justify-content:space-between;padding:20px 10px;background-color:#fff;border-radius:10px}.singlePage .features .wrapper .sizes{display:flex;justify-content:space-between}@media (max-width: 1366px){.singlePage .features .wrapper .sizes{font-size:12px}}.singlePage .features .wrapper .sizes .size{display:flex;align-items:center;gap:10px;background-color:#fff;padding:10px;border-radius:5px}.singlePage .features .wrapper .buttons{display:flex;justify-content:space-between}.singlePage .features .wrapper .buttons .btn-request-viewing{padding:10px 20px;background-color:teal;color:#fff;border:none;cursor:pointer;font-weight:700;margin-top:10px}.singlePage .features .wrapper .buttons .fully-booked{background-color:#f12222;color:#f6f4f4;cursor:not-allowed}.singlePage .features .wrapper .buttons button{display:flex;padding:20px;align-items:center;gap:5px;background-color:#fff;border:1px solid rgb(218,218,168);border-radius:5px;cursor:pointer}.singlePage .features .wrapper .buttons button img{width:16px;height:16px}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center}.modal{background:#fff;padding:2rem;border-radius:8px;width:300px}.modal h2{margin-bottom:1rem}.modal form{display:flex;flex-direction:column}.modal form input,.modal form textarea,.modal form select{margin-bottom:1rem;padding:.5rem;width:100%;box-sizing:border-box}.modal form p{color:red}.modal form .modal-buttons{display:flex;gap:.5rem}.modal form .modal-buttons button{flex:1;padding:.5rem;box-sizing:border-box;border:none;border-radius:4px;cursor:pointer}.modal form .modal-buttons .submit-btn{background-color:#007bff;color:#fff}.modal form .modal-buttons .submit-btn:hover{background-color:#0056b3}.celebration-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.celebration-overlay .celebration-content{background:#fff;padding:3rem;border-radius:16px;text-align:center;max-width:400px;width:90%;animation:slideUp .5s ease}.celebration-overlay .celebration-content .celebration-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 1s ease infinite}.celebration-overlay .celebration-content h2{color:#036;margin:0 0 1rem;font-size:2rem}.celebration-overlay .celebration-content p{color:#666;margin:0 0 2rem;font-size:1.125rem;line-height:1.5}.celebration-overlay .celebration-content .celebration-btn{background:#036;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.celebration-overlay .celebration-content .celebration-btn:hover{background:#024;transform:translateY(-2px)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.kpi-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;padding:1rem;border-radius:8px;box-shadow:0 0 6px #0000000d;transition:.3s ease;text-align:center}.kpi-icon{font-size:2rem;margin-bottom:.5rem}.kpi-content{display:flex;flex-direction:column;align-items:center}.kpi-label{font-size:18px;color:#555}.kpi-value{font-size:1.9rem;font-weight:700;color:#222}.donut-chart{display:flex;background:#f8f9fa;flex-direction:column;align-items:center;justify-content:center}.donut-chart h4{margin-bottom:1rem;font-size:18px;color:#333}.donut-chart canvas{max-width:280px;max-height:220px}.bar-chart{background:#f8f9fa;padding:1rem 2rem 1rem 1rem;border-radius:10px;box-shadow:0 2px 8px #0000000d}.bar-chart h4{margin-bottom:1rem;font-size:18px;color:#333}.onboarding-progress{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000001a;border:1px solid #e0e0e0}.onboarding-progress .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.onboarding-progress .progress-header h3{color:#036;margin:0;font-size:1.5rem;font-weight:600}.onboarding-progress .progress-header .skip-btn{background:transparent;border:1px solid #ccc;color:#666;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease}.onboarding-progress .progress-header .skip-btn:hover{background:#f5f5f5;border-color:#999}.onboarding-progress .progress-bar{height:8px;background:#f0f0f0;border-radius:4px;margin-bottom:2rem;overflow:hidden}.onboarding-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#036,#2196f3);transition:width .3s ease;border-radius:4px}.onboarding-progress .step-indicators{display:flex;justify-content:space-between;position:relative}.onboarding-progress .step-indicators:before{content:"";position:absolute;top:16px;left:0;right:0;height:2px;background:#f0f0f0;z-index:1}.onboarding-progress .step-indicators .step-indicator{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:2}.onboarding-progress .step-indicators .step-indicator.active .step-number{background:#036;color:#fff;border-color:#036;transform:scale(1.1)}.onboarding-progress .step-indicators .step-indicator.active .step-label{color:#036;font-weight:600}.onboarding-progress .step-indicators .step-indicator.completed .step-number{background:#4caf50;color:#fff;border-color:#4caf50}.onboarding-progress .step-indicators .step-indicator.completed .step-number:after{content:"✓";font-weight:700}.onboarding-progress .step-indicators .step-indicator .step-number{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;font-weight:600;font-size:.875rem;transition:all .3s ease}.onboarding-progress .step-indicators .step-indicator .step-label{color:#666;font-size:.75rem;text-align:center;transition:color .3s ease}@media (max-width: 768px){.onboarding-progress{padding:1.5rem}.onboarding-progress .progress-header{flex-direction:column;gap:1rem;align-items:flex-start}.onboarding-progress .progress-header h3{font-size:1.25rem}.onboarding-progress .step-indicators .step-indicator .step-label{font-size:.7rem}}.onboarding-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;border:2px solid #f0f0f0;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.onboarding-card.active{border-color:#036;box-shadow:0 4px 12px #00336626;transform:translateY(-2px)}.onboarding-card.active .card-header .step-icon{background:#036;transform:scale(1.1)}.onboarding-card.completed{border-color:#4caf50;background:#f8fff8}.onboarding-card.completed .card-header .step-icon{background:#4caf50}.onboarding-card .card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.onboarding-card .card-header .step-icon{width:48px;height:48px;border-radius:50%;background:#666;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff;flex-shrink:0;transition:all .3s ease}.onboarding-card .card-header .step-info{flex:1}.onboarding-card .card-header .step-info h4{margin:0 0 .25rem;color:#333;font-size:1.125rem;font-weight:600}.onboarding-card .card-header .step-info p{margin:0;color:#666;font-size:.875rem;line-height:1.4}.onboarding-card .card-header .completed-badge{background:#4caf50;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;flex-shrink:0}.onboarding-card .card-actions{display:flex;gap:.75rem;align-items:center}.onboarding-card .card-actions .primary-btn{background:#036;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .2s ease;border:none;cursor:pointer}.onboarding-card .card-actions .primary-btn:hover{background:#024;transform:translateY(-1px);box-shadow:0 4px 8px #0033664d}.onboarding-card .card-actions .secondary-btn{background:transparent;color:#666;padding:.75rem 1.5rem;border-radius:6px;border:1px solid #ccc;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.onboarding-card .card-actions .secondary-btn:hover{background:#f5f5f5;border-color:#999}@media (max-width: 768px){.onboarding-card{padding:1rem}.onboarding-card .card-header{flex-direction:column;text-align:center;gap:.75rem}.onboarding-card .card-header .step-icon{align-self:center}.onboarding-card .card-actions{flex-direction:column}.onboarding-card .card-actions .primary-btn,.onboarding-card .card-actions .secondary-btn{width:100%;text-align:center}}.empty-state{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.empty-state .empty-state-content{text-align:center;max-width:500px;width:100%}.empty-state .empty-state-content .empty-state-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.8}.empty-state .empty-state-content h3{color:#3a86ff;margin:0 0 1rem;font-size:1.75rem;font-weight:600}.empty-state .empty-state-content p{color:#666;font-size:1.125rem;line-height:1.6;margin:0 0 2rem}.empty-state .empty-state-content .onboarding-actions{margin-bottom:2rem}.empty-state .empty-state-content .onboarding-actions .progress-indicator{margin-bottom:1rem}.empty-state .empty-state-content .onboarding-actions .progress-indicator span{display:block;color:#036;font-weight:600;margin-bottom:.5rem;font-size:.875rem}.empty-state .empty-state-content .onboarding-actions .progress-indicator .progress-bar{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden;margin-bottom:1rem}.empty-state .empty-state-content .onboarding-actions .progress-indicator .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#036,#2196f3);transition:width .3s ease;border-radius:3px}.empty-state .empty-state-content .start-onboarding-btn{background:#3a86ff;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.empty-state .empty-state-content .start-onboarding-btn:hover{background:#104d8a;transform:translateY(-2px);box-shadow:0 6px 12px #0033664d}.empty-state .empty-state-content .resume-onboarding-btn{background:#4caf50;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.empty-state .empty-state-content .resume-onboarding-btn:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 6px 12px #4caf504d}.empty-state .empty-state-content .progress-note,.empty-state .empty-state-content .guide-note{color:#666;font-size:.875rem;margin:.5rem 0 0}.empty-state .empty-state-content .quick-actions{border-top:1px solid #e0e0e0;padding-top:2rem}.empty-state .empty-state-content .quick-actions p{color:#666;font-size:.875rem;margin-bottom:1rem}.empty-state .empty-state-content .quick-actions .quick-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.empty-state .empty-state-content .quick-actions .quick-links a{color:#036;text-decoration:none;padding:.5rem 1rem;border:1px solid #003366;border-radius:6px;font-weight:600;font-size:.875rem;transition:all .2s ease}.empty-state .empty-state-content .quick-actions .quick-links a:hover{background:#036;color:#fff;transform:translateY(-1px)}@media (max-width: 768px){.empty-state{padding:1rem}.empty-state .empty-state-content .empty-state-icon{font-size:3rem}.empty-state .empty-state-content h3{font-size:1.5rem}.empty-state .empty-state-content p{font-size:1rem}.empty-state .empty-state-content .quick-links{flex-direction:column;align-items:center}.empty-state .empty-state-content .quick-links a{width:200px}}.dashboard-page{padding:2rem;max-width:100%;overflow-x:hidden}.dashboard-page .upgrade-banner{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem}.dashboard-page .upgrade-banner.warning{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.dashboard-page .upgrade-banner .banner-content{display:flex;align-items:center;gap:1rem}.dashboard-page .upgrade-banner .banner-content span{font-size:1.5rem}.dashboard-page .upgrade-banner .banner-content div{flex:1}.dashboard-page .upgrade-banner .banner-content div h4{margin:0 0 .25rem;font-size:1.1rem}.dashboard-page .upgrade-banner .banner-content div p{margin:0 0 .75rem;opacity:.9}.dashboard-page .upgrade-banner .btn-upgrade{background:#fff;color:#ee5a24;border:none;padding:.5rem 1rem;border-radius:4px;font-weight:600;cursor:pointer}.dashboard-page .upgrade-banner .btn-upgrade:hover{background:#f8f9fa}@media (max-width: 768px){.dashboard-page .upgrade-banner .banner-content{flex-direction:column;text-align:center;gap:.75rem}.dashboard-page .upgrade-banner .banner-content div .btn-upgrade{width:100%}}.dashboard-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh}.dashboard-page .loading-state .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #003366;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dashboard-page .loading-state p{color:#666;font-size:1.125rem}.dashboard-page .no-data-message{grid-column:1/-1;text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px;color:#666}.dashboard-page .no-data-message p{margin:0;font-size:1.125rem}.dashboard-page .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.dashboard-page .dashboard-header h2{margin:0;color:#3a86ff}.dashboard-page .dashboard-header .dashboard-actions{display:flex;gap:1rem}.dashboard-page .dashboard-header .dashboard-actions .resume-onboarding-btn{background:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.dashboard-page .dashboard-header .dashboard-actions .resume-onboarding-btn:hover{background:#45a049;transform:translateY(-1px)}.dashboard-page .dashboard-header .dashboard-actions .restart-onboarding-btn{background:#3a86ff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.dashboard-page .dashboard-header .dashboard-actions .restart-onboarding-btn:hover{background:#134578;transform:translateY(-1px)}.dashboard-page .property-filter-section{margin-bottom:1.5rem}.dashboard-page .property-filter-section .property-filter-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0;flex-wrap:wrap}.dashboard-page .property-filter-section .property-filter-bar .filter-label{font-weight:600;color:#3a86ff;font-size:1.2rem;white-space:nowrap;margin-right:.5rem}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;flex:1}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .property-select{padding:.4rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem;min-width:200px;background:#fff}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .property-select:focus{outline:none;border-color:#036;box-shadow:0 0 0 2px #0033661a}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .property-select:disabled{background-color:#f5f5f5;cursor:not-allowed}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .clear-all-btn{background:#f44;color:#fff;border:none;padding:.4rem .75rem;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .clear-all-btn:hover:not(:disabled){background:#c00}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .clear-all-btn:disabled{background:#ccc;cursor:not-allowed}.dashboard-page .property-filter-section .filter-info{margin-top:.5rem}.dashboard-page .property-filter-section .filter-info .filter-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;display:inline-block}.dashboard-page .account-selector{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.dashboard-page .account-selector label{font-weight:600;margin-right:.5rem;color:#333}.dashboard-page .account-selector select{padding:.5rem;border:1px solid #ccc;border-radius:4px;background:#fff}.dashboard-page .onboarding-progress-banner{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #90caf9;border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.dashboard-page .onboarding-progress-banner .progress-info{flex:1}.dashboard-page .onboarding-progress-banner .progress-info .progress-text{font-weight:600;color:#036;margin-bottom:.5rem;display:block}.dashboard-page .onboarding-progress-banner .progress-info .progress-bar-mini{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.dashboard-page .onboarding-progress-banner .progress-info .progress-bar-mini .progress-fill-mini{height:100%;background:linear-gradient(90deg,#036,#2196f3);transition:width .3s ease;border-radius:3px}.dashboard-page .onboarding-progress-banner .resume-btn-mini{background:#036;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .2s ease}.dashboard-page .onboarding-progress-banner .resume-btn-mini:hover{background:#024;transform:translateY(-1px)}.dashboard-page .kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%;max-width:100%;margin-bottom:2rem}.dashboard-page .charts-section{display:flex;flex-direction:column;gap:2rem}.dashboard-page .charts-section .donut-maintenance-wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-start}.dashboard-page .charts-section .donut-maintenance-wrapper .donut-charts{display:flex;gap:2rem;flex:1 1 28%;min-width:300px;flex-wrap:wrap}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card{background:#f8f9fa;border-radius:8px;box-shadow:0 2px 6px #0000000d;flex:1 1 35%;min-width:280px;display:flex;flex-direction:column}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card h4{font-size:18px;margin-bottom:1rem;border-bottom:2px solid #003366;padding-bottom:.5rem;padding:1rem 1rem .5rem}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table{width:100%;border-collapse:collapse;flex:1}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table th,.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table td{padding:.75rem .5rem;text-align:left;font-size:14px;border-bottom:1px solid #eee}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table th{color:#555;font-weight:600;background:#f1f1f1}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table .no-data-cell{text-align:center;color:#666;font-style:italic;padding:2rem}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table td.status-cell{text-transform:capitalize;font-weight:500}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table td.status-cell.open{color:#f44}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table td.status-cell.in-progress{color:#f90}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table td.status-cell.closed{color:#090}@media (max-width: 768px){.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card{min-width:100%;height:auto;max-height:none}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card h4{padding:.75rem .75rem .5rem;font-size:16px}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table th,.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card table td{padding:.5rem .25rem;font-size:12px}}.dashboard-page .charts-section .date-filter-section{margin-bottom:1.5rem}.dashboard-page .charts-section .date-filter-section .date-filter-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0;flex-wrap:wrap}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-label{font-weight:600;color:#3a86ff;font-size:1.2rem;white-space:nowrap;margin-right:.5rem}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;flex:1}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group{display:flex;align-items:center;gap:.5rem}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group label{font-weight:500;color:#555;font-size:.8rem;white-space:nowrap}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group input[type=date]{padding:.4rem .5rem;border:1px solid #ccc;border-radius:4px;font-size:.8rem;min-width:120px}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group input[type=date]:focus{outline:none;border-color:#036;box-shadow:0 0 0 2px #0033661a}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group input[type=date]:disabled{background-color:#f5f5f5;cursor:not-allowed}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .apply-btn{background:#036;color:#fff;border:none;padding:.4rem .75rem;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .apply-btn:hover:not(:disabled){background:#024}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .apply-btn:disabled{background:#ccc;cursor:not-allowed}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .clear-btn{background:#f44;color:#fff;border:none;padding:.4rem .75rem;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .clear-btn:hover:not(:disabled){background:#c00}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .clear-btn:disabled{background:#ccc;cursor:not-allowed}.dashboard-page .charts-section .date-filter-section .filter-info{margin-top:.5rem}.dashboard-page .charts-section .date-filter-section .filter-info .filter-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;display:inline-block}.dashboard-page .charts-section .financial-overview{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;width:100%;max-width:100%}.dashboard-page .charts-section .financial-overview .bar-chart-wrapper{flex:1 1 70%;min-width:0}.dashboard-page .charts-section .financial-overview .financial-summary-cards{flex:1 1 25%;display:flex;flex-direction:column;gap:1rem;min-width:180px;max-width:250px}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card{background-color:#f8f9fa;padding:1rem;border-radius:8px;box-shadow:0 2px 6px #0000000d;overflow:hidden;transition:transform .2s ease;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card:hover{transform:translateY(-2px)}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card h4{margin-bottom:.5rem;font-size:18px;color:#333}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card p{font-size:1.3rem;font-weight:700;color:#222;margin:0}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card small.card-subtitle{display:block;font-size:.75rem;color:#666;margin-top:.25rem;font-weight:400;line-height:1.2}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card .date-range-indicator{position:absolute;top:.5rem;right:.5rem;background:#ff9800;color:#fff;padding:.125rem .5rem;border-radius:8px;font-size:.7rem;font-weight:600}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card.revenue{border-left:5px solid #66a3ff}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card.outstanding{border-left:5px solid #ff9900}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card.deposits-held{border-left:5px solid #4CAF50}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card.deposits-pending{border-left:5px solid #FF9800}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card.income{border-left:5px solid #66a3ff}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card.expenses{border-left:5px solid #ef5350}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card.profit{border-left:5px solid #003366}.dashboard-page .charts-section .financial-overview .financial-summary-cards.filter-loading{opacity:.7;pointer-events:none}.dashboard-page .charts-section .financial-overview .financial-summary-cards.filter-loading .summary-card{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite}.dashboard-page.onboarding-active .onboarding-steps{margin-bottom:2rem}.dashboard-page.onboarding-active .partial-dashboard{background:#fff;border-radius:12px;padding:2rem;margin-top:2rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}.dashboard-page.onboarding-active .partial-dashboard h3{color:#036;margin-bottom:1.5rem;font-size:1.25rem;border-bottom:2px solid #003366;padding-bottom:.5rem}.dashboard-page.onboarding-active .partial-dashboard .kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}@keyframes celebration{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.onboarding-complete{animation:celebration .5s ease-in-out}@media (max-width: 768px){.dashboard-page{padding:1rem}.dashboard-page .dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}.dashboard-page .dashboard-header .dashboard-actions{width:100%}.dashboard-page .dashboard-header .dashboard-actions button{flex:1;text-align:center}.dashboard-page .property-filter-section .property-filter-bar{flex-direction:column;align-items:stretch;gap:.75rem}.dashboard-page .property-filter-section .property-filter-bar .filter-label{margin-right:0;text-align:center}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls{justify-content:center;gap:.5rem}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .property-select{flex:1;min-width:0}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .clear-all-btn{flex:0 0 auto}.dashboard-page .account-selector{padding:.75rem}.dashboard-page .onboarding-progress-banner{flex-direction:column;align-items:flex-start}.dashboard-page .onboarding-progress-banner .resume-btn-mini{width:100%;text-align:center}.dashboard-page .kpi-grid{grid-template-columns:1fr;gap:1rem}.dashboard-page .charts-section .donut-maintenance-wrapper{flex-direction:column}.dashboard-page .charts-section .donut-maintenance-wrapper .donut-charts{min-width:100%;justify-content:center}.dashboard-page .charts-section .donut-maintenance-wrapper .maintenance-table-card{min-width:100%;max-height:300px}.dashboard-page .charts-section .date-filter-section .date-filter-bar{flex-direction:column;align-items:stretch;gap:.75rem}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-label{margin-right:0;text-align:center}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal{justify-content:center;gap:.5rem}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group{flex:1;min-width:120px}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group input[type=date]{flex:1;min-width:0}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .clear-btn{flex:0 0 auto}.dashboard-page .charts-section .financial-overview{flex-direction:column}.dashboard-page .charts-section .financial-overview .bar-chart-wrapper,.dashboard-page .charts-section .financial-overview .financial-summary-cards{flex:1 1 100%;max-width:100%}.dashboard-page .charts-section .financial-overview .financial-summary-cards{flex-direction:row;flex-wrap:wrap}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card{flex:1 1 calc(50% - .5rem);min-width:140px}.dashboard-page.onboarding-active .partial-dashboard{padding:1.5rem}.dashboard-page.onboarding-active .partial-dashboard .kpi-grid{grid-template-columns:1fr}}@media (max-width: 480px){.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls{flex-direction:column;align-items:stretch}.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .property-select,.dashboard-page .property-filter-section .property-filter-bar .property-filter-controls .clear-all-btn{width:100%}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal{flex-direction:column;align-items:stretch}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group{flex-direction:column;align-items:stretch;gap:.25rem}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .date-input-group label{text-align:left}.dashboard-page .charts-section .date-filter-section .date-filter-bar .filter-controls-minimal .clear-btn{width:100%}.dashboard-page .charts-section .financial-overview .financial-summary-cards{flex-direction:column}.dashboard-page .charts-section .financial-overview .financial-summary-cards .summary-card{flex:1 1 100%}}.properties-page{padding:20px;font-family:Arial,sans-serif;color:#333;margin:0 auto}.properties-page .upgrade-banner{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem}.properties-page .upgrade-banner.warning{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.properties-page .upgrade-banner .banner-content{display:flex;align-items:center;gap:1rem}.properties-page .upgrade-banner .banner-content span{font-size:1.5rem}.properties-page .upgrade-banner .banner-content div{flex:1}.properties-page .upgrade-banner .banner-content div h4{margin:0 0 .25rem;font-size:1.1rem}.properties-page .upgrade-banner .banner-content div p{margin:0 0 .75rem;opacity:.9}.properties-page .upgrade-banner .btn-upgrade{background:#fff;color:#ee5a24;border:none;padding:.5rem 1rem;border-radius:4px;font-weight:600;cursor:pointer}.properties-page .upgrade-banner .btn-upgrade:hover{background:#f8f9fa}.properties-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.properties-page .top-bar .search-container{position:relative;flex-grow:1;display:flex;align-items:center}.properties-page .top-bar .search-container .search-input{width:100%;padding:8px 35px 8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.properties-page .top-bar .search-container .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.properties-page .top-bar .search-container .clear-search{position:absolute;right:10px;background:none;border:none;font-size:18px;cursor:pointer;color:#666;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.properties-page .top-bar .search-container .clear-search:hover{color:#333;background:#f0f0f0;border-radius:50%}.properties-page .top-bar .actions{display:flex;gap:10px;flex-shrink:0}.properties-page .top-bar .actions button{padding:8px 16px;border:none;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.properties-page .top-bar .actions button:disabled{opacity:.6;cursor:not-allowed}.properties-page .top-bar .actions button:disabled:hover{background-color:inherit!important}.properties-page .top-bar .actions button:first-child{background-color:#3a86ff;color:#fff}.properties-page .top-bar .actions button:first-child:hover:not(:disabled){background-color:#265fcc}.properties-page .top-bar .actions button:last-child{background-color:#6c757d;color:#fff}.properties-page .top-bar .actions button:last-child:hover:not(:disabled){background-color:#5a6268}.properties-page .search-info{background:#f5f5f5;padding:8px 16px;margin:10px 0;border-radius:4px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.properties-page .search-info .clear-search-link{background:none;border:none;color:#007bff;cursor:pointer;text-decoration:underline;font-size:14px}.properties-page .search-info .clear-search-link:hover{color:#0056b3}.properties-page .no-results{text-align:center;padding:40px;color:#666;font-style:italic;background:#fff;border-radius:4px;margin:10px 0}.properties-page .summary-section{margin-bottom:20px;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;padding:12px 16px}.properties-page .summary-section .section-header{display:flex;justify-content:space-between;align-items:center}.properties-page .summary-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.properties-page .summary-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.properties-page .summary-section .summary-content{margin-top:12px;display:flex;gap:20px;font-weight:600;flex-wrap:wrap}.properties-page .summary-section .summary-content div{padding:12px 16px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;border-left:4px solid #007bff}.properties-page .summary-section .summary-content div:nth-child(2){border-left-color:#007bff}.properties-page .summary-section .summary-content div:nth-child(3){border-left-color:#007bff}.properties-page .summary-section .summary-content .subscription-info{width:100%;margin-top:15px;padding-top:15px;border-top:2px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.properties-page .summary-section .summary-content .subscription-info div{border-left:none;box-shadow:none;background:transparent;padding:8px 0}.properties-page .summary-section .summary-content .subscription-info div:last-child{color:#ff6b00;font-weight:700}.properties-page .table-section{border:1px solid #ddd;border-radius:6px;padding:12px 16px;background:#fafafa;box-shadow:0 2px 4px #0000001a}.properties-page .table-section .section-header{display:flex;justify-content:space-between;align-items:center}.properties-page .table-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.properties-page .table-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.properties-page .table-section .table-wrapper{overflow-x:auto;position:relative;isolation:isolate;border-radius:4px;border:1px solid #e9ecef;margin-top:15px}.properties-page .table-section .table-wrapper table{width:100%;border-collapse:collapse;font-size:14px;background:#fff;min-width:800px}.properties-page .table-section .table-wrapper table th,.properties-page .table-section .table-wrapper table td{padding:10px 12px;border:1px solid #ddd;text-align:left;vertical-align:middle}.properties-page .table-section .table-wrapper table th{background-color:#f1f1f1;font-weight:700;position:sticky;top:0;z-index:10;border-bottom:2px solid #dee2e6;color:#495057;letter-spacing:.5px;font-size:16px}.properties-page .table-section .table-wrapper table td{color:#495057}.properties-page .table-section .table-wrapper table tbody tr{transition:background-color .2s}.properties-page .table-section .table-wrapper table tbody tr:hover{background-color:#f8f9fa}.properties-page .table-section .pagination{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.properties-page .table-section .pagination button{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease}.properties-page .table-section .pagination button:hover:not(.disabled):not(.active){background:#f8f9fa;border-color:#007bff}.properties-page .table-section .pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff}.properties-page .table-section .pagination button.disabled{opacity:.5;cursor:not-allowed}.properties-page .table-section .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.properties-page .options-container{position:relative;display:flex;justify-content:center}.properties-page .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.properties-page .options-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;color:#495057}.properties-page .options-btn:disabled{opacity:.6;cursor:not-allowed}.properties-page .dropdown-menu{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;min-width:120px;animation:dropdownFadeIn .2s ease-out}.properties-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.properties-page .dropdown-menu button:first-child{color:#495057;border-radius:8px 8px 0 0}.properties-page .dropdown-menu button:first-child:hover:not(:disabled){background:#f8f9ff;color:#007bff}.properties-page .dropdown-menu button:last-child{color:#495057;border-bottom:none;border-radius:0 0 8px 8px}.properties-page .dropdown-menu button:last-child:hover:not(:disabled){background:#fff5f5;color:#dc3545}.properties-page .dropdown-menu button:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa!important;color:#6c757d!important}.properties-page .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}@media (max-width: 768px){.properties-page{padding:10px}.properties-page .top-bar{flex-direction:column;align-items:stretch}.properties-page .top-bar .search-container{max-width:none;margin-bottom:10px}.properties-page .top-bar .actions{justify-content:stretch}.properties-page .top-bar .actions button{flex:1}.properties-page .summary-section .summary-content{flex-direction:column;gap:10px}.properties-page .table-wrapper{font-size:12px}.properties-page .table-wrapper table th,.properties-page .table-wrapper table td{padding:8px 6px}.properties-page .pagination{flex-direction:column;gap:10px}.properties-page .pagination .pagination-info{margin-left:0;text-align:center}.properties-page .dropdown-menu{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:200px;max-width:90vw;z-index:10000}.properties-page .dropdown-menu button{padding:12px 16px;font-size:15px}.properties-page .options-btn{padding:8px 14px;min-width:44px;min-height:44px}}.country-code-selector{position:relative;width:140px}.country-code-selector .selector-trigger{width:100%;padding:.75rem;background:#fff;border:1px solid #ddd;border-radius:6px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s;font-size:.95rem;min-height:48px}.country-code-selector .selector-trigger .country-code-value{font-weight:500;color:#333;margin-right:4px}.country-code-selector .dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 20px #00000026;z-index:1000;max-height:350px;overflow:hidden;margin-top:4px}.country-code-selector .dropdown-menu .country-list{max-height:300px;overflow-y:auto}.country-code-selector .dropdown-menu .country-list .country-item{padding:10px 12px;display:flex;align-items:center;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f5f5f5}.country-code-selector .dropdown-menu .country-list .country-item .country-flag{font-size:1.2rem;margin-right:10px;width:24px;text-align:center}.country-code-selector .dropdown-menu .country-list .country-item .country-info{flex:1;display:flex;align-items:center;gap:8px}.country-code-selector .dropdown-menu .country-list .country-item .country-info .country-name{font-weight:500;color:#333;font-size:.9rem;display:none}.country-code-selector .dropdown-menu .country-list .country-item .country-info .country-code{font-size:.9rem;color:#333;font-weight:500}.country-code-selector .dropdown-menu .country-list .country-item .country-example{font-size:.8rem;color:#999;margin-left:8px;display:none}.country-code-selector .dropdown-menu .country-list .no-results{padding:20px 12px;text-align:center;color:#666;font-style:italic}.phone-input-container{margin-bottom:1.5rem}.phone-input-container .phone-input-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.phone-input-container .phone-input-label .required{color:#dc3545;margin-left:4px}.phone-input-container .phone-input-group{display:flex;gap:8px;align-items:flex-start}.phone-input-container .phone-input-group .phone-country-selector{width:150px;flex-shrink:0}.phone-input-container .phone-input-group .phone-number-input{flex:1;position:relative}.phone-input-container .phone-input-group .phone-number-input .phone-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.phone-input-container .phone-input-group .phone-number-input .phone-input:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa033}.phone-input-container .phone-input-group .phone-number-input .phone-input.error{border-color:#dc3545}.phone-input-container .phone-input-group .phone-number-input .phone-input.error:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.phone-input-container .phone-input-group .phone-number-input .phone-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.phone-input-container .phone-input-group .phone-number-input .phone-example{font-size:.8rem;color:#666;margin-top:4px;font-style:italic}.phone-input-container .phone-error{color:#dc3545;font-size:.875rem;margin-top:4px}.phone-input-container .phone-preview{margin-top:8px;font-size:.9rem;color:#666;padding:8px 12px;background:#f8f9fa;border-radius:4px}.country-code-selector{position:relative}.country-code-selector .selector-trigger{width:100%;padding:.75rem;background:#fff;border:1px solid #ddd;border-radius:6px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s;font-size:.95rem}.country-code-selector .selector-trigger:hover{border-color:#999}.country-code-selector .selector-trigger:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa033}.country-code-selector .selector-trigger:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.country-code-selector .selector-trigger .country-flag{font-size:1.2rem;margin-right:8px}.country-code-selector .selector-trigger .country-code-value{font-weight:500;color:#333;margin-right:8px}.country-code-selector .selector-trigger .country-name-short{flex:1;text-align:left;color:#666;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-code-selector .selector-trigger .placeholder{flex:1;text-align:left;color:#999}.country-code-selector .selector-trigger .dropdown-arrow{color:#666;font-size:.8rem;margin-left:8px}.country-code-selector .dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 20px #00000026;z-index:1000;max-height:400px;overflow:hidden;margin-top:4px}.country-code-selector .dropdown-menu .dropdown-search{position:relative;padding:12px;border-bottom:1px solid #eee}.country-code-selector .dropdown-menu .dropdown-search input{width:100%;padding:8px 12px 8px 32px;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.country-code-selector .dropdown-menu .dropdown-search input:focus{outline:none;border-color:#2c5aa0}.country-code-selector .dropdown-menu .dropdown-search .search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#666}.country-code-selector .dropdown-menu .country-list{max-height:320px;overflow-y:auto}.country-code-selector .dropdown-menu .country-list .country-item{padding:12px;display:flex;align-items:center;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f5f5f5}.country-code-selector .dropdown-menu .country-list .country-item:last-child{border-bottom:none}.country-code-selector .dropdown-menu .country-list .country-item:hover{background-color:#f8f9fa}.country-code-selector .dropdown-menu .country-list .country-item.selected{background-color:#e8f4fd;border-left:3px solid #2c5aa0}.country-code-selector .dropdown-menu .country-list .country-item .country-flag{font-size:1.2rem;margin-right:12px;width:24px;text-align:center}.country-code-selector .dropdown-menu .country-list .country-item .country-info{flex:1;display:flex;flex-direction:column;gap:2px}.country-code-selector .dropdown-menu .country-list .country-item .country-info .country-name{font-weight:500;color:#333;font-size:.9rem}.country-code-selector .dropdown-menu .country-list .country-item .country-info .country-code{font-size:.85rem;color:#666}.country-code-selector .dropdown-menu .country-list .country-item .country-example{font-size:.8rem;color:#999;margin-left:8px}.country-code-selector .dropdown-menu .country-list .no-results{padding:24px 12px;text-align:center;color:#666;font-style:italic}.property-form{max-width:600px;margin:20px auto;padding:2rem;background:#fafafa;border-radius:8px;border:1px solid #ddd;box-shadow:0 0 8px #0000000d}.property-form h2{text-align:center;margin-bottom:1.5rem;font-weight:700;color:#222}.property-form form{display:flex;flex-direction:column;gap:1.25rem}.property-form form label{display:flex;flex-direction:column;font-weight:600;color:#222}.property-form form label .required{color:#d9534f;margin-left:4px}.property-form form label input,.property-form form label textarea{margin-top:6px;padding:8px 12px;border:1px solid #bbb;border-radius:5px;font-size:1rem}.property-form form label input:focus,.property-form form label textarea:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.property-form form label textarea{resize:vertical;min-height:80px}.property-form form .bills-section{background:#f5f5f5;padding:1rem;border:1px solid #ccc;border-radius:6px;display:flex;flex-direction:column;gap:10px}.property-form form .bills-section h4{margin:0;font-weight:600;color:#333}.property-form form .bills-section .bill-inputs{display:flex;flex-wrap:wrap;gap:10px}.property-form form .bills-section .bill-inputs input{flex:1;padding:8px 10px;border:1px solid #bbb;border-radius:5px;font-size:1rem}.property-form form .bills-section .bill-inputs button{padding:8px 12px;background-color:#3a86ff;color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.property-form form .bills-section .bill-inputs button:hover{background-color:#265fcc}.property-form form .bills-section .bill-list{list-style:none;margin:0;padding:0}.property-form form .bills-section .bill-list li{padding:6px 10px;background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:.95rem;margin-bottom:6px}.property-form form .late-fee-section{margin:30px 0;padding:25px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d}.property-form form .late-fee-section h3{margin-top:0;color:#2d3748;font-size:18px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.property-form form .late-fee-section h3 .icon{font-size:20px}.property-form form .late-fee-section .late-fee-toggle{margin-bottom:20px}.property-form form .late-fee-section .late-fee-toggle .checkbox-label{display:flex;align-items:center;gap:10px;font-weight:600;color:#4a5568;cursor:pointer;margin-bottom:5px}.property-form form .late-fee-section .late-fee-toggle .checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#4299e1}.property-form form .late-fee-section .late-fee-toggle .checkbox-label .toggle-label{font-size:16px}.property-form form .late-fee-section .late-fee-toggle .toggle-hint{display:block;font-size:13px;color:#718096;margin-left:30px;font-style:italic}.property-form form .late-fee-section .late-fee-settings{padding:20px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.property-form form .form-row{display:flex;gap:20px;margin-bottom:20px}.property-form form .form-row .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#4a5568}.property-form form .form-row .form-group input,.property-form form .form-row .form-group select{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;color:#2d3748;background:#fff;transition:border-color .2s}.property-form form .form-row .form-group input:focus,.property-form form .form-row .form-group select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.property-form form .form-row .form-group input:disabled,.property-form form .form-row .form-group select:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.property-form form .form-row .form-group .field-hint{display:block;font-size:12px;color:#718096;margin-top:4px;font-style:italic}@media (max-width: 768px){.property-form form .form-row{flex-direction:column;gap:15px}}.property-form form .calculation-example{margin-top:25px;padding:20px;background:#ebf8ff;border-radius:8px;border-left:4px solid #4299e1}.property-form form .calculation-example .example-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.property-form form .calculation-example .example-header .icon{font-size:18px}.property-form form .calculation-example .example-header h4{margin:0;color:#2b6cb0;font-size:16px}.property-form form .calculation-example .example-content p{margin:8px 0;color:#2d3748;font-size:14px}.property-form form .calculation-example .example-content p strong{color:#2b6cb0}.property-form form .calculation-example .example-content p.example-note{font-size:13px;color:#718096;font-style:italic;margin-top:10px}.property-form form .calculation-example .example-content p.example-placeholder{color:#a0aec0;font-style:italic}.property-form form .vat-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:15px;margin:15px 0;display:flex;gap:12px}.property-form form .vat-warning .warning-icon{font-size:24px;color:#856404}.property-form form .vat-warning .warning-content{flex:1}.property-form form .vat-warning .warning-content h5{margin:0 0 10px;color:#856404;font-size:16px}.property-form form .vat-warning .warning-content p{margin:8px 0;color:#856404;font-size:14px}.property-form form .vat-warning .warning-content ul{margin:8px 0 8px 20px;color:#856404;font-size:14px}.property-form form .vat-warning .warning-content ul li{margin:4px 0}.property-form form .vat-warning .warning-content .warning-note{margin-top:12px;padding-top:12px;border-top:1px solid #ffeaa7;font-size:13px}.property-form form .vat-info{background:#d1ecf1;border:1px solid #bee5eb;border-radius:8px;padding:15px;margin:15px 0;display:flex;gap:12px}.property-form form .vat-info .info-icon{font-size:24px;color:#0c5460}.property-form form .vat-info .info-content{flex:1}.property-form form .vat-info .info-content p{margin:8px 0;color:#0c5460;font-size:14px}.property-form form .vat-info .info-content .info-note{font-size:13px;opacity:.8}.property-form form .vat-section{margin:25px 0;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.property-form form .vat-section h3{margin-bottom:15px;color:#2c5aa0;display:flex;align-items:center;gap:10px}.property-form form .vat-section h3 .icon{font-size:1.2em}.property-form form .vat-section .vat-toggle{margin-bottom:15px}.property-form form .vat-section .vat-toggle .toggle-hint{display:block;margin-top:5px;font-size:.9em;color:#6c757d}.property-form form .vat-section .vat-settings{padding:15px;background:#fff;border-radius:6px;border:1px solid #dee2e6}.property-form form .vat-section .vat-example{margin-top:15px;padding:10px;background:#e8f4ff;border-radius:4px;border-left:4px solid #2c5aa0}.property-form form .vat-section .vat-example p{margin:0;font-size:.95em;color:#2c5aa0}.property-form form .yield-section{margin:25px 0;padding:20px;background:#fff8f0;border-radius:8px;border:1px solid #ffeccc}.property-form form .yield-section h3{margin-bottom:10px;color:#d35400;display:flex;align-items:center;gap:10px}.property-form form .yield-section h3 .icon{font-size:1.2em}.property-form form .yield-section .section-description{margin-bottom:20px;color:#7d6608;font-size:.95em;font-style:italic}.property-form form .yield-section .yield-preview{margin-top:20px;padding:15px;background:#fff;border-radius:6px;border:1px solid #f39c12;box-shadow:0 2px 4px #0000000d}.property-form form .yield-section .yield-preview .preview-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.property-form form .yield-section .yield-preview .preview-header h4{margin:0;color:#d35400;font-size:1.1em}.property-form form .yield-section .yield-preview .preview-content p{margin:8px 0}.property-form form .yield-section .yield-preview .preview-content p strong{color:#2c3e50}.property-form form .yield-section .yield-preview .preview-content .preview-note{font-size:.9em;color:#7d6608;font-style:italic;margin-top:10px}.property-form form .form-row{display:flex;gap:20px;margin-bottom:15px}@media (max-width: 768px){.property-form form .form-row{flex-direction:column;gap:10px}}.property-form form .form-row .form-group{flex:1}.property-form form .form-row .form-group .field-hint{display:block;margin-top:4px;font-size:.85em;color:#6c757d;font-style:italic}.property-form form .checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.property-form form .checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.property-form form .checkbox-label .toggle-label{font-weight:600;color:#2c3e50}.property-form form .expenses-section{margin:20px 0;padding:15px;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.property-form form .expenses-section .expenses-header{margin:0 0 5px;color:#2c3e50;font-size:1.1em}.property-form form .expenses-section .expenses-subtitle{margin:0 0 15px;color:#7f8c8d;font-size:.9em;font-style:italic}.property-form form .yield-preview .preview-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:15px}.property-form form .yield-preview .preview-stats .stat-item{display:flex;flex-direction:column;padding:10px;background:#fff;border-radius:4px;border:1px solid #ecf0f1}.property-form form .yield-preview .preview-stats .stat-item .stat-label{font-size:.9em;color:#7f8c8d;margin-bottom:4px}.property-form form .yield-preview .preview-stats .stat-item .stat-value{font-size:1.2em;font-weight:600;color:#2c3e50}.property-form form .form-row .form-group .field-hint{display:block;margin-top:4px;font-size:.85em;color:#7f8c8d;font-style:italic}.property-form form .form-actions{display:flex;gap:15px;margin-top:30px}.property-form form .form-actions button{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.property-form form .form-actions button:first-child{background:#4299e1;color:#fff}.property-form form .form-actions button:first-child:hover:not(:disabled){background:#3182ce}.property-form form .form-actions button.cancel-btn{background:#e2e8f0;color:#4a5568}.property-form form .form-actions button.cancel-btn:hover:not(:disabled){background:#cbd5e0}.property-form form .form-actions button:disabled{opacity:.5;cursor:not-allowed}.property-form form .modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.property-form form .success-modal{background:#fff;padding:30px;border-radius:12px;max-width:500px;width:90%;box-shadow:0 10px 25px #0003}.property-form form .success-modal h3{margin-top:0;color:#38a169;display:flex;align-items:center;gap:10px}.property-form form .success-modal .modal-actions{display:flex;gap:15px;margin-top:20px}.property-form form .success-modal .modal-actions button{flex:1;padding:12px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s}.property-form form .success-modal .modal-actions button.next-btn{background:#38a169;color:#fff}.property-form form .success-modal .modal-actions button.next-btn:hover{background:#2f855a}.property-form form .success-modal .modal-actions button.cancel-btn{background:#e2e8f0;color:#4a5568}.property-form form .success-modal .modal-actions button.cancel-btn:hover{background:#cbd5e0}.property-form form .form-actions{display:flex;gap:12px;margin-top:1rem}.property-form form .form-actions button{flex:1;padding:10px 16px;border-radius:5px;font-weight:700;font-size:1rem;border:none;cursor:pointer;color:#fff;background-color:#3a86ff;transition:background-color .3s ease}.property-form form .form-actions button:hover:not(:disabled){background-color:#265fcc}.property-form form .form-actions button:disabled{cursor:not-allowed;opacity:.6}.property-form form .form-actions .cancel-btn{background-color:#ddd;color:#444}.property-form form .form-actions .cancel-btn:hover:not(:disabled){background-color:#ccc}@media (max-width: 500px){.property-form{padding:1rem}.property-form form .bill-inputs,.property-form form .form-actions{flex-direction:column}}.property-form .modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.property-form .modal-backdrop .success-modal{background:#fff;padding:2rem;border-radius:10px;text-align:center;max-width:400px;width:90%;box-shadow:0 8px 16px #0003}.property-form .modal-backdrop .success-modal h3{margin-bottom:1rem;color:#28a745}.property-form .modal-backdrop .success-modal p{margin-bottom:1.5rem;color:#333}.property-form .modal-backdrop .success-modal .modal-actions{display:flex;gap:12px;justify-content:center}.property-form .modal-backdrop .success-modal .modal-actions button{padding:10px 16px;border-radius:5px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background-color .3s ease;color:#fff;background-color:#3a86ff}.property-form .modal-backdrop .success-modal .modal-actions button:hover{background-color:#8aa7dc}.property-form .modal-backdrop .success-modal .modal-actions button.next-btn{background-color:#6c757d}.property-form .modal-backdrop .success-modal .modal-actions button.next-btn:hover{background-color:#5a6268}.property-form .modal-backdrop .success-modal .modal-actions button.cancel-btn{background-color:#6c757d}.property-form .modal-backdrop .success-modal .modal-actions button.cancel-btn:hover{background-color:#5a6268}.units-page{padding:20px;font-family:Arial,sans-serif;color:#333;margin:0 auto}.units-page .over-limit-banner{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem;margin-bottom:1rem}.units-page .over-limit-banner.warning{background:#fff3cd;border-color:#ffeaa7}.units-page .over-limit-banner.warning .banner-content{display:flex;align-items:flex-start;gap:12px}.units-page .over-limit-banner.warning .banner-content span{font-size:1.5rem}.units-page .over-limit-banner.warning .banner-content h4{margin:0 0 4px;color:#856404}.units-page .over-limit-banner.warning .banner-content p{margin:0;color:#856404;font-size:.9rem}.units-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.units-page .top-bar .search-input{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.units-page .top-bar .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.units-page .top-bar .actions{display:flex;gap:10px}.units-page .top-bar .actions button{padding:8px 16px;border:none;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.units-page .top-bar .actions button:disabled{opacity:.6;cursor:not-allowed}.units-page .top-bar .actions button:disabled:hover{background-color:inherit!important}.units-page .top-bar .actions button:first-child{background-color:#3a86ff;color:#fff}.units-page .top-bar .actions button:first-child:hover{background-color:#265fcc}.units-page .top-bar .actions button:first-child:disabled{background-color:#6c757d}.units-page .top-bar .actions button:last-child{background-color:#6c757d;color:#fff}.units-page .top-bar .actions button:last-child:hover{background-color:#5a6268}.units-page .filters-section{margin-bottom:20px;background-color:#f8f9fa;border-radius:6px;padding:16px;box-shadow:0 2px 4px #0000001a}.units-page .filters-section .section-header{display:flex;justify-content:space-between;align-items:center}.units-page .filters-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.units-page .filters-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.units-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;align-items:end;margin-top:12px}.units-page .filters-section .filters-grid .filter-group{display:flex;flex-direction:column;gap:5px}.units-page .filters-section .filters-grid .filter-group label{font-size:16px;font-weight:600;color:#495057;letter-spacing:.5px}.units-page .filters-section .filters-grid .filter-group input,.units-page .filters-section .filters-grid .filter-group select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%;background:#fff}.units-page .filters-section .filters-grid .filter-group input:focus,.units-page .filters-section .filters-grid .filter-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.units-page .filters-section .filters-grid .filter-group.checkbox-group label{display:flex;align-items:center;gap:8px;font-weight:500;text-transform:none;font-size:14px;color:#333}.units-page .filters-section .filters-grid .filter-group.checkbox-group input[type=checkbox]{width:auto;margin:0}.units-page .summary-section{margin-bottom:20px;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;padding:12px 16px}.units-page .summary-section .section-header{display:flex;justify-content:space-between;align-items:center}.units-page .summary-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.units-page .summary-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.units-page .summary-section .summary-content{margin-top:12px;display:flex;gap:20px;font-weight:600;flex-wrap:wrap}.units-page .summary-section .summary-content div{padding:12px 16px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;border-left:4px solid #007bff}.units-page .summary-section .summary-content div.over-limit-summary{border-left-color:#ffc107;background:#fff9e6;color:#856404;font-weight:700}.units-page .rent-with-vat{display:flex;flex-direction:column;gap:2px;position:relative}.units-page .rent-with-vat .gross-amount{font-weight:600;color:#333;cursor:help}.units-page .rent-with-vat .gross-amount .vat-indicator{font-size:.8em;color:#666;margin-left:8px;font-weight:400}.units-page .rent-with-vat .vat-breakdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ddd;border-radius:4px;padding:8px;box-shadow:0 2px 8px #0000001a;z-index:10;min-width:200px;display:none;font-size:.85em}.units-page .rent-with-vat .vat-breakdown .breakdown-row{display:flex;justify-content:space-between;margin:4px 0}.units-page .rent-with-vat .vat-breakdown .breakdown-row.total{border-top:1px solid #eee;padding-top:6px;margin-top:6px;font-weight:700}.units-page .rent-with-vat:hover .vat-breakdown{display:block}.units-page .vat-gross-amount{font-weight:600}.units-page .vat-gross-amount .vat-badge{font-size:.75em;background:#4caf50;color:#fff;padding:2px 6px;border-radius:10px;margin-left:8px;font-weight:400}.units-page .table-section{border:1px solid #ddd;border-radius:6px;padding:12px 16px;background:#fafafa;box-shadow:0 2px 4px #0000001a}.units-page .table-section .section-header{display:flex;justify-content:space-between;align-items:center}.units-page .table-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.units-page .table-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.units-page .table-section .table-wrapper{overflow-x:auto;position:relative;isolation:isolate;border-radius:4px;border:1px solid #e9ecef;margin-top:15px}.units-page .table-section .table-wrapper table{width:100%;border-collapse:collapse;font-size:14px;background:#fff;min-width:800px}.units-page .table-section .table-wrapper table th,.units-page .table-section .table-wrapper table td{padding:10px 12px;border:1px solid #ddd;text-align:left;vertical-align:middle}.units-page .table-section .table-wrapper table th{background-color:#f1f1f1;font-weight:700;position:sticky;top:0;z-index:10;border-bottom:2px solid #dee2e6;color:#495057;letter-spacing:.5px;font-size:16px}.units-page .table-section .table-wrapper table td{color:#495057}.units-page .table-section .table-wrapper table tbody tr{transition:background-color .2s}.units-page .table-section .table-wrapper table tbody tr:hover{background-color:#f8f9fa}.units-page .table-section .table-wrapper table tbody tr.over-limit-row{background-color:#fff9e6!important;border-left:4px solid #ffc107}.units-page .table-section .table-wrapper table tbody tr.over-limit-row:hover{background-color:#fff4d6!important}.units-page .table-section .table-wrapper table .clickable-unit-name{color:#007bff;cursor:pointer;text-decoration:underline;font-weight:700;transition:color .2s}.units-page .table-section .table-wrapper table .clickable-unit-name:hover{color:#0056b3}.units-page .table-section .pagination{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.units-page .table-section .pagination button{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease}.units-page .table-section .pagination button:hover:not(.disabled):not(.active){background:#f8f9fa;border-color:#007bff}.units-page .table-section .pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff}.units-page .table-section .pagination button.disabled{opacity:.5;cursor:not-allowed}.units-page .table-section .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.units-page .status-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.units-page .status-badge.within-limit{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.units-page .status-badge.over-limit{background-color:#ffeaa7;color:#856404;border:1px solid #ffd43b}.units-page .options-container{position:relative;display:flex;justify-content:center}.units-page .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.units-page .options-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;color:#495057}.units-page .options-btn:disabled{opacity:.6;cursor:not-allowed}.units-page .dropdown-menu{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;min-width:120px;animation:dropdownFadeIn .2s ease-out}.units-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.units-page .dropdown-menu button:first-child{color:#495057;border-radius:8px 8px 0 0}.units-page .dropdown-menu button:first-child:hover:not(:disabled){background:#f8f9ff;color:#007bff}.units-page .dropdown-menu button:last-child{color:#495057;border-bottom:none;border-radius:0 0 8px 8px}.units-page .dropdown-menu button:last-child:hover:not(:disabled){background:#fff5f5;color:#dc3545}.units-page .dropdown-menu button:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa!important;color:#6c757d!important}.units-page .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}@media (max-width: 768px){.units-page{padding:10px}.units-page .top-bar{flex-direction:column;align-items:stretch}.units-page .top-bar .search-input{max-width:none;margin-bottom:10px}.units-page .filters-section .filters-grid{grid-template-columns:1fr}.units-page .summary-section .summary-content{flex-direction:column;gap:10px}.units-page .table-wrapper{font-size:12px}.units-page .table-wrapper table th,.units-page .table-wrapper table td{padding:8px 6px}.units-page .pagination{flex-direction:column;gap:10px}.units-page .pagination .pagination-info{margin-left:0;text-align:center}.units-page .dropdown-menu{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:200px;max-width:90vw;z-index:10000}.units-page .dropdown-menu button{padding:12px 16px;font-size:15px}.units-page .options-btn{padding:8px 14px;min-width:44px;min-height:44px}}.tenants-page{padding:20px;font-family:Arial,sans-serif;color:#333;margin:0 auto}.tenants-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.tenants-page .top-bar .search-input{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.tenants-page .top-bar .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.tenants-page .top-bar .deleting-indicator{margin-left:10px;font-size:12px;color:#f39c12;display:inline-flex;align-items:center;gap:5px}.tenants-page .top-bar .deleting-badge{display:block;font-size:11px;color:#f39c12;margin-top:3px}.tenants-page .top-bar .mini-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(243,243,243,.3);border-top:2px solid #f39c12;border-radius:50%;animation:spin 1s linear infinite}.tenants-page .top-bar .options-btn:disabled{opacity:.5;cursor:not-allowed}.tenants-page .top-bar .options-btn .mini-spinner{width:14px;height:14px;border-width:2px;display:inline-block;vertical-align:middle}.tenants-page .top-bar .archived-tenant{opacity:.7;background-color:#f8f9fa}.tenants-page .top-bar .archived-tenant td{color:#6c757d}.tenants-page .top-bar .archived-tenant .clickable-unit-name{text-decoration:line-through;cursor:not-allowed}.tenants-page .top-bar .actions{display:flex;gap:10px}.tenants-page .top-bar .actions .export-btn{background:#9c9a9a;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.tenants-page .top-bar .actions .export-btn:hover{background-color:#555}.tenants-page .top-bar .actions button{padding:8px 16px;border:none;background-color:#007bff;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.tenants-page .top-bar .actions button:hover{background-color:#0056b3}.tenants-page .permission-hint{margin-top:5px;padding:8px 12px;background:#f8f9fa;border-radius:4px;border-left:3px solid #ffc107}.tenants-page .permission-hint small{color:#6c757d;font-size:12px}.tenants-page .filters-section{margin-bottom:20px;background:#f8f9fa;border-radius:6px;padding:16px;box-shadow:0 2px 4px #0000001a}.tenants-page .filters-section .section-header{display:flex;justify-content:space-between;align-items:center}.tenants-page .filters-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.tenants-page .filters-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.tenants-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;align-items:end;margin-top:12px}.tenants-page .filters-section .filters-grid .filter-group{display:flex;flex-direction:column;gap:5px}.tenants-page .filters-section .filters-grid .filter-group label{font-size:16px;font-weight:600;color:#495057;letter-spacing:.5px}.tenants-page .filters-section .filters-grid .filter-group input,.tenants-page .filters-section .filters-grid .filter-group select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%;background:#fff}.tenants-page .filters-section .filters-grid .filter-group input:focus,.tenants-page .filters-section .filters-grid .filter-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.tenants-page .filters-section .filters-grid .filter-group.checkbox-group label{display:flex;align-items:center;gap:8px;font-weight:500;text-transform:none;font-size:14px;color:#333}.tenants-page .filters-section .filters-grid .filter-group.checkbox-group input[type=checkbox]{width:auto;margin:0}.tenants-page .filters-section .filters-grid .filter-group.reset-group{display:flex;justify-content:flex-end;align-items:flex-end}.tenants-page .filters-section .filters-grid .filter-group.reset-group .reset-btn{padding:8px 12px;border:none;background-color:#6c757d;color:#fff;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.tenants-page .filters-section .filters-grid .filter-group.reset-group .reset-btn:hover{background-color:#5a6268}.tenants-page .summary-section{margin-bottom:20px;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;padding:12px 16px}.tenants-page .summary-section .section-header{display:flex;justify-content:space-between;align-items:center}.tenants-page .summary-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.tenants-page .summary-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.tenants-page .summary-section .summary-content{margin-top:12px;display:flex;gap:20px;font-weight:600;flex-wrap:wrap}.tenants-page .summary-section .summary-content div{padding:12px 16px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;border-left:4px solid #007bff}.tenants-page .summary-section .summary-content div:nth-child(2){border-left-color:#007bff}.tenants-page .summary-section .summary-content div:nth-child(3){border-left-color:#007bff}.tenants-page .table-section{border:1px solid #ddd;border-radius:6px;padding:12px 16px;background:#fafafa;box-shadow:0 2px 4px #0000001a}.tenants-page .table-section .section-header{display:flex;justify-content:space-between;align-items:center}.tenants-page .table-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.tenants-page .table-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.tenants-page .table-section .table-wrapper{overflow-x:auto;position:relative;isolation:isolate;border-radius:4px;border:1px solid #e9ecef}.tenants-page .table-section .table-wrapper table{width:100%;border-collapse:collapse;font-size:14px;background:#fff}.tenants-page .table-section .table-wrapper table th,.tenants-page .table-section .table-wrapper table td{padding:12px;border:1px solid #ddd;text-align:left;vertical-align:middle}.tenants-page .table-section .table-wrapper table th{background-color:#f1f1f1;font-weight:700;position:sticky;top:0;z-index:10;border-bottom:2px solid #dee2e6;color:#495057;letter-spacing:.5px;font-size:16px}.tenants-page .table-section .table-wrapper table td{color:#495057}.tenants-page .table-section .table-wrapper table tbody tr{transition:background-color .2s}.tenants-page .table-section .table-wrapper table tbody tr:hover{background-color:#f8f9fa}.tenants-page .table-section .table-wrapper table tbody tr .clickable-unit-name{color:#007bff;cursor:pointer;text-decoration:underline;font-weight:700;transition:color .2s}.tenants-page .table-section .table-wrapper table tbody tr .clickable-unit-name:hover{color:#0056b3;text-decoration:none}.tenants-page .table-section .table-wrapper table tbody tr.archived-tenant{background-color:#f8f9fa;color:#6c757d;opacity:.7}.tenants-page .table-section .pagination{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.tenants-page .table-section .pagination button{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease}.tenants-page .table-section .pagination button:hover:not(.disabled):not(.active){background:#f8f9fa;border-color:#007bff}.tenants-page .table-section .pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff}.tenants-page .table-section .pagination button.disabled{opacity:.5;cursor:not-allowed}.tenants-page .table-section .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.tenants-page .options-container{position:relative;display:flex;justify-content:center}.tenants-page .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.tenants-page .options-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;color:#495057}.tenants-page .options-btn:disabled{opacity:.6;cursor:not-allowed}.tenants-page .dropdown-menu{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;min-width:220px;animation:dropdownFadeIn .2s ease-out}.tenants-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.tenants-page .dropdown-menu button:first-child{color:#495057;border-radius:8px 8px 0 0}.tenants-page .dropdown-menu button:first-child:hover:not(:disabled){background:#f8f9ff;color:#007bff}.tenants-page .dropdown-menu button:nth-child(2){color:#495057}.tenants-page .dropdown-menu button:nth-child(2):hover:not(:disabled){background:#fff5f5;color:#dc3545}.tenants-page .dropdown-menu button:nth-child(4),.tenants-page .dropdown-menu button:nth-child(5){color:#495057}.tenants-page .dropdown-menu button:nth-child(4):hover:not(:disabled),.tenants-page .dropdown-menu button:nth-child(5):hover:not(:disabled){background:#f0f9ff;color:#17a2b8}.tenants-page .dropdown-menu button:last-child{border-bottom:none;border-radius:0 0 8px 8px}.tenants-page .dropdown-menu button:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa!important;color:#6c757d!important}.tenants-page .dropdown-divider{height:1px;background:#e9ecef;margin:4px 0;border:none}.tenants-page .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}@media (max-width: 768px){.tenants-page{padding:10px}.tenants-page .top-bar{flex-direction:column;align-items:stretch}.tenants-page .top-bar .search-input{max-width:none;margin-bottom:10px}.tenants-page .filters-section .filters-grid{grid-template-columns:1fr}.tenants-page .summary-section .summary-content{flex-direction:column;gap:10px}.tenants-page .dropdown-menu{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:280px;max-width:90vw;z-index:10000}.tenants-page .dropdown-menu button{padding:12px 16px;font-size:15px}.tenants-page .options-btn{padding:8px 14px;min-width:44px;min-height:44px}.tenants-page .table-wrapper{font-size:12px}.tenants-page .table-wrapper table th,.tenants-page .table-wrapper table td{padding:8px 6px}.tenants-page .pagination{flex-direction:column;gap:10px}.tenants-page .pagination .pagination-info{margin-left:0;text-align:center}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease-out}.modal-overlay .export-modal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003;animation:slideIn .3s ease-out}.modal-overlay .export-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:12px 12px 0 0}.modal-overlay .export-modal .modal-header h2{margin:0;font-size:20px;color:#2c3e50;font-weight:700}.modal-overlay .export-modal .modal-header .close-btn{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#6c757d;padding:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-overlay .export-modal .modal-header .close-btn:hover{background:#e9ecef;color:#495057}.modal-overlay .export-modal .modal-body{padding:24px}.modal-overlay .export-modal .modal-body .error-message{background:#fee;border:1px solid #f5c6cb;color:#721c24;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px}.modal-overlay .export-modal .modal-body .form-group{margin-bottom:24px}.modal-overlay .export-modal .modal-body .form-group label{display:block;font-weight:600;margin-bottom:8px;color:#495057;font-size:14px}.modal-overlay .export-modal .modal-body .form-group .format-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (max-width: 480px){.modal-overlay .export-modal .modal-body .form-group .format-options{grid-template-columns:1fr}}.modal-overlay .export-modal .modal-body .form-group .format-options .format-option{display:flex;align-items:center;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s ease}.modal-overlay .export-modal .modal-body .form-group .format-options .format-option:hover{border-color:#007bff;background:#f8f9ff}.modal-overlay .export-modal .modal-body .form-group .format-options .format-option.selected{border-color:#007bff;background:#f0f7ff}.modal-overlay .export-modal .modal-body .form-group .format-options .format-option input[type=radio]{margin-right:10px;accent-color:#007bff}.modal-overlay .export-modal .modal-body .form-group .format-options .format-option span{font-weight:600;color:#495057}.modal-overlay .export-modal .modal-body .form-group .date-range-options{display:flex;gap:20px;margin-bottom:15px}.modal-overlay .export-modal .modal-body .form-group .date-range-options label{display:flex;align-items:center;font-weight:500;margin-bottom:0;cursor:pointer}.modal-overlay .export-modal .modal-body .form-group .date-range-options label input[type=radio]{margin-right:8px;accent-color:#007bff}.modal-overlay .export-modal .modal-body .form-group .date-inputs{display:grid;grid-template-columns:1fr 1fr;gap:15px;background:#f8f9fa;padding:16px;border-radius:8px}@media (max-width: 480px){.modal-overlay .export-modal .modal-body .form-group .date-inputs{grid-template-columns:1fr}}.modal-overlay .export-modal .modal-body .form-group .date-inputs>div{display:flex;flex-direction:column}.modal-overlay .export-modal .modal-body .form-group .date-inputs>div label{font-size:13px;margin-bottom:4px;color:#6c757d}.modal-overlay .export-modal .modal-body .form-group .date-inputs>div input[type=date]{padding:8px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;background:#fff}.modal-overlay .export-modal .modal-body .form-group .date-inputs>div input[type=date]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.modal-overlay .export-modal .modal-body .form-group.checkbox-group label{display:flex;align-items:center;font-weight:500;cursor:pointer}.modal-overlay .export-modal .modal-body .form-group.checkbox-group label input[type=checkbox]{margin-right:10px;accent-color:#007bff}.modal-overlay .export-modal .modal-body .export-info{background:#f8f9fa;padding:16px;border-radius:8px;border-left:4px solid #007bff}.modal-overlay .export-modal .modal-body .export-info h4{margin-top:0;margin-bottom:10px;color:#2c3e50;font-size:15px}.modal-overlay .export-modal .modal-body .export-info ul{margin:0 0 10px;padding-left:20px;color:#495057}.modal-overlay .export-modal .modal-body .export-info ul li{margin-bottom:4px;font-size:13px}.modal-overlay .export-modal .modal-body .export-info .note{margin:0;font-size:12px;color:#6c757d;font-style:italic}.modal-overlay .export-modal .modal-footer{padding:20px 24px;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:12px}.modal-overlay .export-modal .modal-footer button{padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s ease;min-width:80px}.modal-overlay .export-modal .modal-footer button:disabled{opacity:.6;cursor:not-allowed}.modal-overlay .export-modal .modal-footer button.btn-cancel{background:#fff;border:1px solid #ced4da;color:#495057}.modal-overlay .export-modal .modal-footer button.btn-cancel:hover:not(:disabled){background:#f8f9fa;border-color:#adb5bd}.modal-overlay .export-modal .modal-footer button.btn-export{background:#007bff;border:1px solid #007bff;color:#fff}.modal-overlay .export-modal .modal-footer button.btn-export:hover:not(:disabled){background:#0056b3;border-color:#0056b3}@media (max-width: 768px){.export-modal{width:95%;margin:10px}.export-modal .modal-body{padding:16px}}.delete-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.delete-modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;box-shadow:0 10px 30px #0003;animation:slideUp .3s ease}.delete-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e9ecef}.delete-modal-header h3{margin:0;color:#2c3e50;font-size:20px;font-weight:600}.delete-modal-header .close-btn{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;padding:4px;border-radius:6px;transition:all .3s}.delete-modal-header .close-btn:hover:not(:disabled){color:#e74c3c;background:#f8f9fa}.delete-modal-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.delete-modal-body{padding:25px;text-align:center}.delete-modal-body .warning-icon{font-size:48px;margin-bottom:15px;color:#e74c3c}.delete-modal-body h4{margin:0 0 15px;color:#2c3e50;font-size:18px;font-weight:600}.delete-modal-body p{margin:0 0 10px;color:#495057;line-height:1.5}.delete-modal-body p:last-child{margin-bottom:0}.delete-modal-body p strong{color:#2c3e50}.delete-modal-footer{display:flex;gap:15px;padding:20px 25px;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 12px 12px}.delete-modal-footer button{flex:1;padding:12px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;font-size:14px}.delete-modal-footer button:disabled{opacity:.6;cursor:not-allowed}.delete-modal-footer .btn-cancel{background:#6c757d;color:#fff}.delete-modal-footer .btn-cancel:hover:not(:disabled){background:#5a6268}.delete-modal-footer .btn-delete{background:#dc3545;color:#fff}.delete-modal-footer .btn-delete:hover:not(:disabled){background:#c82333}.delete-modal-footer .btn-permanent-delete{background:#dc3545}.delete-modal-footer .btn-permanent-delete:hover:not(:disabled){background:#a71d2a}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px;vertical-align:middle}.invoices-page{padding:20px;font-family:Arial,sans-serif;color:#333}.invoices-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.invoices-page .top-bar input[type=text]{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.invoices-page .top-bar input[type=text]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.invoices-page .top-bar .actions{display:flex;gap:10px;flex-wrap:wrap}.invoices-page .top-bar .actions .upgrade-message{background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;padding:8px 12px;color:#856404;font-size:14px;margin-left:10px}.invoices-page .top-bar .actions .upgrade-message.inline{display:inline-block;margin:0 10px}.invoices-page .top-bar .actions button:disabled.disabled-by-subscription{opacity:.5;cursor:not-allowed;position:relative}.invoices-page .top-bar .actions button:disabled.disabled-by-subscription:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000}.invoices-page .top-bar .actions .subscription-warning-banner{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.invoices-page .top-bar .actions .subscription-warning-banner .warning-content{display:flex;align-items:center;justify-content:center;gap:10px}.invoices-page .top-bar .actions .subscription-warning-banner .warning-content .warning-icon{font-size:1.2rem}.invoices-page .top-bar .actions .subscription-warning-banner .warning-content .warning-text{font-weight:600}.invoices-page .top-bar .actions .subscription-warning-banner .warning-content .upgrade-link{color:#fff;text-decoration:underline;font-weight:700;margin-left:10px;cursor:pointer}.invoices-page .top-bar .actions .subscription-warning-banner .warning-content .upgrade-link:hover{color:#f0f0f0}.invoices-page .top-bar .actions .export-btn{background:#9c9a9a;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.invoices-page .top-bar .actions .export-btn:hover{background-color:#555}.invoices-page .top-bar .actions button{padding:8px 16px;border:none;background-color:#007bff;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.invoices-page .top-bar .actions button:hover{background-color:#0056b3}.invoices-page .top-bar .actions .more-options-wrapper{position:relative}.invoices-page .top-bar .actions .more-options-wrapper .more-options-btn{background-color:#6c757d;padding:8px 16px;border-radius:4px}.invoices-page .top-bar .actions .more-options-wrapper .more-options-btn:hover{background-color:#5a6268}.invoices-page .top-bar .actions .more-options-wrapper .more-options-dropdown{position:absolute;top:110%;right:0;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 8px #0000001a;z-index:100;min-width:180px}.invoices-page .top-bar .actions .more-options-wrapper .more-options-dropdown button{display:block;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;font-size:14px;color:#333;border-bottom:1px solid #f0f0f0}.invoices-page .top-bar .actions .more-options-wrapper .more-options-dropdown button:last-child{border-bottom:none}.invoices-page .top-bar .actions .more-options-wrapper .more-options-dropdown button:hover{background-color:#f0f0f0}.invoices-page .top-bar .permission-hint{margin:5px 0 15px;padding:8px 12px;background:#f8f9fa;border-radius:4px;border-left:3px solid #ffc107}.invoices-page .top-bar .permission-hint small{color:#6c757d;font-size:12px}.invoices-page .filters-section{margin-bottom:20px;background:#f8f9fa;border-radius:6px;padding:10px;box-shadow:0 2px 4px #0000001a}.invoices-page .filters-section .section-header{display:flex;justify-content:space-between;align-items:center}.invoices-page .filters-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.invoices-page .filters-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.invoices-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;align-items:end;margin-top:8px}.invoices-page .filters-section .filters-grid .filter-group{display:flex;flex-direction:column;gap:5px}.invoices-page .filters-section .filters-grid .filter-group label{font-size:16px;font-weight:600;color:#495057;letter-spacing:.5px}.invoices-page .filters-section .filters-grid .filter-group input,.invoices-page .filters-section .filters-grid .filter-group select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%}.invoices-page .filters-section .filters-grid .filter-group input:focus,.invoices-page .filters-section .filters-grid .filter-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.invoices-page .filters-section .filters-grid .filter-group .reset-btn{padding:8px 12px;border:none;background-color:#6c757d;color:#fff;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.invoices-page .filters-section .filters-grid .filter-group .reset-btn:hover{background-color:#c82333}.invoices-page .summary-section{margin-bottom:20px;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;padding:12px 16px}.invoices-page .summary-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.invoices-page .summary-section .section-header h3{margin:0;font-weight:700;font-size:18px;color:#2c3e50}.invoices-page .summary-section .section-header button{background:none;border:none;font-size:20px;line-height:1;cursor:pointer;color:#555}.invoices-page .summary-section .summary-content .summary-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:15px}.invoices-page .summary-section .summary-content .summary-card{background:#fff;border-radius:6px;padding:12px 16px;border:1px solid #e9ecef;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s}.invoices-page .summary-section .summary-content .summary-card:hover{box-shadow:0 2px 5px #00000014}.invoices-page .summary-section .summary-content .summary-card .card-title{font-size:11px;color:#6c757d;font-weight:600;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.invoices-page .summary-section .summary-content .summary-card .card-value{font-size:20px;font-weight:700;margin-bottom:4px;line-height:1.2}.invoices-page .summary-section .summary-content .summary-card .card-value.count{color:#3498db}.invoices-page .summary-section .summary-content .summary-card .card-value.total{color:#2c3e50}.invoices-page .summary-section .summary-content .summary-card .card-value.paid{color:#27ae60}.invoices-page .summary-section .summary-content .summary-card .card-value.outstanding{color:#e74c3c}.invoices-page .summary-section .summary-content .summary-card .card-subtitle{font-size:11px;color:#95a5a6;margin-bottom:8px}.invoices-page .summary-section .summary-content .summary-card .card-progress{height:4px;background:#ecf0f1;border-radius:2px;overflow:hidden;margin-top:6px}.invoices-page .summary-section .summary-content .summary-card .card-progress .progress-bar{height:100%;background:linear-gradient(90deg,#27ae60,#2ecc71)}.invoices-page .summary-section .summary-content .summary-card .card-selected{margin-top:6px;padding-top:6px;border-top:1px solid #f0f0f0}.invoices-page .summary-section .summary-content .summary-card .card-selected .selected-badge{background:#3498db;color:#fff;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:600}.invoices-page .summary-section .summary-content .summary-card .card-amount{font-size:11px;color:#7f8c8d;margin-top:4px;font-weight:500}.invoices-page .summary-section .summary-content .summary-card .card-breakdown{margin-top:10px;padding-top:10px;border-top:1px dashed #e0e0e0}.invoices-page .summary-section .summary-content .summary-card .card-breakdown .breakdown-item{display:flex;justify-content:space-between;margin-bottom:4px;font-size:11px}.invoices-page .summary-section .summary-content .summary-card .card-breakdown .breakdown-item:last-child{margin-bottom:0}.invoices-page .summary-section .summary-content .summary-card .card-breakdown .breakdown-item .label{color:#7f8c8d}.invoices-page .summary-section .summary-content .summary-card .card-breakdown .breakdown-item .value{font-weight:600;color:#2c3e50}.invoices-page .summary-section .summary-content .status-breakdown{background:#f8f9fa;border-radius:6px;padding:12px 16px;margin-top:15px}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-title{font-weight:600;color:#2c3e50;margin-bottom:10px;font-size:13px}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items{display:flex;flex-wrap:wrap;gap:10px}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item{background:#fff;padding:8px 12px;border-radius:4px;display:flex;align-items:center;gap:8px;min-width:140px;box-shadow:0 1px 2px #0000000d}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-indicator{width:8px;height:8px;border-radius:50%}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-indicator.status-draft{background:#95a5a6}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-indicator.status-open{background:#3498db}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-indicator.status-partial{background:#f39c12}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-indicator.status-paid{background:#27ae60}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-indicator.status-void{background:#7f8c8d}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-name{font-size:12px;color:#2c3e50;font-weight:500;flex-grow:1}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-count{background:#f8f9fa;padding:2px 6px;border-radius:8px;font-size:11px;font-weight:600;color:#2c3e50}.invoices-page .summary-section .summary-content .status-breakdown .breakdown-items .breakdown-item .status-amount{font-size:11px;font-weight:600;color:#2c3e50}.invoices-page .invoices-section{border:1px solid #ddd;border-radius:6px;padding:12px 16px;background:#fafafa}.invoices-page .invoices-section .section-header{display:flex;justify-content:space-between;align-items:center}.invoices-page .invoices-section .section-header h3{margin:0;font-weight:700}.invoices-page .invoices-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.invoices-page .invoices-section .invoice-actions{margin:12px 0;display:flex;gap:12px}.invoices-page .invoices-section .invoice-actions button{padding:8px 16px;border:none;background-color:#28a745;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.invoices-page .invoices-section .invoice-actions button:hover{background-color:#218838}.invoices-page .invoices-section .invoice-actions button.disabled{background-color:#6c757d;cursor:not-allowed}.invoices-page .invoices-section .invoice-actions button.disabled:hover{background-color:#6c757d}.invoices-page .invoices-section .table-wrapper{overflow-x:auto;position:relative}.invoices-page .invoices-section .table-wrapper table{width:100%;border-collapse:collapse;font-size:16px;overflow:visible!important}.invoices-page .invoices-section .table-wrapper table th,.invoices-page .invoices-section .table-wrapper table td{padding:10px 12px;border:1px solid #ddd;text-align:left;vertical-align:middle}.invoices-page .invoices-section .table-wrapper table th{background-color:#f1f1f1;font-weight:700;position:sticky;top:0;z-index:10}.invoices-page .invoices-section .table-wrapper table .checkbox-column{width:40px;text-align:center}.invoices-page .invoices-section .table-wrapper table .checkbox-column input[type=checkbox]{width:16px;height:16px;cursor:pointer}.invoices-page .invoices-section .table-wrapper table tbody tr.selected{background-color:#e3f2fd!important;border-left:3px solid #2196f3}.invoices-page .invoices-section .table-wrapper table tbody tr:hover{background-color:#f9f9f9}.invoices-page .invoices-section .table-wrapper table tbody tr:hover.selected{background-color:#e3f2fd!important}.invoices-page .invoices-section .pagination{margin-top:10px;display:flex;justify-content:center;gap:6px}.invoices-page .invoices-section .pagination button{padding:6px 10px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.invoices-page .invoices-section .pagination button.active{background-color:#3a86ff;color:#fff}.invoices-page .invoices-section .pagination button:disabled{cursor:not-allowed;opacity:.5}.invoices-page .invoices-section .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.invoices-page .error{color:red;margin-top:12px}.invoices-page .clickable-invoice-id{color:#007bff;cursor:pointer;text-decoration:underline;font-weight:700;transition:color .2s}.invoices-page .clickable-invoice-id:hover{color:#0056b3}.invoices-page .status-select-toggle:hover,.invoices-page .property-select-toggle:hover,.invoices-page .invoice-item-select-toggle:hover{border-color:#007bff!important}.invoices-page .status-dropdown label,.invoices-page .property-dropdown label,.invoices-page .invoice-item-dropdown label{align-items:center!important}.invoices-page .status-dropdown label input[type=checkbox],.invoices-page .property-dropdown label input[type=checkbox],.invoices-page .invoice-item-dropdown label input[type=checkbox]{flex-shrink:0}.invoices-page .status-dropdown label span,.invoices-page .property-dropdown label span,.invoices-page .invoice-item-dropdown label span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}@media (max-width: 768px){.invoices-page .status-dropdown,.invoices-page .property-dropdown,.invoices-page .invoice-item-dropdown{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:90vw!important;max-width:320px!important;z-index:99999!important}}.invoices-page .options-container{position:relative;display:flex;justify-content:center}.invoices-page .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.invoices-page .options-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;color:#495057}.invoices-page .options-btn:disabled{opacity:.6;cursor:not-allowed}.invoices-page .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:1000;min-width:200px;margin-top:5px;animation:dropdownFadeIn .2s ease-out}.invoices-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.invoices-page .dropdown-menu button:first-child{color:#495057;border-radius:8px 8px 0 0}.invoices-page .dropdown-menu button:first-child:hover:not(:disabled){background:#f8f9ff;color:#007bff}.invoices-page .dropdown-menu button:nth-child(2){color:#495057}.invoices-page .dropdown-menu button:nth-child(2):hover:not(:disabled){background:#f0f9ff;color:#17a2b8}.invoices-page .dropdown-menu button:nth-child(3){color:#495057}.invoices-page .dropdown-menu button:nth-child(3):hover:not(:disabled){background:#fffbf0;color:#e0a800}.invoices-page .dropdown-menu button:last-child{color:#495057;border-bottom:none;border-radius:0 0 8px 8px}.invoices-page .dropdown-menu button:last-child:hover:not(:disabled){background:#fff5f5;color:#dc3545}.invoices-page .dropdown-menu button:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa!important;color:#6c757d!important}.invoices-page .dropdown-divider{height:1px;background:#e9ecef;margin:4px 0;border:none}.invoices-page .status-with-tooltip{position:relative;display:inline-block}.invoices-page .status-with-tooltip:hover .payment-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.invoices-page .status-with-balance{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.invoices-page .status-with-balance .balance-below{font-size:.7rem;color:#dc3545;font-weight:600;background:#fff5f5;padding:2px 8px;border-radius:10px;border:1px solid #ffcccc;white-space:nowrap;line-height:1.2}.invoices-page .status-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;display:inline-block}.invoices-page .status-badge.status-partial{background-color:#ffc107;color:#212529}.invoices-page .payment-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-5px);background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:8px 12px;box-shadow:0 4px 12px #00000026;min-width:160px;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;font-size:.75rem}.invoices-page .payment-tooltip .tooltip-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.invoices-page .payment-tooltip .tooltip-row:last-child{margin-bottom:0}.invoices-page .payment-tooltip .tooltip-row.remaining{font-weight:600;color:#dc3545;border-top:1px solid #f0f0f0;padding-top:4px;margin-top:4px}.invoices-page .payment-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#fff}.invoices-page .status-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;position:relative;display:inline-flex;align-items:center;gap:4px}.invoices-page .status-badge.status-draft{background-color:#6c757d;color:#fff}.invoices-page .status-badge.status-open{background-color:#007bff;color:#fff}.invoices-page .status-badge.status-partial{background-color:#ffc107;color:#212529;position:relative}.invoices-page .status-badge.status-partial .balance-tag{font-size:.65rem;font-weight:500;background:#0000001a;padding:1px 6px;border-radius:8px;margin-left:4px;white-space:nowrap}.invoices-page .status-badge.status-paid{background-color:#28a745;color:#fff}.invoices-page .status-badge.status-void{background-color:#dc3545;color:#fff}.invoices-page .loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.invoices-page .loading-spinner.small{width:12px;height:12px;border-width:1px;margin-right:6px}.invoices-page button:disabled{opacity:.6;cursor:not-allowed}.invoices-page tr.sending-email{opacity:.7}.invoices-page tr.sending-email .options-btn{opacity:.5;cursor:not-allowed}.invoices-page .invoice-number-container{display:flex;align-items:center;gap:8px;position:relative}.invoices-page .penalty-indicator-wrapper{position:relative;display:inline-block;z-index:100}.invoices-page .penalty-indicator-wrapper .penalty-badge{display:inline-flex;align-items:center;justify-content:center;background:#fff3cd;border:1px solid #ffeaa7;border-radius:50%;width:24px;height:24px;font-size:12px;cursor:help;transition:all .2s ease}.invoices-page .penalty-indicator-wrapper .penalty-badge:hover{background:#ffecb5;transform:scale(1.1)}.invoices-page .penalty-indicator-wrapper .penalty-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-10px);background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 25px #0003;min-width:280px;max-width:320px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:99999!important;padding:12px}.invoices-page .penalty-indicator-wrapper .penalty-tooltip:before{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#fff;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.invoices-page .penalty-indicator-wrapper:hover .penalty-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.invoices-page td{position:relative}.invoices-page .dropdown-menu{pointer-events:auto;-webkit-user-select:none;user-select:none}.invoices-page .table-wrapper{isolation:isolate;overflow-x:auto}.invoices-page td{position:relative;overflow:visible!important}.invoices-page .table-wrapper{isolation:isolate}@media (max-width: 768px){.invoices-page .top-bar{flex-direction:column;align-items:stretch}.invoices-page .top-bar .actions{justify-content:space-between;margin-top:10px}.invoices-page .filters-grid{grid-template-columns:1fr!important}.invoices-page .summary-content{flex-direction:column;gap:10px!important}.invoices-page .summary-content div{width:100%}.invoices-page .dropdown-menu{position:fixed;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:280px;max-width:90vw;z-index:9999}.invoices-page .dropdown-menu button{padding:14px 16px;font-size:15px}.invoices-page .options-btn{padding:8px 14px;min-width:44px;min-height:44px}.invoices-page .table-wrapper{font-size:14px}.invoices-page .table-wrapper table th,.invoices-page .table-wrapper table td{padding:8px 10px;font-size:14px}.invoices-page .pagination{flex-wrap:wrap;gap:4px}.invoices-page .pagination .pagination-info{margin-left:0;margin-top:8px;width:100%;text-align:center}.invoices-page .summary-cards-grid{grid-template-columns:1fr!important;gap:10px!important}.invoices-page .summary-card{padding:10px!important}.invoices-page .summary-card .card-title{font-size:10px!important}.invoices-page .summary-card .card-value{font-size:18px!important}.invoices-page .summary-card .card-subtitle{font-size:10px!important}.invoices-page .status-breakdown{padding:12px!important}.invoices-page .status-breakdown .breakdown-items{flex-direction:column!important;gap:8px!important}.invoices-page .status-breakdown .breakdown-items .breakdown-item{min-width:100%!important;justify-content:space-between!important;padding:6px 10px!important}}.status-select-wrapper{position:relative!important}.status-select-wrapper .status-select-toggle:hover{border-color:#007bff}.status-select-wrapper .status-dropdown{animation:dropdownFadeIn .2s ease-out}.status-select-wrapper .status-dropdown label{align-items:center!important}.status-select-wrapper .status-dropdown label input[type=checkbox]{flex-shrink:0}.status-select-wrapper .status-dropdown label span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filters-section,.filters-grid,.filter-group{overflow:visible!important}@media (max-width: 768px){.status-dropdown{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:90vw!important;max-width:320px!important;z-index:99999!important}}.payments-page{padding:20px;font-family:Arial,sans-serif;color:#333;max-width:1400px;margin:0 auto}.payments-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.payments-page .top-bar input[type=text]{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.payments-page .top-bar input[type=text]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.payments-page .top-bar .actions{display:flex;gap:10px;flex-wrap:wrap}.payments-page .top-bar .actions .export-btn{background:#9c9a9a;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.payments-page .top-bar .actions .export-btn:hover{background-color:#555}.payments-page .top-bar .actions button{padding:8px 16px;border:none;background-color:#007bff;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.payments-page .top-bar .actions button:hover{background-color:#0056b3}.payments-page .top-bar .permission-hint{margin:5px 0 15px;padding:8px 12px;background:#f8f9fa;border-radius:4px;border-left:3px solid #ffc107}.payments-page .top-bar .permission-hint small{color:#6c757d;font-size:12px}.payments-page .filters-section{margin-bottom:20px;background:#f8f9fa;border-radius:6px;padding:16px;box-shadow:0 2px 4px #0000001a}.payments-page .filters-section .section-header{display:flex;justify-content:space-between;align-items:center}.payments-page .filters-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.payments-page .filters-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.payments-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;align-items:end;margin-top:12px}.payments-page .filters-section .filters-grid .filter-group{display:flex;flex-direction:column;gap:5px}.payments-page .filters-section .filters-grid .filter-group label{font-size:16px;font-weight:600;color:#495057;letter-spacing:.5px}.payments-page .filters-section .filters-grid .filter-group input,.payments-page .filters-section .filters-grid .filter-group select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%}.payments-page .filters-section .filters-grid .filter-group input:focus,.payments-page .filters-section .filters-grid .filter-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.payments-page .filters-section .filters-grid .filter-group.reset-group{display:flex;justify-content:flex-end;align-items:flex-end}.payments-page .filters-section .filters-grid .filter-group.reset-group .reset-btn{padding:8px 12px;border:none;background-color:#6c757d;color:#fff;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.payments-page .filters-section .filters-grid .filter-group.reset-group .reset-btn:hover{background-color:#5a6268}.payments-page .summary-section{margin-bottom:20px;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;padding:12px 16px}.payments-page .summary-section .section-header{display:flex;justify-content:space-between;align-items:center}.payments-page .summary-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.payments-page .summary-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.payments-page .summary-section .summary-content{margin-top:12px;display:flex;gap:20px;font-weight:600;flex-wrap:wrap}.payments-page .summary-section .summary-content div{padding:12px 16px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;border-left:4px solid #007bff}.payments-page .summary-section .summary-content div:nth-child(2){border-left-color:#007bff}.payments-page .summary-section .summary-content div:nth-child(3){border-left-color:#007bff}.payments-page .summary-section .summary-content div:nth-child(4){border-left-color:#007bff}.payments-page .payments-section{border:1px solid #ddd;border-radius:6px;padding:12px 16px;background:#fafafa;box-shadow:0 2px 4px #0000001a}.payments-page .payments-section .section-header{display:flex;justify-content:space-between;align-items:center}.payments-page .payments-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.payments-page .payments-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.payments-page .payments-section .payments-actions{margin-bottom:12px}.payments-page .payments-section .payments-actions button{padding:10px 20px;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease;color:#fff;display:flex;align-items:center;gap:8px}.payments-page .payments-section .payments-actions button.send-receipts-btn{background-color:#28a745}.payments-page .payments-section .payments-actions button.send-receipts-btn:hover:not(:disabled){background-color:#218838;transform:translateY(-1px)}.payments-page .payments-section .payments-actions button.send-receipts-btn:disabled{background-color:#6c757d;cursor:not-allowed;transform:none}.payments-page .payments-section .payments-actions button.download-payments-btn{background-color:#17a2b8}.payments-page .payments-section .payments-actions button.download-payments-btn:hover{background-color:#138496}.payments-page .payments-section .table-wrapper{overflow-x:auto;position:relative;isolation:isolate;border-radius:4px;border:1px solid #e9ecef}.payments-page .payments-section .table-wrapper table{width:100%;border-collapse:collapse;font-size:16px;background:#fff}.payments-page .payments-section .table-wrapper table th,.payments-page .payments-section .table-wrapper table td{padding:10px 12px;border:1px solid #ddd;text-align:left;vertical-align:middle}.payments-page .payments-section .table-wrapper table th{background-color:#f1f1f1;font-weight:700;position:sticky;top:0;z-index:10;border-bottom:2px solid #dee2e6;color:#495057;letter-spacing:.5px;font-size:16px}.payments-page .payments-section .table-wrapper table th.checkbox-column{width:40px;text-align:center}.payments-page .payments-section .table-wrapper table td{color:#495057}.payments-page .payments-section .table-wrapper table td.checkbox-column{text-align:center}.payments-page .payments-section .table-wrapper table td input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#007bff}.payments-page .payments-section .table-wrapper table tbody tr{transition:background-color .2s}.payments-page .payments-section .table-wrapper table tbody tr:hover{background-color:#f8f9fa}.payments-page .payments-section .table-wrapper table tbody tr.sending-email{opacity:.7;background:#fff3cd}.payments-page .payments-section .table-wrapper table tbody tr.sending-email .options-btn{opacity:.5;cursor:not-allowed}.payments-page .payments-section .pagination{margin-top:10px;display:flex;justify-content:center;gap:6px}.payments-page .payments-section .pagination button{padding:6px 10px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.payments-page .payments-section .pagination button.active{background-color:#3a86ff;color:#fff}.payments-page .payments-section .pagination button:disabled{cursor:not-allowed;opacity:.5}.payments-page .payments-section .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.payments-page .error{color:#dc3545;background:#f8d7da;padding:12px 16px;border-radius:4px;border:1px solid #f5c6cb;margin-top:12px;text-align:center}.payments-page .loading{text-align:center;padding:40px;color:#6c757d;font-size:16px}.payments-page .loading:before{content:"";display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px;vertical-align:middle}.payments-page .clickable-payment-id{color:#007bff;cursor:pointer;text-decoration:underline;font-weight:700;transition:color .2s}.payments-page .clickable-payment-id:hover{color:#0056b3}.payments-page .status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.payments-page .status-badge.status-confirmed{background:#d4edda;color:#155724}.payments-page .status-badge.status-draft{background:#fff3cd;color:#856404}.payments-page .description-column{max-width:200px;min-width:150px}.payments-page .description-column .description-tooltip{position:relative;display:inline-block;cursor:help;width:100%}.payments-page .description-column .description-tooltip .description-text{color:#555;font-size:.9em;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-height:2.6em}.payments-page .description-column .description-tooltip .tooltip-text{visibility:hidden;width:300px;background-color:#333;color:#fff;text-align:left;border-radius:6px;padding:8px 12px;position:absolute;z-index:1000;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s;font-size:.85em;line-height:1.4;word-wrap:break-word;white-space:normal}.payments-page .description-column .description-tooltip .tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent}.payments-page .description-column .description-tooltip:hover .tooltip-text{visibility:visible;opacity:1}.payments-page .description-column .no-description{color:#999;font-style:italic;font-size:.9em}.payments-page .options-container{position:relative;display:flex;justify-content:center}.payments-page .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.payments-page .options-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;color:#495057}.payments-page .options-btn:disabled{opacity:.5;cursor:not-allowed}.payments-page .dropdown-menu{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;min-width:180px;animation:dropdownFadeIn .2s ease-out}.payments-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.payments-page .dropdown-menu button:first-child{color:#495057;border-radius:8px 8px 0 0}.payments-page .dropdown-menu button:first-child:hover:not(:disabled){background:#f8f9ff;color:#007bff}.payments-page .dropdown-menu button:nth-child(2){color:#495057}.payments-page .dropdown-menu button:nth-child(2):hover:not(:disabled){background:#f0f9ff;color:#17a2b8}.payments-page .dropdown-menu button:nth-child(3){color:#495057}.payments-page .dropdown-menu button:nth-child(3):hover:not(:disabled){background:#fffbf0;color:#e0a800}.payments-page .dropdown-menu button:last-child{color:#495057;border-bottom:none;border-radius:0 0 8px 8px}.payments-page .dropdown-menu button:last-child:hover:not(:disabled){background:#fff5f5;color:#dc3545}.payments-page .dropdown-menu button:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa!important;color:#6c757d!important}.payments-page .dropdown-divider{height:1px;background:#e9ecef;margin:4px 0;border:none}.payments-page .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}.payments-page .loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.payments-page .loading-spinner.small{width:12px;height:12px;border-width:1px}.payments-page button:disabled{opacity:.6;cursor:not-allowed!important}@media (max-width: 768px){.payments-page{padding:10px}.payments-page .top-bar{flex-direction:column;align-items:stretch}.payments-page .top-bar input[type=text]{max-width:none;margin-bottom:10px}.payments-page .filters-section .filters-grid{grid-template-columns:1fr}.payments-page .summary-section .summary-content{flex-direction:column;gap:10px}.payments-page .description-column{max-width:120px;min-width:100px}.payments-page .description-column .description-tooltip .tooltip-text{width:250px;font-size:.8em}.payments-page .dropdown-menu{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:280px;max-width:90vw;z-index:10000}.payments-page .dropdown-menu button{padding:12px 16px;font-size:15px}.payments-page .options-btn{padding:8px 14px;min-width:44px;min-height:44px}.payments-page .table-wrapper{font-size:12px}.payments-page .table-wrapper table th,.payments-page .table-wrapper table td{padding:8px 6px}.payments-page .table-wrapper table .description-column{max-width:100px}.payments-page .table-wrapper table .description-column .description-text{font-size:.8em}.payments-page .pagination{flex-direction:column;gap:10px}.payments-page .pagination .pagination-info{margin-left:0;text-align:center}}@media (max-width: 480px){.payments-page .description-column{max-width:80px;min-width:70px}.payments-page .description-column .description-tooltip .tooltip-text{width:200px;left:0;transform:none}.payments-page .description-column .description-tooltip .tooltip-text:after{left:20px}}input[type=checkbox]{accent-color:#007bff}.unit-form-page{max-width:480px;margin:20px auto;padding:20px;background:#fafafa;border-radius:8px;border:1px solid #ddd;box-shadow:0 0 8px #0000000d}.unit-form-page h2{font-weight:700;margin-bottom:20px;color:#222}.unit-form-page .unit-form-page{max-width:800px;margin:0 auto;padding:20px}.unit-form-page .property-select-container,.unit-form-page .dropdown-search-wrapper{position:relative;margin-bottom:8px}.unit-form-page .dropdown-search{width:100%;padding:10px 40px 10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff}.unit-form-page .dropdown-search:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa033}.unit-form-page .dropdown-search:disabled{background:#f5f5f5;cursor:not-allowed}.unit-form-page .search-icon,.unit-form-page .search-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666}.unit-form-page .search-loading{display:flex;align-items:center;gap:5px}.unit-form-page .mini-spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite}.unit-form-page .search-count{position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:12px;color:#666;background:#f5f5f5;padding:2px 8px;border-radius:12px}.unit-form-page .custom-dropdown-select{position:relative;max-height:240px;overflow-y:auto;border:1px solid #ddd;border-radius:4px;background:#fff}.unit-form-page .custom-dropdown-select select{width:100%;border:none;outline:none;padding:0;margin:0;background:transparent;font-size:14px;color:#333}.unit-form-page .custom-dropdown-select select:disabled{color:#999;cursor:not-allowed}.unit-form-page .custom-dropdown-select select option{padding:8px 12px;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:14px}.unit-form-page .custom-dropdown-select select option:hover{background-color:#f5f5f5}.unit-form-page .custom-dropdown-select select option:checked{background-color:#e3f2fd;font-weight:600}.unit-form-page .custom-dropdown-select select option.loading-more{background:#f8f9fa;color:#666;font-style:italic;text-align:center;padding:12px;border-top:1px solid #ddd;cursor:default}.unit-form-page .dropdown-loading{position:absolute;bottom:0;left:0;right:0;background:#ffffffe6;padding:10px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;color:#666;z-index:1}.unit-form-page .loading-spinner{width:18px;height:18px;border:2px solid #f3f3f3;border-top:2px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite}.unit-form-page .dropdown-stats{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;color:#666}.unit-form-page .clear-search-btn{background:none;border:none;color:#2c5aa0;cursor:pointer;font-size:12px;padding:4px 8px;border-radius:4px}.unit-form-page .clear-search-btn:hover{background:#f0f0f0}.unit-form-page .unit-form{display:flex;flex-direction:column;gap:20px}.unit-form-page .unit-form label{display:flex;flex-direction:column;gap:8px;font-weight:500}.unit-form-page .unit-form input,.unit-form-page .unit-form select,.unit-form-page .unit-form textarea{padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.unit-form-page .unit-form input:focus,.unit-form-page .unit-form select:focus,.unit-form-page .unit-form textarea:focus{outline:none;border-color:#2c5aa0}.unit-form-page .required{color:#d32f2f;margin-left:2px}.unit-form-page .form-actions{display:flex;gap:10px;margin-top:20px}.unit-form-page .form-actions button{padding:12px 24px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.unit-form-page .form-actions button:first-child{background:#2c5aa0;color:#fff}.unit-form-page .form-actions button:first-child:hover{background:#1a3d7a}.unit-form-page .cancel-btn{background:#f5f5f5;color:#666}.unit-form-page .cancel-btn:hover{background:#e0e0e0}.unit-form-page .onboarding-indicator{background:#f0f7ff;border:1px solid #c5d9ff;border-radius:8px;padding:15px;margin-bottom:20px}.unit-form-page .onboarding-step{font-weight:600;color:#2c5aa0;margin-bottom:10px}.unit-form-page .progress-bar{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.unit-form-page .progress-fill{height:100%;background:#2c5aa0;transition:width .3s ease}.unit-form-page .modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.unit-form-page .success-modal{background:#fff;padding:30px;border-radius:8px;max-width:500px;width:90%;text-align:center}.unit-form-page .success-modal h3{color:#2c5aa0;margin-bottom:10px}.unit-form-page .modal-actions{display:flex;gap:10px;margin-top:20px;justify-content:center}.unit-form-page .modal-actions button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.unit-form-page .next-btn{background:#4caf50;color:#fff}.unit-form-page .next-btn:hover{background:#3d8b40}.unit-form-page .unit-form{display:flex;flex-direction:column;gap:18px}.unit-form-page .unit-form label{display:flex;flex-direction:column;font-weight:600;color:#222}.unit-form-page .unit-form label .required{color:#d9534f;margin-left:4px}.unit-form-page .unit-form label input[type=text],.unit-form-page .unit-form label input[type=number],.unit-form-page .unit-form label select,.unit-form-page .unit-form label textarea{margin-top:6px;padding:8px 12px;border:1px solid #bbb;border-radius:5px;font-size:1rem;resize:vertical}.unit-form-page .unit-form label input[type=text]:focus,.unit-form-page .unit-form label input[type=number]:focus,.unit-form-page .unit-form label select:focus,.unit-form-page .unit-form label textarea:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.unit-form-page .unit-form .bills-section{display:flex;flex-direction:column;gap:10px;background:#f5f5f5;padding:15px;border:1px solid #ccc;border-radius:6px}.unit-form-page .unit-form .bills-section h4{margin:0;font-weight:600;color:#333}.unit-form-page .unit-form .bills-section .bill-inputs{display:flex;flex-wrap:wrap;gap:10px}.unit-form-page .unit-form .bills-section .bill-inputs input{flex:1;padding:8px 10px;border:1px solid #bbb;border-radius:5px;font-size:1rem}.unit-form-page .unit-form .bills-section .bill-inputs button{padding:8px 12px;background-color:#3a86ff;color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.unit-form-page .unit-form .bills-section .bill-inputs button:hover{background-color:#265fcc}.unit-form-page .unit-form .bills-section .bill-list{list-style:none;margin:0;padding:0}.unit-form-page .unit-form .bills-section .bill-list li{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background-color:#fff;border:1px solid #ddd;border-radius:4px;margin-bottom:6px;font-size:.95rem}.unit-form-page .unit-form .bills-section .bill-list li button{background:none;border:none;color:#d9534f;font-weight:700;cursor:pointer;padding:0;font-size:1rem}.unit-form-page .unit-form .bills-section .bill-list li button:hover{color:#a94442}.unit-form-page .unit-form .form-actions{margin-top:10px;display:flex;gap:12px}.unit-form-page .unit-form .form-actions button{flex:1;padding:10px 16px;border-radius:5px;font-weight:700;font-size:1rem;border:none;cursor:pointer;color:#fff;background-color:#3a86ff;transition:background-color .3s ease}.unit-form-page .unit-form .form-actions button:hover:not(:disabled){background-color:#265fcc}.unit-form-page .unit-form .form-actions button:disabled{cursor:not-allowed;opacity:.6}.unit-form-page .unit-form .form-actions .next-btn{background-color:#ddd;color:#444}.unit-form-page .unit-form .form-actions .next-btn:hover:not(:disabled){background-color:#ccc}.unit-form-page .unit-form .form-actions .cancel-btn{background-color:#ddd;color:#444}.unit-form-page .unit-form .form-actions .cancel-btn:hover:not(:disabled){background-color:#ccc}.unit-form-page .modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.unit-form-page .modal-backdrop .success-modal{background:#fff;padding:2rem;border-radius:10px;text-align:center;max-width:400px;width:90%;box-shadow:0 8px 16px #0003}.unit-form-page .modal-backdrop .success-modal h3{margin-bottom:1rem;color:#28a745}.unit-form-page .modal-backdrop .success-modal p{margin-bottom:1.5rem;color:#333}.unit-form-page .modal-backdrop .success-modal .modal-actions{display:flex;gap:12px;justify-content:center}.unit-form-page .modal-backdrop .success-modal .modal-actions button{padding:10px 16px;border-radius:5px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background-color .3s ease;color:#fff;background-color:#3a86ff}.unit-form-page .modal-backdrop .success-modal .modal-actions button:hover{background-color:#265fcc}.unit-form-page .modal-backdrop .success-modal .modal-actions button.cancel-btn{background-color:#6c757d}.unit-form-page .modal-backdrop .success-modal .modal-actions button.cancel-btn:hover{background-color:#5a6268}.unit-form-page .vat-info-section{background:#f8f9fa;border-radius:8px;padding:15px;margin:15px 0;border-left:4px solid #4CAF50;animation:fadeIn .3s ease-in}.unit-form-page .vat-info-section .vat-summary{display:flex;align-items:center;gap:10px;margin-bottom:15px;flex-wrap:wrap}.unit-form-page .vat-info-section .vat-summary .vat-label{font-weight:600;color:#333}.unit-form-page .vat-info-section .vat-summary .gross-amount{font-size:1.2em;font-weight:700;color:#2e7d32}.unit-form-page .vat-info-section .vat-summary .vat-details{color:#666;font-size:.9em}.unit-form-page .vat-info-section .vat-breakdown{background:#fff;border-radius:6px;padding:12px;border:1px solid #e0e0e0;margin-bottom:15px}.unit-form-page .vat-info-section .vat-breakdown .breakdown-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed #eee}.unit-form-page .vat-info-section .vat-breakdown .breakdown-row:last-child{border-bottom:none}.unit-form-page .vat-info-section .vat-breakdown .breakdown-row.total-row{border-top:2px solid #4CAF50;margin-top:8px;padding-top:10px;font-weight:700}.unit-form-page .vat-info-section .vat-breakdown .breakdown-row.total-row .total-amount{color:#2e7d32;font-size:1.1em}.unit-form-page .vat-info-section .vat-note{margin-top:12px;padding:10px;background:#e8f5e9;border-radius:4px;border-left:3px solid #4CAF50}.unit-form-page .vat-info-section .vat-note small{color:#2e7d32;line-height:1.4}.unit-form-page .input-hint{font-size:.85em;color:#666;margin-top:5px;font-style:italic}.tenants-form-page{max-width:700px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000000f}.tenants-form-page .error-message{color:#dc3545;font-size:.875rem;margin-top:4px;display:block;font-weight:500}.tenants-form-page .property-select-container,.tenants-form-page .dropdown-search-wrapper{position:relative;margin-bottom:8px}.tenants-form-page .dropdown-search{width:100%;padding:10px 40px 10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff}.tenants-form-page .dropdown-search:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa033}.tenants-form-page .dropdown-search:disabled{background:#f5f5f5;cursor:not-allowed}.tenants-form-page .search-icon,.tenants-form-page .search-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666}.tenants-form-page .search-loading{display:flex;align-items:center;gap:5px}.tenants-form-page .mini-spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite}.tenants-form-page .search-count{position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:12px;color:#666;background:#f5f5f5;padding:2px 8px;border-radius:12px}.tenants-form-page .custom-dropdown-select{position:relative;max-height:240px;overflow-y:auto;border:1px solid #ddd;border-radius:4px;background:#fff}.tenants-form-page .custom-dropdown-select.error{border-color:#d32f2f}.tenants-form-page .custom-dropdown-select select{width:100%;border:none;outline:none;padding:0;margin:0;background:transparent;font-size:14px;color:#333}.tenants-form-page .custom-dropdown-select select:disabled{color:#999;cursor:not-allowed}.tenants-form-page .custom-dropdown-select select option{padding:8px 12px;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:14px}.tenants-form-page .custom-dropdown-select select option:hover{background-color:#f5f5f5}.tenants-form-page .custom-dropdown-select select option:checked{background-color:#e3f2fd;font-weight:600}.tenants-form-page .custom-dropdown-select select option.loading-more{background:#f8f9fa;color:#666;font-style:italic;text-align:center;padding:12px;border-top:1px solid #ddd;cursor:default}.tenants-form-page .custom-dropdown-select select option:disabled{color:#666;background:#f8f9fa;cursor:default}.tenants-form-page .dropdown-loading{position:absolute;bottom:0;left:0;right:0;background:#ffffffe6;padding:10px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;color:#666;z-index:1}.tenants-form-page .loading-spinner{width:18px;height:18px;border:2px solid #f3f3f3;border-top:2px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite}.tenants-form-page .dropdown-stats{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;color:#666}.tenants-form-page .clear-search-btn{background:none;border:none;color:#2c5aa0;cursor:pointer;font-size:12px;padding:4px 8px;border-radius:4px}.tenants-form-page .clear-search-btn:hover{background:#f0f0f0}.tenants-form-page .no-units-message{margin-top:5px;font-size:13px;color:#f57c00;background:#fff3e0;padding:6px 10px;border-radius:4px;border-left:3px solid #ff9800}.tenants-form-page input.error,.tenants-form-page select.error{border-color:#dc3545!important;box-shadow:0 0 0 2px #dc354533!important}.tenants-form-page h2{text-align:center;margin-bottom:2rem;font-size:1.8rem;color:#333}.tenants-form-page .tenant-form{display:flex;flex-direction:column;gap:1.2rem}.tenants-form-page .tenant-form label{display:flex;flex-direction:column;font-weight:600;font-size:.95rem;color:#444}.tenants-form-page .tenant-form label .required{color:red;margin-left:.3rem}.tenants-form-page .tenant-form label input,.tenants-form-page .tenant-form label select,.tenants-form-page .tenant-form label textarea{margin-top:.3rem;padding:.6rem .8rem;border:1px solid #ccc;border-radius:4px;font-size:.95rem;transition:border-color .2s ease}.tenants-form-page .tenant-form label input:focus,.tenants-form-page .tenant-form label select:focus,.tenants-form-page .tenant-form label textarea:focus{outline:none;border-color:#07c}.tenants-form-page .tenant-form label textarea{resize:vertical}.tenants-form-page .tenant-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.tenants-form-page .tenant-form .form-actions button{padding:.6rem 1.4rem;font-size:1rem;border:none;border-radius:4px;cursor:pointer;font-weight:600}.tenants-form-page .tenant-form .form-actions button:disabled{opacity:.6;cursor:not-allowed}.tenants-form-page .tenant-form .form-actions button[type=submit]{background-color:#07c;color:#fff}.tenants-form-page .tenant-form .form-actions button[type=submit]:hover:not(:disabled){background-color:#005fa3}.tenants-form-page .tenant-form .form-actions .cancel-btn{background-color:#ccc}.tenants-form-page .tenant-form .form-actions .cancel-btn:hover:not(:disabled){background-color:#bbb}.tenants-form-page .modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000}.tenants-form-page .modal-backdrop.unit-modal-backdrop{z-index:1001}.tenants-form-page .unit-selection-container{margin-bottom:1rem}.tenants-form-page .unit-selection-container label{display:block;font-weight:600;font-size:.95rem;color:#444;margin-bottom:.5rem}.tenants-form-page .unit-selection-container label .required{color:red;margin-left:.3rem}.tenants-form-page .selected-units-preview{display:flex;align-items:flex-start;gap:10px;padding:10px;border:1px solid #ccc;border-radius:4px;background-color:#fff;min-height:50px}.tenants-form-page .selected-units-preview:hover{border-color:#07c}.tenants-form-page .selected-units-preview .selected-tags-container{display:flex;align-items:center;flex-wrap:wrap;gap:6px;flex:1;min-height:30px}.tenants-form-page .selected-units-preview .selected-tags-container .selected-unit-tag{display:inline-flex;align-items:center;background-color:#07c;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:500;transition:all .2s ease}.tenants-form-page .selected-units-preview .selected-tags-container .selected-unit-tag:hover{background-color:#005fa3}.tenants-form-page .selected-units-preview .selected-tags-container .selected-unit-tag .remove-unit-btn{background:none;border:none;color:#fff;font-size:1rem;margin-left:6px;cursor:pointer;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;opacity:.8}.tenants-form-page .selected-units-preview .selected-tags-container .selected-unit-tag .remove-unit-btn:hover{opacity:1;background-color:#fff3}.tenants-form-page .selected-units-preview .selected-tags-container .more-units-count{font-size:.8rem;color:#666;font-style:italic;padding:4px 8px;background-color:#f0f0f0;border-radius:4px}.tenants-form-page .selected-units-preview .selected-tags-container .placeholder-text{color:#999;font-style:italic;padding:4px 0}.tenants-form-page .selected-units-preview .manage-units-btn{background-color:#f0f0f0;border:1px solid #ccc;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:.9rem;white-space:nowrap;transition:all .2s ease}.tenants-form-page .selected-units-preview .manage-units-btn:hover{background-color:#e0e0e0;border-color:#999}.tenants-form-page .unit-selection-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;box-shadow:0 10px 30px #0003;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;z-index:1002}.tenants-form-page .unit-selection-modal .modal-header{padding:15px 20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background-color:#f8f9fa;border-radius:8px 8px 0 0}.tenants-form-page .unit-selection-modal .modal-header h3{margin:0;font-size:1.2rem;color:#333}.tenants-form-page .unit-selection-modal .modal-header .close-modal-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.tenants-form-page .unit-selection-modal .modal-header .close-modal-btn:hover{color:#333;background-color:#f0f0f0}.tenants-form-page .unit-selection-modal .modal-content{padding:20px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.tenants-form-page .unit-selection-modal .modal-search-container{position:relative}.tenants-form-page .unit-selection-modal .modal-search-container .modal-search-input{width:100%;padding:10px 15px 10px 40px;border:1px solid #ddd;border-radius:4px;font-size:.95rem;transition:all .2s ease}.tenants-form-page .unit-selection-modal .modal-search-container .modal-search-input:focus{outline:none;border-color:#07c;box-shadow:0 0 0 2px #07c3}.tenants-form-page .unit-selection-modal .modal-search-container .search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#666;font-size:1rem}.tenants-form-page .unit-selection-modal .modal-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.tenants-form-page .unit-selection-modal .modal-controls .quick-selection{display:flex;gap:10px}.tenants-form-page .unit-selection-modal .modal-controls .quick-selection button{padding:8px 15px;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.tenants-form-page .unit-selection-modal .modal-controls .quick-selection button:hover{transform:translateY(-1px)}.tenants-form-page .unit-selection-modal .modal-controls .quick-selection button.select-all-btn{background-color:#07c;color:#fff;border-color:#005fa3}.tenants-form-page .unit-selection-modal .modal-controls .quick-selection button.select-all-btn:hover{background-color:#005fa3}.tenants-form-page .unit-selection-modal .modal-controls .quick-selection button.clear-all-btn{background-color:#f0f0f0;color:#333}.tenants-form-page .unit-selection-modal .modal-controls .quick-selection button.clear-all-btn:hover{background-color:#e0e0e0}.tenants-form-page .unit-selection-modal .modal-controls .unit-stats{display:flex;gap:15px;font-size:.85rem;color:#666}.tenants-form-page .unit-selection-modal .modal-controls .unit-stats .available-count{color:#28a745;font-weight:500}.tenants-form-page .unit-selection-modal .modal-controls .unit-stats .total-count{color:#6c757d}.tenants-form-page .unit-selection-modal .units-section .section-header{font-weight:600;font-size:.9rem;color:#666;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #eee;text-transform:uppercase;letter-spacing:.5px}.tenants-form-page .unit-selection-modal .units-section .section-header.occupied-header{color:#dc3545;border-bottom-color:#ffc9c9}.tenants-form-page .unit-selection-modal .compact-units-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item{border:1px solid #ddd;border-radius:6px;padding:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:flex-start;gap:10px}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item:hover:not(.disabled){border-color:#07c;box-shadow:0 2px 5px #0077cc1a}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item.checked{border-color:#07c;background-color:#e7f3ff}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item.disabled{opacity:.6;cursor:not-allowed;background-color:#f8f9fa}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item.disabled:hover{border-color:#ddd;box-shadow:none}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-checkbox{width:24px;height:24px;border:2px solid #ccc;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;background-color:#ccc;flex-shrink:0}.checked .tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-checkbox{background-color:#07c;border-color:#07c}.disabled .tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-checkbox{background-color:#999;border-color:#999}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-info{flex:1;overflow:hidden}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-info .compact-unit-name{font-weight:600;font-size:.95rem;color:#333;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-info .compact-unit-type{font-size:.8rem;color:#666;margin-bottom:3px;background-color:#f0f0f0;padding:2px 6px;border-radius:3px;display:inline-block}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-info .compact-unit-desc{font-size:.75rem;color:#888;line-height:1.3;margin-top:4px}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-info .occupied-badge,.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-info .current-tenant-badge{font-size:.7rem;padding:2px 6px;border-radius:3px;display:inline-block;margin-top:4px;margin-right:4px}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-info .occupied-badge{color:#dc3545;background-color:#ffeaea}.tenants-form-page .unit-selection-modal .compact-units-grid .compact-unit-item .compact-unit-info .current-tenant-badge{color:#28a745;background-color:#eaffea}.tenants-form-page .unit-selection-modal .no-units-message{padding:20px;text-align:center;color:#666;font-style:italic;font-size:.95rem;background-color:#f8f9fa;border-radius:4px}.tenants-form-page .unit-selection-modal .modal-footer{padding:15px 20px;border-top:1px solid #eee;text-align:center}.tenants-form-page .unit-selection-modal .modal-footer .done-btn{background-color:#07c;color:#fff;border:none;padding:10px 30px;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease}.tenants-form-page .unit-selection-modal .modal-footer .done-btn:hover{background-color:#005fa3;transform:translateY(-1px);box-shadow:0 4px 8px #07c3}.tenants-form-page .success-modal{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:400px;text-align:center;box-shadow:0 8px 20px #0003}.tenants-form-page .success-modal h3{margin-bottom:.5rem;font-size:1.4rem;color:#28a745}.tenants-form-page .success-modal p{margin-bottom:1.2rem;color:#555}.tenants-form-page .success-modal .modal-actions{display:flex;justify-content:space-around;gap:1rem}.tenants-form-page .success-modal .modal-actions button{padding:.6rem 1rem;border:none;border-radius:4px;font-weight:600;cursor:pointer}.tenants-form-page .success-modal .modal-actions button:first-child{background-color:#07c;color:#fff}.tenants-form-page .success-modal .modal-actions button:first-child:hover{background-color:#005fa3}.tenants-form-page .success-modal .modal-actions button.cancel-btn{background-color:#ccc}.tenants-form-page .success-modal .modal-actions button.cancel-btn:hover{background-color:#bbb}.tenants-form-page .form-row{display:flex;gap:1rem}.tenants-form-page .form-row label{flex:1}.tenants-form-page .form-row label input.readonly{background-color:#f8f9fa;cursor:not-allowed;color:#666}@media (max-width: 768px){.tenants-form-page .form-row{flex-direction:column;gap:.8rem}}.tenants-form-page .onboarding-indicator{background-color:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:2rem;border-left:4px solid #0077cc}.tenants-form-page .onboarding-indicator .onboarding-step{font-weight:600;font-size:1rem;color:#333;margin-bottom:.5rem}.tenants-form-page .onboarding-indicator .onboarding-progress{margin-bottom:.5rem}.tenants-form-page .onboarding-indicator .onboarding-progress .progress-bar{height:6px;background-color:#e9ecef;border-radius:3px;overflow:hidden}.tenants-form-page .onboarding-indicator .onboarding-progress .progress-bar .progress-fill{height:100%;background-color:#07c;border-radius:3px;transition:width .3s ease}.tenants-form-page .onboarding-indicator .onboarding-description{font-size:.9rem;color:#666;margin:0}@media (max-width: 768px){.tenants-form-page{padding:1rem}.tenants-form-page .unit-selection-modal{width:95%;max-height:90vh}.tenants-form-page .unit-selection-modal .compact-units-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.tenants-form-page .unit-selection-modal .modal-controls{flex-direction:column;align-items:stretch}.tenants-form-page .unit-selection-modal .modal-controls .quick-selection,.tenants-form-page .unit-selection-modal .modal-controls .unit-stats{justify-content:center}.tenants-form-page .selected-units-preview{flex-direction:column;align-items:stretch;gap:10px}.tenants-form-page .selected-units-preview .manage-units-btn{align-self:flex-start}}.invoice-form-page{max-width:480px;margin:20px auto;padding:20px;background:#fafafa;border-radius:8px;border:1px solid #ddd;box-shadow:0 0 8px #0000000d}.invoice-form-page .header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.invoice-form-page .header-row h2{font-weight:700;color:#222}.invoice-form-page .header-row .tenant-search-container{position:relative;margin-top:6px}.invoice-form-page .header-row .search-input-wrapper{position:relative;margin-bottom:8px}.invoice-form-page .header-row .search-input-wrapper .tenant-search-input{width:100%;padding:12px 40px 12px 12px;border:1px solid #bbb;border-radius:5px;font-size:1rem;min-height:44px;box-sizing:border-box}.invoice-form-page .header-row .search-input-wrapper .tenant-search-input:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.invoice-form-page .header-row .search-input-wrapper .tenant-search-input::placeholder{color:#999;font-size:.95rem}.invoice-form-page .header-row .search-input-wrapper .search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.invoice-form-page .header-row .tenant-dropdown-wrapper{position:relative}.invoice-form-page .header-row .tenant-dropdown-wrapper .tenant-select{width:100%;padding:12px;border:1px solid #bbb;border-radius:5px;font-size:1rem;min-height:44px;box-sizing:border-box;background-color:#fff;cursor:pointer}.invoice-form-page .header-row .tenant-dropdown-wrapper .tenant-select:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.invoice-form-page .header-row .tenant-dropdown-wrapper .tenant-select option{padding:8px;white-space:normal;word-wrap:break-word}.invoice-form-page .header-row .search-results-dropdown{position:absolute;top:100%;left:0;right:0;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 5px 5px;box-shadow:0 4px 12px #0000001a;z-index:1000}.invoice-form-page .header-row .search-results-dropdown .search-result-item{padding:12px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.invoice-form-page .header-row .search-results-dropdown .search-result-item:hover{background-color:#f8f9fa}.invoice-form-page .header-row .search-results-dropdown .search-result-item.selected{background-color:#e8f4fd;border-left:3px solid #3a86ff}.invoice-form-page .header-row .search-results-dropdown .search-result-item .result-tenant-name{font-weight:600;margin-bottom:4px;color:#333}.invoice-form-page .header-row .search-results-dropdown .search-result-item .result-tenant-email,.invoice-form-page .header-row .search-results-dropdown .search-result-item .result-tenant-phone{font-size:.85rem;color:#666;margin-bottom:2px}.invoice-form-page .header-row .search-results-dropdown .no-search-results{padding:20px;text-align:center;color:#999;font-style:italic}.invoice-form-page .header-row .selected-tenant-summary{margin-top:10px;padding:10px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px}.invoice-form-page .header-row .selected-tenant-summary .tenant-info{font-size:.95rem}.invoice-form-page .header-row .selected-tenant-summary .tenant-info strong{color:#333}.invoice-form-page .header-row .selected-tenant-summary .tenant-info span{color:#666;margin-left:8px}.invoice-form-page .header-row input.has-value{background-color:#f8f9fa!important;color:#333!important}.invoice-form-page .header-row .property-note{display:block;margin-top:4px;font-size:.85rem;color:#666;font-style:italic}.invoice-form-page .header-row .units-dropdown-toggle:disabled{background-color:#f5f5f5!important;color:#999!important;cursor:not-allowed!important}.invoice-form-page .header-row .delete-icon{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#d9534f}.invoice-form-page .header-row .delete-icon:hover{color:#a94442}.invoice-form-page .tenant-select-container{position:relative;margin-bottom:1.5rem}.invoice-form-page .tenant-select-container .dropdown-search-wrapper{position:relative;margin-bottom:.5rem}.invoice-form-page .tenant-select-container .dropdown-search-wrapper .dropdown-search{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.invoice-form-page .tenant-select-container .dropdown-search-wrapper .dropdown-search:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa033}.invoice-form-page .tenant-select-container .dropdown-search-wrapper .dropdown-search:disabled{background-color:#f5f5f5;cursor:not-allowed}.invoice-form-page .tenant-select-container .dropdown-search-wrapper .search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#666}.invoice-form-page .tenant-select-container .dropdown-search-wrapper .search-loading{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.invoice-form-page .tenant-select-container .dropdown-search-wrapper .search-loading .mini-spinner{width:16px;height:16px;border:2px solid #ddd;border-top-color:#2c5aa0;border-radius:50%;animation:spin .8s linear infinite}.invoice-form-page .tenant-select-container .dropdown-search-wrapper .search-count{position:absolute;right:3rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#666}.invoice-form-page .tenant-select-container .custom-dropdown-menu{max-height:300px;overflow-y:auto;border:1px solid #ddd;border-radius:6px;background:#fff;box-shadow:0 4px 12px #0000001a;position:relative;z-index:10}.invoice-form-page .tenant-select-container .custom-dropdown-menu .dropdown-item{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.invoice-form-page .tenant-select-container .custom-dropdown-menu .dropdown-item:hover{background-color:#f8f9fa}.invoice-form-page .tenant-select-container .custom-dropdown-menu .dropdown-item.selected{background-color:#e8f4fd;border-left:3px solid #2c5aa0}.invoice-form-page .tenant-select-container .custom-dropdown-menu .dropdown-item .tenant-info .tenant-name{font-weight:600;margin-bottom:.25rem;color:#333}.invoice-form-page .tenant-select-container .custom-dropdown-menu .dropdown-item .tenant-info .tenant-email,.invoice-form-page .tenant-select-container .custom-dropdown-menu .dropdown-item .tenant-info .tenant-phone,.invoice-form-page .tenant-select-container .custom-dropdown-menu .dropdown-item .tenant-info .tenant-property{font-size:.85rem;color:#666;margin-bottom:.1rem}.invoice-form-page .tenant-select-container .custom-dropdown-menu .no-results{padding:2rem 1rem;text-align:center;color:#666;font-style:italic}.invoice-form-page .tenant-select-container .custom-dropdown-menu .loading-more{padding:1rem;text-align:center;color:#2c5aa0;font-size:.9rem;border-top:1px solid #f0f0f0;background:#f8f9fa}.invoice-form-page .tenant-select-container .selected-tenant-display{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-bottom:.5rem}.invoice-form-page .tenant-select-container .selected-tenant-display .selected-tenant-info{flex:1}.invoice-form-page .tenant-select-container .selected-tenant-display .selected-tenant-info strong{color:#333}.invoice-form-page .tenant-select-container .selected-tenant-display .selected-tenant-info span{color:#666;font-size:.9rem;margin-left:.5rem}.invoice-form-page .tenant-select-container .selected-tenant-display .change-tenant-btn{padding:.25rem .75rem;background:#6c757d;color:#fff;border:none;border-radius:4px;font-size:.85rem;cursor:pointer;transition:background-color .2s}.invoice-form-page .tenant-select-container .selected-tenant-display .change-tenant-btn:hover{background:#5a6268}.invoice-form-page .tenant-select-container .dropdown-stats{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.85rem;color:#666}.invoice-form-page .tenant-select-container .dropdown-stats .clear-search-btn{padding:.25rem .5rem;background:transparent;color:#d9534f;border:1px solid #d9534f;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s}.invoice-form-page .tenant-select-container .dropdown-stats .clear-search-btn:hover{background:#d9534f;color:#fff}.invoice-form-page .invoice-form{display:flex;flex-direction:column;gap:18px}.invoice-form-page .invoice-form label{display:flex;flex-direction:column;font-weight:600;color:#222}.invoice-form-page .invoice-form label .required{color:#d9534f;margin-left:4px}.invoice-form-page .invoice-form label input[type=text],.invoice-form-page .invoice-form label input[type=number],.invoice-form-page .invoice-form label input[type=date],.invoice-form-page .invoice-form label select{margin-top:6px;padding:12px;border:1px solid #bbb;border-radius:5px;font-size:1rem;min-height:44px;box-sizing:border-box}.invoice-form-page .invoice-form label input[type=text]:focus,.invoice-form-page .invoice-form label input[type=number]:focus,.invoice-form-page .invoice-form label input[type=date]:focus,.invoice-form-page .invoice-form label select:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.invoice-form-page .invoice-form .units-dropdown-container{position:relative;width:100%}.invoice-form-page .invoice-form .units-dropdown-container .units-dropdown-toggle{margin-top:5px;width:100%;text-align:left;background:#fff;padding:12px;font-size:1rem;border:1px solid #ccc;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:44px;box-sizing:border-box}.invoice-form-page .invoice-form .units-dropdown-container .units-dropdown-toggle .arrow{font-size:.8rem;margin-left:10px;color:#666}.invoice-form-page .invoice-form .units-dropdown-container .units-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;z-index:10;max-height:200px;overflow-y:auto;padding:10px;box-shadow:0 2px 6px #0000001a}.invoice-form-page .invoice-form .units-dropdown-container .units-dropdown-menu .unit-checkbox-item{display:flex;align-items:center;gap:8px;padding:8px 0}.invoice-form-page .invoice-form .units-dropdown-container .units-dropdown-menu .unit-checkbox-item input[type=checkbox]{margin:0;transform:scale(1.2)}.invoice-form-page .invoice-form .units-dropdown-container .units-dropdown-menu .unit-checkbox-item label{margin:0;cursor:pointer}.invoice-form-page .invoice-form .units-dropdown-container .units-dropdown-menu .no-units{color:#666;font-style:italic;padding:8px 0}.invoice-form-page .invoice-form .invoice-items-section{background:#f5f5f5;padding:15px;border:1px solid #ccc;border-radius:6px;display:flex;flex-direction:column;gap:12px}.invoice-form-page .invoice-form .invoice-items-section h4{margin:0 0 10px;font-weight:600;color:#333}.invoice-form-page .invoice-form .invoice-items-section .invoice-item{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.invoice-form-page .invoice-form .invoice-items-section .invoice-item select,.invoice-form-page .invoice-form .invoice-items-section .invoice-item input[type=number],.invoice-form-page .invoice-form .invoice-items-section .invoice-item input[type=text]{flex:1 1 0;padding:12px 10px;border:1px solid #bbb;border-radius:5px;font-size:1rem;min-height:44px;box-sizing:border-box}.invoice-form-page .invoice-form .invoice-items-section .invoice-item select:focus,.invoice-form-page .invoice-form .invoice-items-section .invoice-item input[type=number]:focus,.invoice-form-page .invoice-form .invoice-items-section .invoice-item input[type=text]:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.invoice-form-page .invoice-form .invoice-items-section .invoice-item input[type=text]{min-width:150px}.invoice-form-page .invoice-form .invoice-items-section .invoice-item .remove-item-btn{background:none;border:none;color:#d9534f;font-weight:700;cursor:pointer;font-size:1.25rem;padding:8px;border-radius:4px;display:flex;align-items:center;justify-content:center;min-height:44px;min-width:44px}.invoice-form-page .invoice-form .invoice-items-section .invoice-item .remove-item-btn:hover{color:#a94442;background:#d9534f1a}.invoice-form-page .invoice-form .invoice-items-section .add-item-btn{align-self:flex-start;padding:12px 16px;background-color:#3a86ff;color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .3s ease;min-height:44px}.invoice-form-page .invoice-form .invoice-items-section .add-item-btn:hover{background-color:#265fcc}.invoice-form-page .invoice-form .form-actions{margin-top:10px;display:flex;gap:12px}.invoice-form-page .invoice-form .form-actions button{flex:1;padding:12px 16px;border-radius:5px;font-weight:700;font-size:1rem;border:none;cursor:pointer;color:#fff;min-height:44px;transition:background-color .3s ease}.invoice-form-page .invoice-form .form-actions button:first-child{background-color:#3a86ff;color:#fff}.invoice-form-page .invoice-form .form-actions button:first-child:hover{background-color:#265fcc}.invoice-form-page .invoice-form .form-actions button:last-child{background-color:#6c757d;color:#fff}.invoice-form-page .invoice-form .form-actions button:last-child:hover:not(:disabled){background-color:#635c5c}.invoice-form-page .invoice-form .form-actions button:disabled{cursor:not-allowed;opacity:.6}.invoice-form-page .error{margin-top:15px;color:#d9534f;font-weight:600;text-align:center}.invoice-form-page .modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.invoice-form-page .modal-backdrop .success-modal{background:#fff;padding:2rem;border-radius:10px;text-align:center;max-width:400px;width:90%;box-shadow:0 8px 16px #0003}.invoice-form-page .modal-backdrop .success-modal h3{margin-bottom:10px;color:#28a745}.invoice-form-page .modal-backdrop .success-modal p{margin-bottom:20px;color:#333}.invoice-form-page .modal-backdrop .success-modal .modal-actions{display:flex;gap:15px;justify-content:center}.invoice-form-page .modal-backdrop .success-modal .modal-actions button{padding:12px 20px;border-radius:6px;border:none;cursor:pointer;font-weight:700;font-size:1rem;background-color:#3a86ff;color:#fff;transition:background-color .3s ease;min-height:44px}.invoice-form-page .modal-backdrop .success-modal .modal-actions button:hover{background-color:#265fcc}.invoice-form-page .modal-backdrop .success-modal .modal-actions button.cancel-btn{background-color:#ddd;color:#444}.invoice-form-page .modal-backdrop .success-modal .modal-actions button.cancel-btn:hover{background-color:#ccc}.bulk-invoice-page{padding:20px;max-width:800px;margin:0 auto}.bulk-invoice-page .back-btn{background:none;border:none;font-size:1rem;color:#555;cursor:pointer;margin-bottom:10px;padding:8px 0;min-height:44px}.bulk-invoice-page .duplicate-warning-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.bulk-invoice-page .duplicate-warning-modal .modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.bulk-invoice-page .duplicate-warning-modal .modal-content h3{color:#d9534f;margin-bottom:1rem}.bulk-invoice-page .duplicate-warning-modal .modal-content .duplicate-list{margin:1rem 0;padding:0;list-style:none}.bulk-invoice-page .duplicate-warning-modal .modal-content .duplicate-list li{margin-bottom:1rem;padding:.75rem;background:#fff3cd;border-left:4px solid #f0ad4e;border-radius:4px}.bulk-invoice-page .duplicate-warning-modal .modal-content .duplicate-list li strong{display:block;margin-bottom:.25rem;color:#856404}.bulk-invoice-page .duplicate-warning-modal .modal-content .duplicate-list li .duplicate-message{font-size:.9rem;color:#666;margin-top:.25rem;padding-left:.5rem}.bulk-invoice-page .duplicate-warning-modal .modal-content .modal-actions{display:flex;gap:.75rem;margin-top:1.5rem}.bulk-invoice-page .duplicate-warning-modal .modal-content .modal-actions button{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;flex:1}.bulk-invoice-page .duplicate-warning-modal .modal-content .modal-actions button.continue-btn{background:#5bc0de;color:#fff}.bulk-invoice-page .duplicate-warning-modal .modal-content .modal-actions button.continue-btn:hover{background:#46b8da}.bulk-invoice-page .duplicate-warning-modal .modal-content .modal-actions button.edit-btn{background:#f0ad4e;color:#fff}.bulk-invoice-page .duplicate-warning-modal .modal-content .modal-actions button.edit-btn:hover{background:#ec971f}.bulk-invoice-page .duplicate-warning-modal .modal-content .modal-actions button.cancel-btn{background:#d9534f;color:#fff}.bulk-invoice-page .duplicate-warning-modal .modal-content .modal-actions button.cancel-btn:hover{background:#c9302c}.bulk-invoice-page .form-actions button.checking{background:#6c757d;cursor:not-allowed}.bulk-invoice-page h2{margin-top:0}.bulk-invoice-page p{color:#666;margin-bottom:20px}.bulk-invoice-page .bulk-invoice-form{display:flex;flex-direction:column;gap:18px}.bulk-invoice-page .bulk-invoice-form label{margin-bottom:15px;display:flex;flex-direction:column;font-weight:600;color:#222}.bulk-invoice-page .bulk-invoice-form label .required{color:red;margin-left:4px}.bulk-invoice-page .bulk-invoice-form label select,.bulk-invoice-page .bulk-invoice-form label input[type=date],.bulk-invoice-page .bulk-invoice-form label input[type=text],.bulk-invoice-page .bulk-invoice-form label input[type=number]{padding:12px;font-size:1rem;margin-top:5px;border:1px solid #ccc;border-radius:4px;min-height:44px;box-sizing:border-box}.bulk-invoice-page .bulk-invoice-form label select:focus,.bulk-invoice-page .bulk-invoice-form label input[type=date]:focus,.bulk-invoice-page .bulk-invoice-form label input[type=text]:focus,.bulk-invoice-page .bulk-invoice-form label input[type=number]:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.bulk-invoice-page .bulk-invoice-form label .tenant-count{margin-top:8px;font-size:.9rem;color:#666;font-weight:400;font-style:italic}.bulk-invoice-page .bulk-invoice-form .invoice-items-template{margin-top:20px;background:#f5f5f5;padding:15px;border:1px solid #ccc;border-radius:6px}.bulk-invoice-page .bulk-invoice-form .invoice-items-template h4{margin-bottom:15px;font-weight:600;color:#333}.bulk-invoice-page .bulk-invoice-form .invoice-items-template h4 .required{color:red;margin-left:4px}.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template select,.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template input[type=number],.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template input[type=text]{flex:1 1 150px;padding:12px 10px;border:1px solid #bbb;border-radius:5px;font-size:1rem;min-height:44px;box-sizing:border-box}.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template select:focus,.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template input[type=number]:focus,.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template input[type=text]:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template .remove-item-btn{background:none;border:none;color:#d9534f;font-size:1.2rem;cursor:pointer;padding:8px;border-radius:4px;display:flex;align-items:center;justify-content:center;min-height:44px;min-width:44px}.bulk-invoice-page .bulk-invoice-form .invoice-items-template .invoice-item-template .remove-item-btn:hover{background:#d9534f1a}.bulk-invoice-page .bulk-invoice-form .invoice-items-template .add-item-btn{align-self:flex-start;padding:12px 16px;font-size:1rem;background-color:#3a86ff;border:none;color:#fff;border-radius:4px;cursor:pointer;font-weight:600;min-height:44px;transition:background-color .3s ease}.bulk-invoice-page .bulk-invoice-form .invoice-items-template .add-item-btn:hover{background-color:#265fcc}.bulk-invoice-page .bulk-invoice-form .form-actions{margin-top:30px;display:flex;gap:12px}.bulk-invoice-page .bulk-invoice-form .form-actions button{padding:12px 20px;font-size:1rem;border:none;border-radius:4px;cursor:pointer;font-weight:700;min-height:44px;flex:1;transition:background-color .3s ease}.bulk-invoice-page .bulk-invoice-form .form-actions button[type=submit]{background-color:#3a86ff;color:#fff}.bulk-invoice-page .bulk-invoice-form .form-actions button[type=submit]:hover:not(:disabled){background-color:#265fcc}.bulk-invoice-page .bulk-invoice-form .form-actions button[type=button]{background-color:#6c757d;color:#fff}.bulk-invoice-page .bulk-invoice-form .form-actions button[type=button]:hover:not(:disabled){background-color:#635c5c}.bulk-invoice-page .bulk-invoice-form .form-actions button:disabled{opacity:.6;cursor:not-allowed}.bulk-invoice-page .error{margin-top:20px;color:#d9534f;font-weight:600;text-align:center;padding:12px;background:#d9534f1a;border-radius:4px;border:1px solid rgba(217,83,79,.3)}.rent-invoice-form-page{padding:20px;max-width:800px;margin:0 auto}.rent-invoice-form-page .back-btn{background:none;border:none;font-size:1rem;color:#555;cursor:pointer;margin-bottom:10px}.rent-invoice-form-page h2{margin-top:0}.rent-invoice-form-page p{color:#666;margin-bottom:20px}.rent-invoice-form-page .rent-invoice-form{display:flex;flex-direction:column}.rent-invoice-form-page .rent-invoice-form label{margin-bottom:15px;display:flex;flex-direction:column}.rent-invoice-form-page .rent-invoice-form label .required{color:red}.rent-invoice-form-page .rent-invoice-form label input[type=date],.rent-invoice-form-page .rent-invoice-form label select{margin-top:5px;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper{position:relative;width:100%;margin-top:5px}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .dropdown-header{padding:8px;border:1px solid #ccc;border-radius:4px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .arrow{display:inline-block;width:0;height:0;margin-left:8px;vertical-align:middle;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333;transition:transform .3s ease}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .arrow.open{transform:rotate(180deg)}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .dropdown-list{position:absolute;width:100%;background:#fff;border:1px solid #ccc;border-radius:4px;max-height:250px;overflow-y:auto;z-index:100;margin-top:2px;box-shadow:0 2px 8px #00000026}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .dropdown-list .dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .dropdown-list .dropdown-item input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin:0}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .dropdown-list .dropdown-item span{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .dropdown-list .dropdown-item:hover{background-color:#f5f5f5}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .dropdown-list .select-all-item{font-weight:600;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:6px}.rent-invoice-form-page .rent-invoice-form .property-dropdown-label .dropdown-wrapper .dropdown-list .dropdown-divider{height:1px;background:#eee;margin:4px 0}.rent-invoice-form-page .rent-invoice-form .form-actions{margin-top:30px;display:flex;gap:10px}.rent-invoice-form-page .rent-invoice-form .form-actions button{padding:10px 20px;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.rent-invoice-form-page .rent-invoice-form .form-actions button[type=submit]{background-color:#007bff;color:#fff}.rent-invoice-form-page .rent-invoice-form .form-actions button[type=button]{background-color:#6c757d;color:#fff}.rent-invoice-form-page .rent-invoice-form .form-actions button:disabled{opacity:.6;cursor:not-allowed}.rent-invoice-form-page .rent-invoice-form .success-message{color:green;margin-top:15px}.rent-invoice-form-page .rent-invoice-form .error-message{color:red;margin-top:15px}.payment-form-page{max-width:700px;margin:20px auto;padding:20px;background:#fafafa;border-radius:8px;border:1px solid #ddd;box-shadow:0 0 8px #0000000d}.payment-form-page .header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.payment-form-page .header-row h2{font-weight:700;color:#222;margin:0}.payment-form-page .back-btn{background:none;border:none;font-size:1rem;color:#555;cursor:pointer;margin-bottom:15px}.payment-form-page .error{color:#d9534f;margin-bottom:15px;font-weight:600;padding:12px;background:#d9534f1a;border-radius:4px;border:1px solid rgba(217,83,79,.3)}.payment-form-page .warning{color:#856404;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;padding:12px 16px;margin-bottom:15px;font-weight:600}.payment-form-page .payment-form{display:flex;flex-direction:column;gap:18px}.payment-form-page .payment-form label{display:flex;flex-direction:column;font-weight:600;color:#222}.payment-form-page .payment-form label .required{color:#d9534f;margin-left:4px}.payment-form-page .payment-form label select,.payment-form-page .payment-form label input[type=date],.payment-form-page .payment-form label input[type=text],.payment-form-page .payment-form label input[type=number],.payment-form-page .payment-form label input[type=url],.payment-form-page .payment-form label textarea{margin-top:6px;padding:12px;font-size:1rem;border:1px solid #bbb;border-radius:5px;min-height:44px;box-sizing:border-box}.payment-form-page .payment-form label select:focus,.payment-form-page .payment-form label input[type=date]:focus,.payment-form-page .payment-form label input[type=text]:focus,.payment-form-page .payment-form label input[type=number]:focus,.payment-form-page .payment-form label input[type=url]:focus,.payment-form-page .payment-form label textarea:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.payment-form-page .payment-form label textarea{min-height:80px;resize:vertical}.payment-form-page .payment-form .loading-invoices,.payment-form-page .payment-form .no-invoices{padding:12px;background:#f8f9fa;border-radius:4px;border:1px solid #dee2e6;color:#666;font-style:italic;text-align:center}.payment-form-page .payment-form .invoice-balance-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:15px;margin:10px 0}.payment-form-page .payment-form .invoice-balance-info .balance-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;color:#666}.payment-form-page .payment-form .invoice-balance-info .balance-loading .loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #3a86ff;border-radius:50%;animation:spin 1s linear infinite}.payment-form-page .payment-form .invoice-balance-info .balance-loading span{font-style:italic}.payment-form-page .payment-form .invoice-balance-info .vat-info-section{margin:15px 0;padding:12px;background:#f8f9fa;border-radius:6px;border-left:4px solid #4CAF50}.payment-form-page .payment-form .invoice-balance-info .vat-breakdown{margin-top:8px}.payment-form-page .payment-form .invoice-balance-info .breakdown-row{display:flex;justify-content:space-between;padding:4px 0;font-size:.9em}.payment-form-page .payment-form .invoice-balance-info .breakdown-row.total{border-top:1px solid #ddd;margin-top:8px;padding-top:8px;font-weight:700}.payment-form-page .payment-form .invoice-balance-info .invoice-details.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin:15px 0}.payment-form-page .payment-form .invoice-balance-info .invoice-basic-info{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px}.payment-form-page .payment-form .invoice-balance-info .info-row{display:flex;justify-content:space-between;padding:5px 0}.payment-form-page .payment-form .invoice-balance-info .amount-breakdown{margin:20px 0}.payment-form-page .payment-form .invoice-balance-info .payment-summary{margin-top:15px;padding-top:15px;border-top:2px solid #eee}.payment-form-page .payment-form .invoice-balance-info .auto-fill-suggestion{margin-top:15px;text-align:center}.payment-form-page .payment-form .invoice-balance-info .suggest-btn{background:#e3f2fd;border:1px solid #2196f3;color:#2196f3;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9em}.payment-form-page .payment-form .invoice-balance-info .suggest-btn:hover{background:#bbdefb}.payment-form-page .payment-form .invoice-balance-info .balance-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f3f4}.payment-form-page .payment-form .invoice-balance-info .balance-row:last-child{border-bottom:none}.payment-form-page .payment-form .invoice-balance-info .balance-row.remaining-balance{font-weight:700;font-size:1.1em;color:#2c5aa0;padding-top:12px;border-top:2px solid #e9ecef;margin-top:5px}.payment-form-page .payment-form .invoice-balance-info .balance-info{background:#e7f3ff;border:1px solid #b3d9ff;border-radius:4px;padding:10px 12px;margin-top:10px;color:#06c;font-size:.9em;text-align:center}.payment-form-page .payment-form .invoice-items-info{background:#f0f8ff;border:1px solid #d1e7ff;border-radius:6px;padding:15px;margin:10px 0}.payment-form-page .payment-form .invoice-items-info h4{margin:0 0 10px;color:#2c5aa0;font-size:1em}.payment-form-page .payment-form .invoice-items-info .items-list .item-row{display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-bottom:1px solid #e1f0ff}.payment-form-page .payment-form .invoice-items-info .items-list .item-row:last-child{border-bottom:none}.payment-form-page .payment-form .invoice-items-info .items-list .item-row .item-name{font-weight:500;color:#333}.payment-form-page .payment-form .invoice-items-info .items-list .item-row .item-amount{font-weight:600;color:#2c5aa0}.payment-form-page .payment-form .form-actions{margin-top:25px;display:flex;gap:12px}.payment-form-page .payment-form .form-actions button{flex:1;padding:12px 20px;font-size:1rem;border-radius:5px;border:none;cursor:pointer;font-weight:700;min-height:44px;transition:background-color .3s ease}.payment-form-page .payment-form .form-actions button:first-child{background-color:#3a86ff;color:#fff}.payment-form-page .payment-form .form-actions button:first-child:hover:not(:disabled){background-color:#265fcc}.payment-form-page .payment-form .form-actions button:first-child:disabled{background-color:#6c757d;cursor:not-allowed}.payment-form-page .payment-form .form-actions button:last-child{background-color:#6c757d;color:#fff}.payment-form-page .payment-form .form-actions button:last-child:hover:not(:disabled){background-color:#635c5c}.payment-form-page .payment-form .form-actions button:disabled{cursor:not-allowed;opacity:.6}.payment-form-page .payment-form .units-dropdown-container{position:relative;width:100%}.payment-form-page .payment-form .units-dropdown-toggle{margin-top:6px;width:100%;text-align:left;background:#fff;padding:12px;font-size:1rem;border:1px solid #bbb;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:44px;box-sizing:border-box}.payment-form-page .payment-form .units-dropdown-toggle:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 6px #3a86ff80}.payment-form-page .payment-form .units-dropdown-toggle .arrow{font-size:.8rem;margin-left:10px;color:#666}.payment-form-page .payment-form .units-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #bbb;border-top:none;border-radius:0 0 5px 5px;z-index:10;max-height:200px;overflow-y:auto;padding:10px;box-shadow:0 2px 6px #0000001a}.payment-form-page .payment-form .units-dropdown-menu .unit-checkbox-item{display:flex;align-items:center;gap:8px;padding:8px 0}.payment-form-page .payment-form .units-dropdown-menu .unit-checkbox-item input[type=checkbox]{margin:0;transform:scale(1.2)}.payment-form-page .payment-form .units-dropdown-menu .unit-checkbox-item label{margin:0;cursor:pointer;font-weight:400}.payment-form-page .payment-form .units-dropdown-menu .no-units{color:#666;font-style:italic;padding:8px 0}.payment-form-page .modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.payment-form-page .modal-backdrop .success-modal{background:#fff;padding:2rem;border-radius:10px;text-align:center;max-width:400px;width:90%;box-shadow:0 8px 16px #0003}.payment-form-page .modal-backdrop .success-modal h3{margin-bottom:10px;color:#28a745}.payment-form-page .modal-backdrop .success-modal p{margin-bottom:20px;color:#333}.payment-form-page .modal-backdrop .success-modal .modal-actions{display:flex;gap:15px;justify-content:center}.payment-form-page .modal-backdrop .success-modal .modal-actions button{padding:12px 20px;border-radius:6px;border:none;cursor:pointer;font-weight:700;font-size:1rem;background-color:#3a86ff;color:#fff;transition:background-color .3s ease;min-height:44px}.payment-form-page .modal-backdrop .success-modal .modal-actions button:hover{background-color:#265fcc}.payment-form-page .modal-backdrop .success-modal .modal-actions button.cancel-btn{background-color:#ddd;color:#444}.payment-form-page .modal-backdrop .success-modal .modal-actions button.cancel-btn:hover{background-color:#ccc}.expenses-page{padding:20px;font-family:Arial,sans-serif;color:#333;max-width:1400px;margin:0 auto}.expenses-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.expenses-page .top-bar input[type=text]{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.expenses-page .top-bar input[type=text]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.expenses-page .top-bar .actions{display:flex;gap:10px;flex-wrap:wrap}.expenses-page .top-bar .actions .export-btn{background:#9c9a9a;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.expenses-page .top-bar .actions .export-btn:hover{background-color:#555}.expenses-page .top-bar .actions button{padding:8px 16px;border:none;background-color:#007bff;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.expenses-page .top-bar .actions button:hover{background-color:#0056b3}.expenses-page .top-bar .permission-hint{margin:5px 0 15px;padding:8px 12px;background:#f8f9fa;border-radius:4px;border-left:3px solid #ffc107}.expenses-page .top-bar .permission-hint small{color:#6c757d;font-size:12px}.expenses-page .expense-form{border:1px solid #ddd;border-radius:6px;padding:16px;margin-bottom:20px;background-color:#f8f9fa}.expenses-page .expense-form .form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.expenses-page .expense-form .form-header .back-btn{background:none;border:none;font-size:18px;cursor:pointer;color:#007bff;padding:0}.expenses-page .expense-form .form-header .back-btn:hover{text-decoration:underline}.expenses-page .expense-form .form-header .delete-icon{background:none;border:none;font-size:20px;cursor:pointer;color:#dc3545}.expenses-page .expense-form .form-header .delete-icon:hover{opacity:.8}.expenses-page .expense-form .form-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.expenses-page .expense-form .form-fields .form-row{display:flex;flex-direction:column}.expenses-page .expense-form .form-fields .form-row label{margin-bottom:6px;font-weight:600}.expenses-page .expense-form .form-fields .form-row input[type=text],.expenses-page .expense-form .form-fields .form-row input[type=number],.expenses-page .expense-form .form-fields .form-row input[type=date],.expenses-page .expense-form .form-fields .form-row select,.expenses-page .expense-form .form-fields .form-row textarea{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%;resize:vertical}.expenses-page .expense-form .form-fields .form-row textarea{min-height:60px}.expenses-page .expense-form .form-fields .form-row input[type=file]{padding:4px 0}.expenses-page .expense-form .form-fields .form-actions{grid-column:1/-1;display:flex;gap:12px}.expenses-page .expense-form .form-fields .form-actions button{padding:8px 16px;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s ease;color:#fff}.expenses-page .expense-form .form-fields .form-actions button:first-child{background-color:#007bff}.expenses-page .expense-form .form-fields .form-actions button:first-child:hover{background-color:#0056b3}.expenses-page .expense-form .form-fields .form-actions button.clear-btn{background-color:#6c757d}.expenses-page .expense-form .form-fields .form-actions button.clear-btn:hover{background-color:#545b62}.expenses-page .filters-section{margin-bottom:20px;background:#f8f9fa;border-radius:6px;padding:16px;box-shadow:0 2px 4px #0000001a}.expenses-page .filters-section .section-header{display:flex;justify-content:space-between;align-items:center}.expenses-page .filters-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.expenses-page .filters-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.expenses-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;align-items:end;margin-top:12px}.expenses-page .filters-section .filters-grid .filter-group{display:flex;flex-direction:column;gap:5px}.expenses-page .filters-section .filters-grid .filter-group label{font-size:16px;font-weight:600;color:#495057;letter-spacing:.5px}.expenses-page .filters-section .filters-grid .filter-group input,.expenses-page .filters-section .filters-grid .filter-group select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%}.expenses-page .filters-section .filters-grid .filter-group input:focus,.expenses-page .filters-section .filters-grid .filter-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.expenses-page .filters-section .filters-grid .filter-group.reset-group{display:flex;justify-content:flex-end;align-items:flex-end}.expenses-page .filters-section .filters-grid .filter-group.reset-group .reset-btn{padding:8px 12px;border:none;background-color:#6c757d;color:#fff;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.expenses-page .filters-section .filters-grid .filter-group.reset-group .reset-btn:hover{background-color:#5a6268}.expenses-page .summary-section{margin-bottom:20px;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;padding:12px 16px}.expenses-page .summary-section .section-header{display:flex;justify-content:space-between;align-items:center}.expenses-page .summary-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.expenses-page .summary-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.expenses-page .summary-section .summary-content{margin-top:12px;display:flex;gap:20px;font-weight:600;flex-wrap:wrap}.expenses-page .summary-section .summary-content div{padding:12px 16px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;border-left:4px solid #007bff}.expenses-page .summary-section .summary-content div:nth-child(2){border-left-color:#007bff}.expenses-page .table-section{border:1px solid #ddd;border-radius:6px;padding:12px 16px;background:#fafafa;box-shadow:0 2px 4px #0000001a}.expenses-page .table-section .section-header{display:flex;justify-content:space-between;align-items:center}.expenses-page .table-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.expenses-page .table-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.expenses-page .table-section .table-wrapper{overflow-x:auto;position:relative;isolation:isolate;border-radius:4px;border:1px solid #e9ecef}.expenses-page .table-section .table-wrapper table{width:100%;border-collapse:collapse;font-size:16px;background:#fff}.expenses-page .table-section .table-wrapper table th,.expenses-page .table-section .table-wrapper table td{padding:10px 12px;border:1px solid #ddd;text-align:left;vertical-align:middle}.expenses-page .table-section .table-wrapper table th{background-color:#f1f1f1;font-weight:700;position:sticky;top:0;z-index:10;border-bottom:2px solid #dee2e6;color:#495057;letter-spacing:.5px;font-size:16px}.expenses-page .table-section .table-wrapper table td{color:#495057}.expenses-page .table-section .table-wrapper table tbody tr{transition:background-color .2s}.expenses-page .table-section .table-wrapper table tbody tr:hover{background-color:#f8f9fa}.expenses-page .table-section .table-wrapper table .property-link{background:none;border:none;color:#007bff;cursor:pointer;text-decoration:underline;font-weight:700;padding:0;text-align:left}.expenses-page .table-section .table-wrapper table .property-link:hover{color:#0056b3}.expenses-page .table-section .pagination{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.expenses-page .table-section .pagination button{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease}.expenses-page .table-section .pagination button:hover:not(.disabled):not(.active){background:#f8f9fa;border-color:#007bff}.expenses-page .table-section .pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff}.expenses-page .table-section .pagination button.disabled{opacity:.5;cursor:not-allowed}.expenses-page .table-section .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.expenses-page .error{color:#dc3545;background:#f8d7da;padding:12px 16px;border-radius:4px;border:1px solid #f5c6cb;margin-top:12px;text-align:center}.expenses-page .clickable-expense-id{color:#007bff;cursor:pointer;text-decoration:underline;font-weight:700;transition:color .2s}.expenses-page .clickable-expense-id:hover{color:#0056b3}.expenses-page .options-container{position:relative;display:flex;justify-content:center}.expenses-page .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.expenses-page .options-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;color:#495057}.expenses-page .options-btn:disabled{opacity:.6;cursor:not-allowed}.expenses-page .dropdown-menu{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;min-width:120px;animation:dropdownFadeIn .2s ease-out}.expenses-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.expenses-page .dropdown-menu button:first-child{color:#495057;border-radius:8px 8px 0 0}.expenses-page .dropdown-menu button:first-child:hover:not(:disabled){background:#f8f9ff;color:#007bff}.expenses-page .dropdown-menu button:last-child{color:#495057;border-bottom:none;border-radius:0 0 8px 8px}.expenses-page .dropdown-menu button:last-child:hover:not(:disabled){background:#fff5f5;color:#dc3545}.expenses-page .dropdown-menu button:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa!important;color:#6c757d!important}.expenses-page .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}@media (max-width: 768px){.expenses-page{padding:10px}.expenses-page .top-bar{flex-direction:column;align-items:stretch}.expenses-page .top-bar input[type=text]{max-width:none;margin-bottom:10px}.expenses-page .filters-section .filters-grid{grid-template-columns:1fr}.expenses-page .summary-section .summary-content{flex-direction:column;gap:10px}.expenses-page .dropdown-menu{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:200px;max-width:90vw;z-index:10000}.expenses-page .dropdown-menu button{padding:12px 16px;font-size:15px}.expenses-page .options-btn{padding:8px 14px;min-width:44px;min-height:44px}.expenses-page .table-wrapper{font-size:12px}.expenses-page .table-wrapper table th,.expenses-page .table-wrapper table td{padding:8px 6px}.expenses-page .pagination{flex-direction:column;gap:10px}.expenses-page .pagination .pagination-info{margin-left:0;text-align:center}}.expense-form-page{max-width:700px;margin:0 auto;padding:20px}.expense-form-page .property-select-container,.expense-form-page .dropdown-search-wrapper{position:relative;margin-bottom:8px}.expense-form-page .dropdown-search{width:100%;padding:10px 40px 10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff}.expense-form-page .dropdown-search:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa033}.expense-form-page .dropdown-search:disabled{background:#f5f5f5;cursor:not-allowed}.expense-form-page .search-icon,.expense-form-page .search-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666}.expense-form-page .search-loading{display:flex;align-items:center;gap:5px}.expense-form-page .mini-spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite}.expense-form-page .search-count{position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:12px;color:#666;background:#f5f5f5;padding:2px 8px;border-radius:12px}.expense-form-page .custom-dropdown-select{position:relative;max-height:240px;overflow-y:auto;border:1px solid #ddd;border-radius:4px;background:#fff}.expense-form-page .custom-dropdown-select select{width:100%;border:none;outline:none;padding:0;margin:0;background:transparent;font-size:14px;color:#333}.expense-form-page .custom-dropdown-select select:disabled{color:#999;cursor:not-allowed}.expense-form-page .custom-dropdown-select select option{padding:8px 12px;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:14px}.expense-form-page .custom-dropdown-select select option:hover{background-color:#f5f5f5}.expense-form-page .custom-dropdown-select select option:checked{background-color:#e3f2fd;font-weight:600}.expense-form-page .dropdown-stats{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;color:#666}.expense-form-page .clear-search-btn{background:none;border:none;color:#2c5aa0;cursor:pointer;font-size:12px;padding:4px 8px;border-radius:4px}.expense-form-page .clear-search-btn:hover{background:#f0f0f0}.expense-form-page .no-units-message{margin-top:5px;font-size:13px;color:#f57c00;background:#fff3e0;padding:6px 10px;border-radius:4px;border-left:3px solid #ff9800}.expense-form-page .loading-units-message{margin-top:5px;font-size:13px;color:#666;font-style:italic}.expense-form-page h2{margin-bottom:20px}.expense-form-page .error{background:#ffebee;border:1px solid #f44336;color:#d32f2f;padding:10px;border-radius:4px;margin-bottom:15px}.expense-form-page .expense-form{display:flex;flex-direction:column;gap:20px}.expense-form-page .expense-form label{display:flex;flex-direction:column;gap:8px;font-weight:500}.expense-form-page .expense-form label .required{color:#d32f2f;margin-left:2px}.expense-form-page .expense-form label input,.expense-form-page .expense-form label select,.expense-form-page .expense-form label textarea{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.expense-form-page .expense-form label input:focus,.expense-form-page .expense-form label select:focus,.expense-form-page .expense-form label textarea:focus{outline:none;border-color:#2c5aa0}.expense-form-page .expense-form label input:disabled,.expense-form-page .expense-form label select:disabled,.expense-form-page .expense-form label textarea:disabled{background:#f5f5f5;cursor:not-allowed}.expense-form-page .expense-form label textarea{min-height:80px;resize:vertical}.expense-form-page .form-actions{display:flex;gap:10px;margin-top:20px}.expense-form-page .form-actions button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.expense-form-page .form-actions button:first-child{background:#2c5aa0;color:#fff}.expense-form-page .form-actions button:first-child:hover:not(:disabled){background:#1a3d7a}.expense-form-page .form-actions button:first-child:disabled{background:#bdbdbd;cursor:not-allowed}.expense-form-page .form-actions button:last-child{background:#f5f5f5;color:#666}.expense-form-page .form-actions button:last-child:hover{background:#e0e0e0}.expense-form-page .modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.expense-form-page .success-modal{background:#fff;padding:30px;border-radius:8px;max-width:400px;width:90%;text-align:center}.expense-form-page .success-modal h3{color:#2c5aa0;margin-bottom:10px}.expense-form-page .success-modal .modal-actions{display:flex;gap:10px;margin-top:20px;justify-content:center}.expense-form-page .success-modal .modal-actions button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.expense-form-page .success-modal .modal-actions button.cancel-btn{background:#6c757d;color:#fff}.expense-form-page .success-modal .modal-actions button.cancel-btn:hover{background:#5a6268}.maintenance-page{padding:20px;font-family:Arial,sans-serif;color:#333}.maintenance-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.maintenance-page .top-bar .search-container{position:relative;flex-grow:1;display:flex;align-items:center}.maintenance-page .top-bar .search-container .search-input{width:100%;padding:8px 35px 8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.maintenance-page .top-bar .search-container .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.maintenance-page .top-bar .search-container .clear-search{position:absolute;right:10px;background:none;border:none;font-size:18px;cursor:pointer;color:#666;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.maintenance-page .top-bar .search-container .clear-search:hover{color:#333;background:#f0f0f0;border-radius:50%}.maintenance-page .top-bar .actions{display:flex;gap:10px;flex-shrink:0}.maintenance-page .top-bar .actions .export-btn{background:#9c9a9a;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.maintenance-page .top-bar .actions .export-btn:hover{background-color:#555}.maintenance-page .top-bar .actions button{padding:8px 16px;border:none;background-color:#007bff;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.maintenance-page .top-bar .actions button:hover{background-color:#0056b3}.maintenance-page .top-bar .permission-hint{margin-top:5px;padding:8px 12px;background:#f8f9fa;border-radius:4px;border-left:3px solid #ffc107}.maintenance-page .top-bar .permission-hint small{color:#6c757d;font-size:12px}.maintenance-page .search-info{background:#f5f5f5;padding:8px 16px;margin:10px 0;border-radius:4px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.maintenance-page .search-info .clear-search-link{background:none;border:none;color:#007bff;cursor:pointer;text-decoration:underline;font-size:14px}.maintenance-page .search-info .clear-search-link:hover{color:#0056b3}.maintenance-page .filters-section{margin-bottom:20px;background:#f8f9fa;border-radius:6px;padding:16px;box-shadow:0 2px 4px #0000001a}.maintenance-page .filters-section .section-header{display:flex;justify-content:space-between;align-items:center}.maintenance-page .filters-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.maintenance-page .filters-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.maintenance-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;align-items:end;margin-top:12px}.maintenance-page .filters-section .filters-grid .filter-group{display:flex;flex-direction:column;gap:5px}.maintenance-page .filters-section .filters-grid .filter-group label{font-size:16px;font-weight:600;color:#495057;letter-spacing:.5px}.maintenance-page .filters-section .filters-grid .filter-group input,.maintenance-page .filters-section .filters-grid .filter-group select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%}.maintenance-page .filters-section .filters-grid .filter-group .reset-btn{padding:8px 12px;border:none;background-color:#6c757d;color:#fff;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.maintenance-page .filters-section .filters-grid .filter-group .reset-btn:hover{background-color:#c82333}.maintenance-page .summary-section{margin-bottom:20px;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;padding:12px 16px}.maintenance-page .summary-section .section-header{display:flex;justify-content:space-between;align-items:center}.maintenance-page .summary-section .section-header h3{margin:0;font-weight:700}.maintenance-page .summary-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.maintenance-page .summary-section .summary-content{margin-top:12px;display:flex;gap:20px;font-weight:600;flex-wrap:wrap}.maintenance-page .summary-section .summary-content div{padding:12px 16px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;border-left:4px solid #007bff}.maintenance-page .summary-section .summary-content div:nth-child(2){border-left-color:#007bff}.maintenance-page .maintenance-section{border:1px solid #ddd;border-radius:6px;padding:12px 16px;background:#fafafa}.maintenance-page .maintenance-section .section-header{display:flex;justify-content:space-between;align-items:center}.maintenance-page .maintenance-section .section-header h3{margin:0;font-weight:700}.maintenance-page .maintenance-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.maintenance-page .maintenance-section .table-wrapper{overflow-x:auto;position:relative;margin-top:15px}.maintenance-page .maintenance-section .table-wrapper table{width:100%;border-collapse:collapse;font-size:16px;min-width:800px}.maintenance-page .maintenance-section .table-wrapper table th,.maintenance-page .maintenance-section .table-wrapper table td{padding:10px 12px;border:1px solid #ddd;text-align:left;vertical-align:middle}.maintenance-page .maintenance-section .table-wrapper table th{background-color:#f1f1f1;font-weight:700;position:sticky;top:0;z-index:10}.maintenance-page .maintenance-section .table-wrapper table tbody tr:hover{background-color:#f9f9f9}.maintenance-page .maintenance-section .table-wrapper .created-by-cell .tenant-name{font-weight:500}.maintenance-page .maintenance-section .table-wrapper .created-by-cell .tenant-type{font-size:11px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.maintenance-page .maintenance-section .table-wrapper .admin-created{color:#6c757d;font-style:italic}.maintenance-page .maintenance-section .pagination{margin-top:10px;display:flex;justify-content:center;gap:6px}.maintenance-page .maintenance-section .pagination button{padding:6px 10px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.maintenance-page .maintenance-section .pagination button.active{background-color:#3a86ff;color:#fff}.maintenance-page .maintenance-section .pagination button:disabled{cursor:not-allowed;opacity:.5}.maintenance-page .maintenance-section .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.maintenance-page .error{color:red;margin-top:12px}.maintenance-page .clickable-maintenance-id{color:#007bff;cursor:pointer;text-decoration:underline;font-weight:700;transition:color .2s}.maintenance-page .clickable-maintenance-id:hover{color:#0056b3}.maintenance-page .expense-link{color:#28a745;cursor:pointer;text-decoration:underline;font-weight:600}.maintenance-page .expense-link:hover{color:#1e7e34}.maintenance-page .status-cell.open{color:#dc3545;font-weight:700}.maintenance-page .status-cell.in-progress{color:#ffc107;font-weight:700}.maintenance-page .status-cell.closed{color:#28a745;font-weight:700}.maintenance-page .options-container{position:relative;display:flex;justify-content:center}.maintenance-page .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.maintenance-page .options-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;color:#495057}.maintenance-page .options-btn:disabled{opacity:.6;cursor:not-allowed}.maintenance-page .dropdown-menu{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;min-width:120px;animation:dropdownFadeIn .2s ease-out}.maintenance-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.maintenance-page .dropdown-menu button:first-child{color:#495057;border-radius:8px 8px 0 0}.maintenance-page .dropdown-menu button:first-child:hover:not(:disabled){background:#f8f9ff;color:#007bff}.maintenance-page .dropdown-menu button:last-child{color:#495057;border-bottom:none;border-radius:0 0 8px 8px}.maintenance-page .dropdown-menu button:last-child:hover:not(:disabled){background:#fff5f5;color:#dc3545}.maintenance-page .dropdown-menu button:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa!important;color:#6c757d!important}.maintenance-page .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}@media (max-width: 768px){.maintenance-page .dropdown-menu{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:200px;max-width:90vw;z-index:10000}.maintenance-page .dropdown-menu button{padding:12px 16px;font-size:15px}.maintenance-page .options-btn{padding:8px 14px;min-width:44px;min-height:44px}}.dropdown-menu{pointer-events:auto;-webkit-user-select:none;user-select:none}.table-wrapper{isolation:isolate}.maintenance-form-page{max-width:700px;margin:0 auto;padding:20px}.maintenance-form-page .back-btn{background:none;border:none;font-size:1rem;color:#555;cursor:pointer;margin-bottom:15px}.maintenance-form-page .property-select-container,.maintenance-form-page .dropdown-search-wrapper{position:relative;margin-bottom:8px}.maintenance-form-page .dropdown-search{width:100%;padding:10px 40px 10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff}.maintenance-form-page .dropdown-search:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa033}.maintenance-form-page .dropdown-search:disabled{background:#f5f5f5;cursor:not-allowed}.maintenance-form-page .search-icon,.maintenance-form-page .search-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666}.maintenance-form-page .search-loading{display:flex;align-items:center;gap:5px}.maintenance-form-page .mini-spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite}.maintenance-form-page .search-count{position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:12px;color:#666;background:#f5f5f5;padding:2px 8px;border-radius:12px}.maintenance-form-page .custom-dropdown-select{position:relative;max-height:240px;overflow-y:auto;border:1px solid #ddd;border-radius:4px;background:#fff}.maintenance-form-page .custom-dropdown-select select{width:100%;border:none;outline:none;padding:0;margin:0;background:transparent;font-size:14px;color:#333}.maintenance-form-page .custom-dropdown-select select:disabled{color:#999;cursor:not-allowed}.maintenance-form-page .custom-dropdown-select select option{padding:8px 12px;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:14px}.maintenance-form-page .custom-dropdown-select select option:hover{background-color:#f5f5f5}.maintenance-form-page .custom-dropdown-select select option:checked{background-color:#e3f2fd;font-weight:600}.maintenance-form-page .dropdown-stats{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;color:#666}.maintenance-form-page .clear-search-btn{background:none;border:none;color:#2c5aa0;cursor:pointer;font-size:12px;padding:4px 8px;border-radius:4px}.maintenance-form-page .clear-search-btn:hover{background:#f0f0f0}.maintenance-form-page .no-units-message{margin-top:5px;font-size:13px;color:#f57c00;background:#fff3e0;padding:6px 10px;border-radius:4px;border-left:3px solid #ff9800}.maintenance-form-page .maintenance-form-page{max-width:600px;margin:0 auto;padding:20px}.maintenance-form-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;gap:20px}.maintenance-form-page .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite}.maintenance-form-page .maintenance-form{display:flex;flex-direction:column;gap:20px}.maintenance-form-page .maintenance-form label{display:flex;flex-direction:column;gap:8px;font-weight:500}.maintenance-form-page .maintenance-form label .required{color:#d32f2f;margin-left:2px}.maintenance-form-page .maintenance-form label input,.maintenance-form-page .maintenance-form label select,.maintenance-form-page .maintenance-form label textarea{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.maintenance-form-page .maintenance-form label input:focus,.maintenance-form-page .maintenance-form label select:focus,.maintenance-form-page .maintenance-form label textarea:focus{outline:none;border-color:#2c5aa0}.maintenance-form-page .error{background:#ffebee;border:1px solid #f44336;color:#d32f2f;padding:10px;border-radius:4px;margin-bottom:15px}.maintenance-form-page .created-by-section{background:#f5f5f5;padding:15px;border-radius:4px;border:1px solid #ddd}.maintenance-form-page .created-by-section h4{margin-top:0;margin-bottom:10px}.maintenance-form-page .created-by-section p{margin:5px 0}.maintenance-form-page .file-upload-section{background:#f9f9f9;padding:15px;border-radius:4px;border:1px solid #ddd}.maintenance-form-page .file-upload-section .upload-btn{margin-top:10px;padding:8px 16px;background:#2c5aa0;color:#fff;border:none;border-radius:4px;cursor:pointer}.maintenance-form-page .file-upload-section .upload-btn:disabled{background:#bdbdbd;cursor:not-allowed}.maintenance-form-page .file-upload-section .images-preview{margin-top:15px}.maintenance-form-page .file-upload-section .images-preview .images-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.maintenance-form-page .file-upload-section .images-preview .images-grid .image-preview-item{position:relative;width:100px;height:100px}.maintenance-form-page .file-upload-section .images-preview .images-grid .image-preview-item .preview-image{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid #ddd}.maintenance-form-page .file-upload-section .images-preview .images-grid .image-preview-item .remove-image-btn{position:absolute;top:-5px;right:-5px;background:#d32f2f;color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;font-size:14px;line-height:1}.maintenance-form-page .form-actions{display:flex;gap:10px;margin-top:20px}.maintenance-form-page .form-actions button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.maintenance-form-page .form-actions button:first-child{background:#2c5aa0;color:#fff}.maintenance-form-page .form-actions button:first-child:hover:not(:disabled){background:#1a3d7a}.maintenance-form-page .form-actions button:first-child:disabled{background:#bdbdbd;cursor:not-allowed}.maintenance-form-page .form-actions button:last-child{background:#f5f5f5;color:#666}.maintenance-form-page .form-actions button:last-child:hover{background:#e0e0e0}.maintenance-form-page .modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.maintenance-form-page .success-modal{background:#fff;padding:30px;border-radius:8px;max-width:400px;width:90%;text-align:center}.maintenance-form-page .success-modal h3{color:#2c5aa0;margin-bottom:10px}.maintenance-form-page .success-modal .modal-actions{display:flex;gap:10px;margin-top:20px;justify-content:center}.maintenance-form-page .success-modal .modal-actions button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.maintenance-form-page .success-modal .modal-actions button.cancel-btn{background:#6c757d;color:#fff}.maintenance-form-page .success-modal .modal-actions button.cancel-btn:hover{background:#5a6268}.maintenance-form-page h2{margin-bottom:20px}.maintenance-form-page .error{color:red;margin-bottom:15px}.maintenance-form-page .maintenance-form{display:flex;flex-direction:column}.maintenance-form-page .maintenance-form label{margin-bottom:15px;display:flex;flex-direction:column}.maintenance-form-page .maintenance-form label .required{color:red}.maintenance-form-page .maintenance-form label select,.maintenance-form-page .maintenance-form label input[type=date],.maintenance-form-page .maintenance-form label input[type=text],.maintenance-form-page .maintenance-form label input[type=number],.maintenance-form-page .maintenance-form label textarea,.maintenance-form-page .maintenance-form label input[type=url]{margin-top:5px;padding:8px;font-size:1rem;border:1px solid #ccc;border-radius:4px}.maintenance-form-page .maintenance-form label input[type=checkbox]{margin-right:8px;width:auto;align-self:start}.maintenance-form-page .maintenance-form .created-by-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:15px;margin:20px 0}.maintenance-form-page .maintenance-form .created-by-section h4{margin-top:0;color:#495057;border-bottom:1px solid #dee2e6;padding-bottom:8px}.maintenance-form-page .maintenance-form .created-by-section .created-by-info p{margin:5px 0;display:flex}.maintenance-form-page .maintenance-form .created-by-section .created-by-info p strong{min-width:60px;display:inline-block}.maintenance-form-page .maintenance-form .created-by-section .created-by-info small{color:#6c757d;font-style:italic}.maintenance-form-page .maintenance-form .form-actions{margin-top:25px;display:flex;gap:10px}.maintenance-form-page .maintenance-form .form-actions button{padding:10px 20px;font-size:1rem;border-radius:4px;border:none;cursor:pointer}.maintenance-form-page .maintenance-form .form-actions button[type=submit]{background-color:#007bff;color:#fff}.maintenance-form-page .maintenance-form .form-actions button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.maintenance-form-page .maintenance-form .form-actions button[type=button]{background-color:#ccc;color:#333}.maintenance-form-page .maintenance-form .form-actions button[type=button]:disabled{opacity:.6;cursor:not-allowed}.maintenance-form-page .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:9999}.maintenance-form-page .modal-backdrop .success-modal{background:#fff;padding:30px;border-radius:10px;max-width:400px;width:90%;box-shadow:0 8px 16px #0003;text-align:center}.maintenance-form-page .modal-backdrop .success-modal h3{margin-top:0;color:#28a745}.maintenance-form-page .modal-backdrop .success-modal p{margin:20px 0;font-size:1.1rem;color:#333}.maintenance-form-page .modal-backdrop .success-modal .modal-actions{display:flex;justify-content:center;gap:15px;margin-top:10px}.maintenance-form-page .modal-backdrop .success-modal .modal-actions button{padding:10px 20px;border-radius:6px;border:none;cursor:pointer;font-weight:600;font-size:1rem;background-color:#3a86ff;color:#fff;transition:background-color .3s ease}.maintenance-form-page .modal-backdrop .success-modal .modal-actions button:hover{background-color:#265fcc}.maintenance-form-page .modal-backdrop .success-modal .modal-actions button.cancel-btn{background-color:#ddd;color:#444}.maintenance-form-page .modal-backdrop .success-modal .modal-actions button.cancel-btn:hover{background-color:#ccc}.maintenance-form-page .file-upload-section{margin-bottom:20px}.maintenance-form-page .file-upload-section .upload-btn{margin-top:8px;padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.maintenance-form-page .file-upload-section .upload-btn:disabled{background:#6c757d;cursor:not-allowed}.maintenance-form-page .images-preview{margin-top:15px}.maintenance-form-page .images-preview .images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:10px}.maintenance-form-page .image-preview-item{position:relative;border:1px solid #ddd;border-radius:4px;padding:5px}.maintenance-form-page .image-preview-item .preview-image{width:100%;height:120px;object-fit:cover;border-radius:4px}.maintenance-form-page .image-preview-item .remove-image-btn{position:absolute;top:5px;right:5px;background:#dc3545;color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px}.tenant-statement-page{padding:20px;display:flex;flex-direction:column;gap:30px}.tenant-statement-page .top-bar{display:flex;justify-content:space-between;align-items:center}.tenant-statement-page .top-bar h2{margin:0;color:#333}.tenant-statement-page .tenant-search-container{position:relative;width:100%}.tenant-statement-page .search-input-wrapper{position:relative;width:100%;margin-bottom:8px}.tenant-statement-page .search-input-wrapper .tenant-search-input{width:100%;padding:10px 35px 10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.tenant-statement-page .search-input-wrapper .tenant-search-input:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa01a}.tenant-statement-page .search-input-wrapper .tenant-search-input::placeholder{color:#999}.tenant-statement-page .search-input-wrapper .search-icon{position:absolute;right:35px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.tenant-statement-page .search-input-wrapper .clear-search-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;font-size:16px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.tenant-statement-page .search-input-wrapper .clear-search-btn:hover{color:#666}.tenant-statement-page .tenant-dropdown-wrapper{position:relative;width:100%}.tenant-statement-page .search-results-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:350px;overflow-y:auto;margin-top:4px}.tenant-statement-page .search-results-dropdown .search-result-item{padding:12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.tenant-statement-page .search-results-dropdown .search-result-item:last-child{border-bottom:none}.tenant-statement-page .search-results-dropdown .search-result-item:hover{background-color:#f5f5f5}.tenant-statement-page .search-results-dropdown .search-result-item.selected{background-color:#e3f2fd;border-left:3px solid #2c5aa0}.tenant-statement-page .search-results-dropdown .search-result-item .result-tenant-name{font-size:14px;font-weight:500;margin-bottom:4px;color:#333}.tenant-statement-page .search-results-dropdown .search-result-item .result-tenant-details{font-size:12px;color:#666;display:flex;flex-wrap:wrap;gap:8px}.tenant-statement-page .search-results-dropdown .search-result-item .result-tenant-details span{display:inline-block}.tenant-statement-page .search-results-dropdown .search-result-item .result-tenant-details span.result-tenant-email:before{content:"✉️ ";font-size:10px}.tenant-statement-page .search-results-dropdown .search-result-item .result-tenant-details span.result-tenant-phone:before{content:"📱 ";font-size:10px}.tenant-statement-page .search-results-dropdown .search-result-item .result-tenant-details span.result-tenant-unit:before{content:"🏠 ";font-size:10px}.tenant-statement-page .search-results-dropdown .search-loading,.tenant-statement-page .search-results-dropdown .no-search-results{padding:20px;text-align:center;color:#999;font-style:italic}.tenant-statement-page .search-results-dropdown .load-more-results{padding:12px;text-align:center;color:#2c5aa0;cursor:pointer;font-weight:500;border-top:1px solid #f0f0f0;transition:background-color .2s}.tenant-statement-page .search-results-dropdown .load-more-results:hover{background-color:#f5f5f5}.tenant-statement-page .search-results-dropdown .result-count{padding:8px 12px;font-size:11px;color:#888;border-top:1px solid #f0f0f0;background-color:#f9f9f9}.tenant-statement-page .selected-tenant-summary{margin-top:10px;padding:12px;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #2c5aa0}.tenant-statement-page .selected-tenant-summary .tenant-info{font-size:14px;line-height:1.4;margin-bottom:6px}.tenant-statement-page .selected-tenant-summary .tenant-info strong{color:#2c5aa0;font-size:15px}.tenant-statement-page .selected-tenant-summary .tenant-info span{color:#666;margin-left:8px;font-size:13px}.tenant-statement-page .selected-tenant-summary .tenant-property-info{font-size:13px;color:#555}.tenant-statement-page .selected-tenant-summary .tenant-property-info span{margin-right:8px}.tenant-statement-page .selected-tenant-summary .tenant-property-info span.unit-info:before{content:"🏠 ";font-size:11px}.tenant-statement-page .selected-tenant-summary .tenant-property-info span.property-info:before{content:"🏢 ";font-size:11px}.tenant-statement-page .selected-tenant-summary .tenant-property-info span.city-info:before{content:"📍 ";font-size:11px}.tenant-statement-page .filter-actions{grid-column:1/-1;display:flex;gap:10px;margin-top:15px}.tenant-statement-page .filter-actions .generate-btn{background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer}.tenant-statement-page .filter-actions .generate-btn:disabled{opacity:.6;cursor:not-allowed}.tenant-statement-page .filter-actions .download-btn{background:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer}.tenant-statement-page .filter-actions .download-btn:disabled{opacity:.6;cursor:not-allowed}.tenant-statement-page .section{border:1px solid #ddd;border-radius:6px;padding:16px;background:#fafafa}.tenant-statement-page .section .section-header{display:flex;justify-content:space-between;align-items:center}.tenant-statement-page .section .section-header h3{margin:0;font-weight:600;font-size:1.1rem}.tenant-statement-page .section .section-header button{background:none;border:none;font-size:24px;cursor:pointer;font-weight:700;-webkit-user-select:none;user-select:none}.tenant-statement-page .section .filters-form{margin-top:15px}.tenant-statement-page .section .filters-form .filters-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:20px;align-items:end}.tenant-statement-page .section .filters-form .filters-grid .filter-group label{display:block;margin-bottom:5px;font-weight:500}.tenant-statement-page .section .filters-form .filters-grid .filter-group select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.tenant-statement-page .section .filters-form .filters-grid .filter-actions{display:flex;gap:10px}.tenant-statement-page .section .filters-form .filters-grid .filter-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:600}.tenant-statement-page .section .filters-form .filters-grid .filter-actions button[type=submit]{background-color:#3a86ff;color:#fff}.tenant-statement-page .section .filters-form .filters-grid .filter-actions button[type=submit]:hover:not(:disabled){background-color:#265fcc}.tenant-statement-page .section .filters-form .filters-grid .filter-actions button[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.tenant-statement-page .section .filters-form .filters-grid .filter-actions button[type=button]{background-color:#6c757d;color:#fff}.tenant-statement-page .section .filters-form .filters-grid .filter-actions button[type=button]:hover{background-color:#545b62}.tenant-statement-page .section .reference-description .reference{font-weight:600;color:#2c3e50;margin-bottom:4px}.tenant-statement-page .section .reference-description .description{color:#6c757d;font-size:.9em;line-height:1.4}.tenant-statement-page .section .reference-description .vat-info{color:#28a745;font-size:.8em;font-style:italic;margin-top:2px}.tenant-statement-page .section .statement-table th:nth-child(1){width:10%}.tenant-statement-page .section .statement-table th:nth-child(2){width:8%}.tenant-statement-page .section .statement-table th:nth-child(3){width:32%}.tenant-statement-page .section .statement-table th:nth-child(4){width:15%}.tenant-statement-page .section .statement-table th:nth-child(5){width:15%}.tenant-statement-page .section .statement-table th:nth-child(6){width:15%}.tenant-statement-page .section .statement-content{margin-top:20px}.tenant-statement-page .section .statement-content .tenant-info-header{background:#fff;padding:20px;border-radius:6px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:flex-start}.tenant-statement-page .section .statement-content .tenant-info-header .tenant-details h4{margin:0 0 10px;color:#2c3e50}.tenant-statement-page .section .statement-content .tenant-info-header .tenant-details .tenant-meta{display:flex;gap:20px;flex-wrap:wrap}.tenant-statement-page .section .statement-content .tenant-info-header .tenant-details .tenant-meta span{font-size:14px;color:#666}.tenant-statement-page .section .statement-content .tenant-info-header .tenant-details .tenant-meta span strong{color:#333;margin-right:5px}.tenant-statement-page .section .statement-content .tenant-info-header .statement-date{font-size:14px;color:#666;background:#f8f9fa;padding:8px 12px;border-radius:4px}.tenant-statement-page .section .statement-content .table-wrapper{overflow-x:auto}.tenant-statement-page .section .statement-content .table-wrapper .statement-table{width:100%;border-collapse:collapse;min-width:800px}.tenant-statement-page .section .statement-content .table-wrapper .statement-table th,.tenant-statement-page .section .statement-content .table-wrapper .statement-table td{padding:12px;border:1px solid #ddd;text-align:left}.tenant-statement-page .section .statement-content .table-wrapper .statement-table th{background-color:#f0f0f0;font-weight:600;white-space:nowrap}.tenant-statement-page .section .statement-content .table-wrapper .statement-table tbody tr:hover{background-color:#f5f5f5}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .invoice-transaction .type-badge.invoice{background-color:#ffeaea;color:#d63031;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .payment-transaction .type-badge.payment{background-color:#e8f6ef;color:#27ae60;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .amount{font-family:Courier New,monospace;text-align:right!important}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .amount.due{color:#e74c3c;font-weight:700}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .amount.paid{color:#27ae60;font-weight:700}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .amount.balance{font-weight:700}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .amount.balance.negative{color:#e74c3c}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .amount.balance.positive{color:#27ae60}.tenant-statement-page .section .statement-content .table-wrapper .statement-table .no-data{text-align:center;color:#999;font-style:italic;padding:40px!important}.tenant-statement-page .section .statement-content .statement-footer{margin-top:20px;padding:20px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:flex-end}.tenant-statement-page .section .statement-content .statement-footer .current-balance{display:flex;align-items:center;gap:20px;font-size:16px}.tenant-statement-page .section .statement-content .statement-footer .current-balance strong{color:#333}.tenant-statement-page .section .statement-content .statement-footer .current-balance .final-balance{font-size:18px;font-weight:700;font-family:Courier New,monospace}.tenant-statement-page .section .statement-content .statement-footer .current-balance .final-balance.negative{color:#e74c3c}.tenant-statement-page .section .statement-content .statement-footer .current-balance .final-balance.positive{color:#27ae60}@media (max-width: 768px){.tenant-statement-page{padding:10px;gap:20px}.tenant-statement-page .section .filters-grid{grid-template-columns:1fr!important;gap:15px!important}.tenant-statement-page .statement-content .tenant-info-header{flex-direction:column;gap:15px}.tenant-statement-page .statement-content .tenant-info-header .tenant-meta{flex-direction:column;gap:8px!important}.tenant-statement-page .statement-content .tenant-info-header .statement-date{align-self:flex-start}.tenant-statement-page .statement-content .table-wrapper .statement-table{min-width:1000px}.tenant-statement-page .statement-content .table-wrapper .statement-table th,.tenant-statement-page .statement-content .table-wrapper .statement-table td{padding:8px;font-size:14px}}.property-statement-page{padding:20px;display:flex;flex-direction:column;gap:30px}.property-statement-page .top-bar{display:flex;justify-content:space-between;align-items:center}.property-statement-page .top-bar h2{margin:0;color:#333}.property-statement-page .property-search-container{position:relative;width:100%}.property-statement-page .search-input-wrapper{position:relative;width:100%;margin-bottom:8px}.property-statement-page .property-search-input{width:100%;padding:10px 35px 10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.property-statement-page .property-search-input:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa01a}.property-statement-page .property-search-input::placeholder{color:#999}.property-statement-page .search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.property-statement-page .property-dropdown-wrapper{position:relative;width:100%}.property-statement-page .property-select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.property-statement-page .property-select:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa01a}.property-statement-page .property-select option{padding:8px}.property-statement-page .search-results-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:250px;overflow-y:auto;margin-top:4px}.property-statement-page .search-results-dropdown .search-result-item{padding:12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.property-statement-page .search-results-dropdown .search-result-item:last-child{border-bottom:none}.property-statement-page .search-results-dropdown .search-result-item:hover{background-color:#f5f5f5}.property-statement-page .search-results-dropdown .search-result-item.selected{background-color:#e3f2fd;border-left:3px solid #2c5aa0}.property-statement-page .search-results-dropdown .search-result-item .result-property-name{font-size:14px;font-weight:500;margin-bottom:4px;color:#333}.property-statement-page .search-results-dropdown .search-result-item .result-property-city,.property-statement-page .search-results-dropdown .search-result-item .result-property-address{font-size:12px;color:#666;margin-top:2px}.property-statement-page .search-results-dropdown .search-result-item .result-property-city:before,.property-statement-page .search-results-dropdown .search-result-item .result-property-address:before{content:"📍 ";font-size:10px}.property-statement-page .search-results-dropdown .no-search-results{padding:20px;text-align:center;color:#999;font-style:italic}.property-statement-page .selected-property-summary{margin-top:10px;padding:12px;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #2c5aa0}.property-statement-page .selected-property-summary .property-info{font-size:14px;line-height:1.4}.property-statement-page .selected-property-summary .property-info strong{color:#2c5aa0;font-size:15px}.property-statement-page .selected-property-summary .property-info span{color:#666;margin-left:8px;font-size:13px}.property-statement-page .selected-property-summary .property-info span:before{content:"• ";margin-right:2px}.property-statement-page .status-badge{padding:3px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.property-statement-page .status-active{background-color:#e3f2fd;color:#1976d2}.property-statement-page .status-deleted{background-color:#ffebee;color:#d32f2f}.property-statement-page .amount.positive{color:#2e7d32;font-weight:500}.property-statement-page .amount.negative{color:#d32f2f;font-weight:500}.property-statement-page .amount.deposit{color:#7b1fa2;font-weight:500}.property-statement-page .amount.zero{color:#666}.property-statement-page .deposit-status{font-size:11px;margin-top:2px}.property-statement-page .status-held{color:#2e7d32;margin-right:8px}.property-statement-page .status-pending{color:#ed6c02}.property-statement-page .filter-group{position:relative}@media (max-width: 768px){.property-statement-page .property-search-input{font-size:13px}.property-statement-page .search-results-dropdown{max-height:200px}}.property-statement-page .section{border:1px solid #ddd;border-radius:6px;padding:16px;background:#fafafa}.property-statement-page .section .section-header{display:flex;justify-content:space-between;align-items:center}.property-statement-page .section .section-header h3{margin:0;font-weight:600;font-size:1.1rem}.property-statement-page .section .section-header button{background:none;border:none;font-size:24px;cursor:pointer;font-weight:700;-webkit-user-select:none;user-select:none}.property-statement-page .section .filters-form{margin-top:15px}.property-statement-page .section .filters-form .filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:end}.property-statement-page .section .filters-form .filters-grid .filter-group label{display:block;margin-bottom:5px;font-weight:500}.property-statement-page .section .filters-form .filters-grid .filter-group select,.property-statement-page .section .filters-form .filters-grid .filter-group input[type=date]{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.property-statement-page .section .filters-form .filters-grid .filter-group input[type=checkbox]{margin-right:8px}.property-statement-page .section .filters-form .filters-grid .filter-actions{display:flex;gap:10px;align-self:end}.property-statement-page .section .filters-form .filters-grid .filter-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:600}.property-statement-page .section .filters-form .filters-grid .filter-actions button[type=submit]{background-color:#3a86ff;color:#fff}.property-statement-page .section .filters-form .filters-grid .filter-actions button[type=submit]:hover:not(:disabled){background-color:#265fcc}.property-statement-page .section .filters-form .filters-grid .filter-actions button[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.property-statement-page .section .filters-form .filters-grid .filter-actions button[type=button]{background-color:#6c757d;color:#fff}.property-statement-page .section .filters-form .filters-grid .filter-actions button[type=button]:hover{background-color:#545b62}.property-statement-page .section .table-wrapper{overflow-x:auto;margin-top:15px}.property-statement-page .section .table-wrapper .currency-legend{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:8px 12px;margin-bottom:15px;font-size:14px;font-weight:600;color:#495057}.property-statement-page .section .table-wrapper table{width:100%;border-collapse:collapse;min-width:1000px}.property-statement-page .section .table-wrapper table th,.property-statement-page .section .table-wrapper table td{padding:12px;border:1px solid #ddd;text-align:left}.property-statement-page .section .table-wrapper table th{background-color:#f0f0f0;font-weight:600}.property-statement-page .section .table-wrapper table tbody tr:hover{background-color:#f5f5f5}.property-statement-page .section .table-wrapper table .total-row{background-color:#e9ecef;font-weight:600}.property-statement-page .section .table-wrapper table .total-row td{border-top:2px solid #333}.property-statement-page .section .summary-table{margin-top:15px}.property-statement-page .section .summary-table table{width:100%;max-width:400px;border-collapse:collapse}.property-statement-page .section .summary-table table tr{border-bottom:1px solid #ddd}.property-statement-page .section .summary-table table tr:last-child{border-bottom:2px solid #333}.property-statement-page .section .summary-table table td{padding:12px;text-align:left}.property-statement-page .section .summary-table table td:first-child{font-weight:600;width:60%}.property-statement-page .section .summary-table table td:last-child{text-align:right;font-weight:600;color:#333}@media (max-width: 768px){.property-statement-page .filters-grid{grid-template-columns:1fr!important}}.expenses-report-page{padding:20px;display:flex;flex-direction:column;gap:30px}.expenses-report-page .top-bar{display:flex;justify-content:space-between;align-items:center}.expenses-report-page .top-bar h2{margin:0;color:#333}.expenses-report-page .property-search-container{position:relative;width:100%}.expenses-report-page .search-input-wrapper{position:relative;width:100%;margin-bottom:8px}.expenses-report-page .search-input-wrapper .property-search-input{width:100%;padding:10px 35px 10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.expenses-report-page .search-input-wrapper .property-search-input:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa01a}.expenses-report-page .search-input-wrapper .property-search-input::placeholder{color:#999}.expenses-report-page .search-input-wrapper .search-icon{position:absolute;right:35px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.expenses-report-page .search-input-wrapper .clear-search-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;font-size:16px;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.expenses-report-page .search-input-wrapper .clear-search-btn:hover{color:#666}.expenses-report-page .property-dropdown-wrapper{position:relative;width:100%}.expenses-report-page .search-results-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:250px;overflow-y:auto;margin-top:4px}.expenses-report-page .search-results-dropdown .search-result-item{padding:12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.expenses-report-page .search-results-dropdown .search-result-item:last-child{border-bottom:none}.expenses-report-page .search-results-dropdown .search-result-item:hover{background-color:#f5f5f5}.expenses-report-page .search-results-dropdown .search-result-item.selected{background-color:#e3f2fd;border-left:3px solid #2c5aa0}.expenses-report-page .search-results-dropdown .search-result-item .result-property-name{font-size:14px;font-weight:500;margin-bottom:4px;color:#333}.expenses-report-page .search-results-dropdown .search-result-item .result-property-city,.expenses-report-page .search-results-dropdown .search-result-item .result-property-address{font-size:12px;color:#666;margin-top:2px}.expenses-report-page .search-results-dropdown .search-result-item .result-property-city:before,.expenses-report-page .search-results-dropdown .search-result-item .result-property-address:before{content:"📍 ";font-size:10px}.expenses-report-page .search-results-dropdown .no-search-results{padding:20px;text-align:center;color:#999;font-style:italic}.expenses-report-page .selected-property-summary{margin-top:10px;padding:12px;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #2c5aa0}.expenses-report-page .selected-property-summary .property-info{font-size:14px;line-height:1.4}.expenses-report-page .selected-property-summary .property-info strong{color:#2c5aa0;font-size:15px}.expenses-report-page .selected-property-summary .property-info span{color:#666;margin-left:8px;font-size:13px}.expenses-report-page .selected-property-summary .property-info span:before{content:"• ";margin-right:2px}.expenses-report-page .filter-actions{grid-column:1/-1;display:flex;gap:10px;margin-top:15px}.expenses-report-page .filter-actions button[type=submit]{background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer}.expenses-report-page .filter-actions button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.expenses-report-page .filter-actions button[type=button]{background:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer}.expenses-report-page .filter-actions button[type=button]:disabled{opacity:.6;cursor:not-allowed}.expenses-report-page .section{border:1px solid #ddd;border-radius:6px;padding:16px;background:#fafafa}.expenses-report-page .section .section-header{display:flex;justify-content:space-between;align-items:center}.expenses-report-page .section .section-header h3{margin:0;font-weight:600;font-size:1.1rem}.expenses-report-page .section .section-header button{background:none;border:none;font-size:24px;cursor:pointer;font-weight:700;-webkit-user-select:none;user-select:none}.expenses-report-page .section .filters-form{margin-top:15px}.expenses-report-page .section .filters-form .filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:end}.expenses-report-page .section .filters-form .filters-grid .filter-group label{display:block;margin-bottom:5px;font-weight:500}.expenses-report-page .section .filters-form .filters-grid .filter-group select,.expenses-report-page .section .filters-form .filters-grid .filter-group input[type=date]{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.expenses-report-page .section .filters-form .filters-grid .filter-actions{display:flex;gap:10px;align-self:end}.expenses-report-page .section .filters-form .filters-grid .filter-actions button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:600}.expenses-report-page .section .filters-form .filters-grid .filter-actions button[type=submit]{background-color:#3a86ff;color:#fff}.expenses-report-page .section .filters-form .filters-grid .filter-actions button[type=submit]:hover:not(:disabled){background-color:#265fcc}.expenses-report-page .section .filters-form .filters-grid .filter-actions button[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.expenses-report-page .section .filters-form .filters-grid .filter-actions button[type=button]{background-color:#6c757d;color:#fff}.expenses-report-page .section .filters-form .filters-grid .filter-actions button[type=button]:hover{background-color:#545b62}.expenses-report-page .section .table-wrapper{overflow-x:auto;margin-top:15px}.expenses-report-page .section .table-wrapper table{width:100%;border-collapse:collapse;min-width:800px}.expenses-report-page .section .table-wrapper table th,.expenses-report-page .section .table-wrapper table td{padding:12px;border:1px solid #ddd;text-align:left}.expenses-report-page .section .table-wrapper table th{background-color:#f0f0f0;font-weight:600}.expenses-report-page .section .table-wrapper table tbody tr:hover{background-color:#f5f5f5}.expenses-report-page .section .table-wrapper table .total-row{background-color:#e9ecef;font-weight:600}.expenses-report-page .section .table-wrapper table .total-row td{border-top:2px solid #333}@media (max-width: 768px){.expenses-report-page .filters-grid{grid-template-columns:1fr!important}}.team-page{padding:20px;display:flex;flex-direction:column;gap:30px}.team-page .top-bar{display:flex;justify-content:space-between;align-items:center}.team-page .top-bar input{flex:1;padding:8px 12px;margin-right:20px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.team-page .top-bar .actions button{padding:8px 12px;background-color:#3a86ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.team-page .top-bar .actions button:hover{background-color:#265fcc}.team-page .section{border:1px solid #ddd;border-radius:6px;padding:16px;background:#fafafa}.team-page .section .section-header{display:flex;justify-content:space-between;align-items:center}.team-page .section .section-header h3{margin:0;font-weight:600;font-size:1.1rem}.team-page .section .section-header button{background:none;border:none;font-size:24px;cursor:pointer;font-weight:700;-webkit-user-select:none;user-select:none}.team-page .section .filters{display:flex;gap:20px;margin-top:10px;flex-wrap:wrap}.team-page .section .filters .filter-item label{display:flex;align-items:center;gap:8px;font-weight:500;font-size:1rem}.team-page .section .filters .filter-item select{padding:6px 8px;font-size:1rem;border:1px solid #ccc;border-radius:4px;cursor:pointer}.team-page .section .summary{display:flex;gap:20px;margin-top:15px;flex-wrap:wrap}.team-page .section .summary .summary-box{flex:1;background:#fff;padding:16px;border-radius:6px;box-shadow:0 1px 3px #0000001a;font-weight:600;color:#333;text-align:center}.team-page .section .table-wrapper{overflow-x:auto;margin-top:15px}.team-page .section .table-wrapper table{width:100%;border-collapse:collapse;min-width:800px}.team-page .section .table-wrapper table th,.team-page .section .table-wrapper table td{padding:10px 12px;border:1px solid #ddd;text-align:left;font-size:.95rem;color:#555}.team-page .section .table-wrapper table th{background-color:#f1f1f1;font-weight:600;font-size:16px}.team-page .section .table-wrapper table tbody tr:hover{background-color:#f5f5f5}.team-page .section .table-wrapper table .role-badge{padding:4px 8px;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:capitalize}.team-page .section .table-wrapper table td button{margin-right:8px;padding:4px 8px;border:none;background-color:#ddd;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500}.team-page .section .table-wrapper table td button:hover{background-color:#ccc}.team-page .section .table-wrapper table td button:last-child{background-color:#ff6b6b;color:#fff}.team-page .section .table-wrapper table td button:last-child:hover{background-color:#ff5252}.team-form-page{padding:20px;max-width:1200px;margin:0 auto}.team-form-page h2{margin-bottom:25px;color:#2c3e50;font-size:1.8rem;font-weight:600;border-bottom:2px solid #e9ecef;padding-bottom:10px}.team-form-page .team-form{display:flex;flex-direction:column;gap:30px}.team-form-page .team-form .form-section{background:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.team-form-page .team-form .form-section h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:10px}.team-form-page .team-form .form-section h3:before{content:"";display:inline-block;width:4px;height:20px;background:#3a86ff;border-radius:2px}.team-form-page .team-form .form-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.team-form-page .team-form .form-section .section-header .section-actions{display:flex;gap:10px}.team-form-page .team-form .form-section .section-header .section-actions button{padding:6px 12px;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s}.team-form-page .team-form .form-section .section-header .section-actions button:hover{background-color:#5a6268;transform:translateY(-1px)}.team-form-page .team-form .form-section .section-header .section-actions button.toggle-btn{background-color:#17a2b8}.team-form-page .team-form .form-section .section-header .section-actions button.toggle-btn:hover{background-color:#138496}.team-form-page .team-form .form-section .section-description{color:#6c757d;font-size:.9rem;margin-bottom:15px;line-height:1.5}.team-form-page .team-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.team-form-page .team-form .form-section .form-row{grid-template-columns:1fr}}.team-form-page .team-form .form-section label{display:flex;flex-direction:column;gap:8px;font-weight:500;color:#495057}.team-form-page .team-form .form-section label .required{color:#dc3545}.team-form-page .team-form .form-section label input,.team-form-page .team-form .form-section label select{padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:1rem;transition:all .2s;background:#f8f9fa}.team-form-page .team-form .form-section label input:focus,.team-form-page .team-form .form-section label select:focus{outline:none;border-color:#3a86ff;box-shadow:0 0 0 3px #3a86ff33;background:#fff}.team-form-page .team-form .form-section label input.error,.team-form-page .team-form .form-section label select.error{border-color:#dc3545!important;box-shadow:0 0 0 3px #dc354533!important;background:#fff5f5}.team-form-page .team-form .form-section label input::placeholder,.team-form-page .team-form .form-section label select::placeholder{color:#adb5bd}.team-form-page .team-form .form-section label .hint{font-size:.8rem;color:#6c757d;margin-top:4px}.team-form-page .team-form .form-section .error-message{color:#dc3545;font-size:.85rem;margin-top:5px;display:block;font-weight:500}.team-form-page .permission-matrix{margin-top:20px}.team-form-page .permission-matrix .selected-permissions-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:15px;margin-bottom:20px}.team-form-page .permission-matrix .selected-permissions-summary strong{display:block;color:#495057;margin-bottom:10px;font-size:1rem}.team-form-page .permission-matrix .selected-permissions-summary .permission-tags{display:flex;flex-wrap:wrap;gap:8px;max-height:100px;overflow-y:auto;padding:5px}.team-form-page .permission-matrix .selected-permissions-summary .permission-tags .permission-tag{background:#3a86ff;color:#fff;padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500;white-space:nowrap}.team-form-page .permission-matrix .selected-permissions-summary .permission-tags .permission-tag-more{background:#6c757d;color:#fff;padding:4px 10px;border-radius:20px;font-size:.8rem;font-style:italic}.team-form-page .permission-matrix .selected-permissions-summary .permission-tags .no-permissions{color:#6c757d;font-style:italic;font-size:.9rem}.team-form-page .permission-matrix .all-permissions-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:10px;max-height:400px;overflow-y:auto;padding:10px;border:1px solid #e9ecef;border-radius:6px;background:#f8f9fa}.team-form-page .permission-matrix .permission-category{border:1px solid #e9ecef;border-radius:6px;margin-bottom:15px;overflow:hidden;background:#fff}.team-form-page .permission-matrix .permission-category:last-child{margin-bottom:0}.team-form-page .permission-matrix .permission-category .category-header{background:#f8f9fa;padding:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.team-form-page .permission-matrix .permission-category .category-header:hover{background:#e9ecef}.team-form-page .permission-matrix .permission-category .category-header h4{margin:0;color:#495057;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:10px}.team-form-page .permission-matrix .permission-category .category-header h4 .category-count{color:#6c757d;font-size:.9rem;font-weight:400}.team-form-page .permission-matrix .permission-category .category-header .category-actions{display:flex;align-items:center;gap:10px}.team-form-page .permission-matrix .permission-category .category-header .category-actions button{padding:4px 10px;background:#6c757d;color:#fff;border:none;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s}.team-form-page .permission-matrix .permission-category .category-header .category-actions button:hover{background:#5a6268}.team-form-page .permission-matrix .permission-category .category-header .category-actions .chevron{color:#6c757d;font-size:.9rem;margin-left:5px}.team-form-page .permission-matrix .permission-category .category-permissions{padding:15px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;background:#f8f9fa;border-top:1px solid #e9ecef}.team-form-page .permission-matrix .permission-category .category-permissions .permission-checkbox{display:flex;align-items:flex-start;gap:10px;padding:10px;background:#fff;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;transition:all .2s}.team-form-page .permission-matrix .permission-category .category-permissions .permission-checkbox:hover{border-color:#3a86ff;box-shadow:0 2px 4px #3a86ff1a}.team-form-page .permission-matrix .permission-category .category-permissions .permission-checkbox input[type=checkbox]{margin-top:2px;width:16px;height:16px;cursor:pointer}.team-form-page .permission-matrix .permission-category .category-permissions .permission-checkbox input[type=checkbox]:checked{accent-color:#3a86ff}.team-form-page .permission-matrix .permission-category .category-permissions .permission-checkbox .permission-text{flex:1;color:#495057;font-size:.9rem;line-height:1.4}.team-form-page .properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;margin-bottom:20px}.team-form-page .properties-grid .property-checkbox{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;transition:all .2s}.team-form-page .properties-grid .property-checkbox:hover{border-color:#3a86ff;box-shadow:0 2px 4px #3a86ff1a}.team-form-page .properties-grid .property-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.team-form-page .properties-grid .property-checkbox input[type=checkbox]:checked{accent-color:#3a86ff}.team-form-page .properties-grid .property-checkbox .property-info{flex:1;display:flex;flex-direction:column}.team-form-page .properties-grid .property-checkbox .property-info .property-name{font-weight:500;color:#495057;margin-bottom:4px}.team-form-page .properties-grid .property-checkbox .property-info .property-location{font-size:.85rem;color:#6c757d}.team-form-page .no-data{text-align:center;color:#6c757d;font-style:italic;padding:20px;background:#f8f9fa;border-radius:6px;border:1px dashed #dee2e6}.team-form-page .selected-properties-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:15px}.team-form-page .selected-properties-summary strong{display:block;color:#495057;margin-bottom:10px;font-size:1rem}.team-form-page .selected-properties-summary .property-tags{display:flex;flex-wrap:wrap;gap:8px}.team-form-page .selected-properties-summary .property-tags .property-tag{background:#28a745;color:#fff;padding:4px 10px;border-radius:20px;font-size:.85rem;font-weight:500}.team-form-page .selected-properties-summary .property-tags .property-tag-more{background:#6c757d;color:#fff;padding:4px 10px;border-radius:20px;font-size:.85rem;font-style:italic}.team-form-page .form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.team-form-page .form-actions button{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s;min-width:160px}.team-form-page .form-actions button.submit-btn{background-color:#3a86ff;color:#fff}.team-form-page .form-actions button.submit-btn:hover:not(:disabled){background-color:#265fcc;transform:translateY(-1px);box-shadow:0 4px 8px #3a86ff4d}.team-form-page .form-actions button.submit-btn:disabled{background-color:#adb5bd;cursor:not-allowed;transform:none;box-shadow:none}.team-form-page .form-actions button.cancel-btn{background-color:#6c757d;color:#fff}.team-form-page .form-actions button.cancel-btn:hover{background-color:#5a6268;transform:translateY(-1px);box-shadow:0 4px 8px #6c757d4d}.team-form-page .modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.team-form-page .modal-backdrop .success-modal{background:#fff;border-radius:12px;max-width:600px;width:90%;box-shadow:0 10px 40px #0003;overflow:hidden;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.team-form-page .modal-backdrop .success-modal .modal-header{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:25px;text-align:center;position:relative}.team-form-page .modal-backdrop .success-modal .modal-header h3{margin:0;font-size:1.5rem;font-weight:600}.team-form-page .modal-backdrop .success-modal .modal-header .close-btn{position:absolute;top:15px;right:15px;background:#fff3;color:#fff;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.team-form-page .modal-backdrop .success-modal .modal-header .close-btn:hover{background:#ffffff4d}.team-form-page .modal-backdrop .success-modal .modal-body{padding:30px}.team-form-page .modal-backdrop .success-modal .modal-body .success-message{text-align:center;margin-bottom:25px}.team-form-page .modal-backdrop .success-modal .modal-body .success-message p{margin:10px 0;color:#495057;line-height:1.6}.team-form-page .modal-backdrop .success-modal .modal-body .password-section{background:#f8f9fa;border-radius:8px;padding:20px;margin:25px 0;border:1px solid #e9ecef}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-header{text-align:center;margin-bottom:20px}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-header h4{color:#2c3e50;margin:0 0 5px;font-size:1.2rem}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-header small{color:#6c757d;font-size:.85rem}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-display{display:flex;gap:10px;margin-bottom:20px}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-display .password-value{flex:1;padding:12px;background:#fff;border:1px solid #dee2e6;border-radius:6px;font-family:Courier New,monospace;font-size:1.1rem;letter-spacing:1px;text-align:center;color:#dc3545;font-weight:600;word-break:break-all}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-display .copy-btn{padding:0 20px;background:#17a2b8;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .2s}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-display .copy-btn:hover{background:#138496;transform:translateY(-1px)}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:15px;color:#856404}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-warning p{margin:0 0 10px;font-weight:600}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-warning ul{margin:0;padding-left:20px}.team-form-page .modal-backdrop .success-modal .modal-body .password-section .password-warning ul li{margin-bottom:5px;font-size:.9rem;line-height:1.5}.team-form-page .modal-backdrop .success-modal .modal-body .modal-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.team-form-page .modal-backdrop .success-modal .modal-body .modal-actions button{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s;min-width:180px}.team-form-page .modal-backdrop .success-modal .modal-body .modal-actions button.add-another-btn{background:linear-gradient(135deg,#3a86ff,#265fcc);color:#fff}.team-form-page .modal-backdrop .success-modal .modal-body .modal-actions button.add-another-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #3a86ff4d}.team-form-page .modal-backdrop .success-modal .modal-body .modal-actions button.go-to-list-btn{background:#6c757d;color:#fff}.team-form-page .modal-backdrop .success-modal .modal-body .modal-actions button.go-to-list-btn:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 6px 12px #6c757d4d}@media (max-width: 768px){.team-form-page{padding:15px}.team-form-page .team-form .form-section{padding:20px}.team-form-page .team-form .permission-matrix .category-permissions,.team-form-page .team-form .permission-matrix .all-permissions-list,.team-form-page .team-form .properties-grid{grid-template-columns:1fr}.team-form-page .form-actions{flex-direction:column}.team-form-page .form-actions button{width:100%;min-width:auto}.team-form-page .modal-backdrop .success-modal .modal-actions{flex-direction:column}.team-form-page .modal-backdrop .success-modal .modal-actions button{width:100%;min-width:auto}}@media (max-width: 480px){.team-form-page .team-form .form-section{padding:15px}.team-form-page .team-form .form-section .section-header{flex-direction:column;gap:10px;align-items:flex-start}.team-form-page .team-form .form-section .section-header .section-actions{width:100%;justify-content:flex-start}}.changelog-page{padding:20px;display:flex;flex-direction:column;gap:30px}.changelog-page .top-bar{display:flex;justify-content:space-between;align-items:center;gap:15px}.changelog-page .top-bar .search-container{position:relative;flex-grow:1;display:flex;align-items:center}.changelog-page .top-bar .search-container input{width:100%;padding:8px 35px 8px 12px;border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-right:0}.changelog-page .top-bar .search-container input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.changelog-page .top-bar .search-container .clear-search{position:absolute;right:10px;background:none;border:none;font-size:18px;cursor:pointer;color:#666;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.changelog-page .top-bar .search-container .clear-search:hover{color:#333;background:#f0f0f0;border-radius:50%}.changelog-page .top-bar .actions{display:flex;gap:10px;flex-shrink:0}.changelog-page .top-bar .actions button{padding:8px 12px;border:none;border-radius:4px;cursor:pointer;font-weight:600;white-space:nowrap}.changelog-page .top-bar .actions button:first-child{background-color:#6c757d;color:#fff}.changelog-page .top-bar .actions button:first-child:hover{background-color:#5a6268}.changelog-page .top-bar .actions button:last-child{background-color:#3a86ff;color:#fff}.changelog-page .top-bar .actions button:last-child:hover{background-color:#265fcc}.changelog-page .section{border:1px solid #ddd;border-radius:6px;padding:16px;background:#fafafa}.changelog-page .section .section-header{display:flex;justify-content:space-between;align-items:center}.changelog-page .section .section-header h3{margin:0;font-weight:600;font-size:1.1rem}.changelog-page .section .section-header button{background:none;border:none;font-size:24px;cursor:pointer;font-weight:700;-webkit-user-select:none;user-select:none}.changelog-page .section .filters{display:flex;gap:20px;margin-top:10px;flex-wrap:wrap;align-items:center}.changelog-page .section .filters .filter-item{display:flex;flex-direction:column;gap:5px}.changelog-page .section .filters .filter-item label{font-weight:500;font-size:.9rem;color:#555}.changelog-page .section .filters .filter-item input,.changelog-page .section .filters .filter-item select{padding:6px 8px;font-size:1rem;border:1px solid #ccc;border-radius:4px;cursor:pointer;min-width:150px}.changelog-page .section .table-wrapper{overflow-x:auto;margin-top:15px}.changelog-page .section .table-wrapper table{width:100%;border-collapse:collapse;min-width:800px}.changelog-page .section .table-wrapper table th,.changelog-page .section .table-wrapper table td{padding:10px 12px;border:1px solid #ddd;text-align:left;font-size:.95rem;color:#555}.changelog-page .section .table-wrapper table th{background-color:#f1f1f1;font-weight:600;position:sticky;top:0;font-size:16px}.changelog-page .section .table-wrapper table .log-row{cursor:pointer;transition:background-color .2s ease}.changelog-page .section .table-wrapper table .log-row:hover{background-color:#e9ecef}.changelog-page .section .table-wrapper table .action-badge{padding:4px 8px;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:capitalize;display:inline-block;min-width:70px;text-align:center}.changelog-page .section .table-wrapper table .description-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.changelog-page .pagination{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.changelog-page .pagination button{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease}.changelog-page .pagination button:hover:not(.disabled):not(.active){background:#f8f9fa;border-color:#007bff}.changelog-page .pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff}.changelog-page .pagination button.disabled{opacity:.5;cursor:not-allowed}.changelog-page .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.changelog-page .modal-backdrop{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}.changelog-page .modal-content{background:#fff;padding:24px;border-radius:8px;max-width:700px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.changelog-page .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:15px}.changelog-page .modal-header h3{margin:0;color:#333;font-size:1.3rem}.changelog-page .modal-header .close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px}.changelog-page .modal-header .close-btn:hover{background:#f5f5f5;color:#333}.changelog-page .modal-body .detail-row{margin-bottom:12px;padding:10px;background:#f9f9f9;border-radius:6px;border-left:4px solid #007bff}.changelog-page .modal-body .detail-row strong{color:#333;margin-right:8px}.changelog-page .modal-body .changes-section{margin-top:20px;padding:15px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.changelog-page .modal-body .changes-section h4{margin:0 0 15px;color:#495057;font-size:1.1rem;border-bottom:1px solid #dee2e6;padding-bottom:8px}.changelog-page .modal-body .changes-section .values-group{margin-bottom:20px}.changelog-page .modal-body .changes-section .values-group:last-child{margin-bottom:0}.changelog-page .modal-body .changes-section .values-group strong{display:block;margin-bottom:10px;color:#495057;font-size:.95rem}.changelog-page .modal-body .changes-section .values-group .values-container{background:#fff;border-radius:4px;border:1px solid #dee2e6;padding:12px}.changelog-page .modal-body .changes-section .values-group .value-item{display:flex;justify-content:space-between;align-items:flex-start;padding:6px 0;border-bottom:1px solid #f8f9fa}.changelog-page .modal-body .changes-section .values-group .value-item:last-child{border-bottom:none}.changelog-page .modal-body .changes-section .values-group .value-item .field-name{font-weight:600;color:#495057;min-width:120px;margin-right:15px}.changelog-page .modal-body .changes-section .values-group .value-item .field-value{flex:1;color:#6c757d;word-break:break-word;background:#f8f9fa;padding:4px 8px;border-radius:3px;font-family:monospace;font-size:.9rem}@media (max-width: 768px){.changelog-page{padding:10px;gap:20px}.changelog-page .top-bar{flex-direction:column;align-items:stretch;gap:10px}.changelog-page .top-bar .search-container{margin-bottom:10px}.changelog-page .top-bar .actions{justify-content:stretch}.changelog-page .top-bar .actions button{flex:1;padding:10px 12px}.changelog-page .section{padding:12px}.changelog-page .section .filters{flex-direction:column;gap:10px}.changelog-page .section .filters .filter-item input,.changelog-page .section .filters .filter-item select{min-width:auto;width:100%}.changelog-page .section .table-wrapper{font-size:14px}.changelog-page .section .table-wrapper table{min-width:600px}.changelog-page .section .table-wrapper table th,.changelog-page .section .table-wrapper table td{padding:8px 6px;font-size:.9rem}.changelog-page .pagination{flex-direction:column;gap:10px}.changelog-page .pagination .pagination-info{margin-left:0;text-align:center}.changelog-page .modal-content{margin:10px;padding:16px}}.billing-page{padding:2rem;max-width:800px;margin:0 auto}.billing-page .billing-header{text-align:center;margin-bottom:2rem}.billing-page .billing-header h1{color:#333;margin-bottom:.5rem}.billing-page .billing-header p{color:#666;font-size:1.1rem}.billing-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.billing-page .upgrade-dialog{background:#fff;border-radius:16px;padding:2.5rem;max-width:700px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.billing-page .upgrade-dialog .dialog-header{text-align:center;margin-bottom:2rem}.billing-page .upgrade-dialog .dialog-header h2{margin:0 0 .5rem;color:#333;font-size:1.8rem}.billing-page .upgrade-dialog .dialog-header p{margin:0;color:#666;font-size:1.1rem}.billing-page .upgrade-dialog .free-plan-notice{text-align:center;margin:1rem 0}.billing-page .upgrade-dialog .free-plan-notice .free-badge{background:#00b894;color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:700;font-size:.8rem;margin-bottom:.5rem;display:inline-block}.billing-page .upgrade-dialog .free-plan-notice p{margin:0;color:#666;font-size:.9rem}.billing-page .upgrade-dialog .upgrade-options{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.billing-page .upgrade-dialog .upgrade-options{grid-template-columns:1fr}}.billing-page .upgrade-dialog .option-card{border:2px solid #e1e5e9;border-radius:12px;padding:2rem;cursor:pointer;transition:all .3s ease;background:#fafbfc}.billing-page .upgrade-dialog .option-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 25px #667eea26}.billing-page .upgrade-dialog .option-card.selected{border-color:#667eea;background:linear-gradient(135deg,#f0f4ff,#e8edff);box-shadow:0 8px 25px #667eea33}.billing-page .upgrade-dialog .option-card .option-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.billing-page .upgrade-dialog .option-card .option-content h3{margin:0 0 .75rem;color:#333;font-size:1.3rem;text-align:center}.billing-page .upgrade-dialog .option-card .option-content p{margin:0 0 1rem;color:#666;text-align:center;font-weight:500}.billing-page .upgrade-dialog .option-card .option-content ul{list-style:none;padding:0;margin:0}.billing-page .upgrade-dialog .option-card .option-content ul li{color:#555;font-size:.9rem;position:relative;padding:.4rem 0 .4rem 1.2rem}.billing-page .upgrade-dialog .option-card .option-content ul li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.billing-page .upgrade-dialog .dialog-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){.billing-page .upgrade-dialog .dialog-actions{flex-direction:column}}.billing-page .upgrade-dialog .dialog-actions .btn-secondary{background:#6c757d;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background .2s}.billing-page .upgrade-dialog .dialog-actions .btn-secondary:hover{background:#5a6268}.billing-page .upgrade-dialog .dialog-actions .choice-buttons{display:flex;gap:1rem}@media (max-width: 768px){.billing-page .upgrade-dialog .dialog-actions .choice-buttons{width:100%;flex-direction:column}}.billing-page .upgrade-dialog .dialog-actions .choice-buttons .btn-choice{background:#e9ecef;color:#495057;border:2px solid transparent;padding:1rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s;min-width:160px}@media (max-width: 768px){.billing-page .upgrade-dialog .dialog-actions .choice-buttons .btn-choice{min-width:auto}}.billing-page .upgrade-dialog .dialog-actions .choice-buttons .btn-choice:hover{background:#dee2e6}.billing-page .upgrade-dialog .dialog-actions .choice-buttons .btn-choice.active{background:#667eea;color:#fff;border-color:#667eea}.billing-page .upgrade-dialog .upgrade-tip{text-align:center;padding-top:1rem;border-top:1px solid #e9ecef}.billing-page .upgrade-dialog .upgrade-tip small{color:#6c757d;font-style:italic}.billing-page .data-choice-display{margin:1.5rem 0}.billing-page .data-choice-display label{font-weight:600;color:#333;margin-bottom:.5rem;display:block}.billing-page .data-choice-display .choice-display{padding:1rem;background:#f8f9fa;border-radius:6px;font-weight:600;color:#495057;border:1px solid #e1e5e9}.billing-page .free-plan-banner{background:linear-gradient(135deg,#00b894,#00a085);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.billing-page .free-plan-banner .plan-info{display:flex;align-items:center;gap:1rem}.billing-page .free-plan-banner .plan-info .plan-icon{font-size:2rem}.billing-page .free-plan-banner .plan-info h3{margin:0 0 .5rem;font-size:1.3rem}.billing-page .free-plan-banner .plan-info p{margin:0;opacity:.9}.billing-page .free-trial-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.billing-page .free-trial-banner .trial-info{display:flex;align-items:center;gap:1rem}.billing-page .free-trial-banner .trial-info .trial-icon{font-size:2rem}.billing-page .free-trial-banner .trial-info h3{margin:0 0 .5rem;font-size:1.3rem}.billing-page .free-trial-banner .trial-info p{margin:0;opacity:.9}.billing-page .active-subscription-banner{background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.billing-page .active-subscription-banner .subscription-info{display:flex;align-items:center;gap:1rem}.billing-page .active-subscription-banner .subscription-info .subscription-icon{font-size:2rem}.billing-page .active-subscription-banner .subscription-info h3{margin:0 0 .5rem;font-size:1.3rem}.billing-page .active-subscription-banner .subscription-info p{margin:0;opacity:.9}.billing-page .past-due-banner{background:linear-gradient(135deg,#ff9f43,#ff7f00);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.billing-page .past-due-banner .past-due-info{display:flex;align-items:center;gap:1rem}.billing-page .past-due-banner .past-due-info .past-due-icon{font-size:2rem}.billing-page .past-due-banner .past-due-info h3{margin:0 0 .5rem;font-size:1.3rem}.billing-page .past-due-banner .past-due-info p{margin:0 0 1rem;opacity:.9}.billing-page .past-due-banner .past-due-info .renew-btn{background:#fff;color:#ff7f00;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.billing-page .past-due-banner .past-due-info .renew-btn:hover{background:#f8f9fa;transform:translateY(-1px)}.billing-page .expired-subscription-banner{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.billing-page .expired-subscription-banner .expired-info{display:flex;align-items:center;gap:1rem}.billing-page .expired-subscription-banner .expired-info .expired-icon{font-size:2rem}.billing-page .expired-subscription-banner .expired-info h3{margin:0 0 .5rem;font-size:1.3rem}.billing-page .expired-subscription-banner .expired-info p{margin:0 0 1rem;opacity:.9}.billing-page .expired-subscription-banner .expired-info .upgrade-btn{background:#fff;color:#ee5a24;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.billing-page .expired-subscription-banner .expired-info .upgrade-btn:hover{background:#f8f9fa;transform:translateY(-1px)}.billing-page .billing-content{display:flex;flex-direction:column;gap:2rem}.billing-page .current-usage{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:1rem}.billing-page .current-usage h2{margin-bottom:2rem;color:#333;text-align:center;font-size:1.5rem}.billing-page .current-usage .usage-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.billing-page .current-usage .usage-stats .stat{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:10px;transition:transform .2s}.billing-page .current-usage .usage-stats .stat:hover{transform:translateY(-2px)}.billing-page .current-usage .usage-stats .stat .stat-label{display:block;font-size:.95rem;color:#666;margin-bottom:.75rem;font-weight:600}.billing-page .current-usage .usage-stats .stat .stat-value{display:block;font-size:1.6rem;font-weight:700;color:#27ae60}.billing-page .current-usage .usage-stats .stat .stat-value.status{text-transform:capitalize;font-size:1.2rem;padding:.25rem .75rem;background:#e8f5e8;border-radius:20px;display:inline-block}.billing-page .units-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a}.billing-page .units-section h2{margin-bottom:.75rem;color:#333}.billing-page .units-section p{color:#666;margin-bottom:1.5rem}.billing-page .units-section .units-input{margin:2rem 0}.billing-page .units-section .units-input label{display:block;margin-bottom:.75rem;font-weight:600;color:#333;font-size:1.1rem}.billing-page .units-section .units-input .units-field{width:200px;padding:1rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1.1rem;transition:border-color .3s}.billing-page .units-section .units-input .units-field:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.billing-page .units-section .enterprise-amount-input{margin:25px 0 15px}.billing-page .units-section .enterprise-amount-input label{display:block;margin-bottom:12px;font-weight:600;color:#2c3e50;font-size:1.1rem}.billing-page .units-section .enterprise-amount-input .amount-input-group{display:flex;align-items:center;border:2px solid #3498db;border-radius:8px;overflow:hidden;background:#fff;height:56px}.billing-page .units-section .enterprise-amount-input .amount-input-group .currency-symbol{padding:16px 20px;background:#f8f9fa;border-right:1px solid #ddd;font-weight:700;color:#2c3e50;font-size:1.2rem;height:100%;display:flex;align-items:center}.billing-page .units-section .enterprise-amount-input .amount-input-group .custom-amount-input{flex:1;padding:16px 20px;border:none;font-size:1.2rem;height:100%;box-sizing:border-box}.billing-page .units-section .enterprise-amount-input .amount-input-group .custom-amount-input:focus{outline:none;background:#f8fbfe}.billing-page .units-section .enterprise-amount-input .amount-input-group .custom-amount-input::placeholder{color:#95a5a6;font-size:1rem}.billing-page .units-section .enterprise-amount-input .enterprise-note{display:block;margin-top:10px;color:#7f8c8d;font-size:.95rem;line-height:1.4;padding-left:5px}.billing-page .units-section .pricing-display{margin-top:2rem;text-align:center}.billing-page .units-section .pricing-display .price-free,.billing-page .units-section .pricing-display .price-tier,.billing-page .units-section .pricing-display .price-enterprise{padding:2rem;border-radius:10px;background:#f8f9fa;margin:0 auto;max-width:300px}.billing-page .units-section .pricing-display .price-free{border:2px solid #00b894;background:linear-gradient(135deg,#f8fff8,#e8f5e8)}.billing-page .units-section .pricing-display .price-amount{font-size:2.8rem;font-weight:700;color:#667eea}.billing-page .units-section .pricing-display .price-free .price-amount{color:#00b894}.billing-page .units-section .pricing-display .price-enterprise{text-align:center;padding:20px;border:2px dashed #3498db;border-radius:10px;background:#f8f9fa}.billing-page .units-section .pricing-display .price-enterprise .price-amount{font-size:24px;font-weight:700;color:#3498db;margin-bottom:5px}.billing-page .units-section .pricing-display .price-enterprise p{color:#7f8c8d;margin-top:5px}.billing-page .units-section .pricing-display .price-enterprise .price-amount{color:#764ba2;font-size:1.8rem}.billing-page .units-section .pricing-display .price-period{font-size:1.2rem;color:#666;margin-left:.5rem}.billing-page .units-section .pricing-display p{margin:1rem 0 0;color:#666;font-size:1rem}.billing-page .pricing-tiers{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a}.billing-page .pricing-tiers h3{margin-bottom:1.5rem;color:#333;text-align:center}.billing-page .pricing-tiers .tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.billing-page .pricing-tiers .tiers-grid .tier-card{padding:2rem;border:2px solid #e1e5e9;border-radius:10px;text-align:center;transition:all .3s}.billing-page .pricing-tiers .tiers-grid .tier-card.active{border-color:#667eea;background:#f0f4ff;transform:translateY(-5px)}.billing-page .pricing-tiers .tiers-grid .tier-card.free.active{border-color:#00b894;background:#f0fff0}.billing-page .pricing-tiers .tiers-grid .tier-card.enterprise.active{border-color:#764ba2;background:#f8f0ff}.billing-page .pricing-tiers .tiers-grid .tier-card h4{margin:0 0 1rem;color:#333;font-size:1.2rem}.billing-page .pricing-tiers .tiers-grid .tier-card .tier-price{font-size:1.6rem;font-weight:700;color:#667eea;margin-bottom:.75rem}.billing-page .pricing-tiers .tiers-grid .tier-card.free .tier-price{color:#00b894}.billing-page .pricing-tiers .tiers-grid .tier-card.enterprise .tier-price{color:#764ba2}.billing-page .pricing-tiers .tiers-grid .tier-card p{margin:0;color:#666;font-size:.95rem}.billing-page .billing-actions{text-align:center}.billing-page .billing-actions .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.2rem 2.5rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:transform .2s;font-weight:600}.billing-page .billing-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px)}.billing-page .billing-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.billing-page .billing-actions input[type=text],.billing-page .billing-actions input[type=number],.billing-page .billing-actions input[type=email],.billing-page .billing-actions input[type=tel]{padding:16px 20px;border:2px solid #e1e5e9;border-radius:8px;font-size:1.1rem;height:56px;box-sizing:border-box}.billing-page .billing-actions input[type=text]:focus,.billing-page .billing-actions input[type=number]:focus,.billing-page .billing-actions input[type=email]:focus,.billing-page .billing-actions input[type=tel]:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.billing-page .billing-actions .payment-details{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;text-align:left;animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.billing-page .billing-actions .payment-details h3{text-align:center;margin-bottom:1.5rem;color:#333}.billing-page .billing-actions .payment-details .ecocash-info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.billing-page .billing-actions .payment-details .ecocash-info>div{display:flex;flex-direction:column;gap:.75rem}.billing-page .billing-actions .payment-details .ecocash-info>div label{font-weight:600;color:#333;font-size:1.1rem}.billing-page .billing-actions .payment-details .ecocash-info>div .number-display,.billing-page .billing-actions .payment-details .ecocash-info>div .name-display,.billing-page .billing-actions .payment-details .ecocash-info>div .amount-display{padding:16px 20px;background:#f8f9fa;border-radius:8px;font-family:monospace;font-size:1.2rem;border:1px solid #e1e5e9;min-height:56px;display:flex;align-items:center}.billing-page .billing-actions .payment-details .ecocash-info>div .amount-display{color:#667eea;font-weight:700;font-size:1.4rem}.billing-page .billing-actions .payment-details .ecocash-info .instructions p{margin:.5rem 0}.billing-page .billing-actions .payment-details .payment-actions{display:flex;gap:1rem;justify-content:center}.billing-page .billing-actions .payment-details .payment-actions .btn-confirm{background:#007bff;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-size:1.1rem}.billing-page .billing-actions .payment-details .payment-actions .btn-confirm:hover:not(:disabled){background:#3d8cc0}.billing-page .billing-actions .payment-details .payment-actions .btn-confirm:disabled{opacity:.6;cursor:not-allowed}.billing-page .billing-actions .payment-details .payment-actions .btn-cancel{background:#6c757d;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-size:1.1rem}.billing-page .billing-actions .payment-details .payment-actions .btn-cancel:hover{background:#5a6268}.billing-page .support-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a}.billing-page .support-section h3{margin-bottom:1rem;color:#333;text-align:center}.billing-page .support-section p{text-align:center;color:#666;margin-bottom:1.5rem}.billing-page .support-section ul{list-style:none;padding:0;margin:1rem 0 0}.billing-page .support-section ul li{padding:.75rem 0;color:#666;text-align:center;border-bottom:1px solid #f0f0f0}.billing-page .support-section ul li:last-child{border-bottom:none}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}@media (max-width: 768px){.billing-page{padding:1rem}.billing-page .pricing-tiers .tiers-grid{grid-template-columns:1fr}.billing-page .payment-details .payment-actions{flex-direction:column}.billing-page .current-usage .usage-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.billing-page .current-usage .usage-stats{grid-template-columns:1fr}.billing-page .units-input .units-field{width:100%}}.currency-settings{max-width:600px;margin:0 auto;padding:20px}.currency-settings .settings-header{margin-bottom:30px}.currency-settings .settings-header h2{color:#2c3e50;margin-bottom:8px}.currency-settings .settings-header p{color:#7f8c8d;font-size:16px}.currency-settings .message{padding:12px;border-radius:4px;margin:15px 0;font-weight:500}.currency-settings .message.success{background-color:#e8f5e8;color:#2e7d32;border:1px solid #c8e6c9}.currency-settings .message.error{background-color:#fdeaea;color:#d32f2f;border:1px solid #f5c6cb}.currency-settings .message.error .error-help{margin-top:5px;font-size:12px;opacity:.8}.currency-settings .settings-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px #0000001a}.currency-settings .settings-card .current-setting{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #ecf0f1}.currency-settings .settings-card .current-setting h4{color:#2c3e50;margin-bottom:15px}.currency-settings .settings-card .current-setting .current-currency-display{display:flex;align-items:center;gap:15px;padding:15px;background:#f8f9fa;border-radius:8px}.currency-settings .settings-card .current-setting .current-currency-display .currency-code-large{font-size:24px;font-weight:700;color:#2c3e50;background:#3498db;color:#fff;padding:8px 12px;border-radius:6px;min-width:60px;text-align:center}.currency-settings .settings-card .current-setting .current-currency-display .currency-details{display:flex;flex-direction:column;gap:4px}.currency-settings .settings-card .current-setting .current-currency-display .currency-details .currency-name{font-size:18px;font-weight:600;color:#2c3e50}.currency-settings .settings-card .current-setting .current-currency-display .currency-details .currency-region{color:#95a5a6;font-size:14px}.currency-settings .settings-card .currency-selector{margin-bottom:25px}.currency-settings .settings-card .currency-selector label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50}.currency-settings .settings-card .currency-selector .currency-select{width:100%;padding:12px 15px;border:2px solid #bdc3c7;border-radius:8px;font-size:16px;background:#fff}.currency-settings .settings-card .currency-selector .currency-select:focus{outline:none;border-color:#3498db}.currency-settings .settings-card .currency-selector .currency-select:disabled{background-color:#ecf0f1}.currency-settings .settings-card .preview-section{margin:25px 0;padding:20px;background:#f8f9fa;border-radius:8px}.currency-settings .settings-card .preview-section h4{color:#2c3e50;margin-bottom:15px}.currency-settings .settings-card .preview-section .preview-amount{font-weight:600;color:#27ae60;font-family:Courier New,monospace}.currency-settings .settings-card .message{padding:12px 15px;border-radius:6px;margin:15px 0}.currency-settings .settings-card .message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.currency-settings .settings-card .message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.currency-settings .settings-card .actions{text-align:right}.currency-settings .settings-card .actions .save-btn{background:#27ae60;color:#fff;border:none;padding:12px 30px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer}.currency-settings .settings-card .actions .save-btn:hover:not(:disabled){background:#219a52}.currency-settings .settings-card .actions .save-btn:disabled{background:#bdc3c7;cursor:not-allowed}.email-verification{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.email-verification .verification-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:40px;width:100%;max-width:600px;animation:slideUp .5s ease}.email-verification .verification-container .loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.email-verification .verification-container h2{color:#2c5aa0;text-align:center;margin-bottom:10px}.email-verification .verification-container p{color:#666;text-align:center;margin-bottom:20px}.email-verification .verification-container .success-state .success-icon{font-size:60px;text-align:center;margin-bottom:20px;color:#27ae60}.email-verification .verification-container .success-state .success-message{color:#27ae60;font-weight:700;font-size:18px}.email-verification .verification-container .success-state .next-steps{margin:30px 0}.email-verification .verification-container .success-state .next-steps h3{color:#2c5aa0;text-align:center;margin-bottom:20px}.email-verification .verification-container .success-state .next-steps .step-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.email-verification .verification-container .success-state .next-steps .step-cards .step-card{background:#f8f9fa;border-radius:10px;padding:20px;text-align:center;border:1px solid #e9ecef;transition:transform .3s}.email-verification .verification-container .success-state .next-steps .step-cards .step-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.email-verification .verification-container .success-state .next-steps .step-cards .step-card .step-icon{font-size:40px;margin-bottom:15px}.email-verification .verification-container .success-state .next-steps .step-cards .step-card h4{color:#2c5aa0;margin:10px 0}.email-verification .verification-container .success-state .next-steps .step-cards .step-card p{color:#666;font-size:14px;margin-bottom:15px}.email-verification .verification-container .success-state .next-steps .step-cards .step-card .btn-primary,.email-verification .verification-container .success-state .next-steps .step-cards .step-card .btn-secondary{width:100%;padding:10px;border:none;border-radius:5px;font-weight:700;cursor:pointer;transition:background-color .3s;text-decoration:none;display:block}.email-verification .verification-container .success-state .next-steps .step-cards .step-card .btn-primary{background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff}.email-verification .verification-container .success-state .next-steps .step-cards .step-card .btn-primary:hover{opacity:.9}.email-verification .verification-container .success-state .next-steps .step-cards .step-card .btn-secondary{background:#f8f9fa;color:#2c5aa0;border:1px solid #2c5aa0}.email-verification .verification-container .success-state .next-steps .step-cards .step-card .btn-secondary:hover{background:#e9ecef}.email-verification .verification-container .success-state .verification-actions{text-align:center}.email-verification .verification-container .success-state .verification-actions .btn-continue{background:linear-gradient(135deg,#27ae60,#229954);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s}.email-verification .verification-container .success-state .verification-actions .btn-continue:hover{transform:translateY(-2px);box-shadow:0 10px 20px #27ae604d}.email-verification .verification-container .error-state .error-icon{font-size:60px;text-align:center;margin-bottom:20px;color:#e74c3c}.email-verification .verification-container .error-state .error-message{color:#e74c3c;font-weight:700;font-size:18px;text-align:center}.email-verification .verification-container .error-state .recovery-options{margin:30px 0}.email-verification .verification-container .error-state .recovery-options h3{color:#2c5aa0;margin-bottom:15px}.email-verification .verification-container .error-state .recovery-options .resend-section{background:#f8f9fa;border-radius:10px;padding:20px;margin-bottom:20px}.email-verification .verification-container .error-state .recovery-options .resend-section p{text-align:left;margin-bottom:15px}.email-verification .verification-container .error-state .recovery-options .resend-section .resend-form{display:flex;gap:10px}.email-verification .verification-container .error-state .recovery-options .resend-section .resend-form .email-input{flex:1;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:16px}.email-verification .verification-container .error-state .recovery-options .resend-section .resend-form .email-input:focus{border-color:#2c5aa0;outline:none}.email-verification .verification-container .error-state .recovery-options .resend-section .resend-form .btn-resend{background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:700;cursor:pointer;white-space:nowrap}.email-verification .verification-container .error-state .recovery-options .resend-section .resend-form .btn-resend:hover:not(:disabled){opacity:.9}.email-verification .verification-container .error-state .recovery-options .resend-section .resend-form .btn-resend:disabled{opacity:.6;cursor:not-allowed}.email-verification .verification-container .error-state .recovery-options .alternative-options h4{color:#2c5aa0;margin-bottom:10px}.email-verification .verification-container .error-state .recovery-options .alternative-options ul{list-style:none;padding:0}.email-verification .verification-container .error-state .recovery-options .alternative-options ul li{margin-bottom:10px}.email-verification .verification-container .error-state .recovery-options .alternative-options ul li a{color:#2c5aa0;text-decoration:none;display:flex;align-items:center}.email-verification .verification-container .error-state .recovery-options .alternative-options ul li a:hover{text-decoration:underline}.email-verification .verification-container .error-state .verification-help{background:#e8f4f8;border-radius:10px;padding:20px;margin-top:20px}.email-verification .verification-container .error-state .verification-help h4{color:#2c5aa0;margin-bottom:10px}.email-verification .verification-container .error-state .verification-help ul{margin:0;padding-left:20px}.email-verification .verification-container .error-state .verification-help ul li{margin-bottom:8px;color:#555;font-size:14px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.email-verification .verification-container{padding:20px;margin:10px}.email-verification .verification-container .success-state .step-cards{grid-template-columns:1fr}.email-verification .verification-container .error-state .resend-form{flex-direction:column}}.security-settings-page{padding:30px;max-width:1200px;margin:0 auto}.security-settings-page .loading-skeleton{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:30px}.security-settings-page .loading-skeleton .skeleton-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #0000001a}.security-settings-page .loading-skeleton .skeleton-card .skeleton-header{height:24px;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:20px}.security-settings-page .loading-skeleton .skeleton-card .skeleton-content .skeleton-line{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:12px}.security-settings-page .loading-skeleton .skeleton-card .skeleton-content .skeleton-line.short{width:70%}.security-settings-page .loading-status{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0}.security-settings-page .loading-status .spinner-small{width:30px;height:30px;border:3px solid #f0f0f0;border-top:3px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}.security-settings-page .loading-status p{color:#666;margin:0}.security-settings-page .password-input-container{position:relative;width:100%;margin:15px 0}.security-settings-page .password-input-container .password-input{width:100%;padding:12px 45px 12px 12px;border:2px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .3s ease}.security-settings-page .password-input-container .password-input:focus{outline:none;border-color:#2c5aa0}.security-settings-page .password-input-container .password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;cursor:pointer;color:#666;padding:5px;display:flex;align-items:center;justify-content:center}.security-settings-page .password-input-container .password-toggle:hover{color:#333}.security-settings-page .spinner-small{display:inline-block;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;margin-right:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.security-settings-page .container .header{margin-bottom:40px;text-align:center}.security-settings-page .container .header h1{color:#2c5aa0;font-size:36px;margin-bottom:10px}.security-settings-page .container .header p{color:#666;font-size:18px}.security-settings-page .container .alert{padding:15px 20px;border-radius:10px;margin-bottom:20px;display:flex;align-items:center;animation:slideIn .3s ease}.security-settings-page .container .alert .alert-icon{margin-right:10px;font-size:20px}.security-settings-page .container .alert.alert-error{background:#fee;border:1px solid #f99;color:#c33}.security-settings-page .container .alert.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.security-settings-page .container .verification-banner{background:linear-gradient(135deg,#ffd166,#ff9e00);border-radius:15px;padding:20px;margin-bottom:30px;animation:slideIn .5s ease}.security-settings-page .container .verification-banner .banner-content{display:flex;align-items:center;gap:20px}@media (max-width: 768px){.security-settings-page .container .verification-banner .banner-content{flex-direction:column;text-align:center}}.security-settings-page .container .verification-banner .banner-content .banner-icon{font-size:40px;flex-shrink:0}.security-settings-page .container .verification-banner .banner-content .banner-text{flex:1}.security-settings-page .container .verification-banner .banner-content .banner-text h3{margin:0 0 10px;color:#856404}.security-settings-page .container .verification-banner .banner-content .banner-text p{margin:0;color:#856404}.security-settings-page .container .verification-banner .banner-content .banner-actions{display:flex;gap:10px;flex-shrink:0}@media (max-width: 768px){.security-settings-page .container .verification-banner .banner-content .banner-actions{width:100%;flex-direction:column}}.security-settings-page .container .verification-banner .banner-content .banner-actions .btn-primary,.security-settings-page .container .verification-banner .banner-content .banner-actions .btn-secondary{padding:10px 20px;border:none;border-radius:8px;font-weight:700;cursor:pointer;white-space:nowrap}@media (max-width: 768px){.security-settings-page .container .verification-banner .banner-content .banner-actions .btn-primary,.security-settings-page .container .verification-banner .banner-content .banner-actions .btn-secondary{width:100%}}.security-settings-page .container .verification-banner .banner-content .banner-actions .btn-primary{background:#856404;color:#fff}.security-settings-page .container .verification-banner .banner-content .banner-actions .btn-primary:hover{background:#705703}.security-settings-page .container .verification-banner .banner-content .banner-actions .btn-secondary{background:#fff;color:#856404;border:2px solid #856404}.security-settings-page .container .verification-banner .banner-content .banner-actions .btn-secondary:hover{background:#fff3cd}.security-settings-page .container .security-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.security-settings-page .container .security-cards .security-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.security-settings-page .container .security-cards .security-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.security-settings-page .container .security-cards .security-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.security-settings-page .container .security-cards .security-card .card-header h3{margin:0;color:#2c5aa0;font-size:22px}.security-settings-page .container .security-cards .security-card .card-header .status-badge{padding:5px 15px;border-radius:20px;font-size:14px;font-weight:700}.security-settings-page .container .security-cards .security-card .card-header .status-badge.enabled{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.security-settings-page .container .security-cards .security-card .card-header .status-badge.disabled{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.security-settings-page .container .security-cards .security-card .card-content .status-details p{margin:10px 0;color:#555}.security-settings-page .container .security-cards .security-card .card-content .status-details p strong{color:#333}.security-settings-page .container .security-cards .security-card .card-content .status-details p.warning-text{color:#e6a700}.security-settings-page .container .security-cards .security-card .card-content .status-details p.error-text{color:#dc3545;font-weight:700}.security-settings-page .container .security-cards .security-card .card-content .verification-status{margin:20px 0;padding:15px;background:#f8f9fa;border-radius:8px}.security-settings-page .container .security-cards .security-card .card-content .verification-status .verified{color:#28a745;font-weight:700}.security-settings-page .container .security-cards .security-card .card-content .verification-status .not-verified{color:#dc3545;font-weight:700}.security-settings-page .container .security-cards .security-card .card-content .verification-status .verification-required{margin-top:15px;padding:10px;background:#fff3cd;border-radius:6px;border-left:4px solid #ffc107}.security-settings-page .container .security-cards .security-card .card-content .verification-status .verification-required p{margin:0 0 10px;color:#856404}.security-settings-page .container .security-cards .security-card .card-content .verification-status .verification-required .verification-actions{display:flex;gap:10px;flex-wrap:wrap}.security-settings-page .container .security-cards .security-card .card-content .verification-status .verification-required .verification-actions .btn-small{padding:6px 12px;font-size:13px;background:#fff;border:1px solid #856404;color:#856404;border-radius:5px;cursor:pointer}.security-settings-page .container .security-cards .security-card .card-content .verification-status .verification-required .verification-actions .btn-small:hover{background:#fff3cd}.security-settings-page .container .security-cards .security-card .card-content .session-info p{margin:8px 0;color:#555}.security-settings-page .container .security-cards .security-card .card-content .session-info p strong{color:#333}.security-settings-page .container .security-cards .security-card .card-content .session-tips{margin-top:20px;padding:15px;background:#e8f4ff;border-radius:8px}.security-settings-page .container .security-cards .security-card .card-content .session-tips h4{margin:0 0 10px;color:#2c5aa0}.security-settings-page .container .security-cards .security-card .card-content .session-tips ul{margin:0;padding-left:20px}.security-settings-page .container .security-cards .security-card .card-content .session-tips ul li{margin:5px 0;color:#555}.security-settings-page .container .security-cards .security-card .card-content .card-actions{margin-top:25px;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-primary,.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-secondary,.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-danger{padding:12px 24px;border:none;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-primary{background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #2c5aa04d}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-secondary{background:#fff;color:#2c5aa0;border:2px solid #2c5aa0}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-secondary:hover:not(:disabled){background:#f0f7ff}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-danger{background:linear-gradient(135deg,#dc3545,#a71d2a);color:#fff}.security-settings-page .container .security-cards .security-card .card-content .card-actions .btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #dc35454d}.security-settings-page .container .security-cards .security-card .card-content .card-actions .requirement-note{color:#dc3545;font-size:14px;font-weight:700}.security-settings-page .container .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;animation:fadeIn .3s ease}.security-settings-page .container .modal-overlay .modal{background:#fff;border-radius:15px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.security-settings-page .container .modal-overlay .modal.backup-codes-modal{max-width:600px}.security-settings-page .container .modal-overlay .modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:2px solid #f0f0f0}.security-settings-page .container .modal-overlay .modal .modal-header h3{margin:0;color:#2c5aa0}.security-settings-page .container .modal-overlay .modal .modal-header .close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.security-settings-page .container .modal-overlay .modal .modal-header .close-btn:hover{color:#333}.security-settings-page .container .modal-overlay .modal .modal-body{padding:20px}.security-settings-page .container .modal-overlay .modal .modal-body .warning-banner{background:#fff3cd;border:1px solid #ffeeba;border-radius:8px;padding:15px;margin-bottom:20px}.security-settings-page .container .modal-overlay .modal .modal-body .warning-banner p{margin:5px 0;color:#856404}.security-settings-page .container .modal-overlay .modal .modal-body .password-input{width:100%;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:16px;margin:15px 0;transition:border-color .3s ease}.security-settings-page .container .modal-overlay .modal .modal-body .password-input:focus{outline:none;border-color:#2c5aa0}.security-settings-page .container .modal-overlay .modal .modal-body .modal-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:20px}.security-settings-page .container .modal-overlay .modal .modal-body .modal-actions .btn-secondary,.security-settings-page .container .modal-overlay .modal .modal-body .modal-actions .btn-danger{padding:12px 24px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease}.security-settings-page .container .modal-overlay .modal .modal-body .modal-actions .btn-secondary{background:#fff;color:#2c5aa0;border:2px solid #2c5aa0}.security-settings-page .container .modal-overlay .modal .modal-body .modal-actions .btn-secondary:hover{background:#f0f7ff}.security-settings-page .container .modal-overlay .modal .modal-body .modal-actions .btn-danger{background:linear-gradient(135deg,#dc3545,#a71d2a);color:#fff}.security-settings-page .container .modal-overlay .modal .modal-body .modal-actions .btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #dc35454d}.security-settings-page .container .modal-overlay .modal .modal-body .modal-actions .btn-danger:disabled{opacity:.5;cursor:not-allowed}.security-settings-page .container .modal-overlay .modal .modal-body .backup-codes-list{background:#f8f9fa;border-radius:8px;padding:15px;margin:20px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (max-width: 480px){.security-settings-page .container .modal-overlay .modal .modal-body .backup-codes-list{grid-template-columns:1fr}}.security-settings-page .container .modal-overlay .modal .modal-body .backup-codes-list .backup-code-item{display:flex;align-items:center;padding:10px;background:#fff;border-radius:6px;font-family:Courier New,monospace}.security-settings-page .container .modal-overlay .modal .modal-body .backup-codes-list .backup-code-item .code-number{color:#666;margin-right:10px;font-weight:700}.security-settings-page .container .modal-overlay .modal .modal-body .backup-codes-list .backup-code-item .code-value{color:#333;font-weight:700;letter-spacing:1px}.security-settings-page .container .modal-overlay .modal .modal-body .backup-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.security-settings-page .container .modal-overlay .modal .modal-body .backup-actions .btn-primary,.security-settings-page .container .modal-overlay .modal .modal-body .backup-actions .btn-secondary{padding:10px 20px;border:none;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.security-settings-page .container .modal-overlay .modal .modal-body .backup-actions .btn-primary{background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff}.security-settings-page .container .modal-overlay .modal .modal-body .backup-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2c5aa04d}.security-settings-page .container .modal-overlay .modal .modal-body .backup-actions .btn-secondary{background:#fff;color:#2c5aa0;border:2px solid #2c5aa0}.security-settings-page .container .modal-overlay .modal .modal-body .backup-actions .btn-secondary:hover{background:#f0f7ff}.security-settings-page .container .modal-overlay .modal .modal-body .backup-instructions{background:#e8f4ff;border-radius:8px;padding:15px;margin-top:20px}.security-settings-page .container .modal-overlay .modal .modal-body .backup-instructions h4{margin:0 0 10px;color:#2c5aa0}.security-settings-page .container .modal-overlay .modal .modal-body .backup-instructions ol{margin:0;padding-left:20px}.security-settings-page .container .modal-overlay .modal .modal-body .backup-instructions ol li{margin:8px 0;color:#555}.security-settings-page .container .link-button{background:none;border:none;color:#2c5aa0;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit}.security-settings-page .container .link-button:hover{color:#1a365d}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.security-settings-page{padding:15px}.security-settings-page .container .header h1{font-size:28px}.security-settings-page .container .header p{font-size:16px}.security-settings-page .container .security-cards{grid-template-columns:1fr;gap:20px}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2c5aa0,#1a365d);padding:20px}.auth-container{width:100%;max-width:450px}.auth-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;overflow:hidden}.auth-header{background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff;padding:30px;text-align:center}.auth-header h1{margin:0 0 10px;font-size:28px}.auth-header p{margin:0;opacity:.9;font-size:14px}.auth-header .user-email{margin-top:10px;font-family:Courier New,monospace;background:#ffffff1a;padding:8px 12px;border-radius:5px;display:inline-block}.auth-form{padding:30px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-group input{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 2px #2c5aa01a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.btn-primary{width:100%;padding:14px;background:linear-gradient(135deg,#2c5aa0,#1a365d);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s}.btn-primary:hover:not(:disabled){transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{width:100%;padding:14px;background:#fff;color:#2c5aa0;border:2px solid #2c5aa0;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#2c5aa0;color:#fff}.btn-text{background:none;border:none;color:#2c5aa0;cursor:pointer;font-size:14px;padding:5px}.btn-text:hover{text-decoration:underline}.alert{padding:15px;border-radius:8px;margin-bottom:20px;display:flex;align-items:flex-start}.alert span{margin-right:10px;font-size:18px}.alert.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert .small{margin-top:5px;font-size:12px;opacity:.8}.auth-links{display:flex;justify-content:space-between;margin-top:20px}.auth-links a,.auth-links button{color:#2c5aa0;text-decoration:none;font-size:14px}.auth-links a:hover,.auth-links button:hover{text-decoration:underline}.auth-footer{padding:20px 30px;background:#f8f9fa;border-top:1px solid #eee;text-align:center}.auth-footer .security-note{margin:0;color:#666;font-size:12px}.auth-footer .security-note small{display:flex;align-items:center;justify-content:center;gap:5px}.password-strength{background:#f8f9fa;padding:15px;border-radius:8px;margin-bottom:20px}.password-strength small{display:block;margin-bottom:8px;color:#666}.password-strength ul{list-style:none;padding:0;margin:0}.password-strength li{padding:5px 0 5px 25px;position:relative;color:#666}.password-strength li.valid{color:#28a745}.password-strength li.valid:before{content:"✓";position:absolute;left:0;color:#28a745}.password-strength li:before{content:"○";position:absolute;left:0}.loading{padding:30px;text-align:center;color:#666}@media (max-width: 480px){.auth-card{border-radius:10px}.auth-header{padding:20px}.auth-header h1{font-size:24px}.auth-form{padding:20px}}.tenant-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;position:relative}.tenant-layout .mobile-menu-toggle{display:none;position:fixed;top:20px;right:20px;z-index:102;background:#2c3e50;color:#fff;border:none;padding:12px;border-radius:8px;cursor:pointer;flex-direction:column;gap:4px;transition:all .3s;box-shadow:0 2px 5px #0003}.tenant-layout .mobile-menu-toggle:hover{background:#34495e}.tenant-layout .mobile-menu-toggle .hamburger-line{width:24px;height:2px;background:#fff;transition:all .3s}.tenant-layout .tenant-header{height:60px;flex-shrink:0;position:sticky;top:0;z-index:100;background-color:#fff;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.tenant-layout .tenant-header .header-left .tenant-info-mobile{display:flex;align-items:center;gap:12px}.tenant-layout .tenant-header .header-left .tenant-info-mobile .tenant-avatar-small{width:36px;height:36px;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff}.tenant-layout .tenant-header .header-left .tenant-info-mobile .tenant-welcome h3{margin:0;font-size:16px;color:#2c3e50;font-weight:600}.tenant-layout .tenant-header .header-left .tenant-info-mobile .tenant-welcome p{margin:2px 0 0;font-size:12px;color:#7f8c8d}.tenant-layout .tenant-header .header-right{display:flex;gap:15px;align-items:center}.tenant-layout .tenant-header .header-right .help-btn{background:#f8f9fa;border:1px solid #e0e0e0;padding:6px 12px;border-radius:6px;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .3s;font-size:14px;font-weight:500}.tenant-layout .tenant-header .header-right .help-btn:hover{background:#e9ecef}.tenant-layout .tenant-header .header-right .help-btn .help-icon{font-size:14px}.tenant-layout .tenant-header .header-right .back-to-main{color:#3498db;text-decoration:none;font-size:14px;padding:6px 12px;border-radius:6px;transition:all .3s;font-weight:500}.tenant-layout .tenant-header .header-right .back-to-main:hover{background:#f8f9fa;text-decoration:underline}.tenant-layout .tenant-header .header-right .logout-btn-header{background:#e74c3c1a;color:#e74c3c;border:1px solid rgba(231,76,60,.2);padding:6px 12px;border-radius:6px;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .3s;font-size:14px;font-weight:500}.tenant-layout .tenant-header .header-right .logout-btn-header:hover{background:#e74c3c33}.tenant-layout .main-layout{display:flex;flex:1;min-height:0}.tenant-layout .tenant-sidebar{width:240px;background:linear-gradient(180deg,#2c3e50,#1a252f);color:#fff;border-right:1px solid rgba(255,255,255,.1);flex-shrink:0;height:calc(100vh - 60px);position:sticky;top:60px;overflow-y:auto;display:flex;flex-direction:column}.tenant-layout .tenant-sidebar .sidebar-header{padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.tenant-layout .tenant-sidebar .sidebar-header .sidebar-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff}.tenant-layout .tenant-sidebar .sidebar-header .sidebar-logo .logo-icon{font-size:24px}.tenant-layout .tenant-sidebar .sidebar-header .sidebar-logo .logo-text{font-size:18px;font-weight:700}.tenant-layout .tenant-sidebar .sidebar-header .mobile-close-btn{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;border-radius:4px;transition:background .3s}.tenant-layout .tenant-sidebar .sidebar-header .mobile-close-btn:hover{background:#ffffff1a}.tenant-layout .tenant-sidebar .sidebar-nav{flex:1;padding:20px 0;display:flex;flex-direction:column;gap:4px}.tenant-layout .tenant-sidebar .sidebar-nav .nav-item{display:flex;align-items:center;gap:8px;padding:12px 20px;color:#fffc;text-decoration:none;transition:all .3s;border-left:3px solid transparent;margin:0 10px;border-radius:6px}.tenant-layout .tenant-sidebar .sidebar-nav .nav-item:hover{background:#ffffff1a;color:#fff}.tenant-layout .tenant-sidebar .sidebar-nav .nav-item.active{background:#3498db33;color:#fff;border-left-color:#3498db}.tenant-layout .tenant-sidebar .sidebar-nav .nav-item .nav-icon{font-size:18px;width:24px;text-align:center}.tenant-layout .tenant-sidebar .sidebar-nav .nav-item .nav-text{font-size:18px;font-weight:500}.tenant-layout .tenant-sidebar .sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1)}.tenant-layout .tenant-sidebar .sidebar-footer .tenant-info{display:flex;align-items:center;gap:10px}.tenant-layout .tenant-sidebar .sidebar-footer .tenant-info .tenant-avatar{width:40px;height:40px;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff}.tenant-layout .tenant-sidebar .sidebar-footer .tenant-info .tenant-details{flex:1}.tenant-layout .tenant-sidebar .sidebar-footer .tenant-info .tenant-details .tenant-name{margin:0;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-layout .tenant-sidebar .sidebar-footer .tenant-info .tenant-details .tenant-email{margin:2px 0 0;font-size:12px;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-layout .tenant-content{flex:1;padding:20px;overflow-y:auto;background-color:#f8f9fa;min-height:calc(100vh - 60px);display:flex;flex-direction:column}.tenant-layout .tenant-content .content-inner{flex:1}.tenant-layout .tenant-content .tenant-footer{margin-top:auto;background:#fff;padding:15px;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#6c757d}.tenant-layout .tenant-content .tenant-footer .footer-links a{color:#6c757d;text-decoration:none;margin:0 10px}.tenant-layout .tenant-content .tenant-footer .footer-links a:hover{color:#3498db;text-decoration:underline}.tenant-layout .mobile-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99}@media (max-width: 768px){.tenant-layout .mobile-menu-toggle{display:flex}.tenant-layout .mobile-overlay{display:block}.tenant-layout .tenant-header .header-right .help-btn .help-text,.tenant-layout .tenant-header .header-right .back-to-main,.tenant-layout .tenant-header .header-right .logout-btn-header{display:none}.tenant-layout .tenant-header .header-right .help-btn{padding:8px}.tenant-layout .main-layout .tenant-sidebar{position:fixed;top:60px;left:0;bottom:0;z-index:101;transform:translate(-100%);transition:transform .3s ease}.tenant-layout .main-layout .tenant-sidebar.mobile-open{transform:translate(0)}.tenant-layout .main-layout .tenant-sidebar .sidebar-header .mobile-close-btn{display:block}.tenant-layout .main-layout .tenant-content{width:100%}}.loading-spinner{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:#6c757d;background:#f8f9fa}.loading-spinner:before{content:"";width:20px;height:20px;border:3px solid #ddd;border-top-color:#3498db;border-radius:50%;margin-right:10px;animation:spin 1s linear infinite}html,body{margin:0;padding:0;height:100%;overflow-x:hidden}#root{height:100%}.tenant-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e4edf5);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tenant-login-page .login-container{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000014;padding:40px;width:100%;max-width:440px;animation:fadeIn .5s ease}.tenant-login-page .login-container .login-header{text-align:center;margin-bottom:30px}.tenant-login-page .login-container .login-header h1{margin:0 0 10px;color:#2c5aa0;font-size:32px;font-weight:700;background:linear-gradient(135deg,#2c5aa0,#339af0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tenant-login-page .login-container .login-header p{margin:0;color:#6c757d;font-size:16px}.tenant-login-page .login-container .login-form .form-group{margin-bottom:20px}.tenant-login-page .login-container .login-form .form-group label{display:block;margin-bottom:8px;color:#495057;font-weight:500;font-size:14px}.tenant-login-page .login-container .login-form .form-group input{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:16px;transition:all .3s;background:#f8f9fa}.tenant-login-page .login-container .login-form .form-group input:focus{outline:none;border-color:#339af0;background:#fff;box-shadow:0 0 0 3px #339af01a}.tenant-login-page .login-container .login-form .form-group input::placeholder{color:#adb5bd}.tenant-login-page .login-container .login-form .form-group .password-input{position:relative}.tenant-login-page .login-container .login-form .form-group .password-input input{padding-right:50px}.tenant-login-page .login-container .login-form .form-group .password-input .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;font-size:18px;padding:5px;color:#6c757d;transition:color .3s}.tenant-login-page .login-container .login-form .form-group .password-input .password-toggle:hover{color:#2c5aa0}.tenant-login-page .login-container .login-form .form-options{display:flex;justify-content:flex-end;margin-bottom:25px}.tenant-login-page .login-container .login-form .form-options .forgot-password{color:#339af0;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s}.tenant-login-page .login-container .login-form .form-options .forgot-password:hover{color:#2c5aa0;text-decoration:underline}.tenant-login-page .login-container .login-form .login-btn{width:100%;padding:16px;background:linear-gradient(135deg,#2c5aa0,#339af0);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;margin-bottom:20px}.tenant-login-page .login-container .login-form .login-btn .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 1s ease-in-out infinite;margin-right:8px;vertical-align:middle}.tenant-login-page .login-container .login-form .login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2c5aa04d}.tenant-login-page .login-container .login-form .login-btn:active:not(:disabled){transform:translateY(0)}.tenant-login-page .login-container .login-form .login-btn:disabled{opacity:.6;cursor:not-allowed;background:#adb5bd}.tenant-login-page .login-container .login-form .error-message{background:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:8px;border:1px solid #fed7d7;font-size:14px;margin-bottom:20px;animation:shake .5s ease}.tenant-login-page .login-container .login-footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.tenant-login-page .login-container .login-footer p{margin:10px 0;color:#6c757d;font-size:14px}.tenant-login-page .login-container .login-footer p .register-link{color:#339af0;text-decoration:none;font-weight:600;transition:all .3s}.tenant-login-page .login-container .login-footer p .register-link:hover{color:#2c5aa0;text-decoration:underline}.tenant-login-page .login-container .login-footer .back-link a{color:#6c757d;text-decoration:none;font-size:13px;display:inline-flex;align-items:center;gap:5px;transition:color .3s}.tenant-login-page .login-container .login-footer .back-link a:hover{color:#2c5aa0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 576px){.tenant-login-page{padding:15px;background:#fff}.tenant-login-page .login-container{padding:25px 20px;box-shadow:none;border-radius:12px}.tenant-login-page .login-container .login-header h1{font-size:28px}}.tenant-register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e3f2fd,#f3e5f5);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tenant-register-page .register-container{background:#fff;border-radius:20px;box-shadow:0 15px 50px #0000001a;padding:40px;width:100%;max-width:500px;animation:slideUp .5s ease}.tenant-register-page .register-container .register-header{text-align:center;margin-bottom:30px}.tenant-register-page .register-container .register-header h1{margin:0 0 8px;color:#2c5aa0;font-size:32px;font-weight:700}.tenant-register-page .register-container .register-header p{margin:0;color:#6c757d;font-size:16px}.tenant-register-page .register-container .step-indicator{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}.tenant-register-page .register-container .step-indicator:before{content:"";position:absolute;top:20px;left:10%;right:10%;height:2px;background:#e9ecef;z-index:1}.tenant-register-page .register-container .step-indicator .step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.tenant-register-page .register-container .step-indicator .step span{width:40px;height:40px;border-radius:50%;background:#e9ecef;color:#6c757d;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;margin-bottom:8px;transition:all .3s}.tenant-register-page .register-container .step-indicator .step p{margin:0;color:#6c757d;font-size:12px;font-weight:500;text-align:center}.tenant-register-page .register-container .step-indicator .step.active span{background:linear-gradient(135deg,#2c5aa0,#339af0);color:#fff;box-shadow:0 4px 12px #339af04d}.tenant-register-page .register-container .step-indicator .step.active p{color:#2c5aa0;font-weight:600}.tenant-register-page .register-container .step-content .step-description{color:#6c757d;font-size:15px;line-height:1.5;margin-bottom:25px;text-align:center;padding:0 10px}.tenant-register-page .register-container .step-content .form-group{margin-bottom:20px}.tenant-register-page .register-container .step-content .form-group label{display:block;margin-bottom:8px;color:#495057;font-weight:500;font-size:14px}.tenant-register-page .register-container .step-content .form-group input,.tenant-register-page .register-container .step-content .form-group select,.tenant-register-page .register-container .step-content .form-group textarea{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:16px;transition:all .3s;background:#f8f9fa}.tenant-register-page .register-container .step-content .form-group input:focus,.tenant-register-page .register-container .step-content .form-group select:focus,.tenant-register-page .register-container .step-content .form-group textarea:focus{outline:none;border-color:#339af0;background:#fff;box-shadow:0 0 0 3px #339af01a}.tenant-register-page .register-container .step-content .form-group .password-strength{font-size:12px;margin-top:6px;padding:4px 8px;border-radius:6px;background:#e8f5e8;color:#27ae60;display:inline-block}.tenant-register-page .register-container .step-content .form-group .password-strength.weak{background:#fff5f5;color:#e74c3c}.tenant-register-page .register-container .step-content .form-group .password-error{font-size:12px;margin-top:6px;color:#e74c3c;background:#fff5f5;padding:4px 8px;border-radius:6px;display:inline-block}.tenant-register-page .register-container .step-content .otp-actions{display:flex;gap:15px;margin-top:25px}.tenant-register-page .register-container .step-content .otp-actions button{flex:1}.tenant-register-page .register-container .helper-text{font-size:13px;color:#6c757d;margin-top:15px;text-align:center;line-height:1.4}.tenant-register-page .register-container .error-message{background:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:8px;border:1px solid #fed7d7;font-size:14px;margin:20px 0;animation:fadeIn .3s ease}.tenant-register-page .register-container .register-footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.tenant-register-page .register-container .register-footer p{margin:10px 0;color:#6c757d;font-size:14px}.tenant-register-page .register-container .register-footer p .login-link{color:#339af0;text-decoration:none;font-weight:600;transition:all .3s}.tenant-register-page .register-container .register-footer p .login-link:hover{color:#2c5aa0;text-decoration:underline}.tenant-register-page .register-container .register-footer .back-link a{color:#6c757d;text-decoration:none;font-size:13px;display:inline-flex;align-items:center;gap:5px;transition:color .3s}.tenant-register-page .register-container .register-footer .back-link a:hover{color:#2c5aa0}.btn-primary,.btn-secondary{padding:14px 24px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:inline-block;text-align:center}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2c5aa04d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;background:#adb5bd}@media (max-width: 576px){.tenant-register-page{padding:15px;background:#fff}.tenant-register-page .register-container{padding:25px 20px;box-shadow:none;border-radius:12px}.tenant-register-page .register-container .register-header h1{font-size:28px}.tenant-register-page .register-container .step-indicator .step span{width:36px;height:36px;font-size:16px}.tenant-register-page .register-container .step-indicator .step p{font-size:11px}.tenant-register-page .register-container .otp-actions{flex-direction:column}}.tenant-dashboard{max-width:1200px;margin:0 auto;animation:fadeIn .5s ease}.tenant-dashboard.loading,.tenant-dashboard.error{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:18px;color:#6c757d}.tenant-dashboard.error{color:#e74c3c}.tenant-dashboard .dashboard-header{margin-bottom:40px}.tenant-dashboard .dashboard-header h1{margin:0 0 8px;color:#2c3e50;font-size:32px;font-weight:700}.tenant-dashboard .dashboard-header p{margin:0;color:#6c757d;font-size:16px}.tenant-dashboard .quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:40px}.tenant-dashboard .quick-stats .stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #00000014;display:flex;align-items:center;gap:20px;transition:all .3s ease;border:1px solid #e9ecef}.tenant-dashboard .quick-stats .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tenant-dashboard .quick-stats .stat-card .stat-icon{font-size:40px;width:70px;height:70px;background:linear-gradient(135deg,#e7f5ff,#d0ebff);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#339af0}.tenant-dashboard .quick-stats .stat-card .stat-content{flex:1}.tenant-dashboard .quick-stats .stat-card .stat-content h3{margin:0 0 8px;color:#495057;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tenant-dashboard .quick-stats .stat-card .stat-content .stat-value{margin:0;font-size:28px;font-weight:700;color:#2c3e50}.tenant-dashboard .quick-stats .stat-card .stat-content .stat-value.highlight{color:#2c5aa0}.tenant-dashboard .quick-stats .stat-card .stat-content .stat-value.negative{color:#e74c3c}.tenant-dashboard .quick-stats .stat-card .stat-content .stat-value.positive{color:#27ae60}.tenant-dashboard .quick-stats .stat-card .stat-content .stat-detail{margin:4px 0 0;font-size:13px;color:#6c757d}.tenant-dashboard .quick-actions{margin-bottom:40px}.tenant-dashboard .quick-actions h2{margin:0 0 20px;color:#2c3e50;font-size:24px;font-weight:600}.tenant-dashboard .quick-actions .action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.tenant-dashboard .quick-actions .action-grid .action-card{background:#fff;border-radius:16px;padding:28px;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;border:2px solid #e9ecef;box-shadow:0 4px 12px #0000000d}.tenant-dashboard .quick-actions .action-grid .action-card:hover{transform:translateY(-6px);border-color:#339af0;box-shadow:0 12px 30px #339af026}.tenant-dashboard .quick-actions .action-grid .action-card .action-icon{font-size:48px;margin-bottom:16px;width:80px;height:80px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#2c5aa0}.tenant-dashboard .quick-actions .action-grid .action-card h3{margin:0 0 10px;color:#2c3e50;font-size:18px;font-weight:600}.tenant-dashboard .quick-actions .action-grid .action-card p{margin:0;color:#6c757d;font-size:14px;line-height:1.5}.tenant-dashboard .recent-activity h2{margin:0 0 20px;color:#2c3e50;font-size:24px;font-weight:600}.tenant-dashboard .recent-activity .activity-list{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef}.tenant-dashboard .recent-activity .activity-list .activity-item{display:flex;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;transition:background .3s}.tenant-dashboard .recent-activity .activity-list .activity-item:last-child{border-bottom:none}.tenant-dashboard .recent-activity .activity-list .activity-item:hover{background:#f8f9fa}.tenant-dashboard .recent-activity .activity-list .activity-item .activity-icon{font-size:24px;margin-right:16px;width:50px;height:50px;background:#f8f9fa;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#495057}.tenant-dashboard .recent-activity .activity-list .activity-item .activity-content{flex:1}.tenant-dashboard .recent-activity .activity-list .activity-item .activity-content h4{margin:0 0 6px;color:#2c3e50;font-size:16px;font-weight:600}.tenant-dashboard .recent-activity .activity-list .activity-item .activity-content p{margin:0;color:#6c757d;font-size:14px}.tenant-dashboard .recent-activity .activity-list .activity-item .activity-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tenant-dashboard .recent-activity .activity-list .activity-item .activity-status.paid,.tenant-dashboard .recent-activity .activity-list .activity-item .activity-status.confirmed{background:#e8f5e8;color:#27ae60}.tenant-dashboard .recent-activity .activity-list .activity-item .activity-status.pending,.tenant-dashboard .recent-activity .activity-list .activity-item .activity-status.open{background:#fff3e0;color:#f39c12}.tenant-dashboard .recent-activity .activity-list .activity-item .activity-status.overdue{background:#fdeaea;color:#e74c3c}@media (max-width: 768px){.tenant-dashboard .dashboard-header h1{font-size:28px}.tenant-dashboard .quick-stats,.tenant-dashboard .action-grid{grid-template-columns:1fr}.tenant-dashboard .recent-activity .activity-item{flex-direction:column;align-items:flex-start;gap:12px}.tenant-dashboard .recent-activity .activity-item .activity-status{align-self:flex-end}}.tenant-maintenance{max-width:1200px;margin:0 auto;animation:fadeIn .5s ease}.tenant-maintenance.loading,.tenant-maintenance.error{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:18px;color:#6c757d}.tenant-maintenance.error{color:#e74c3c}.tenant-maintenance .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.tenant-maintenance .page-header h1{margin:0;color:#2c3e50;font-size:32px;font-weight:700}.tenant-maintenance .page-header .new-request-btn{width:auto!important;min-width:140px;max-width:200px;display:inline-flex!important;flex-shrink:0}.tenant-maintenance .page-header .btn-primary{padding:12px 24px;background:linear-gradient(135deg,#2c5aa0,#339af0);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:8px}.tenant-maintenance .page-header .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2c5aa04d}.tenant-maintenance .page-header .btn-primary:disabled{opacity:.6;cursor:not-allowed}.tenant-maintenance .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;animation:fadeIn .3s ease}.tenant-maintenance .modal-overlay .modal-content{background:#fff;border-radius:20px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.tenant-maintenance .modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid #e9ecef}.tenant-maintenance .modal-overlay .modal-content .modal-header h2{margin:0;color:#2c3e50;font-size:24px;font-weight:600}.tenant-maintenance .modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;padding:4px;border-radius:6px;transition:all .3s}.tenant-maintenance .modal-overlay .modal-content .modal-header .close-btn:hover:not(:disabled){color:#e74c3c;background:#f8f9fa}.tenant-maintenance .modal-overlay .modal-content .modal-header .close-btn:disabled{opacity:.6;cursor:not-allowed}.tenant-maintenance .maintenance-form{padding:30px}.tenant-maintenance .maintenance-form .form-group{margin-bottom:24px}.tenant-maintenance .maintenance-form .form-group label{display:block;margin-bottom:8px;color:#495057;font-weight:500;font-size:14px}.tenant-maintenance .maintenance-form .form-group label span{color:#e74c3c}.tenant-maintenance .maintenance-form .form-group input,.tenant-maintenance .maintenance-form .form-group select,.tenant-maintenance .maintenance-form .form-group textarea{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:16px;transition:all .3s;background:#f8f9fa}.tenant-maintenance .maintenance-form .form-group input:focus,.tenant-maintenance .maintenance-form .form-group select:focus,.tenant-maintenance .maintenance-form .form-group textarea:focus{outline:none;border-color:#339af0;background:#fff;box-shadow:0 0 0 3px #339af01a}.tenant-maintenance .maintenance-form .form-group input:disabled,.tenant-maintenance .maintenance-form .form-group select:disabled,.tenant-maintenance .maintenance-form .form-group textarea:disabled{opacity:.7;cursor:not-allowed}.tenant-maintenance .maintenance-form .form-group textarea{resize:vertical;min-height:100px}.tenant-maintenance .maintenance-form .file-upload-area{border:2px dashed #dee2e6;border-radius:12px;padding:30px;text-align:center;background:#f8f9fa;transition:all .3s}.tenant-maintenance .maintenance-form .file-upload-area:hover:not(.disabled){border-color:#339af0;background:#e7f5ff}.tenant-maintenance .maintenance-form .file-upload-area.disabled{opacity:.7;cursor:not-allowed}.tenant-maintenance .maintenance-form .file-upload-area .file-input{display:none}.tenant-maintenance .maintenance-form .file-upload-area .file-upload-label{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#fff;border:2px solid #339af0;color:#339af0;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.tenant-maintenance .maintenance-form .file-upload-area .file-upload-label:hover:not(.disabled){background:#339af0;color:#fff}.tenant-maintenance .maintenance-form .file-upload-area .file-upload-label.disabled{opacity:.7;cursor:not-allowed;border-color:#adb5bd;color:#adb5bd;background:#f8f9fa}.tenant-maintenance .maintenance-form .file-upload-area .file-hint{margin:12px 0 0;color:#6c757d;font-size:13px}.tenant-maintenance .maintenance-form .upload-progress{margin:20px 0}.tenant-maintenance .maintenance-form .upload-progress .progress-bar{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:8px}.tenant-maintenance .maintenance-form .upload-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#2c5aa0,#339af0);border-radius:4px;transition:width .3s ease}.tenant-maintenance .maintenance-form .upload-progress p{margin:0;font-size:14px;color:#495057;text-align:center}.tenant-maintenance .maintenance-form .file-preview,.tenant-maintenance .maintenance-form .uploaded-images{margin-top:16px}.tenant-maintenance .maintenance-form .file-preview p,.tenant-maintenance .maintenance-form .uploaded-images p{margin:0 0 12px;color:#495057;font-weight:500;font-size:14px}.tenant-maintenance .maintenance-form .file-preview .preview-grid,.tenant-maintenance .maintenance-form .uploaded-images .preview-grid{display:flex;flex-direction:column;gap:10px}.tenant-maintenance .maintenance-form .file-preview .preview-grid .preview-item,.tenant-maintenance .maintenance-form .uploaded-images .preview-grid .preview-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.tenant-maintenance .maintenance-form .file-preview .preview-grid .preview-item .preview-info,.tenant-maintenance .maintenance-form .uploaded-images .preview-grid .preview-item .preview-info{display:flex;flex-direction:column;gap:4px}.tenant-maintenance .maintenance-form .file-preview .preview-grid .preview-item .preview-info .file-name,.tenant-maintenance .maintenance-form .uploaded-images .preview-grid .preview-item .preview-info .file-name{font-size:14px;color:#495057;font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tenant-maintenance .maintenance-form .file-preview .preview-grid .preview-item .preview-info .file-size,.tenant-maintenance .maintenance-form .uploaded-images .preview-grid .preview-item .preview-info .file-size{font-size:12px;color:#6c757d}.tenant-maintenance .maintenance-form .file-preview .preview-grid .preview-item .remove-file,.tenant-maintenance .maintenance-form .uploaded-images .preview-grid .preview-item .remove-file{background:#fff5f5;border:1px solid #fed7d7;color:#e74c3c;width:32px;height:32px;border-radius:6px;cursor:pointer;transition:all .3s;font-size:20px;display:flex;align-items:center;justify-content:center}.tenant-maintenance .maintenance-form .file-preview .preview-grid .preview-item .remove-file:hover:not(:disabled),.tenant-maintenance .maintenance-form .uploaded-images .preview-grid .preview-item .remove-file:hover:not(:disabled){background:#fed7d7}.tenant-maintenance .maintenance-form .file-preview .preview-grid .preview-item .remove-file:disabled,.tenant-maintenance .maintenance-form .uploaded-images .preview-grid .preview-item .remove-file:disabled{opacity:.6;cursor:not-allowed}.tenant-maintenance .maintenance-form .uploaded-images .images-grid{display:flex;gap:12px;flex-wrap:wrap}.tenant-maintenance .maintenance-form .uploaded-images .images-grid .image-preview{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;border:2px solid #e9ecef}.tenant-maintenance .maintenance-form .uploaded-images .images-grid .image-preview img{width:100%;height:100%;object-fit:cover}.tenant-maintenance .maintenance-form .uploaded-images .images-grid .image-preview .remove-image{position:absolute;top:4px;right:4px;background:#ffffffe6;border:1px solid #fed7d7;color:#e74c3c;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .3s}.tenant-maintenance .maintenance-form .uploaded-images .images-grid .image-preview .remove-image:hover:not(:disabled){background:#fed7d7;transform:scale(1.1)}.tenant-maintenance .maintenance-form .uploaded-images .images-grid .image-preview .remove-image:disabled{opacity:.6;cursor:not-allowed}.tenant-maintenance .maintenance-form .form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:30px;padding-top:24px;border-top:1px solid #e9ecef}.tenant-maintenance .maintenance-form .form-actions .btn-secondary{padding:12px 24px;background:#f8f9fa;color:#495057;border:2px solid #e9ecef;border-radius:10px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s}.tenant-maintenance .maintenance-form .form-actions .btn-secondary:hover:not(:disabled){background:#e9ecef;transform:translateY(-1px)}.tenant-maintenance .maintenance-form .form-actions .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.tenant-maintenance .maintenance-form .form-actions .btn-primary{padding:12px 28px;background:linear-gradient(135deg,#2c5aa0,#339af0);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.tenant-maintenance .maintenance-form .form-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2c5aa04d}.tenant-maintenance .maintenance-form .form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.tenant-maintenance .filter-section{margin-bottom:30px}.tenant-maintenance .filter-section .status-filter{display:flex;gap:12px;flex-wrap:wrap}.tenant-maintenance .filter-section .status-filter .filter-btn{padding:10px 20px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#6c757d;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.tenant-maintenance .filter-section .status-filter .filter-btn:hover{background:#e9ecef;color:#495057}.tenant-maintenance .filter-section .status-filter .filter-btn.active{background:#339af0;border-color:#339af0;color:#fff;font-weight:600}.tenant-maintenance .maintenance-list .empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:2px dashed #dee2e6}.tenant-maintenance .maintenance-list .empty-state .empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.tenant-maintenance .maintenance-list .empty-state h3{margin:0 0 12px;color:#495057;font-size:24px;font-weight:600}.tenant-maintenance .maintenance-list .empty-state p{color:#6c757d;font-size:16px;max-width:400px;margin:0 auto 24px}.tenant-maintenance .maintenance-list .maintenance-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;margin-bottom:20px;border:1px solid #e9ecef;transition:all .3s}.tenant-maintenance .maintenance-list .maintenance-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tenant-maintenance .maintenance-list .maintenance-card .card-header{padding:20px 24px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.tenant-maintenance .maintenance-list .maintenance-card .card-header .card-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.tenant-maintenance .maintenance-list .maintenance-card .card-header .card-title h3{margin:0 16px 0 0;color:#2c3e50;font-size:18px;font-weight:600;flex:1}.tenant-maintenance .maintenance-list .maintenance-card .card-header .card-title .status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:2px solid transparent;white-space:nowrap}.tenant-maintenance .maintenance-list .maintenance-card .card-header .card-meta{display:flex;gap:20px;font-size:13px;color:#6c757d}.tenant-maintenance .maintenance-list .maintenance-card .card-header .card-meta span{display:flex;align-items:center;gap:6px}.tenant-maintenance .maintenance-list .maintenance-card .card-header .card-meta span:before{content:"•";color:#adb5bd}.tenant-maintenance .maintenance-list .maintenance-card .card-content{padding:20px 24px}.tenant-maintenance .maintenance-list .maintenance-card .card-content .description-text{margin:0 0 16px;color:#495057;line-height:1.6;font-size:14px;background:#f8f9fa;padding:12px;border-radius:8px}.tenant-maintenance .maintenance-list .maintenance-card .card-content .card-tags{display:flex;gap:10px;margin-bottom:16px}.tenant-maintenance .maintenance-list .maintenance-card .card-content .card-tags .category-tag,.tenant-maintenance .maintenance-list .maintenance-card .card-content .card-tags .property-tag{padding:6px 12px;background:#e7f5ff;color:#339af0;border-radius:6px;font-size:12px;font-weight:500}.tenant-maintenance .maintenance-list .maintenance-card .card-content .card-tags .property-tag{background:#e8f5e8;color:#27ae60}.tenant-maintenance .maintenance-list .maintenance-card .card-content .images-preview p{margin:0 0 12px;font-size:14px;color:#6c757d;font-weight:500}.tenant-maintenance .maintenance-list .maintenance-card .card-content .images-preview .image-grid{display:flex;gap:12px;flex-wrap:wrap}.tenant-maintenance .maintenance-list .maintenance-card .card-content .images-preview .image-grid .image-thumbnail{width:100px;height:100px;border-radius:8px;overflow:hidden;border:2px solid #e9ecef;transition:all .3s}.tenant-maintenance .maintenance-list .maintenance-card .card-content .images-preview .image-grid .image-thumbnail:hover{border-color:#339af0;transform:scale(1.05)}.tenant-maintenance .maintenance-list .maintenance-card .card-content .images-preview .image-grid .image-thumbnail img{width:100%;height:100%;object-fit:cover}.tenant-maintenance .maintenance-list .maintenance-card .card-content .images-preview .image-grid .more-images{width:100px;height:100px;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:14px;font-weight:500}.tenant-maintenance .maintenance-list .maintenance-card .card-footer{padding:16px 24px;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#6c757d}.tenant-maintenance .maintenance-list .maintenance-card .card-footer .request-id{font-family:monospace;background:#fff;padding:4px 8px;border-radius:4px;border:1px solid #e9ecef}.tenant-maintenance .error-message{background:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:8px;border:1px solid #fed7d7;font-size:14px;margin:20px 0;animation:shake .5s ease}@media (max-width: 768px){.tenant-maintenance .page-header{flex-direction:column;align-items:flex-start;gap:16px}.tenant-maintenance .page-header h1{font-size:28px}.tenant-maintenance .modal-content{width:95%;max-height:80vh;margin:10px}.tenant-maintenance .maintenance-form,.tenant-maintenance .file-upload-area{padding:20px}.tenant-maintenance .uploaded-images .images-grid .image-preview{width:80px;height:80px}.tenant-maintenance .filter-section .status-filter{justify-content:center}.tenant-maintenance .maintenance-card .card-footer{flex-direction:column;gap:12px;align-items:flex-start}}.tenant-payments{max-width:1200px;margin:0 auto;animation:fadeIn .5s ease}.tenant-payments.loading,.tenant-payments.error{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:18px;color:#6c757d}.tenant-payments.error{color:#e74c3c}.tenant-payments .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.tenant-payments .page-header h1{margin:0;color:#2c3e50;font-size:32px;font-weight:700}.tenant-payments .page-header .new-request-btn{width:auto!important;min-width:140px;max-width:200px;display:inline-flex!important;flex-shrink:0}.tenant-payments .page-header .btn-primary{padding:12px 24px;background:linear-gradient(135deg,#2c5aa0,#339af0);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:8px}.tenant-payments .page-header .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #27ae604d}.tenant-payments .page-header .btn-primary:disabled{opacity:.6;cursor:not-allowed}.tenant-payments .purpose-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin:15px 0}.tenant-payments .purpose-options .purpose-option{border:2px solid #e0e0e0;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;background:#fafafa;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:140px;position:relative}.tenant-payments .purpose-options .purpose-option:hover{border-color:#4caf50;background:#f0f9f0;transform:translateY(-2px);box-shadow:0 4px 12px #4caf501a}.tenant-payments .purpose-options .purpose-option.selected{border-color:#4caf50;background:#e8f5e9;box-shadow:0 4px 12px #4caf5033}.tenant-payments .purpose-options .purpose-option.selected .option-icon{background:#4caf50;color:#fff;transform:scale(1.1)}.tenant-payments .purpose-options .purpose-option .option-icon{font-size:32px;margin-bottom:12px;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;transition:all .3s ease}.tenant-payments .purpose-options .purpose-option .option-content{flex:1;display:flex;flex-direction:column;width:100%}.tenant-payments .purpose-options .purpose-option .option-content h4{margin:0 0 8px;color:#333;font-size:16px;font-weight:600}.tenant-payments .purpose-options .purpose-option .option-content p{margin:0;color:#666;font-size:13px;line-height:1.4;flex:1}.tenant-payments .purpose-options .purpose-option .option-content .invoice-count{display:block;margin-top:8px;padding:4px 8px;background:#ffebee;color:#c62828;border-radius:4px;font-size:12px;font-weight:500}.tenant-payments select{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;background:#fff;color:#333;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 15px center;background-size:16px}.tenant-payments select:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.tenant-payments select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.tenant-payments select option{padding:10px}.tenant-payments .invoice-details{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:20px;margin-top:15px;animation:fadeIn .3s ease}.tenant-payments .invoice-details .invoice-summary{margin-bottom:20px}.tenant-payments .invoice-details .invoice-summary h4{margin:0 0 15px;color:#2c3e50;font-size:16px;font-weight:600;border-bottom:1px solid #dee2e6;padding-bottom:8px}.tenant-payments .invoice-details .invoice-summary .balance-row{display:flex;justify-content:space-between;margin-bottom:10px;padding:8px 0;border-bottom:1px solid #f1f1f1}.tenant-payments .invoice-details .invoice-summary .balance-row:last-child{border-bottom:none}.tenant-payments .invoice-details .invoice-summary .balance-row span{font-size:14px}.tenant-payments .invoice-details .invoice-summary .balance-row span:first-child{color:#6c757d;font-weight:500}.tenant-payments .invoice-details .invoice-summary .balance-row span:last-child{color:#2c3e50;font-weight:600}.tenant-payments .invoice-details .invoice-summary .balance-row.remaining-balance{padding-top:12px;margin-top:8px;border-top:2px solid #dee2e6;font-size:16px}.tenant-payments .invoice-details .invoice-summary .balance-row.remaining-balance span:last-child{color:#e74c3c;font-weight:700}.tenant-payments .invoice-details .invoice-items h4{margin:0 0 15px;color:#2c3e50;font-size:16px;font-weight:600;border-bottom:1px solid #dee2e6;padding-bottom:8px}.tenant-payments .invoice-details .invoice-items .item-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f1f1;font-size:13px}.tenant-payments .invoice-details .invoice-items .item-row:last-child{border-bottom:none}.tenant-payments .invoice-details .invoice-items .item-row span:first-child{color:#495057;flex:1}.tenant-payments .invoice-details .invoice-items .item-row span:last-child{color:#2c3e50;font-weight:500;min-width:80px;text-align:right}.tenant-payments .loading{text-align:center;padding:20px;color:#6c757d;font-style:italic}.tenant-payments .loading:before{content:"";display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px;vertical-align:middle}.tenant-payments .no-invoices{background:#fff3e0;border:1px solid #ffe0b2;border-radius:8px;padding:20px;text-align:center;color:#f57c00;margin:15px 0}.tenant-payments .no-invoices:before{content:"📄";font-size:24px;display:block;margin-bottom:10px}.tenant-payments .amount-input{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.tenant-payments .amount-input:focus-within{border-color:#4caf50}.tenant-payments .amount-input .currency-symbol{padding:0 15px;background:#f5f5f5;font-weight:600;color:#333;height:48px;display:flex;align-items:center;border-right:2px solid #e0e0e0}.tenant-payments .amount-input input{flex:1;border:none;padding:0 15px;font-size:16px;height:48px}.tenant-payments .amount-input input:focus{outline:none}.tenant-payments .amount-input input:disabled{background:#f5f5f5;color:#999}.tenant-payments .amount-note{margin-top:5px;font-size:12px;color:#666;font-style:italic}.tenant-payments .history-table .invoice-details .invoice-link{display:inline-block;color:#2196f3;font-weight:500;text-decoration:none}.tenant-payments .history-table .invoice-details .invoice-link:hover{text-decoration:underline}.tenant-payments .history-table .invoice-details .invoice-amounts{display:flex;flex-direction:column;gap:2px;margin-top:5px;font-size:12px;color:#666}.tenant-payments .history-table .invoice-details .invoice-amounts span{display:flex;justify-content:space-between}.tenant-payments .history-table .invoice-details .invoice-amounts span:last-child{font-weight:500;color:#e74c3c}.tenant-payments .history-table .status-badge{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.tenant-payments .history-table .status-badge.confirmed{background:#e8f5e9;color:#2e7d32}.tenant-payments .history-table .status-badge.draft{background:#f5f5f5;color:#616161}.tenant-payments .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;animation:fadeIn .3s ease}.tenant-payments .modal-overlay .modal-content{background:#fff;border-radius:20px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.tenant-payments .modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid #e9ecef}.tenant-payments .modal-overlay .modal-content .modal-header h2{margin:0;color:#2c3e50;font-size:24px;font-weight:600}.tenant-payments .modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;padding:4px;border-radius:6px;transition:all .3s}.tenant-payments .modal-overlay .modal-content .modal-header .close-btn:hover:not(:disabled){color:#e74c3c;background:#f8f9fa}.tenant-payments .payment-form{padding:30px}.tenant-payments .payment-form .form-group{margin-bottom:24px}.tenant-payments .payment-form .form-group label{display:block;margin-bottom:8px;color:#495057;font-weight:500;font-size:14px}.tenant-payments .payment-form .form-group .amount-input{display:flex;align-items:center;border:2px solid #e9ecef;border-radius:10px;overflow:hidden;background:#f8f9fa}.tenant-payments .payment-form .form-group .amount-input:focus-within{border-color:#339af0;background:#fff;box-shadow:0 0 0 3px #339af01a}.tenant-payments .payment-form .form-group .amount-input .currency-symbol{padding:0 16px;font-size:20px;font-weight:600;color:#495057;background:#e9ecef;height:100%;display:flex;align-items:center}.tenant-payments .payment-form .form-group .amount-input input{flex:1;padding:14px 16px;border:none;font-size:20px;font-weight:600;background:transparent}.tenant-payments .payment-form .form-group .amount-input input:focus{outline:none}.tenant-payments .payment-form .form-group input,.tenant-payments .payment-form .form-group select,.tenant-payments .payment-form .form-group textarea{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:16px;transition:all .3s;background:#f8f9fa}.tenant-payments .payment-form .form-group input:focus,.tenant-payments .payment-form .form-group select:focus,.tenant-payments .payment-form .form-group textarea:focus{outline:none;border-color:#339af0;background:#fff;box-shadow:0 0 0 3px #339af01a}.tenant-payments .payment-form .form-group textarea{resize:vertical;min-height:80px}.tenant-payments .payment-form .file-upload-area{border:2px dashed #dee2e6;border-radius:12px;padding:30px;text-align:center;background:#f8f9fa;transition:all .3s}.tenant-payments .payment-form .file-upload-area:hover{border-color:#27ae60;background:#e8f5e8}.tenant-payments .payment-form .file-upload-area .file-input{display:none}.tenant-payments .payment-form .file-upload-area .file-upload-label{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#fff;border:2px solid #27ae60;color:#27ae60;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.tenant-payments .payment-form .file-upload-area .file-upload-label:hover{background:#27ae60;color:#fff}.tenant-payments .payment-form .file-upload-area .file-hint{margin:12px 0 0;color:#6c757d;font-size:13px}.tenant-payments .payment-form .file-preview{margin-top:16px}.tenant-payments .payment-form .file-preview p{margin:0 0 12px;color:#495057;font-weight:500}.tenant-payments .payment-form .file-preview .preview-grid{display:flex;flex-direction:column;gap:10px}.tenant-payments .payment-form .file-preview .preview-grid .preview-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.tenant-payments .payment-form .file-preview .preview-grid .preview-item .preview-info{display:flex;flex-direction:column;gap:4px}.tenant-payments .payment-form .file-preview .preview-grid .preview-item .preview-info .file-name{font-size:14px;color:#495057;font-weight:500}.tenant-payments .payment-form .file-preview .preview-grid .preview-item .preview-info .file-size{font-size:12px;color:#6c757d}.tenant-payments .payment-form .file-preview .preview-grid .preview-item .remove-file{background:#fff5f5;border:1px solid #fed7d7;color:#e74c3c;width:32px;height:32px;border-radius:6px;cursor:pointer;transition:all .3s;font-size:20px;display:flex;align-items:center;justify-content:center}.tenant-payments .payment-form .file-preview .preview-grid .preview-item .remove-file:hover{background:#fed7d7}.tenant-payments .payment-form .payment-note{background:#e8f5e8;border:1px solid #a3e9a4;border-radius:10px;padding:16px;margin:24px 0}.tenant-payments .payment-form .payment-note p{margin:0;color:#2d5a27;font-size:14px;line-height:1.5}.tenant-payments .payment-form .payment-note p strong{color:#27ae60}.tenant-payments .payment-form .form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:30px;padding-top:24px;border-top:1px solid #e9ecef}.tenant-payments .tabs{display:flex;gap:8px;margin-bottom:30px;border-bottom:2px solid #e9ecef;padding-bottom:8px}.tenant-payments .tabs .tab-btn{padding:12px 24px;background:#f8f9fa;border:none;border-radius:8px 8px 0 0;color:#6c757d;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:8px;position:relative}.tenant-payments .tabs .tab-btn:hover{background:#e9ecef;color:#495057}.tenant-payments .tabs .tab-btn.active{background:#339af0;color:#fff;font-weight:600}.tenant-payments .tabs .tab-btn.active .tab-badge{background:#fff3}.tenant-payments .tabs .tab-btn .tab-badge{background:#dee2e6;color:#495057;font-size:12px;padding:2px 8px;border-radius:20px;font-weight:600}.tenant-payments .payment-requests .history-filters,.tenant-payments .payment-history .history-filters{display:flex;gap:20px;align-items:flex-end;margin-bottom:30px;padding:20px;background:linear-gradient(135deg,#f5f7fa,#e4e8f0);border-radius:12px;box-shadow:0 2px 8px #00000014;flex-wrap:wrap}.tenant-payments .payment-requests .history-filters .filter-group,.tenant-payments .payment-history .history-filters .filter-group{flex:1;min-width:180px}.tenant-payments .payment-requests .history-filters .filter-group label,.tenant-payments .payment-history .history-filters .filter-group label{display:block;margin-bottom:8px;font-weight:600;color:#4a5568;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.tenant-payments .payment-requests .history-filters .filter-group input[type=date],.tenant-payments .payment-history .history-filters .filter-group input[type=date]{width:100%;padding:12px 15px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:#fff;transition:all .3s;box-shadow:0 1px 3px #0000000d}.tenant-payments .payment-requests .history-filters .filter-group input[type=date]:focus,.tenant-payments .payment-history .history-filters .filter-group input[type=date]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.tenant-payments .payment-requests .history-filters .filter-group input[type=date]:hover,.tenant-payments .payment-history .history-filters .filter-group input[type=date]:hover{border-color:#cbd5e0}.tenant-payments .payment-requests .history-filters .filter-group input[type=date]::-webkit-calendar-picker-indicator,.tenant-payments .payment-history .history-filters .filter-group input[type=date]::-webkit-calendar-picker-indicator{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23667eea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>');cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.tenant-payments .payment-requests .history-filters .filter-group input[type=date]::-webkit-calendar-picker-indicator:hover,.tenant-payments .payment-history .history-filters .filter-group input[type=date]::-webkit-calendar-picker-indicator:hover{background-color:#f0f2ff}.tenant-payments .payment-requests .empty-state,.tenant-payments .payment-history .empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:2px dashed #dee2e6}.tenant-payments .payment-requests .empty-state .empty-icon,.tenant-payments .payment-history .empty-state .empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.tenant-payments .payment-requests .empty-state h3,.tenant-payments .payment-history .empty-state h3{margin:0 0 12px;color:#495057;font-size:24px;font-weight:600}.tenant-payments .payment-requests .empty-state p,.tenant-payments .payment-history .empty-state p{color:#6c757d;font-size:16px;max-width:400px;margin:0 auto 24px}.tenant-payments .payment-requests .requests-list,.tenant-payments .payment-history .requests-list{display:flex;flex-direction:column;gap:20px}.tenant-payments .payment-requests .requests-list .request-card,.tenant-payments .payment-history .requests-list .request-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef;transition:all .3s}.tenant-payments .payment-requests .requests-list .request-card:hover,.tenant-payments .payment-history .requests-list .request-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tenant-payments .payment-requests .requests-list .request-card .card-header,.tenant-payments .payment-history .requests-list .request-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.tenant-payments .payment-requests .requests-list .request-card .card-header .request-info h3,.tenant-payments .payment-history .requests-list .request-card .card-header .request-info h3{margin:0 0 8px;color:#2c3e50;font-size:24px;font-weight:700}.tenant-payments .payment-requests .requests-list .request-card .card-header .request-info .request-description,.tenant-payments .payment-history .requests-list .request-card .card-header .request-info .request-description{margin:0;color:#6c757d;font-size:14px}.tenant-payments .payment-requests .requests-list .request-card .card-header .request-status,.tenant-payments .payment-history .requests-list .request-card .card-header .request-status{padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px}.tenant-payments .payment-requests .requests-list .request-card .card-header .request-status .status-icon,.tenant-payments .payment-history .requests-list .request-card .card-header .request-status .status-icon{font-size:16px}.tenant-payments .payment-requests .requests-list .request-card .card-content,.tenant-payments .payment-history .requests-list .request-card .card-content{padding:20px 24px}.tenant-payments .payment-requests .requests-list .request-card .card-content .request-details,.tenant-payments .payment-history .requests-list .request-card .card-content .request-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.tenant-payments .payment-requests .requests-list .request-card .card-content .request-details .detail-item .detail-label,.tenant-payments .payment-history .requests-list .request-card .card-content .request-details .detail-item .detail-label{display:block;color:#6c757d;font-size:13px;margin-bottom:4px}.tenant-payments .payment-requests .requests-list .request-card .card-content .request-details .detail-item .detail-value,.tenant-payments .payment-history .requests-list .request-card .card-content .request-details .detail-item .detail-value{display:block;color:#495057;font-size:15px;font-weight:500}.tenant-payments .payment-requests .requests-list .request-card .card-content .request-details .detail-item .proof-images,.tenant-payments .payment-history .requests-list .request-card .card-content .request-details .detail-item .proof-images{display:flex;gap:10px;flex-wrap:wrap}.tenant-payments .payment-requests .requests-list .request-card .card-content .request-details .detail-item .proof-images .proof-thumbnail,.tenant-payments .payment-history .requests-list .request-card .card-content .request-details .detail-item .proof-images .proof-thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid #e9ecef;transition:all .3s}.tenant-payments .payment-requests .requests-list .request-card .card-content .request-details .detail-item .proof-images .proof-thumbnail:hover,.tenant-payments .payment-history .requests-list .request-card .card-content .request-details .detail-item .proof-images .proof-thumbnail:hover{border-color:#339af0;transform:scale(1.05)}.tenant-payments .payment-requests .requests-list .request-card .card-content .request-details .detail-item .proof-images .proof-thumbnail img,.tenant-payments .payment-history .requests-list .request-card .card-content .request-details .detail-item .proof-images .proof-thumbnail img{width:100%;height:100%;object-fit:cover}.tenant-payments .payment-requests .requests-list .request-card .card-content .admin-notes,.tenant-payments .payment-requests .requests-list .request-card .card-content .rejection-reason,.tenant-payments .payment-history .requests-list .request-card .card-content .admin-notes,.tenant-payments .payment-history .requests-list .request-card .card-content .rejection-reason{background:#f8f9fa;border-left:4px solid #339af0;padding:12px 16px;border-radius:8px;margin-top:16px;font-size:14px}.tenant-payments .payment-requests .requests-list .request-card .card-content .admin-notes strong,.tenant-payments .payment-requests .requests-list .request-card .card-content .rejection-reason strong,.tenant-payments .payment-history .requests-list .request-card .card-content .admin-notes strong,.tenant-payments .payment-history .requests-list .request-card .card-content .rejection-reason strong{color:#2c5aa0}.tenant-payments .payment-requests .requests-list .request-card .card-content .rejection-reason,.tenant-payments .payment-history .requests-list .request-card .card-content .rejection-reason{border-left-color:#e74c3c}.tenant-payments .payment-requests .requests-list .request-card .card-footer,.tenant-payments .payment-history .requests-list .request-card .card-footer{padding:16px 24px;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.tenant-payments .payment-requests .requests-list .request-card .card-footer .request-id,.tenant-payments .payment-history .requests-list .request-card .card-footer .request-id{font-family:monospace;font-size:13px;color:#6c757d;background:#fff;padding:4px 8px;border-radius:4px;border:1px solid #e9ecef}.tenant-payments .payment-requests .requests-list .request-card .card-footer .btn-danger,.tenant-payments .payment-history .requests-list .request-card .card-footer .btn-danger{padding:8px 16px;background:#fff5f5;border:2px solid #fed7d7;color:#e74c3c;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.tenant-payments .payment-requests .requests-list .request-card .card-footer .btn-danger:hover,.tenant-payments .payment-history .requests-list .request-card .card-footer .btn-danger:hover{background:#fed7d7;transform:translateY(-1px)}.tenant-payments .history-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef}.tenant-payments .history-table-container .history-table{width:100%;border-collapse:collapse}.tenant-payments .history-table-container .history-table thead{background:#f8f9fa}.tenant-payments .history-table-container .history-table thead th{padding:16px 20px;text-align:left;color:#495057;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e9ecef}.tenant-payments .history-table-container .history-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .3s}.tenant-payments .history-table-container .history-table tbody tr:hover{background:#f8f9fa}.tenant-payments .history-table-container .history-table tbody tr:last-child{border-bottom:none}.tenant-payments .history-table-container .history-table tbody tr td{padding:16px 20px;color:#495057;font-size:14px}.tenant-payments .history-table-container .history-table tbody tr td.amount-cell{font-weight:600;color:#27ae60}.tenant-payments .history-table-container .history-table tbody tr td .invoice-link{color:#339af0;text-decoration:none;font-weight:500}.tenant-payments .history-table-container .history-table tbody tr td .invoice-link:hover{text-decoration:underline}.tenant-payments .history-table-container .history-table tbody tr td .status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.tenant-payments .history-table-container .history-table tbody tr td .status-badge.confirmed{background:#e8f5e8;color:#27ae60}.tenant-payments .history-table-container .history-table tbody tr td .status-badge.pending{background:#fff3e0;color:#f39c12}.tenant-payments .error-message{background:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:8px;border:1px solid #fed7d7;font-size:14px;margin:20px 0;animation:shake .5s ease}.btn-primary,.btn-secondary,.btn-danger{padding:12px 24px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#2c5aa0,#339af0);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #27ae604d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f8f9fa;color:#495057;border:2px solid #e9ecef}.btn-secondary:hover:not(:disabled){background:#e9ecef;transform:translateY(-1px)}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-danger{background:#fff5f5;border:2px solid #fed7d7;color:#e74c3c}.btn-danger:hover{background:#fed7d7;transform:translateY(-1px)}@media (max-width: 768px){@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.tenant-payments .page-header{flex-direction:column;align-items:flex-start;gap:16px}.tenant-payments .page-header h1{font-size:28px}.tenant-payments .purpose-options{grid-template-columns:1fr;gap:10px}.tenant-payments .purpose-options .purpose-option{padding:15px;min-height:120px}.tenant-payments .history-table{font-size:13px}.tenant-payments .history-table th,.tenant-payments .history-table td{padding:10px 8px}.tenant-payments .tabs{overflow-x:auto;flex-wrap:nowrap}.tenant-payments .tabs .tab-btn{white-space:nowrap}.tenant-payments .history-table-container{overflow-x:auto}.tenant-payments .history-table-container .history-table{min-width:600px}.tenant-payments .request-card .card-header,.tenant-payments .request-card .card-footer{flex-direction:column;gap:12px;align-items:flex-start}}.tenant-invoices{max-width:1200px;margin:0 auto;animation:fadeIn .5s ease}.tenant-invoices.loading,.tenant-invoices.error{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:18px;color:#6c757d}.tenant-invoices.error{color:#e74c3c}.tenant-invoices .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.tenant-invoices .page-header h1{margin:0;color:#2c3e50;font-size:32px;font-weight:700}.tenant-invoices .page-header .view-toggle{display:flex;gap:10px}.tenant-invoices .page-header .view-toggle .view-btn{padding:10px 20px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#6c757d;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.tenant-invoices .page-header .view-toggle .view-btn:hover{background:#e9ecef;color:#495057}.tenant-invoices .page-header .view-toggle .view-btn.active{background:#339af0;border-color:#339af0;color:#fff;font-weight:600}.tenant-invoices .summary-stats .main-balance .balance-explanation{font-size:12px;color:#666;margin-top:4px}.tenant-invoices .summary-stats .main-balance .credit-breakdown{display:flex;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px dashed #ddd;font-size:12px}.tenant-invoices .summary-stats .main-balance .credit-breakdown .credit-label{color:#666}.tenant-invoices .summary-stats .main-balance .credit-breakdown .credit-amount{color:#27ae60;font-weight:600}.tenant-invoices .pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px;padding:20px;border-top:1px solid #eee}.tenant-invoices .pagination .pagination-btn{padding:8px 16px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer}.tenant-invoices .pagination .pagination-btn:hover:not(:disabled){background:#f0f0f0}.tenant-invoices .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.tenant-invoices .pagination .page-numbers{display:flex;gap:8px;align-items:center}.tenant-invoices .pagination .page-numbers .page-btn{width:36px;height:36px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer}.tenant-invoices .pagination .page-numbers .page-btn:hover{background:#f0f0f0}.tenant-invoices .pagination .page-numbers .page-btn.active{background:#007bff;color:#fff;border-color:#007bff}.tenant-invoices .pagination .page-numbers .ellipsis{margin:0 8px}.tenant-invoices .pagination .pagination-info{margin-left:auto;font-size:14px;color:#666}.tenant-invoices .pagination .pagination-info .item-count{margin-left:10px;font-size:12px;color:#999}.tenant-invoices .filters-section{display:flex;flex-direction:column;gap:20px;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:10px}.tenant-invoices .date-presets .preset-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tenant-invoices .date-presets .preset-buttons .preset-btn{padding:8px 16px;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s}.tenant-invoices .date-presets .preset-buttons .preset-btn:hover{background:#f0f0f0}.tenant-invoices .date-presets .preset-buttons .preset-btn.active{background:#007bff;color:#fff;border-color:#007bff}.tenant-invoices .date-range-filters{display:flex;gap:20px;flex-wrap:wrap}.tenant-invoices .date-range-filters .filter-group{display:flex;flex-direction:column;gap:8px}.tenant-invoices .date-range-filters .filter-group label{font-weight:600;font-size:14px}.tenant-invoices .date-range-filters .filter-group input[type=date]{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:180px}.tenant-invoices .filter-summary{padding:10px 0;font-size:14px;color:#666;border-top:1px solid #eee;margin-top:10px}.tenant-invoices .filter-summary .filter-label{font-style:italic}.tenant-invoices .error-message{background:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:8px;border:1px solid #fed7d7;font-size:14px;margin-bottom:20px;animation:shake .5s ease}.tenant-invoices .invoices-list .empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:2px dashed #dee2e6}.tenant-invoices .invoices-list .empty-state .empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.tenant-invoices .invoices-list .empty-state h3{margin:0 0 12px;color:#495057;font-size:24px;font-weight:600}.tenant-invoices .invoices-list .empty-state p{color:#6c757d;font-size:16px;max-width:400px;margin:0 auto 24px}.tenant-invoices .invoices-list .invoice-cards{display:flex;flex-direction:column;gap:20px}.tenant-invoices .invoices-list .invoice-cards .invoice-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef;transition:all .3s}.tenant-invoices .invoices-list .invoice-cards .invoice-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-header .invoice-info h3{margin:0 0 6px;color:#2c3e50;font-size:18px;font-weight:700}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-header .invoice-info .invoice-date{margin:0;color:#6c757d;font-size:13px}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-header .invoice-status{padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content{padding:20px 24px}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-details .detail-row{display:flex;justify-content:space-between;align-items:center}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-details .detail-row .detail-label{color:#6c757d;font-size:14px}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-details .detail-row .detail-value{color:#495057;font-size:16px;font-weight:600}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-details .detail-row .detail-value.overdue{color:#e74c3c}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-details .detail-row .detail-value.paid{color:#27ae60}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items{margin-top:20px;border:1px solid #e9ecef;border-radius:12px;overflow:hidden}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items summary{padding:16px 20px;background:#f8f9fa;cursor:pointer;font-weight:600;color:#495057;list-style:none;display:flex;justify-content:space-between;align-items:center}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items summary::-webkit-details-marker{display:none}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items summary:after{content:"▶";transition:transform .3s}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items[open] summary:after{transform:rotate(90deg)}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items .items-table{width:100%;border-collapse:collapse;background:#fff}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items .items-table thead{background:#f8f9fa}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items .items-table thead th{padding:12px 16px;text-align:left;color:#495057;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e9ecef}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items .items-table tbody tr{border-bottom:1px solid #e9ecef}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items .items-table tbody tr:last-child{border-bottom:none}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items .items-table tbody tr td{padding:12px 16px;color:#495057;font-size:14px}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items .items-table tfoot{background:#f8f9fa}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-content .invoice-items .items-table tfoot tr td{padding:12px 16px;font-weight:700;color:#2c3e50;border-top:2px solid #e9ecef}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-footer{padding:16px 24px;background:#f8f9fa;border-top:1px solid #e9ecef}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-footer .invoice-actions{display:flex;justify-content:flex-end;gap:12px}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-footer .invoice-actions .btn-secondary,.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-footer .invoice-actions .btn-primary{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-footer .invoice-actions .btn-secondary{background:#f8f9fa;border:2px solid #e9ecef;color:#495057}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-footer .invoice-actions .btn-secondary:hover{background:#e9ecef;transform:translateY(-1px)}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-footer .invoice-actions .btn-primary{background:linear-gradient(135deg,#2c5aa0,#339af0);border:none;color:#fff}.tenant-invoices .invoices-list .invoice-cards .invoice-card .card-footer .invoice-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2c5aa04d}.tenant-invoices .invoices-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.tenant-invoices .invoices-summary .summary-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef}.tenant-invoices .invoices-summary .summary-card h3{margin:0 0 20px;color:#2c3e50;font-size:18px;font-weight:600;padding-bottom:12px;border-bottom:2px solid #f8f9fa}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #f8f9fa}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item:last-child{border-bottom:none}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-date{min-width:80px;font-size:13px;color:#6c757d;font-weight:500}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content{flex:1}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-header .invoice-number{font-weight:600;color:#495057;font-size:14px}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-header .timeline-status{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-header .timeline-status.paid{background:#e8f5e8;color:#27ae60}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-header .timeline-status.pending{background:#fff3e0;color:#f39c12}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-header .timeline-status.overdue{background:#fdeaea;color:#e74c3c}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-details{display:flex;gap:16px;font-size:13px;color:#6c757d}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-details span{display:flex;align-items:center;gap:4px}.tenant-invoices .invoices-summary .summary-card .timeline .timeline-item .timeline-content .timeline-details span:before{content:"•";color:#adb5bd}.tenant-invoices .invoices-summary .summary-card .monthly-breakdown .month-item{padding:16px 0;border-bottom:1px solid #f8f9fa}.tenant-invoices .invoices-summary .summary-card .monthly-breakdown .month-item:last-child{border-bottom:none}.tenant-invoices .invoices-summary .summary-card .monthly-breakdown .month-item .month-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tenant-invoices .invoices-summary .summary-card .monthly-breakdown .month-item .month-header .month-name{font-weight:600;color:#495057;font-size:14px}.tenant-invoices .invoices-summary .summary-card .monthly-breakdown .month-item .month-header .month-total{font-weight:700;color:#2c3e50;font-size:16px}.tenant-invoices .invoices-summary .summary-card .monthly-breakdown .month-item .month-details .progress-bar{height:8px;background:#f8f9fa;border-radius:4px;overflow:hidden;margin-bottom:8px}.tenant-invoices .invoices-summary .summary-card .monthly-breakdown .month-item .month-details .progress-bar .progress-fill{height:100%;background:linear-gradient(135deg,#2c5aa0,#339af0);border-radius:4px;transition:width 1s ease}.tenant-invoices .invoices-summary .summary-card .monthly-breakdown .month-item .month-details .month-stats{display:flex;justify-content:space-between;font-size:13px;color:#6c757d}.format-currency{font-feature-settings:"tnum" 1}@media (max-width: 768px){.tenant-invoices .page-header{flex-direction:column;align-items:flex-start;gap:16px}.tenant-invoices .page-header h1{font-size:28px}.tenant-invoices .page-header .view-toggle{width:100%;justify-content:center}.tenant-invoices .filters-section{flex-direction:column;align-items:stretch}.tenant-invoices .filters-section .filter-group,.tenant-invoices .filters-section .filter-group select{width:100%}.tenant-invoices .invoice-card .card-header{flex-direction:column;gap:12px;align-items:flex-start}.tenant-invoices .invoice-card .card-footer .invoice-actions{flex-direction:column}.tenant-invoices .invoices-summary{grid-template-columns:1fr}}.tenant-profile{max-width:1200px;margin:0 auto;animation:fadeIn .5s ease}.tenant-profile.loading,.tenant-profile.error{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:18px;color:#6c757d}.tenant-profile.error{color:#e74c3c}.tenant-profile .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.tenant-profile .page-header h1{margin:0;color:#2c3e50;font-size:32px;font-weight:700}.tenant-profile .page-header .header-actions .btn-secondary{padding:10px 20px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;color:#495057;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.tenant-profile .page-header .header-actions .btn-secondary:hover{background:#e9ecef;transform:translateY(-1px)}.tenant-profile .profile-container{display:grid;grid-template-columns:280px 1fr;gap:30px}.tenant-profile .profile-container .profile-sidebar{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef;height:fit-content;position:sticky;top:30px}.tenant-profile .profile-container .profile-sidebar .sidebar-header{text-align:center;margin-bottom:30px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.tenant-profile .profile-container .profile-sidebar .sidebar-header .avatar{width:80px;height:80px;background:linear-gradient(135deg,#2c5aa0,#339af0);border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;box-shadow:0 6px 20px #2c5aa04d}.tenant-profile .profile-container .profile-sidebar .sidebar-header h3{margin:0 0 8px;color:#2c3e50;font-size:20px;font-weight:600}.tenant-profile .profile-container .profile-sidebar .sidebar-header .tenant-id{margin:0;color:#6c757d;font-size:13px;font-family:monospace;background:#f8f9fa;padding:4px 8px;border-radius:4px;display:inline-block}.tenant-profile .profile-container .profile-sidebar .sidebar-nav{display:flex;flex-direction:column;gap:8px;margin-bottom:30px}.tenant-profile .profile-container .profile-sidebar .sidebar-nav .nav-item{padding:14px 16px;background:#f8f9fa;border:2px solid transparent;border-radius:10px;color:#495057;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s;text-align:left;display:flex;align-items:center;gap:12px}.tenant-profile .profile-container .profile-sidebar .sidebar-nav .nav-item:hover{background:#e9ecef;color:#2c3e50}.tenant-profile .profile-container .profile-sidebar .sidebar-nav .nav-item.active{background:#339af0;color:#fff;font-weight:600;border-color:#339af0}.tenant-profile .profile-container .profile-sidebar .sidebar-footer{padding-top:24px;border-top:1px solid #e9ecef}.tenant-profile .profile-container .profile-sidebar .sidebar-footer .last-login{margin:0;color:#6c757d;font-size:13px;text-align:center}.tenant-profile .profile-container .profile-content .error-message{background:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:8px;border:1px solid #fed7d7;font-size:14px;margin-bottom:20px;animation:shake .5s ease}.tenant-profile .profile-container .profile-content .success-message{background:#e8f5e8;color:#27ae60;padding:12px 16px;border-radius:8px;border:1px solid #a3e9a4;font-size:14px;margin-bottom:20px;animation:fadeIn .5s ease}.tenant-profile .profile-container .profile-content .profile-section{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef}.tenant-profile .profile-container .profile-content .profile-section h2{margin:0 0 30px;color:#2c3e50;font-size:24px;font-weight:600;padding-bottom:16px;border-bottom:2px solid #f8f9fa}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-grid,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group{margin-bottom:20px}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group label,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group label{display:block;margin-bottom:8px;color:#495057;font-weight:500;font-size:14px}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group input,.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group select,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group input,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group select{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:16px;transition:all .3s;background:#f8f9fa}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group input:focus,.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group select:focus,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group input:focus,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group select:focus{outline:none;border-color:#339af0;background:#fff;box-shadow:0 0 0 3px #339af01a}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group input.read-only,.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group select.read-only,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group input.read-only,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group select.read-only{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group .form-hint,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group .form-hint{margin:8px 0 0;color:#6c757d;font-size:13px;line-height:1.4}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group .checkbox-label,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group .checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500;color:#495057}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-group .checkbox-label input[type=checkbox],.tenant-profile .profile-container .profile-content .profile-section .password-form .form-group .checkbox-label input[type=checkbox]{width:auto;transform:scale(1.2)}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-actions,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:30px;padding-top:24px;border-top:1px solid #e9ecef}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-actions .btn-primary,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-actions .btn-primary{padding:12px 28px;background:linear-gradient(135deg,#2c5aa0,#339af0);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-actions .btn-primary:hover:not(:disabled),.tenant-profile .profile-container .profile-content .profile-section .password-form .form-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2c5aa04d}.tenant-profile .profile-container .profile-content .profile-section .profile-form .form-actions .btn-primary:disabled,.tenant-profile .profile-container .profile-content .profile-section .password-form .form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.tenant-profile .profile-container .profile-content .profile-section .profile-info-card{background:#f8f9fa;border-radius:12px;padding:20px;margin-top:30px;border:1px solid #e9ecef}.tenant-profile .profile-container .profile-content .profile-section .profile-info-card h3{margin:0 0 16px;color:#2c3e50;font-size:16px;font-weight:600}.tenant-profile .profile-container .profile-content .profile-section .profile-info-card .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.tenant-profile .profile-container .profile-content .profile-section .profile-info-card .info-grid .info-item .info-label{display:block;color:#6c757d;font-size:13px;margin-bottom:4px}.tenant-profile .profile-container .profile-content .profile-section .profile-info-card .info-grid .info-item .info-value{display:block;color:#495057;font-size:15px;font-weight:500}.tenant-profile .profile-container .profile-content .profile-section .security-card{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #e9ecef}.tenant-profile .profile-container .profile-content .profile-section .security-card h3{margin:0 0 20px;color:#2c3e50;font-size:18px;font-weight:600}.tenant-profile .profile-container .profile-content .profile-section .security-card .security-actions{display:flex;gap:12px;flex-wrap:wrap}.tenant-profile .profile-container .profile-content .profile-section .security-card .security-actions .btn-secondary,.tenant-profile .profile-container .profile-content .profile-section .security-card .security-actions .btn-danger{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.tenant-profile .profile-container .profile-content .profile-section .security-card .security-actions .btn-secondary{background:#fff;border:2px solid #e9ecef;color:#495057}.tenant-profile .profile-container .profile-content .profile-section .security-card .security-actions .btn-secondary:hover{background:#e9ecef}.tenant-profile .profile-container .profile-content .profile-section .security-card .security-actions .btn-danger{background:#fff5f5;border:2px solid #fed7d7;color:#e74c3c}.tenant-profile .profile-container .profile-content .profile-section .security-card .security-actions .btn-danger:hover{background:#fed7d7}.tenant-profile .profile-container .profile-content .profile-section .security-card.danger-zone{background:#fff5f5;border-color:#fed7d7}.tenant-profile .profile-container .profile-content .profile-section .security-card.danger-zone h3{color:#e74c3c}.tenant-profile .profile-container .profile-content .profile-section .security-card.danger-zone p{margin:0 0 16px;color:#e53e3e;font-size:14px;line-height:1.5}.tenant-profile .profile-container .profile-content .profile-section .units-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card{background:#f8f9fa;border-radius:12px;padding:24px;border:1px solid #e9ecef;transition:all .3s}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-header h3{margin:0;color:#2c3e50;font-size:18px;font-weight:600}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-header .unit-rent{background:#fff;padding:6px 12px;border-radius:20px;font-weight:700;color:#27ae60;font-size:16px}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-details .detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e9ecef}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-details .detail-item:last-child{border-bottom:none}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-details .detail-item .detail-label{color:#6c757d;font-size:14px}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-details .detail-item .detail-value{color:#495057;font-size:14px;font-weight:500}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-actions{display:flex;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-actions .btn-secondary,.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-actions .btn-primary{flex:1;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-actions .btn-secondary{background:#fff;border:2px solid #e9ecef;color:#495057}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-actions .btn-secondary:hover{background:#e9ecef}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-actions .btn-primary{background:#339af0;border:none;color:#fff}.tenant-profile .profile-container .profile-content .profile-section .units-grid .unit-card .unit-actions .btn-primary:hover{background:#2c5aa0}.tenant-profile .profile-container .profile-content .profile-section .empty-state{text-align:center;padding:40px 20px}.tenant-profile .profile-container .profile-content .profile-section .empty-state .empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.tenant-profile .profile-container .profile-content .profile-section .empty-state h3{margin:0 0 8px;color:#495057;font-size:18px;font-weight:600}.tenant-profile .profile-container .profile-content .profile-section .empty-state p{color:#6c757d;font-size:14px;max-width:300px;margin:0 auto}.tenant-profile .profile-container .profile-content .profile-section .preferences-card{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #e9ecef}.tenant-profile .profile-container .profile-content .profile-section .preferences-card h3{margin:0 0 20px;color:#2c3e50;font-size:18px;font-weight:600}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #e9ecef}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item:last-child{border-bottom:none}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item .preference-info h4{margin:0 0 4px;color:#495057;font-size:15px;font-weight:600}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item .preference-info p{margin:0;color:#6c757d;font-size:13px;line-height:1.4}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item .switch{position:relative;display:inline-block;width:60px;height:30px}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item .switch input{opacity:0;width:0;height:0}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item .switch input:checked+.slider{background:#339af0}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item .switch input:checked+.slider:before{transform:translate(30px)}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#adb5bd;transition:.4s;border-radius:30px}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .preferences-list .preference-item .switch .slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background:#fff;transition:.4s;border-radius:50%}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .privacy-actions{display:flex;gap:12px;margin-top:20px}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .privacy-actions .btn-secondary{padding:10px 20px;background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#495057;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.tenant-profile .profile-container .profile-content .profile-section .preferences-card .privacy-actions .btn-secondary:hover{background:#e9ecef}@media (max-width: 1024px){.tenant-profile .profile-container{grid-template-columns:1fr;gap:20px}.tenant-profile .profile-container .profile-sidebar{position:static}}@media (max-width: 768px){.tenant-profile .page-header{flex-direction:column;align-items:flex-start;gap:16px}.tenant-profile .page-header h1{font-size:28px}.tenant-profile .profile-container .profile-content .profile-section{padding:20px}.tenant-profile .units-grid{grid-template-columns:1fr}}.notification-container{position:fixed;top:20px;right:20px;z-index:9999}.notification{display:flex;align-items:center;background:#fff;border-radius:8px;padding:12px 16px;margin-bottom:10px;box-shadow:0 4px 12px #00000026;min-width:300px;max-width:400px;animation:slideIn .3s ease}.notification-success{border-left:4px solid #27ae60}.notification-error{border-left:4px solid #e74c3c}.notification-warning{border-left:4px solid #f39c12}.notification-info{border-left:4px solid #3498db}.notification-icon{font-size:20px;margin-right:12px}.notification-content{flex:1}.notification-title{font-weight:600;margin-bottom:4px;font-size:14px}.notification-message{font-size:13px;color:#666}.notification-close{background:none;border:none;font-size:18px;cursor:pointer;color:#999;margin-left:10px;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.notification-close:hover{background:#0000000d}.invoice-cell{position:relative}.invoice-cell .invoice-number-with-total{display:flex;flex-direction:column;gap:2px}.invoice-cell .invoice-number-with-total .invoice-number-main{display:flex;align-items:center;gap:8px}.invoice-cell .invoice-number-with-total .invoice-number-main .invoice-number{font-weight:500;font-size:13px;color:#2196f3;font-family:monospace}.invoice-cell .invoice-number-with-total .invoice-number-main .invoice-status-badge{padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}.invoice-cell .invoice-number-with-total .invoice-number-main .invoice-status-badge.open,.invoice-cell .invoice-number-with-total .invoice-number-main .invoice-status-badge.draft{background:#fff3e0;color:#f39c12}.invoice-cell .invoice-number-with-total .invoice-number-main .invoice-status-badge.partial{background:#e8f4fd;color:#3498db}.invoice-cell .invoice-number-with-total .invoice-number-main .invoice-status-badge.paid{background:#e8f5e8;color:#27ae60}.invoice-cell .invoice-number-with-total .invoice-total-small{font-size:11px;color:#6c757d;font-weight:400;line-height:1.3;opacity:.85}.invoice-cell .invoice-number-with-total .invoice-total-small:hover{opacity:1}.invoice-cell .invoice-tooltip{display:none;position:absolute;top:100%;left:0;z-index:1001;width:280px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:8px}.invoice-cell .invoice-tooltip .tooltip-content{padding:12px}.invoice-cell .invoice-tooltip .invoice-tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eee}.invoice-cell .invoice-tooltip .invoice-tooltip-header h4{margin:0;font-size:14px;color:#333}.invoice-cell .invoice-tooltip .invoice-tooltip-header .tooltip-status{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.invoice-cell .invoice-tooltip .invoice-tooltip-header .tooltip-status.open,.invoice-cell .invoice-tooltip .invoice-tooltip-header .tooltip-status.draft{background:#fff3e0;color:#f39c12}.invoice-cell .invoice-tooltip .invoice-tooltip-header .tooltip-status.partial{background:#e8f4fd;color:#3498db}.invoice-cell .invoice-tooltip .invoice-tooltip-header .tooltip-status.paid{background:#e8f5e8;color:#27ae60}.invoice-cell .invoice-tooltip .invoice-tooltip-details .tooltip-row{display:flex;justify-content:space-between;margin-bottom:6px;font-size:13px}.invoice-cell .invoice-tooltip .invoice-tooltip-details .tooltip-row .tooltip-value{font-weight:600}.invoice-cell .invoice-tooltip .invoice-tooltip-details .tooltip-row .tooltip-value.paid{color:#27ae60}.invoice-cell .invoice-tooltip .invoice-tooltip-details .tooltip-row .tooltip-value.outstanding{color:#e74c3c}.invoice-cell .invoice-tooltip .invoice-tooltip-details .tooltip-row .tooltip-value.credit{color:#3498db}.invoice-cell .invoice-tooltip .tooltip-payment-coverage{margin-top:12px;padding-top:12px;border-top:1px dashed #ddd}.invoice-cell .invoice-tooltip .tooltip-payment-coverage .coverage-header{font-size:12px;font-weight:600;margin-bottom:6px;color:#666}.invoice-cell .invoice-tooltip .tooltip-payment-coverage .coverage-bar{height:6px;background:#eee;border-radius:3px;margin-bottom:6px;overflow:hidden}.invoice-cell .invoice-tooltip .tooltip-payment-coverage .coverage-bar .coverage-fill{height:100%;background:#27ae60;border-radius:3px;transition:width .3s ease}.invoice-cell .invoice-tooltip .tooltip-payment-coverage .coverage-bar .coverage-fill.partial{background:#f39c12}.invoice-cell .invoice-tooltip .tooltip-payment-coverage .coverage-text{font-size:12px}.invoice-cell .invoice-tooltip .tooltip-payment-coverage .coverage-text .full-coverage{color:#27ae60;font-weight:600}.invoice-cell .invoice-tooltip .tooltip-payment-coverage .coverage-text .partial-coverage{color:#f39c12;font-weight:600}.invoice-cell .invoice-tooltip:before{content:"";position:absolute;top:-6px;left:12px;width:10px;height:10px;background:#fff;border-left:1px solid #ddd;border-top:1px solid #ddd;transform:rotate(45deg)}.invoice-cell:hover .invoice-tooltip{display:block}.no-invoice-cell .warning{color:#e74c3c}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.filters-section{background:#f8f9fa;border-radius:10px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #00000014;border:1px solid #e9ecef;transition:all .3s ease}.filter-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:0;padding:4px 0}.filter-header h3{margin:0;font-size:16px;color:#333;font-weight:600;display:flex;align-items:center}.filter-header h3 .filter-count{background:#3498db;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;margin-left:8px;font-weight:500}.filter-header .toggle-icon{transition:transform .3s ease;color:#6c757d;font-size:12px}.filter-header .toggle-icon.collapsed{transform:rotate(-90deg)}.filter-content{overflow:hidden;transition:all .3s ease}.filter-content.collapsed{max-height:0;opacity:0;margin-top:0;padding-top:0}.filter-content:not(.collapsed){max-height:500px;opacity:1;margin-top:16px;padding-top:16px;border-top:1px solid #eaeaea}.quick-date-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eaeaea}.quick-date-filters .btn-quick-filter{background:#f1f3f4;border:1px solid #dadce0;border-radius:20px;padding:6px 16px;font-size:13px;color:#3c4043;cursor:pointer;transition:all .2s ease}.quick-date-filters .btn-quick-filter:hover{background:#e8eaed;border-color:#c6c9ce}.quick-date-filters .btn-quick-filter.active{background:#1a73e8;border-color:#1a73e8;color:#fff;font-weight:500}.quick-date-filters .btn-quick-filter:focus{outline:none;box-shadow:0 0 0 2px #1a73e833}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}@media (max-width: 768px){.filter-row{grid-template-columns:1fr}}.filter-group label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#5f6368}.filter-group select,.filter-group input[type=date],.filter-group input[type=text]{width:100%;padding:8px 12px;border:1px solid #dadce0;border-radius:4px;font-size:14px;color:#3c4043;background:#fff;transition:border-color .2s ease}.filter-group select:focus,.filter-group input[type=date]:focus,.filter-group input[type=text]:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e81a}.filter-group select:disabled,.filter-group input[type=date]:disabled,.filter-group input[type=text]:disabled{background:#f8f9fa;color:#9aa0a6;cursor:not-allowed}.filter-group input[type=text]::placeholder{color:#9aa0a6}.filter-actions{display:flex;gap:12px;margin-top:8px}@media (max-width: 768px){.filter-actions{flex-direction:column}}.filter-actions .btn-apply{background:#1a73e8;color:#fff;border:none;border-radius:4px;padding:8px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.filter-actions .btn-apply:hover:not(:disabled){background:#1669d6}.filter-actions .btn-apply:disabled{background:#e8eaed;color:#9aa0a6;cursor:not-allowed}.filter-actions .btn-clear{background:#fff;color:#5f6368;border:1px solid #dadce0;border-radius:4px;padding:8px 20px;font-size:14px;cursor:pointer;transition:all .2s ease}.filter-actions .btn-clear:hover{background:#f8f9fa;border-color:#c6c9ce}.header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-actions .view-toggle{display:flex;gap:8px;background:#f8f9fa;padding:4px;border-radius:6px;border:1px solid #e9ecef}.header-actions .view-toggle .view-btn{background:transparent;border:none;border-radius:4px;padding:8px 16px;font-size:14px;color:#6c757d;cursor:pointer;transition:all .2s ease}.header-actions .view-toggle .view-btn:hover:not(.active){background:#e8eaed}.header-actions .view-toggle .view-btn.active{background:#fff;color:#1a73e8;box-shadow:0 1px 3px #0000001a;font-weight:500}.header-actions .refresh-section{display:flex;align-items:center;gap:12px}.header-actions .refresh-section .last-updated{font-size:13px;color:#6c757d}.header-actions .refresh-section .last-updated .time{font-weight:500;color:#495057}.header-actions .refresh-section .btn-refresh{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #dadce0;border-radius:4px;padding:8px 16px;font-size:14px;color:#5f6368;cursor:pointer;transition:all .2s ease}.header-actions .refresh-section .btn-refresh:hover:not(:disabled){background:#f8f9fa;border-color:#c6c9ce}.header-actions .refresh-section .btn-refresh:disabled{opacity:.6;cursor:not-allowed}.header-actions .refresh-section .btn-refresh .refresh-icon{font-size:16px;transition:transform .3s ease}.header-actions .refresh-section .btn-refresh:hover:not(:disabled) .refresh-icon{transform:rotate(180deg)}.header-actions .refresh-section .btn-refresh.refreshing .refresh-icon{animation:spin 1s linear infinite}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.active-filters .filter-badge{display:flex;align-items:center;gap:6px;background:#e8f0fe;border:1px solid #d2e3fc;border-radius:16px;padding:4px 12px;font-size:12px;color:#1a73e8}.active-filters .filter-badge .remove-btn{background:none;border:none;color:#5f6368;font-size:16px;cursor:pointer;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.active-filters .filter-badge .remove-btn:hover{background:#0000001a}.table-container{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #00000014;border:1px solid #e9ecef}@media (max-width: 1200px){.table-container{overflow-x:auto}.table-container .payment-requests-table{min-width:1000px;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.table-container .payment-requests-table::-webkit-scrollbar{height:8px}.table-container .payment-requests-table::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-container .payment-requests-table::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.table-container .payment-requests-table::-webkit-scrollbar-thumb:hover{background:#a8a8a8}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceRight{0%,20%,50%,80%,to{transform:translateY(-50%) translate(0)}40%{transform:translateY(-50%) translate(-5px)}60%{transform:translateY(-50%) translate(-3px)}}@media (max-width: 768px){.header-actions{flex-direction:column;gap:16px;align-items:stretch}.header-actions .view-toggle{justify-content:center}.header-actions .refresh-section{justify-content:space-between;flex-wrap:wrap}.filter-row{grid-template-columns:1fr}.filter-actions{flex-direction:column}.active-filters{justify-content:center}.table-container{position:relative}.table-container:after{content:"→";position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#007bff;font-size:20px;opacity:.7;animation:bounceRight 2s infinite;pointer-events:none}}.payment-approval{max-width:1400px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#333}.payment-approval.loading{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:18px;color:#6c757d}.payment-approval .page-header{margin-bottom:30px}.payment-approval .page-header h1{margin:0 0 20px;color:#2c3e50;font-size:32px;font-weight:700;border-bottom:2px solid #f0f0f0;padding-bottom:15px}.payment-approval .page-header .header-stats{display:flex;gap:15px;margin-top:20px}.payment-approval .page-header .header-stats .stat-card{flex:1;background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #00000014;border:1px solid #e9ecef;text-align:center;transition:transform .3s,box-shadow .3s}.payment-approval .page-header .header-stats .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.payment-approval .page-header .header-stats .stat-card .stat-label{display:block;font-size:14px;color:#6c757d;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.payment-approval .page-header .header-stats .stat-card .stat-value{display:block;font-size:28px;font-weight:700}.payment-approval .page-header .header-stats .stat-card .stat-value.pending{color:#ffa726}.payment-approval .page-header .header-stats .stat-card .stat-value.verified{color:#3498db}.payment-approval .page-header .header-stats .stat-card .stat-value.approved{color:#27ae60}.payment-approval .page-header .header-stats .stat-card .stat-value.rejected{color:#e74c3c}.payment-approval .error-message{background:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:8px;border:1px solid #fed7d7;font-size:14px;margin-bottom:20px;animation:shake .5s ease}.payment-approval .bulk-actions{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:15px 20px;border-radius:10px;margin-bottom:20px;border:1px solid #e9ecef}.payment-approval .bulk-actions .bulk-select{display:flex;align-items:center;gap:10px}.payment-approval .bulk-actions .bulk-select input[type=checkbox]{width:18px;height:18px;cursor:pointer}.payment-approval .bulk-actions .bulk-select label{font-size:14px;color:#495057;font-weight:500}.payment-approval .bulk-actions .bulk-controls{display:flex;gap:10px;align-items:center}.payment-approval .bulk-actions .bulk-controls .bulk-action-select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;background:#fff;min-width:150px}.payment-approval .bulk-actions .bulk-controls button.btn-primary{padding:8px 20px;background:#007bff;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.payment-approval .bulk-actions .bulk-controls button.btn-primary:hover:not(:disabled){background:#0056b3}.payment-approval .bulk-actions .bulk-controls button.btn-primary:disabled{opacity:.6;cursor:not-allowed}.payment-approval .payment-requests-list .empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:2px dashed #dee2e6}.payment-approval .payment-requests-list .empty-state .empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.payment-approval .payment-requests-list .empty-state h3{margin:0 0 12px;color:#495057;font-size:24px;font-weight:600}.payment-approval .payment-requests-list .empty-state p{color:#6c757d;font-size:16px;max-width:400px;margin:0 auto 24px}.payment-approval .payment-requests-list .requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.payment-approval .payment-requests-table{width:100%;border-collapse:collapse;font-size:14px}.payment-approval .payment-requests-table th:nth-child(1),.payment-approval .payment-requests-table td:nth-child(1){min-width:40px;max-width:40px}.payment-approval .payment-requests-table th:nth-child(2),.payment-approval .payment-requests-table td:nth-child(2){min-width:180px}.payment-approval .payment-requests-table th:nth-child(3),.payment-approval .payment-requests-table td:nth-child(3){min-width:120px}.payment-approval .payment-requests-table th:nth-child(4),.payment-approval .payment-requests-table td:nth-child(4){min-width:160px;white-space:normal}.payment-approval .payment-requests-table th:nth-child(5),.payment-approval .payment-requests-table td:nth-child(5){min-width:120px}.payment-approval .payment-requests-table th:nth-child(6),.payment-approval .payment-requests-table td:nth-child(6){min-width:120px}.payment-approval .payment-requests-table th:nth-child(7),.payment-approval .payment-requests-table td:nth-child(7){min-width:150px}.payment-approval .payment-requests-table thead{background:#f8f9fa;border-bottom:2px solid #dee2e6}.payment-approval .payment-requests-table thead th{padding:16px 12px;text-align:left;font-weight:600;color:#495057;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-right:1px solid #e9ecef;white-space:nowrap}.payment-approval .payment-requests-table thead th:last-child{border-right:none}.payment-approval .payment-requests-table thead th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.payment-approval .payment-requests-table thead th.sortable-header:hover{background:#e9ecef}.payment-approval .payment-requests-table tbody tr{border-bottom:1px solid #f1f1f1;transition:background .2s}.payment-approval .payment-requests-table tbody tr:hover{background:#f8f9fa}.payment-approval .payment-requests-table tbody tr.selected-row{background:#e3f2fd!important;border-left:3px solid #2196f3}.payment-approval .payment-requests-table tbody tr:last-child{border-bottom:none}.payment-approval .payment-requests-table tbody tr td{padding:14px 12px;border-right:1px solid #f1f1f1;vertical-align:top}.payment-approval .payment-requests-table tbody tr td:last-child{border-right:none}.payment-approval .payment-requests-table tbody tr td input[type=checkbox]{width:16px;height:16px;cursor:pointer}.payment-approval .payment-requests-table tbody tr td .tenant-cell strong{display:block;font-size:14px;color:#2c3e50;margin-bottom:4px;font-weight:600}.payment-approval .payment-requests-table tbody tr td .tenant-cell .tenant-email{font-size:12px;color:#6c757d;word-break:break-word;line-height:1.4}.payment-approval .payment-requests-table tbody tr td .amount-cell .amount-primary{font-size:15px;font-weight:600;color:#27ae60;margin-bottom:4px}.payment-approval .payment-requests-table tbody tr td .amount-cell .payment-method-small{font-size:11px;color:#6c757d;background:#f8f9fa;padding:2px 6px;border-radius:4px;display:inline-block}.payment-approval .payment-requests-table tbody tr td .date-cell{font-size:13px;color:#6c757d}.payment-approval .payment-requests-table tbody tr td .status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;border:1px solid transparent}.payment-approval .payment-requests-table tbody tr td .table-actions{display:flex;gap:8px}.payment-approval .payment-requests-table tbody tr td .table-actions button{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.payment-approval .payment-requests-table tbody tr td .table-actions button.btn-primary{background:#007bff;color:#fff}.payment-approval .payment-requests-table tbody tr td .table-actions button.btn-primary:hover{background:#0056b3;transform:translateY(-1px)}.payment-approval .payment-requests-table tbody tr td .table-actions button.btn-danger{background:#dc3545;color:#fff}.payment-approval .payment-requests-table tbody tr td .table-actions button.btn-danger:hover{background:#c82333;transform:translateY(-1px)}.payment-approval .payment-requests-table tbody tr td .table-actions button.btn-xs{padding:4px 8px;font-size:11px}.payment-approval .payment-requests-table tbody tr td .table-actions .action-info{font-size:12px;color:#6c757d;font-style:italic;padding:6px 0}.payment-approval .payment-requests-table tbody tr td .no-data{color:#adb5bd;font-style:italic}.payment-approval .payment-requests-table tbody tr td .warning{color:#ff9800;font-weight:500}.payment-approval .pagination{display:flex;justify-content:center;align-items:center;padding:20px;background:#f8f9fa;border-top:1px solid #e9ecef}.payment-approval .pagination button{padding:8px 16px;margin:0 5px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s}.payment-approval .pagination button:hover:not(:disabled){background:#007bff;color:#fff;border-color:#007bff}.payment-approval .pagination button:disabled{opacity:.5;cursor:not-allowed}.payment-approval .pagination .page-info{margin:0 15px;font-size:14px;color:#6c757d}.payment-approval .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;animation:fadeIn .3s ease}.payment-approval .modal-overlay .modal-content{background:#fff;border-radius:20px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.payment-approval .modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid #e9ecef}.payment-approval .modal-overlay .modal-content .modal-header h2{margin:0;color:#2c3e50;font-size:24px;font-weight:600}.payment-approval .modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;padding:4px;border-radius:6px;transition:all .3s}.payment-approval .modal-overlay .modal-content .modal-header .close-btn:hover:not(:disabled){color:#e74c3c;background:#f8f9fa}.payment-approval .modal-overlay .modal-content .modal-body{padding:30px}.payment-approval .modal-overlay .modal-content .modal-body .request-summary{background:#f8f9fa;border-radius:10px;padding:20px;margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .request-summary h3{margin:0 0 15px;color:#2c3e50;font-size:18px;font-weight:600}.payment-approval .modal-overlay .modal-content .modal-body .request-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:10px;padding:8px 0;border-bottom:1px solid #e9ecef}.payment-approval .modal-overlay .modal-content .modal-body .request-summary .summary-row:last-child{border-bottom:none}.payment-approval .modal-overlay .modal-content .modal-body .request-summary .summary-row span:first-child{font-weight:600;color:#495057;min-width:120px}.payment-approval .modal-overlay .modal-content .modal-body .request-summary .summary-row span:last-child{color:#2c3e50;text-align:right;flex:1}.payment-approval .modal-overlay .modal-content .modal-body .request-summary .summary-row span:last-child.amount{color:#27ae60;font-weight:700}.payment-approval .modal-overlay .modal-content .modal-body .proof-images-modal{margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .proof-images-modal h3{margin:0 0 15px;color:#2c3e50;font-size:18px;font-weight:600}.payment-approval .modal-overlay .modal-content .modal-body .proof-images-modal .images-grid-modal{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.payment-approval .modal-overlay .modal-content .modal-body .proof-images-modal .images-grid-modal .proof-image-modal{position:relative;border-radius:8px;overflow:hidden;border:2px solid #e9ecef;transition:all .3s}.payment-approval .modal-overlay .modal-content .modal-body .proof-images-modal .images-grid-modal .proof-image-modal:hover{border-color:#339af0;transform:scale(1.05)}.payment-approval .modal-overlay .modal-content .modal-body .proof-images-modal .images-grid-modal .proof-image-modal:hover span{opacity:1}.payment-approval .modal-overlay .modal-content .modal-body .proof-images-modal .images-grid-modal .proof-image-modal img{width:100%;height:100px;object-fit:cover}.payment-approval .modal-overlay .modal-content .modal-body .proof-images-modal .images-grid-modal .proof-image-modal span{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;text-align:center;padding:5px;font-size:12px;opacity:0;transition:opacity .3s}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section h3{margin:0 0 20px;color:#2c3e50;font-size:20px;font-weight:600;border-bottom:2px solid #f0f0f0;padding-bottom:10px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .loading-invoices{text-align:center;padding:30px;color:#6c757d;font-style:italic}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice{background:#e8f5e9;border:2px solid #c8e6c9;border-radius:10px;padding:20px;margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .success-message{color:#2e7d32;font-weight:600;margin-bottom:15px;font-size:16px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .invoice-details .info-row{display:flex;align-items:center;margin-bottom:10px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .invoice-details .info-row span:first-child{font-weight:600;color:#495057;min-width:120px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .invoice-details .info-row .invoice-number{font-family:monospace;font-weight:700;color:#2196f3;margin-right:10px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .invoice-details .info-row .invoice-status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .invoice-details .info-row .invoice-status-badge.open{background:#e3f2fd;color:#1976d2}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .invoice-details .info-row .invoice-status-badge.partial{background:#fff3e0;color:#f57c00}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .invoice-details .info-row .invoice-status-badge.paid{background:#e8f5e9;color:#2e7d32}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .pre-linked-invoice .invoice-note{margin-top:15px;padding-top:15px;border-top:1px solid #c8e6c9;font-size:13px;color:#2e7d32;font-style:italic}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .form-group{margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .form-group .invoice-select{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:border .3s}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .form-group .invoice-select:focus{outline:none;border-color:#339af0}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .form-group .form-hint{margin-top:8px;font-size:12px;color:#6c757d}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details{background:#f8f9fa;border-radius:10px;padding:20px;margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details h4{margin:0 0 15px;color:#2c3e50;font-size:16px;font-weight:600}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row{display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e9ecef}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row:last-child{border-bottom:none}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row span:first-child{font-weight:600;color:#495057}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row .invoice-number{font-family:monospace;font-weight:700;color:#2196f3}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row .invoice-status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row .invoice-status-badge.open{background:#e3f2fd;color:#1976d2}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row .invoice-status-badge.partial{background:#fff3e0;color:#f57c00}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row .balance{color:#e74c3c;font-weight:700}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row .payment-amount{color:#27ae60;font-weight:700}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .info-row .remaining-balance{font-weight:700;color:#f39c12}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .warning-message{background:#fff3e0;border:1px solid #ffeaa7;border-radius:8px;padding:12px;margin-top:15px;color:#f57c00;font-weight:600}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .selected-invoice-details .invoice-info .warning-message .warning-note{font-size:12px;font-weight:400;margin-top:5px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .create-invoice-option{text-align:center;padding:20px;border:2px dashed #dee2e6;border-radius:10px;margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .create-invoice-option p{margin:0 0 15px;color:#6c757d}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .create-invoice-option button{margin-bottom:10px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .invoice-options .create-invoice-option .form-note{font-size:12px;color:#6c757d;line-height:1.5}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .no-invoices{text-align:center;padding:40px 20px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .no-invoices .no-invoices-icon{font-size:48px;margin-bottom:20px;opacity:.5}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .no-invoices p{margin:0 0 20px;color:#6c757d;font-size:16px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .no-invoices .form-note{font-size:13px;color:#6c757d;margin-top:15px;font-style:italic}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section{margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .form-group{margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .form-group textarea{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;resize:vertical;min-height:80px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .form-group textarea:focus{outline:none;border-color:#339af0}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning{background:#fff5f5;border:2px solid #fed7d7;border-radius:10px;padding:20px;margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning strong{display:block;color:#e74c3c;margin-bottom:10px;font-size:16px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning p{margin:0 0 15px;color:#e74c3c}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning .override-actions{display:flex;gap:10px}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning .override-actions button{flex:1;padding:10px;border:none;border-radius:6px;font-weight:600;cursor:pointer}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning .override-actions button.btn-secondary{background:#6c757d;color:#fff}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning .override-actions button.btn-secondary:hover{background:#5a6268}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning .override-actions button.btn-warning{background:#e74c3c;color:#fff}.payment-approval .modal-overlay .modal-content .modal-body .invoice-selection-section .approve-section .override-warning .override-actions button.btn-warning:hover:not(:disabled){background:#c82333}.payment-approval .modal-overlay .modal-content .modal-body .reject-section .form-group{margin-bottom:20px}.payment-approval .modal-overlay .modal-content .modal-body .reject-section .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.payment-approval .modal-overlay .modal-content .modal-body .reject-section .form-group textarea{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;resize:vertical;min-height:100px}.payment-approval .modal-overlay .modal-content .modal-body .reject-section .form-group textarea:focus{outline:none;border-color:#339af0}.payment-approval .modal-overlay .modal-content .modal-footer{display:flex;justify-content:flex-end;gap:15px;padding:20px 30px;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 20px 20px}.payment-approval .modal-overlay .modal-content .modal-footer button{padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;min-width:120px}.payment-approval .modal-overlay .modal-content .modal-footer button.btn-secondary{background:#6c757d;color:#fff}.payment-approval .modal-overlay .modal-content .modal-footer button.btn-secondary:hover:not(:disabled){background:#5a6268}.payment-approval .modal-overlay .modal-content .modal-footer button.btn-primary{background:#007bff;color:#fff}.payment-approval .modal-overlay .modal-content .modal-footer button.btn-primary:hover:not(:disabled){background:#0056b3}.payment-approval .modal-overlay .modal-content .modal-footer button.btn-danger{background:#dc3545;color:#fff}.payment-approval .modal-overlay .modal-content .modal-footer button.btn-danger:hover:not(:disabled){background:#c82333}.payment-approval .modal-overlay .modal-content .modal-footer button:disabled{opacity:.6;cursor:not-allowed}.payment-approval .modal-overlay .modal-content .modal-footer button .spinner{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px;vertical-align:middle}.payment-approval .duplicate-warning-modal{max-width:700px}.payment-approval .duplicate-warning-modal .warning-header{text-align:center;margin-bottom:20px}.payment-approval .duplicate-warning-modal .warning-header .warning-icon{font-size:48px;color:#f39c12;margin-bottom:10px}.payment-approval .duplicate-warning-modal .warning-header h3{color:#e74c3c;margin:0}.payment-approval .duplicate-warning-modal .warning-message{background:#fff8e1;padding:15px;border-radius:8px;border-left:4px solid #f39c12;margin-bottom:20px;font-size:15px}.payment-approval .duplicate-warning-modal .current-payment-info{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:25px}.payment-approval .duplicate-warning-modal .current-payment-info h4{margin-top:0;margin-bottom:15px;color:#2c3e50}.payment-approval .duplicate-warning-modal .current-payment-info .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.payment-approval .duplicate-warning-modal .current-payment-info .info-grid .info-item{display:flex;flex-direction:column}.payment-approval .duplicate-warning-modal .current-payment-info .info-grid .info-item .label{font-size:12px;color:#7f8c8d;margin-bottom:5px}.payment-approval .duplicate-warning-modal .current-payment-info .info-grid .info-item .value{font-size:14px;color:#2c3e50;font-weight:500}.payment-approval .duplicate-warning-modal .current-payment-info .info-grid .info-item .value.amount-highlight{color:#27ae60;font-weight:700;font-size:16px}.payment-approval .duplicate-warning-modal .existing-payments h4{margin-top:0;margin-bottom:15px;color:#2c3e50}.payment-approval .duplicate-warning-modal .existing-payments .no-duplicates{text-align:center;color:#7f8c8d;font-style:italic;padding:20px;background:#f8f9fa;border-radius:8px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list{max-height:300px;overflow-y:auto;border:1px solid #e9ecef;border-radius:8px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item{padding:15px;border-bottom:1px solid #f0f0f0}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item:last-child{border-bottom:none}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item:hover{background:#f8f9fa}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-header .payment-date{font-size:14px;color:#2c3e50}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-header .payment-date .days-ago{font-size:12px;color:#7f8c8d;margin-left:8px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-header .payment-amount{font-weight:700;color:#e74c3c;font-size:16px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-details{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-details .method-badge{background:#e8f4fd;color:#3498db;padding:3px 8px;border-radius:4px;font-size:12px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-details .invoice-badge{background:#e8f5e8;color:#27ae60;padding:3px 8px;border-radius:4px;font-size:12px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-details .description{color:#7f8c8d;font-size:13px;font-style:italic}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-actions{display:flex;justify-content:space-between;align-items:center}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-actions .view-link{color:#3498db;text-decoration:none;font-size:13px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-actions .view-link:hover{text-decoration:underline}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-actions .match-type{font-size:11px;padding:2px 6px;border-radius:10px}.payment-approval .duplicate-warning-modal .existing-payments .duplicates-list .duplicate-item .duplicate-actions .match-type.warning{background:#ffeaa7;color:#e67e22}.payment-approval .duplicate-warning-modal .warning-note{margin-top:20px;padding:15px;background:#f8f9fa;border-radius:8px;border-left:4px solid #3498db}.payment-approval .duplicate-warning-modal .warning-note p{margin:5px 0;font-size:14px}.payment-approval .duplicate-warning-modal .warning-note p.hint{font-size:13px;color:#7f8c8d;font-style:italic}.payment-approval .duplicate-warning-modal .modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.payment-approval .requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.payment-approval .requests-grid .request-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;border:1px solid #e9ecef;transition:all .3s;cursor:pointer}.payment-approval .requests-grid .request-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.payment-approval .requests-grid .request-card.selected{border:2px solid #339af0;box-shadow:0 4px 20px #339af04d}.payment-approval .requests-grid .request-card .card-checkbox{position:absolute;top:15px;right:15px;z-index:1}.payment-approval .requests-grid .request-card .card-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.payment-approval .requests-grid .request-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.payment-approval .requests-grid .request-card .card-header .tenant-info h3{margin:0 0 5px;color:#2c3e50;font-size:18px;font-weight:600}.payment-approval .requests-grid .request-card .card-header .tenant-info .tenant-email{margin:0;color:#6c757d;font-size:13px}.payment-approval .requests-grid .request-card .card-header .tenant-info .invoice-badge{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:4px 8px;background:#e3f2fd;border-radius:12px;font-size:11px;color:#1976d2}.payment-approval .requests-grid .request-card .card-header .tenant-info .invoice-badge .invoice-icon{font-size:12px}.payment-approval .requests-grid .request-card .card-header .amount-info{text-align:right}.payment-approval .requests-grid .request-card .card-header .amount-info .amount{display:block;font-size:24px;font-weight:700;color:#27ae60;margin-bottom:5px}.payment-approval .requests-grid .request-card .card-content{padding:20px}.payment-approval .requests-grid .request-card .card-content .request-details .detail-row{display:flex;margin-bottom:12px}.payment-approval .requests-grid .request-card .card-content .request-details .detail-row .label{font-weight:600;color:#495057;min-width:120px;font-size:13px}.payment-approval .requests-grid .request-card .card-content .request-details .detail-row .value{color:#2c3e50;flex:1;font-size:13px}.payment-approval .requests-grid .request-card .card-content .request-details .detail-row .value.warning{color:#e74c3c;font-weight:600}.payment-approval .requests-grid .request-card .card-content .request-details .detail-row .value.balance-remaining{color:#e74c3c;font-weight:700}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section{background:#f8f9fa;border-radius:10px;padding:15px;margin-top:15px}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section .invoice-items-expanded{margin-top:15px;padding-top:15px;border-top:1px solid #e9ecef}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section .invoice-items-expanded .invoice-items-label{font-weight:600;color:#495057;margin-bottom:8px;font-size:12px}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section .invoice-items-expanded .invoice-item{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f1f1f1;font-size:12px}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section .invoice-items-expanded .invoice-item:last-child{border-bottom:none}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section .invoice-items-expanded .invoice-item .item-name{color:#495057}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section .invoice-items-expanded .invoice-item .item-amount{color:#2c3e50;font-weight:500}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section .expand-invoice-btn{background:none;border:none;color:#339af0;font-size:12px;cursor:pointer;padding:5px 0;text-decoration:underline}.payment-approval .requests-grid .request-card .card-content .request-details .invoice-details-section .expand-invoice-btn:hover{color:#1976d2}.payment-approval .requests-grid .request-card .card-content .request-details .no-invoice-info{background:#fff3e0;border-radius:8px;padding:12px;margin-top:15px}.payment-approval .requests-grid .request-card .card-content .request-details .no-invoice-info .invoice-note{font-size:11px;color:#f57c00;margin-top:5px;font-style:italic}.payment-approval .requests-grid .request-card .card-content .proof-images{margin-top:15px}.payment-approval .requests-grid .request-card .card-content .proof-images .label{display:block;font-weight:600;color:#495057;margin-bottom:8px;font-size:13px}.payment-approval .requests-grid .request-card .card-content .proof-images .images-grid{display:flex;gap:10px;flex-wrap:wrap}.payment-approval .requests-grid .request-card .card-content .proof-images .images-grid .proof-thumbnail{width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid #e9ecef;transition:all .3s}.payment-approval .requests-grid .request-card .card-content .proof-images .images-grid .proof-thumbnail:hover{border-color:#339af0;transform:scale(1.05)}.payment-approval .requests-grid .request-card .card-content .proof-images .images-grid .proof-thumbnail img{width:100%;height:100%;object-fit:cover}.payment-approval .requests-grid .request-card .card-content .proof-images .images-grid .more-images{align-self:center;color:#6c757d;font-size:12px;font-style:italic}.payment-approval .requests-grid .request-card .card-footer{padding:15px 20px;background:#f8f9fa;border-top:1px solid #e9ecef}.payment-approval .requests-grid .request-card .card-footer .request-actions{display:flex;gap:8px;justify-content:flex-end}.payment-approval .requests-grid .request-card .card-footer .request-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s}.payment-approval .requests-grid .request-card .card-footer .request-actions button.btn-success{background:#28a745;color:#fff}.payment-approval .requests-grid .request-card .card-footer .request-actions button.btn-success:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.payment-approval .requests-grid .request-card .card-footer .request-actions button.btn-primary{background:#007bff;color:#fff}.payment-approval .requests-grid .request-card .card-footer .request-actions button.btn-primary:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.payment-approval .requests-grid .request-card .card-footer .request-actions button.btn-danger{background:#dc3545;color:#fff}.payment-approval .requests-grid .request-card .card-footer .request-actions button.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.payment-approval .requests-grid .request-card .card-footer .request-actions button.btn-sm{padding:6px 12px;font-size:12px}.payment-approval .requests-grid .request-card .card-footer .request-actions button:disabled{opacity:.6;cursor:not-allowed}.payment-approval .requests-grid .request-card .card-footer .request-actions .action-info{color:#28a745;font-size:13px;font-weight:600;align-self:center}.payment-approval .requests-grid .request-card .card-footer .request-actions .rejection-info{color:#e74c3c;font-size:13px;font-style:italic;align-self:center;flex:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@media (max-width: 1200px){.table-container{overflow-x:auto}.table-container .payment-requests-table{min-width:1000px}}@media (max-width: 768px){.payment-approval{padding:15px}.payment-approval .page-header .header-stats{flex-direction:column;gap:10px}.payment-approval .page-header .header-stats .stat-card{padding:15px}.payment-approval .bulk-actions{flex-direction:column;gap:15px;align-items:stretch}.payment-approval .bulk-actions .bulk-select{justify-content:space-between}.payment-approval .bulk-actions .bulk-controls{width:100%}.payment-approval .bulk-actions .bulk-controls .bulk-action-select{flex:1}.payment-approval .header-actions{flex-direction:column;gap:16px;align-items:stretch}.payment-approval .header-actions .view-toggle{width:100%}.payment-approval .header-actions .view-toggle .view-btn{flex:1;text-align:center}.payment-approval .requests-grid{grid-template-columns:1fr}.payment-approval .modal-overlay .modal-content{width:95%;max-width:95%;margin:10px}.payment-approval .modal-overlay .modal-content .modal-body{padding:20px}.payment-approval .modal-overlay .modal-content .modal-footer{flex-direction:column;gap:10px}.payment-approval .modal-overlay .modal-content .modal-footer button{width:100%}}.inspections-page{padding:20px;font-family:Arial,sans-serif;color:#333;margin:0 auto}.inspections-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.inspections-page .top-bar .search-input{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.inspections-page .top-bar .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.inspections-page .top-bar .spinner-small{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;vertical-align:middle}.inspections-page .top-bar .btn-primary:disabled,.inspections-page .top-bar .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.inspections-page .top-bar .actions{display:flex;gap:10px}.inspections-page .top-bar .actions button{padding:8px 16px;border:none;background-color:#007bff;color:#fff;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.inspections-page .top-bar .actions button:hover{background-color:#0056b3}.inspections-page .top-bar .actions button:first-child{background-color:#6c757d}.inspections-page .top-bar .actions button:first-child:hover{background-color:#5a6268}.inspections-page .loading-container,.inspections-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:300px}.inspections-page .loading-container .spinner,.inspections-page .loading-state .spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.inspections-page .loading-container p,.inspections-page .loading-state p{color:#666;font-size:16px}.inspections-page .text-warning{color:#856404;font-size:12px;margin-top:5px;display:block}.inspections-page .inspections-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid #ddd;padding-bottom:10px}.inspections-page .inspections-tabs .tab-btn{padding:10px 20px;border:none;background:#f8f9fa;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s}.inspections-page .inspections-tabs .tab-btn.active{background:#007bff;color:#fff}.inspections-page .inspections-tabs .tab-btn:hover:not(.active){background:#e9ecef}.inspections-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.inspections-page .loading-container .spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #2c5aa0;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.inspections-page .loading-container p{color:#666;font-size:16px}.inspections-page .empty-state{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:8px;margin-top:20px}.inspections-page .empty-state .empty-icon{font-size:48px;margin-bottom:20px;opacity:.5}.inspections-page .empty-state h4{margin:0 0 10px;color:#333}.inspections-page .empty-state p{color:#666;margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto}.inspections-page .empty-state .empty-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.inspections-page .scheduled-inspections .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.inspections-page .scheduled-inspections .section-header .header-actions{display:flex;gap:10px}.inspections-page .scheduled-inspections .empty-state{text-align:center;padding:40px;background:#f8f9fa;border-radius:8px}.inspections-page .scheduled-inspections .empty-state .empty-icon{font-size:48px;margin-bottom:15px;color:#6c757d}.inspections-page .scheduled-inspections .empty-state h4{margin:0 0 10px;color:#495057}.inspections-page .scheduled-inspections .empty-state p{color:#6c757d;margin-bottom:20px}.inspections-page .scheduled-inspections .days-until{font-size:12px;color:#666;margin-top:5px}.inspections-page .scheduled-inspections .status-badge.scheduled{background:#e8f4fd;color:#3498db;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.inspections-page .scheduled-inspections .table-actions{display:flex;gap:5px}.inspections-page .scheduled-inspections .table-actions .btn-xs{padding:4px 8px;font-size:12px}.inspections-page .schedule-modal{max-width:600px}.inspections-page .schedule-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.inspections-page .schedule-modal .modal-header h2{margin:0;color:#2c3e50}.inspections-page .schedule-modal .modal-header .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.inspections-page .schedule-modal .modal-header .close-btn:hover{color:#333}.inspections-page .schedule-modal .inspection-info{background:#f8f9fa;padding:15px;border-radius:8px;margin-bottom:20px;border-left:4px solid #007bff}.inspections-page .schedule-modal .inspection-info h4{margin:0 0 10px;color:#2c3e50}.inspections-page .schedule-modal .inspection-info p{margin:5px 0;color:#495057}.inspections-page .schedule-modal .form-section .form-group{margin-bottom:15px}.inspections-page .schedule-modal .form-section .form-group label{display:block;margin-bottom:5px;font-weight:600;color:#495057}.inspections-page .schedule-modal .form-section .form-group input,.inspections-page .schedule-modal .form-section .form-group select,.inspections-page .schedule-modal .form-section .form-group textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.inspections-page .schedule-modal .form-section .form-group input:focus,.inspections-page .schedule-modal .form-section .form-group select:focus,.inspections-page .schedule-modal .form-section .form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.inspections-page .schedule-modal .form-section .form-group small{display:block;margin-top:5px;color:#6c757d;font-size:12px}.inspections-page .schedule-modal .form-section .interval-group{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.inspections-page .schedule-modal .form-section .reminder-checkboxes{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.inspections-page .schedule-modal .form-section .reminder-checkboxes .checkbox-label{display:flex;align-items:center;gap:5px;cursor:pointer;font-size:14px}.inspections-page .schedule-modal .modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.inspections-page .fresh-schedule-modal{max-width:700px}.inspections-page .fresh-schedule-modal .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.inspections-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.inspections-page .modal-overlay .modal-content{background:#fff;border-radius:8px;padding:20px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0003}.inspections-page .filters-section{margin-bottom:20px;background:#f8f9fa;border-radius:6px;padding:16px;box-shadow:0 2px 4px #0000001a}.inspections-page .filters-section .section-header{display:flex;justify-content:space-between;align-items:center}.inspections-page .filters-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.inspections-page .filters-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.inspections-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;align-items:end;margin-top:12px}.inspections-page .filters-section .filters-grid .filter-group{display:flex;flex-direction:column;gap:5px}.inspections-page .filters-section .filters-grid .filter-group label{font-size:14px;font-weight:600;color:#495057}.inspections-page .filters-section .filters-grid .filter-group select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%;background:#fff}.inspections-page .filters-section .filters-grid .filter-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.inspections-page .filters-section .filters-grid .filter-group.reset-group{display:flex;justify-content:flex-end;align-items:flex-end}.inspections-page .filters-section .filters-grid .filter-group.reset-group .reset-btn{padding:8px 12px;border:none;background-color:#6c757d;color:#fff;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.inspections-page .filters-section .filters-grid .filter-group.reset-group .reset-btn:hover{background-color:#5a6268}.inspections-page .summary-section{margin-bottom:20px;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;padding:12px 16px}.inspections-page .summary-section .section-header{display:flex;justify-content:space-between;align-items:center}.inspections-page .summary-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.inspections-page .summary-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.inspections-page .summary-section .summary-content{margin-top:12px;display:flex;gap:20px;font-weight:600;flex-wrap:wrap}.inspections-page .summary-section .summary-content div{padding:12px 16px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;border-left:4px solid #007bff}.inspections-page .summary-section .summary-content div:nth-child(2){border-left-color:#28a745}.inspections-page .summary-section .summary-content div:nth-child(3){border-left-color:#dc3545}.inspections-page .table-section{border:1px solid #ddd;border-radius:6px;padding:12px 16px;background:#fafafa;box-shadow:0 2px 4px #0000001a}.inspections-page .table-section .section-header{display:flex;justify-content:space-between;align-items:center}.inspections-page .table-section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.inspections-page .table-section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.inspections-page .table-section .table-wrapper{overflow-x:auto;position:relative;isolation:isolate;border-radius:4px;border:1px solid #e9ecef}.inspections-page .table-section .table-wrapper table{width:100%;border-collapse:collapse;font-size:14px;background:#fff}.inspections-page .table-section .table-wrapper table th,.inspections-page .table-section .table-wrapper table td{padding:12px;border:1px solid #ddd;text-align:left;vertical-align:middle}.inspections-page .table-section .table-wrapper table th{background-color:#f1f1f1;font-weight:700;position:sticky;top:0;z-index:10;border-bottom:2px solid #dee2e6;color:#495057}.inspections-page .table-section .table-wrapper table tbody tr{transition:background-color .2s}.inspections-page .table-section .table-wrapper table tbody tr:hover{background-color:#f8f9fa}.inspections-page .table-section .table-wrapper table tbody tr .clickable-name{color:#007bff;cursor:pointer;text-decoration:underline;font-weight:700;transition:color .2s}.inspections-page .table-section .table-wrapper table tbody tr .clickable-name:hover{color:#0056b3;text-decoration:none}.inspections-page .table-section .table-wrapper table tbody tr .type-badge,.inspections-page .table-section .table-wrapper table tbody tr .status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.inspections-page .table-section .table-wrapper table tbody tr .type-badge.move_in{background:#d1ecf1;color:#0c5460}.inspections-page .table-section .table-wrapper table tbody tr .type-badge.move_out{background:#d4edda;color:#155724}.inspections-page .table-section .table-wrapper table tbody tr .type-badge.routine{background:#fff3cd;color:#856404}.inspections-page .table-section .table-wrapper table tbody tr .type-badge.emergency{background:#f8d7da;color:#721c24}.inspections-page .table-section .table-wrapper table tbody tr .status-badge.draft{background:#e2e3e5;color:#383d41}.inspections-page .table-section .table-wrapper table tbody tr .status-badge.in_progress{background:#cce5ff;color:#004085}.inspections-page .table-section .table-wrapper table tbody tr .status-badge.completed{background:#d4edda;color:#155724}.inspections-page .table-section .table-wrapper table tbody tr .status-badge.reviewed{background:#d1ecf1;color:#0c5460}.inspections-page .table-section .table-wrapper table tbody tr .score-value{font-weight:700;color:#28a745}.inspections-page .table-section .pagination{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.inspections-page .table-section .pagination button{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease}.inspections-page .table-section .pagination button:hover:not(.disabled):not(.active){background:#f8f9fa;border-color:#007bff}.inspections-page .table-section .pagination button.active{background-color:#007bff;color:#fff;border-color:#007bff}.inspections-page .table-section .pagination button.disabled{opacity:.5;cursor:not-allowed}.inspections-page .table-section .pagination .pagination-info{margin-left:15px;font-size:.9rem;color:#666}.inspections-page .options-container{position:relative;display:flex;justify-content:center}.inspections-page .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.inspections-page .options-btn:hover{background:#e9ecef;border-color:#adb5bd;color:#495057}.inspections-page .dropdown-menu{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;min-width:220px;animation:dropdownFadeIn .2s ease-out}.inspections-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.inspections-page .dropdown-menu button:first-child{border-radius:8px 8px 0 0}.inspections-page .dropdown-menu button:last-child{border-bottom:none;border-radius:0 0 8px 8px}.inspections-page .dropdown-menu button:hover:not(:disabled){background:#f8f9fa}.inspections-page .dropdown-menu button:nth-child(4):hover{background:#f0f9ff;color:#17a2b8}.inspections-page .dropdown-menu button:last-child:hover{background:#fff5f5;color:#dc3545}.inspections-page .dropdown-divider{height:1px;background:#e9ecef;margin:4px 0;border:none}.inspections-page .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}@media (max-width: 768px){.inspections-page{padding:10px}.inspections-page .top-bar{flex-direction:column;align-items:stretch}.inspections-page .top-bar .search-input{margin-bottom:10px}.inspections-page .top-bar .actions,.inspections-page .inspections-tabs{flex-direction:column}.inspections-page .inspections-tabs .tab-btn{text-align:left}.inspections-page .filters-section .filters-grid{grid-template-columns:1fr}.inspections-page .summary-section .summary-content{flex-direction:column;gap:10px}.inspections-page .scheduled-inspections .section-header{flex-direction:column;gap:10px;align-items:stretch}.inspections-page .scheduled-inspections .section-header .header-actions{flex-direction:column}.inspections-page .dropdown-menu{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:280px;max-width:90vw;z-index:10000}.inspections-page .table-wrapper table th,.inspections-page .table-wrapper table td{padding:8px 6px;font-size:12px}.inspections-page .pagination{flex-direction:column;gap:10px}.inspections-page .pagination .pagination-info{margin-left:0;text-align:center}.inspections-page .modal-overlay .modal-content{margin:10px;width:calc(100% - 20px)}.inspections-page .fresh-schedule-modal .form-row{grid-template-columns:1fr}}.inspection-form-page{padding:20px;max-width:1200px;margin:0 auto}.inspection-form-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.inspection-form-page .top-bar h2{margin:0;color:#2c3e50;font-weight:700;font-size:24px}.inspection-form-page .top-bar .actions{display:flex;gap:10px}.inspection-form-page .top-bar .actions .cancel-btn{padding:10px 20px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-form-page .top-bar .actions .cancel-btn:hover{background:#5a6268}.inspection-form-page .top-bar .actions .text-info{color:#17a2b8;font-size:12px;margin-top:5px;display:block}.inspection-form-page .top-bar .actions .form-group select:disabled{background-color:#f8f9fa;opacity:.7}.inspection-form-page .top-bar .actions .form-group select:not(:disabled){background-color:#fff}.inspection-form-page .top-bar .actions .draft-btn{padding:10px 20px;background:#17a2b8;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-form-page .top-bar .actions .draft-btn:hover:not(:disabled){background:#138496}.inspection-form-page .top-bar .actions .draft-btn:disabled{opacity:.6;cursor:not-allowed}.inspection-form-page .top-bar .actions .complete-btn{padding:10px 20px;background:#28a745;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-form-page .top-bar .actions .complete-btn:hover:not(:disabled){background:#218838}.inspection-form-page .top-bar .actions .complete-btn:disabled{opacity:.6;cursor:not-allowed}.inspection-form-page .inspection-form{background:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 10px #0000001a}.inspection-form-page .inspection-form .form-section{margin-bottom:40px;padding-bottom:25px;border-bottom:1px solid #e9ecef}.inspection-form-page .inspection-form .form-section:last-child{border-bottom:none;margin-bottom:0}.inspection-form-page .inspection-form .form-section h3{margin:0 0 20px;color:#2c3e50;font-weight:700}.inspection-form-page .inspection-form .form-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.inspection-form-page .inspection-form .form-section .section-header .section-navigation{display:flex;align-items:center;gap:15px}.inspection-form-page .inspection-form .form-section .section-header .section-navigation button{padding:8px 12px;background:#f8f9fa;border:1px solid #ced4da;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s}.inspection-form-page .inspection-form .form-section .section-header .section-navigation button:hover:not(:disabled){background:#e9ecef}.inspection-form-page .inspection-form .form-section .section-header .section-navigation button:disabled{opacity:.5;cursor:not-allowed}.inspection-form-page .inspection-form .form-section .section-header .section-navigation span{font-weight:600;color:#495057}.inspection-form-page .inspection-form .form-section .section-tabs{display:flex;gap:5px;margin-bottom:25px;flex-wrap:wrap}.inspection-form-page .inspection-form .form-section .section-tabs button{padding:10px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px 6px 0 0;cursor:pointer;font-weight:500;transition:all .2s;position:relative}.inspection-form-page .inspection-form .form-section .section-tabs button:hover{background:#e9ecef}.inspection-form-page .inspection-form .form-section .section-tabs button.active{background:#fff;border-bottom:3px solid #007bff;font-weight:600;color:#007bff}.inspection-form-page .inspection-form .form-section .section-tabs button .section-score{margin-left:8px;font-size:12px;color:#28a745;font-weight:700}.inspection-form-page .inspection-form .form-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}.inspection-form-page .inspection-form .form-section .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.inspection-form-page .inspection-form .form-section .form-group input,.inspection-form-page .inspection-form .form-section .form-group select,.inspection-form-page .inspection-form .form-section .form-group textarea{width:100%;padding:10px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;transition:border-color .2s}.inspection-form-page .inspection-form .form-section .form-group input:focus,.inspection-form-page .inspection-form .form-section .form-group select:focus,.inspection-form-page .inspection-form .form-section .form-group textarea:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.inspection-form-page .inspection-form .form-section .form-group input:disabled,.inspection-form-page .inspection-form .form-section .form-group select:disabled,.inspection-form-page .inspection-form .form-section .form-group textarea:disabled{background-color:#e9ecef;cursor:not-allowed}.inspection-form-page .inspection-form .form-section .section-content h4{margin:0 0 20px;color:#495057;font-size:18px}.inspection-form-page .inspection-form .form-section .inspection-item{margin-bottom:25px;padding:20px;background:#f8f9fa;border-radius:6px;border-left:4px solid #007bff}.inspection-form-page .inspection-form .form-section .inspection-item .item-header{margin-bottom:15px}.inspection-form-page .inspection-form .form-section .inspection-item .item-header .item-label{display:block;font-weight:600;font-size:16px;color:#2c3e50}.inspection-form-page .inspection-form .form-section .inspection-item .item-header .item-label .required{color:#dc3545}.inspection-form-page .inspection-form .form-section .inspection-item .item-header .item-label .weight-badge{margin-left:10px;padding:2px 8px;background:#6c757d;color:#fff;border-radius:12px;font-size:12px;font-weight:400}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .checkbox-input{display:flex;align-items:center;gap:10px;cursor:pointer}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .checkbox-input input[type=checkbox]{width:20px;height:20px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .checkbox-input .checkbox-label{font-weight:500}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .radio-group{display:flex;flex-direction:column;gap:10px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .radio-group .radio-option{display:flex;align-items:center;gap:10px;cursor:pointer}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .radio-group .radio-option input[type=radio]{width:18px;height:18px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .radio-group .radio-option span:last-child{font-weight:500}.inspection-form-page .inspection-form .form-section .inspection-item .item-input textarea{width:100%;padding:10px;border:1px solid #ced4da;border-radius:4px;font-size:14px;resize:vertical;min-height:80px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input textarea:focus{outline:none;border-color:#80bdff}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .rating-input{display:flex;align-items:center;gap:5px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .rating-input button{background:none;border:none;font-size:28px;color:#e4e5e9;cursor:pointer;padding:0;transition:color .2s}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .rating-input button.active{color:#ffc107}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .rating-input button:hover{transform:scale(1.1)}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .rating-input .rating-value{margin-left:15px;font-weight:600;color:#495057}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions p,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad p,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions p,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad p{margin:0 0 15px;color:#6c757d}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons{display:flex;gap:10px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .camera-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .camera-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .camera-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .camera-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .signature-btn{padding:10px 15px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .camera-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .upload-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .signature-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .camera-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .upload-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .signature-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .camera-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .upload-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .signature-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .camera-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .upload-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .signature-btn:hover{background:#0056b3}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .signature-btn{background:#6c757d}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .upload-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .signature-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .upload-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .signature-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .upload-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .signature-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .upload-btn:hover,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .signature-btn:hover{background:#5a6268}.inspection-form-page .inspection-form .form-section .photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-top:20px}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-preview{position:relative;height:150px;background:#f8f9fa}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-preview img{width:100%;height:100%;object-fit:cover}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-preview .remove-photo{position:absolute;top:5px;right:5px;width:24px;height:24px;background:#dc3545e6;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-preview .remove-photo:hover{background:#c82333}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-details{padding:10px;background:#fff}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-details input,.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-details select{width:100%;padding:6px 8px;margin-bottom:5px;border:1px solid #ced4da;border-radius:4px;font-size:12px}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-details input:focus,.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-details select:focus{outline:none;border-color:#80bdff}.inspection-form-page .inspection-form .form-section .notes-input{width:100%;padding:12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;resize:vertical;min-height:100px}.inspection-form-page .inspection-form .form-section .notes-input:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.inspection-form-page .inspection-form .form-section.score-summary .score-display{background:#f8f9fa;border-radius:6px;padding:20px}.inspection-form-page .inspection-form .form-section.score-summary .score-display .overall-score{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #dee2e6}.inspection-form-page .inspection-form .form-section.score-summary .score-display .overall-score .score-label{font-size:18px;font-weight:600;color:#2c3e50}.inspection-form-page .inspection-form .form-section.score-summary .score-display .overall-score .score-value{font-size:24px;font-weight:700;color:#28a745}.inspection-form-page .inspection-form .form-section.score-summary .score-display .section-scores .section-score{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.inspection-form-page .inspection-form .form-section.score-summary .score-display .section-scores .section-score .section-name{color:#6c757d}.inspection-form-page .inspection-form .form-section.score-summary .score-display .section-scores .section-score .section-value{font-weight:600;color:#495057}.inspection-form-page .inspection-form .form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:40px;padding-top:25px;border-top:2px solid #e9ecef}.inspection-form-page .inspection-form .form-actions .cancel-btn,.inspection-form-page .inspection-form .form-actions .draft-btn,.inspection-form-page .inspection-form .form-actions .complete-btn{padding:12px 24px;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer;min-width:150px;transition:all .2s ease}.inspection-form-page .inspection-form .form-actions .cancel-btn:hover:not(:disabled),.inspection-form-page .inspection-form .form-actions .draft-btn:hover:not(:disabled),.inspection-form-page .inspection-form .form-actions .complete-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.inspection-form-page .inspection-form .form-actions .cancel-btn:active:not(:disabled),.inspection-form-page .inspection-form .form-actions .draft-btn:active:not(:disabled),.inspection-form-page .inspection-form .form-actions .complete-btn:active:not(:disabled){transform:translateY(0)}.inspection-form-page .inspection-form .form-actions .cancel-btn{background:#6c757d;color:#fff}.inspection-form-page .inspection-form .form-actions .cancel-btn:hover{background:#5a6268}.inspection-form-page .inspection-form .form-actions .cancel-btn:disabled{opacity:.6;cursor:not-allowed}.inspection-form-page .inspection-form .form-actions .draft-btn{background:#17a2b8;color:#fff}.inspection-form-page .inspection-form .form-actions .draft-btn:hover:not(:disabled){background:#138496}.inspection-form-page .inspection-form .form-actions .draft-btn:disabled{opacity:.6;cursor:not-allowed}.inspection-form-page .inspection-form .form-actions .complete-btn{background:#28a745;color:#fff}.inspection-form-page .inspection-form .form-actions .complete-btn:hover:not(:disabled){background:#218838}.inspection-form-page .inspection-form .form-actions .complete-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.inspection-form-page{padding:10px}.inspection-form-page .top-bar{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px}.inspection-form-page .top-bar h2{font-size:20px}.inspection-form-page .top-bar .actions{width:100%;flex-direction:column}.inspection-form-page .top-bar .actions button{width:100%;text-align:center}.inspection-form-page .inspection-form{padding:15px;border-radius:6px}.inspection-form-page .inspection-form .form-section{margin-bottom:30px;padding-bottom:20px}.inspection-form-page .inspection-form .form-section h3{font-size:18px;margin-bottom:15px}.inspection-form-page .inspection-form .form-section .section-header{flex-direction:column;gap:15px;align-items:flex-start}.inspection-form-page .inspection-form .form-section .section-header .section-navigation{width:100%;justify-content:space-between}.inspection-form-page .inspection-form .form-section .section-header .section-navigation span{font-size:14px}.inspection-form-page .inspection-form .form-section .section-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:10px;margin-bottom:20px}.inspection-form-page .inspection-form .form-section .section-tabs button{white-space:nowrap;font-size:14px;padding:8px 12px}.inspection-form-page .inspection-form .form-section .form-grid{grid-template-columns:1fr;gap:15px}.inspection-form-page .inspection-form .form-section .inspection-item{padding:15px;margin-bottom:20px}.inspection-form-page .inspection-form .form-section .inspection-item .item-header .item-label{font-size:15px}.inspection-form-page .inspection-form .form-section .inspection-item .item-header .item-label .weight-badge{font-size:11px;padding:2px 6px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .rating-input{flex-wrap:wrap}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .rating-input button{font-size:24px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .rating-input .rating-value{margin-left:10px;font-size:14px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons{flex-direction:column;gap:8px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .camera-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .photo-instructions .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .camera-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .photo-input .signature-pad .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .camera-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .photo-instructions .photo-buttons .signature-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .camera-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .upload-btn,.inspection-form-page .inspection-form .form-section .inspection-item .item-input .signature-input .signature-pad .photo-buttons .signature-btn{width:100%}.inspection-form-page .inspection-form .form-section .photos-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-preview{height:120px}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-details{padding:8px}.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-details input,.inspection-form-page .inspection-form .form-section .photos-grid .photo-card .photo-details select{font-size:11px;padding:5px}.inspection-form-page .inspection-form .form-section.score-summary .score-display{padding:15px}.inspection-form-page .inspection-form .form-section.score-summary .score-display .overall-score{flex-direction:column;align-items:flex-start;gap:8px}.inspection-form-page .inspection-form .form-section.score-summary .score-display .overall-score .score-label{font-size:16px}.inspection-form-page .inspection-form .form-section.score-summary .score-display .overall-score .score-value{font-size:20px}.inspection-form-page .inspection-form .form-actions{flex-direction:column;gap:10px;margin-top:30px;padding-top:20px}.inspection-form-page .inspection-form .form-actions .cancel-btn,.inspection-form-page .inspection-form .form-actions .draft-btn,.inspection-form-page .inspection-form .form-actions .complete-btn{width:100%;min-width:auto;font-size:15px;padding:14px}}@media (max-width: 480px){.inspection-form-page .inspection-form .form-section .photos-grid{grid-template-columns:1fr}.inspection-form-page .inspection-form .form-section .section-tabs{gap:2px}.inspection-form-page .inspection-form .form-section .section-tabs button{padding:6px 10px;font-size:13px}.inspection-form-page .inspection-form .form-section .inspection-item .item-input .radio-group .radio-option{font-size:14px}}@media print{.inspection-form-page .top-bar,.inspection-form-page .form-actions,.inspection-form-page .section-navigation,.inspection-form-page .section-tabs,.inspection-form-page .photo-buttons,.inspection-form-page .remove-photo,.inspection-form-page .options-btn{display:none!important}.inspection-form-page .inspection-form{box-shadow:none;padding:0}.inspection-form-page .inspection-form .form-section{break-inside:avoid;border:none;padding-bottom:20px;margin-bottom:20px}.inspection-form-page .inspection-form .form-section:last-child{padding-bottom:0}.inspection-form-page .inspection-form .photos-grid{grid-template-columns:repeat(2,1fr)}.inspection-form-page .inspection-form .photos-grid .photo-card{break-inside:avoid}.inspection-form-page .inspection-form .photos-grid .photo-card .photo-preview{height:200px}}.inspection-form-page .pending-uploads{margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:6px;border:1px dashed #007bff}.inspection-form-page .pending-uploads p{margin:0 0 10px;font-weight:600;color:#495057}.inspection-form-page .pending-uploads .pending-files{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.inspection-form-page .pending-uploads .pending-files .pending-file{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border:1px solid #e9ecef;border-radius:4px}.inspection-form-page .pending-uploads .pending-files .pending-file span{font-size:14px;color:#495057;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-form-page .pending-uploads .pending-files .pending-file .remove-file-btn{background:#dc3545;color:#fff;border:none;border-radius:4px;width:24px;height:24px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.inspection-form-page .pending-uploads .pending-files .pending-file .remove-file-btn:hover{background:#c82333}.inspection-form-page .pending-uploads .upload-actions{display:flex;gap:10px}.inspection-form-page .pending-uploads .upload-actions .upload-now-btn{padding:8px 16px;background:#28a745;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-form-page .pending-uploads .upload-actions .upload-now-btn:hover:not(:disabled){background:#218838}.inspection-form-page .pending-uploads .upload-actions .upload-now-btn:disabled{opacity:.6;cursor:not-allowed}.inspection-form-page .pending-uploads .upload-actions .cancel-upload-btn{padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-form-page .pending-uploads .upload-actions .cancel-upload-btn:hover{background:#5a6268}.inspection-form-page .error-message{color:#dc3545;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:10px;margin:10px 0;font-size:14px}.template-builder-page{padding:20px;max-width:1200px;margin:0 auto}.template-builder-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.template-builder-page .top-bar h2{margin:0;color:#2c3e50;font-weight:700}.template-builder-page .top-bar .actions{display:flex;gap:10px}.template-builder-page .top-bar .actions .cancel-btn{padding:10px 20px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.template-builder-page .top-bar .actions .cancel-btn:hover{background:#5a6268}.template-builder-page .top-bar .actions .save-btn{padding:10px 20px;background:#28a745;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.template-builder-page .top-bar .actions .save-btn:hover:not(:disabled){background:#218838}.template-builder-page .top-bar .actions .save-btn:disabled{opacity:.6;cursor:not-allowed}.template-builder-page .template-form{background:#fff;border-radius:8px;padding:25px;box-shadow:0 2px 10px #0000001a}.template-builder-page .template-form .form-group{margin-bottom:25px}.template-builder-page .template-form .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.template-builder-page .template-form .form-group input[type=text],.template-builder-page .template-form .form-group textarea,.template-builder-page .template-form .form-group select{width:100%;padding:10px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;transition:border-color .2s}.template-builder-page .template-form .form-group input[type=text]:focus,.template-builder-page .template-form .form-group textarea:focus,.template-builder-page .template-form .form-group select:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.template-builder-page .template-form .form-group textarea{resize:vertical;min-height:80px}.template-builder-page .template-form .form-group.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.template-builder-page .template-form .form-group.checkbox-group label input[type=checkbox]{width:auto;margin:0}.template-builder-page .template-form .sections-header{display:flex;justify-content:space-between;align-items:center;margin:40px 0 20px;padding-bottom:15px;border-bottom:1px solid #e9ecef}.template-builder-page .template-form .sections-header h3{margin:0;color:#2c3e50}.template-builder-page .template-form .sections-header .add-section-btn{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}.template-builder-page .template-form .sections-header .add-section-btn:hover{background:#0056b3}.template-builder-page .template-form .empty-state{text-align:center;padding:60px 40px;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.template-builder-page .template-form .empty-state p{margin:0 0 20px;color:#6c757d;font-size:16px}.template-builder-page .template-form .empty-state .add-first-section-btn{padding:12px 24px;background:#007bff;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.template-builder-page .template-form .empty-state .add-first-section-btn:hover{background:#0056b3}.template-builder-page .template-form .sections-list{display:flex;flex-direction:column;gap:25px}.template-builder-page .template-form .section-card{background:#f8f9fa;border-radius:8px;padding:20px;border:1px solid #e9ecef}.template-builder-page .template-form .section-card .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.template-builder-page .template-form .section-card .section-header .section-title{flex:1;padding:8px 12px;font-size:18px;font-weight:600;border:1px solid #ced4da;border-radius:4px;background:#fff}.template-builder-page .template-form .section-card .section-header .section-title:focus{outline:none;border-color:#80bdff}.template-builder-page .template-form .section-card .section-header .section-actions{display:flex;gap:5px;margin-left:15px}.template-builder-page .template-form .section-card .section-header .section-actions button{padding:6px 10px;background:#fff;border:1px solid #ced4da;border-radius:4px;cursor:pointer;transition:all .2s}.template-builder-page .template-form .section-card .section-header .section-actions button:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}.template-builder-page .template-form .section-card .section-header .section-actions button:disabled{opacity:.5;cursor:not-allowed}.template-builder-page .template-form .section-card .section-header .section-actions button.delete-btn{color:#dc3545;border-color:#f5c6cb}.template-builder-page .template-form .section-card .section-header .section-actions button.delete-btn:hover{background:#f8d7da}.template-builder-page .template-form .section-card .items-list{display:flex;flex-direction:column;gap:15px}.template-builder-page .template-form .section-card .item-card{background:#fff;border-radius:6px;padding:15px;border:1px solid #e9ecef}.template-builder-page .template-form .section-card .item-card .item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.template-builder-page .template-form .section-card .item-card .item-header .item-type-select{padding:6px 10px;border:1px solid #ced4da;border-radius:4px;font-size:14px;min-width:180px}.template-builder-page .template-form .section-card .item-card .item-header .item-type-select:focus{outline:none;border-color:#80bdff}.template-builder-page .template-form .section-card .item-card .item-header .item-actions{display:flex;gap:5px}.template-builder-page .template-form .section-card .item-card .item-header .item-actions button{padding:4px 8px;background:#f8f9fa;border:1px solid #ced4da;border-radius:4px;cursor:pointer;font-size:12px}.template-builder-page .template-form .section-card .item-card .item-header .item-actions button:hover:not(:disabled){background:#e9ecef}.template-builder-page .template-form .section-card .item-card .item-header .item-actions button:disabled{opacity:.5;cursor:not-allowed}.template-builder-page .template-form .section-card .item-card .item-header .item-actions button.delete-btn{color:#dc3545;border-color:#f5c6cb}.template-builder-page .template-form .section-card .item-card .item-header .item-actions button.delete-btn:hover{background:#f8d7da}.template-builder-page .template-form .section-card .item-card .item-body .item-label{width:100%;padding:8px 10px;margin-bottom:15px;border:1px solid #ced4da;border-radius:4px;font-size:14px}.template-builder-page .template-form .section-card .item-card .item-body .item-label:focus{outline:none;border-color:#80bdff}.template-builder-page .template-form .section-card .item-card .item-body .item-properties{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-end}.template-builder-page .template-form .section-card .item-card .item-body .item-properties .checkbox-property{display:flex;align-items:center;gap:5px;font-size:14px;cursor:pointer}.template-builder-page .template-form .section-card .item-card .item-body .item-properties .checkbox-property input[type=checkbox]{width:auto;margin:0}.template-builder-page .template-form .section-card .item-card .item-body .item-properties .property-group label{display:block;margin-bottom:5px;font-size:12px;font-weight:600;color:#6c757d}.template-builder-page .template-form .section-card .item-card .item-body .item-properties .property-group input{padding:6px 10px;border:1px solid #ced4da;border-radius:4px;font-size:14px}.template-builder-page .template-form .section-card .item-card .item-body .item-properties .property-group input:focus{outline:none;border-color:#80bdff}.template-builder-page .template-form .form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:40px;padding-top:20px;border-top:1px solid #e9ecef}.template-builder-page .template-form .form-actions .cancel-btn,.template-builder-page .template-form .form-actions .save-btn{padding:12px 24px;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer}.template-builder-page .template-form .form-actions .cancel-btn{background:#6c757d;color:#fff}.template-builder-page .template-form .form-actions .cancel-btn:hover{background:#5a6268}.template-builder-page .template-form .form-actions .save-btn{background:#28a745;color:#fff}.template-builder-page .template-form .form-actions .save-btn:hover:not(:disabled){background:#218838}.template-builder-page .template-form .form-actions .save-btn:disabled{opacity:.6;cursor:not-allowed}.templates-list-page{padding:20px;max-width:1400px;margin:0 auto}.templates-list-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e9ecef}.templates-list-page .top-bar .search-section{display:flex;align-items:center;gap:20px;flex:1}.templates-list-page .top-bar .search-section .search-input{padding:10px 15px;border:1px solid #ced4da;border-radius:6px;font-size:14px;min-width:300px;transition:border-color .2s}.templates-list-page .top-bar .search-section .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.templates-list-page .top-bar .search-section .filter-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;color:#495057;font-weight:500}.templates-list-page .top-bar .search-section .filter-checkbox input[type=checkbox]{width:18px;height:18px}.templates-list-page .top-bar .actions .create-btn{padding:10px 20px;background:#28a745;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.templates-list-page .top-bar .actions .create-btn:hover{background:#218838}.templates-list-page .templates-section .section-header{margin-bottom:25px}.templates-list-page .templates-section .section-header h3{margin:0 0 8px;color:#2c3e50;font-weight:700;font-size:22px}.templates-list-page .templates-section .section-header small{color:#6c757d;font-size:14px}.templates-list-page .templates-section .empty-state{text-align:center;padding:60px 40px;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.templates-list-page .templates-section .empty-state p{margin:0 0 20px;color:#6c757d;font-size:16px}.templates-list-page .templates-section .empty-state .create-first-btn{padding:12px 24px;background:#007bff;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.templates-list-page .templates-section .empty-state .create-first-btn:hover{background:#0056b3}.templates-list-page .templates-section .templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px}.templates-list-page .templates-section .templates-grid .template-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef;transition:transform .2s,box-shadow .2s;position:relative}.templates-list-page .templates-section .templates-grid .template-card.system-template{border-left:4px solid #6f42c1;background:linear-gradient(135deg,#fff,#f9f7ff)}.templates-list-page .templates-section .templates-grid .template-card.system-template:hover{border-left-color:#5a32a3;box-shadow:0 4px 16px #6f42c126}.templates-list-page .templates-section .templates-grid .template-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.templates-list-page .templates-section .templates-grid .template-card .template-content{padding:20px;cursor:pointer}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-header h4{margin:0;color:#2c3e50;font-weight:700;font-size:18px;flex:1}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-header .template-badges{display:flex;gap:8px;margin-left:10px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-header .template-badges .default-badge{padding:4px 10px;background:#007bff;color:#fff;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap;cursor:help;position:relative}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-header .template-badges .default-badge:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;margin-bottom:5px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-header .template-badges .system-badge{padding:4px 10px;background:#6f42c1;color:#fff;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap;cursor:help;position:relative}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-header .template-badges .system-badge:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;margin-bottom:5px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-description{margin:0 0 20px;color:#6c757d;font-size:14px;line-height:1.5}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:15px;margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:6px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-stats .stat{display:flex;flex-direction:column;align-items:center}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-stats .stat .stat-label{font-size:12px;color:#6c757d;margin-bottom:4px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-stats .stat .stat-value{font-weight:700;color:#495057;font-size:16px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-preview{border-top:1px solid #e9ecef;padding-top:15px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-preview small{display:block;margin-bottom:10px;color:#6c757d;font-weight:600}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-preview .preview-items .preview-section{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed #dee2e6}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-preview .preview-items .preview-section:last-child{border-bottom:none}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-preview .preview-items .preview-section strong{font-size:13px;color:#495057}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-preview .preview-items .preview-section span{font-size:12px;color:#6c757d;background:#e9ecef;padding:2px 8px;border-radius:10px}.templates-list-page .templates-section .templates-grid .template-card .template-content .template-preview .preview-items .preview-more{text-align:center;padding:10px;color:#007bff;font-size:12px;font-weight:600}.templates-list-page .templates-section .templates-grid .template-card .template-actions{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f9fa;border-top:1px solid #e9ecef}.templates-list-page .templates-section .templates-grid .template-card .template-actions .use-template-btn{padding:8px 16px;background:#17a2b8;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}.templates-list-page .templates-section .templates-grid .template-card .template-actions .use-template-btn:hover{background:#138496}.templates-list-page .templates-section .templates-grid .template-card .template-actions .options-container{position:relative}.templates-list-page .templates-section .templates-grid .template-card .template-actions .options-container .options-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:18px;font-weight:700;color:#6c757d;transition:all .2s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.templates-list-page .templates-section .templates-grid .template-card .template-actions .options-container .options-btn:hover{background:#e9ecef;border-color:#adb5bd;color:#495057}.templates-list-page .templates-section .templates-grid .template-card .system-template-note{padding:8px 20px;background:#f0e6ff;border-top:1px solid #e0d0ff;font-size:12px;color:#5a32a3;text-align:center}.templates-list-page .templates-section .templates-grid .template-card .system-template-note small{font-weight:500}.templates-list-page .dropdown-menu{position:fixed;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;min-width:220px;animation:dropdownFadeIn .2s ease-out}.templates-list-page .dropdown-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid #f8f9fa;font-size:14px;font-weight:500;transition:background-color .15s ease;white-space:nowrap}.templates-list-page .dropdown-menu button:first-child{border-radius:8px 8px 0 0}.templates-list-page .dropdown-menu button:last-child{border-bottom:none;border-radius:0 0 8px 8px}.templates-list-page .dropdown-menu button:hover:not(.delete-option):not(:disabled){background:#f8f9fa}.templates-list-page .dropdown-menu button.delete-option{color:#dc3545}.templates-list-page .dropdown-menu button.delete-option:hover:not(:disabled){background:#fff5f5}.templates-list-page .dropdown-menu button.delete-option:disabled{color:#adb5bd;background:#f8f9fa;cursor:not-allowed;opacity:.6}.templates-list-page .dropdown-divider{height:1px;background:#e9ecef;margin:4px 0;border:none}.templates-list-page .dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.templates-list-page{padding:10px}.templates-list-page .top-bar{flex-direction:column;align-items:stretch;gap:15px}.templates-list-page .top-bar .search-section{flex-direction:column;align-items:stretch}.templates-list-page .top-bar .search-section .search-input{min-width:auto;width:100%}.templates-list-page .templates-grid{grid-template-columns:1fr}.templates-list-page .templates-grid .template-card .template-header{flex-direction:column;align-items:flex-start;gap:10px}.templates-list-page .templates-grid .template-card .template-header .template-badges{margin-left:0}.templates-list-page .dropdown-menu{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:280px;max-width:90vw;z-index:10000}}@media (max-width: 480px){.templates-list-page .templates-grid .template-card .template-stats{grid-template-columns:1fr}.templates-list-page .templates-grid .template-card .template-actions{flex-direction:column;gap:10px}.templates-list-page .templates-grid .template-card .template-actions .use-template-btn,.templates-list-page .templates-grid .template-card .template-actions .options-container,.templates-list-page .templates-grid .template-card .template-actions .options-container .options-btn{width:100%}}.inspection-view-page{padding:20px;max-width:1400px;margin:0 auto}.inspection-view-page .loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:50px auto}.inspection-view-page .error-alert,.inspection-view-page .no-data{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;padding:30px;text-align:center;margin:50px auto;max-width:600px}.inspection-view-page .error-alert h3,.inspection-view-page .no-data h3{color:#721c24;margin-bottom:15px}.inspection-view-page .error-alert p,.inspection-view-page .no-data p{color:#721c24;margin-bottom:20px}.inspection-view-page .error-alert button,.inspection-view-page .no-data button{padding:10px 20px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-view-page .error-alert button:hover,.inspection-view-page .no-data button:hover{background:#5a6268}.inspection-view-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e9ecef}.inspection-view-page .top-bar .back-btn{padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-view-page .top-bar .back-btn:hover{background:#5a6268}.inspection-view-page .top-bar h2{margin:0;color:#2c3e50;font-weight:700;font-size:24px;flex:1;text-align:center}.inspection-view-page .top-bar .actions{display:flex;gap:10px}.inspection-view-page .top-bar .actions .edit-btn{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-view-page .top-bar .actions .edit-btn:hover{background:#0056b3}.inspection-view-page .top-bar .actions .report-btn{padding:8px 16px;background:#28a745;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.inspection-view-page .top-bar .actions .report-btn:hover{background:#218838}.inspection-view-page .inspection-details .info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:30px}.inspection-view-page .inspection-details .info-cards .info-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.inspection-view-page .inspection-details .info-cards .info-card h4{margin:0 0 10px;color:#495057;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.inspection-view-page .inspection-details .info-cards .info-card p{margin:0 0 5px;color:#2c3e50;font-weight:500;font-size:16px}.inspection-view-page .inspection-details .info-cards .info-card small{color:#6c757d;font-size:12px}.inspection-view-page .inspection-details .info-cards .info-card .status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;margin-left:8px}.inspection-view-page .inspection-details .info-cards .info-card .status-badge.draft{background:#6c757d;color:#fff}.inspection-view-page .inspection-details .info-cards .info-card .status-badge.in_progress{background:#17a2b8;color:#fff}.inspection-view-page .inspection-details .info-cards .info-card .status-badge.completed{background:#28a745;color:#fff}.inspection-view-page .inspection-details .info-cards .info-card .status-badge.reviewed{background:#007bff;color:#fff}.inspection-view-page .inspection-details .info-cards .info-card .status-badge.archived{background:#6c757d;color:#fff}.inspection-view-page .inspection-details .info-cards .info-card .score-value{color:#28a745;font-weight:600}.inspection-view-page .inspection-details .notes-section{background:#fff;border-radius:8px;padding:20px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.inspection-view-page .inspection-details .notes-section h4{margin:0 0 15px;color:#2c3e50;font-weight:600;padding-bottom:10px;border-bottom:1px solid #e9ecef}.inspection-view-page .inspection-details .notes-section .notes-content{margin:0;color:#495057;line-height:1.6;white-space:pre-line}.inspection-view-page .inspection-details .checklist-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.inspection-view-page .inspection-details .checklist-section .section-header h3{margin:0;color:#2c3e50;font-weight:700;font-size:20px}.inspection-view-page .inspection-details .checklist-section .section-header .section-stats{display:flex;gap:15px}.inspection-view-page .inspection-details .checklist-section .section-header .section-stats .section-count,.inspection-view-page .inspection-details .checklist-section .section-header .section-stats .response-count{background:#e9ecef;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;color:#495057}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card{background:#fff;border-radius:8px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-title{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e9ecef}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-title h4{margin:0 0 8px;color:#2c3e50;font-weight:600;font-size:18px}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-title .section-description{margin:0;color:#6c757d;font-size:14px;line-height:1.5}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed #dee2e6}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item:last-child{border-bottom:none}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item .item-label{color:#495057;font-weight:500;flex:1;display:flex;align-items:center;gap:8px}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item .item-label .item-text{flex:1}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item .item-label .required-indicator{color:#dc3545;font-weight:700}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item .item-label .item-type{background:#e9ecef;padding:2px 8px;border-radius:4px;font-size:10px;color:#6c757d;text-transform:uppercase}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item .item-response{padding:6px 12px;border-radius:4px;font-weight:600;font-size:14px;min-width:100px;text-align:center}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item .item-response.passed{background:#d4edda;color:#155724}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item .item-response.failed{background:#f8d7da;color:#721c24}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .section-items .checklist-item .item-response:empty{background:#f8f9fa;color:#6c757d;font-style:italic}.inspection-view-page .inspection-details .checklist-section .sections-container .section-card .no-items{color:#6c757d;font-style:italic;text-align:center;padding:20px;margin:0}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card{background:#fff;border-radius:8px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card h4{margin:0 0 20px;color:#2c3e50;font-weight:600;padding-bottom:10px;border-bottom:1px solid #e9ecef}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card .section-items .checklist-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed #dee2e6}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card .section-items .checklist-item:last-child{border-bottom:none}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card .section-items .checklist-item .item-label{color:#495057;font-weight:500;flex:1}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card .section-items .checklist-item .item-response{padding:6px 12px;border-radius:4px;font-weight:600;font-size:14px;min-width:100px;text-align:center}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card .section-items .checklist-item .item-response.passed{background:#d4edda;color:#155724}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card .section-items .checklist-item .item-response.failed{background:#f8d7da;color:#721c24}.inspection-view-page .inspection-details .checklist-section .raw-responses .section-card .section-items .checklist-item .item-response:not(.passed):not(.failed){background:#e9ecef;color:#495057}.inspection-view-page .inspection-details .checklist-section .no-checklist{background:#fff;border-radius:8px;padding:40px;text-align:center;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.inspection-view-page .inspection-details .checklist-section .no-checklist .empty-state p{margin:0 0 10px;color:#6c757d}.inspection-view-page .inspection-details .checklist-section .no-checklist .empty-state .warning{color:#856404;background:#fff3cd;padding:10px;border-radius:4px;border:1px solid #ffeaa7}.inspection-view-page .inspection-details .maintenance-section{margin-top:30px}.inspection-view-page .inspection-details .maintenance-section h3{color:#2c3e50;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.inspection-view-page .inspection-details .maintenance-section .issues-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.inspection-view-page .inspection-details .maintenance-section .issues-list .issue-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;border:1px solid #e9ecef}.inspection-view-page .inspection-details .maintenance-section .issues-list .issue-card h5{margin:0 0 10px;color:#2c3e50;font-weight:600}.inspection-view-page .inspection-details .maintenance-section .issues-list .issue-card p{margin:0 0 8px;color:#495057;font-size:14px}.inspection-view-page .inspection-details .maintenance-section .issues-list .issue-card p strong{color:#343a40;margin-right:5px}.inspection-view-page .inspection-details .maintenance-section .issues-list .issue-card p .priority-low{color:#28a745}.inspection-view-page .inspection-details .maintenance-section .issues-list .issue-card p .priority-medium{color:#ffc107}.inspection-view-page .inspection-details .maintenance-section .issues-list .issue-card p .priority-high{color:#dc3545}.inspection-view-page .inspection-details .maintenance-section .issues-list .issue-card p .priority-urgent{color:#721c24;font-weight:700}.inspection-view-page.error{text-align:center;padding:60px 20px;color:#dc3545;font-size:18px}@media (max-width: 768px){.inspection-view-page{padding:10px}.inspection-view-page .top-bar{flex-direction:column;gap:15px;text-align:center}.inspection-view-page .top-bar h2{order:-1;margin-bottom:10px}.inspection-view-page .top-bar .actions{width:100%;justify-content:center}.inspection-view-page .info-cards{grid-template-columns:1fr}.inspection-view-page .checklist-section .section-header{flex-direction:column;align-items:flex-start;gap:10px}.inspection-view-page .checklist-section .section-header .section-stats{width:100%;justify-content:flex-start}.inspection-view-page .section-card{padding:15px}.inspection-view-page .checklist-item{flex-direction:column;align-items:flex-start!important;gap:8px}.inspection-view-page .checklist-item .item-response{align-self:flex-start;min-width:auto!important;width:100%}.inspection-view-page .maintenance-section .issues-list{grid-template-columns:1fr}}@media (max-width: 480px){.inspection-view-page .top-bar .actions{flex-direction:column;width:100%}.inspection-view-page .top-bar .actions button{width:100%}}.report-page{padding:20px;background:#f8f9fa;min-height:100vh}.report-page .report-controls{position:sticky;top:0;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;z-index:100;display:flex;justify-content:space-between;align-items:center}.report-page .report-controls .back-btn{padding:10px 20px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.report-page .report-controls .back-btn:hover{background:#5a6268}.report-page .report-controls .print-btn{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.report-page .report-controls .print-btn:hover{background:#0056b3}.report-page .report-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;overflow:hidden;min-height:500px}.report-page .report-content h1,.report-page .report-content h2,.report-page .report-content h3,.report-page .report-content h4{color:#2c3e50;margin-bottom:15px}.report-page .report-content .report-header{padding:30px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:2px solid #dee2e6}.report-page .report-content .report-header h1{font-size:28px;font-weight:700;margin-bottom:10px}.report-page .report-content .report-header .report-subtitle{color:#6c757d;font-size:16px;font-weight:500}.report-page .report-content .property-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:20px 0;padding:0 30px}.report-page .report-content .property-info-grid .info-card{background:#f8f9fa;border-radius:8px;padding:15px;border-left:4px solid #007bff}.report-page .report-content .property-info-grid .info-card h3{font-size:12px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.report-page .report-content .property-info-grid .info-card p{font-size:14px;color:#2c3e50;font-weight:500;margin-bottom:5px}.report-page .report-content .property-info-grid .info-card small{font-size:12px;color:#6c757d}.report-page .report-content .score-display{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:15px 25px;border-radius:8px;display:inline-flex;align-items:center;gap:15px;margin:20px 30px}.report-page .report-content .score-display .score-value{font-size:24px;font-weight:700}.report-page .report-content .sections-container{padding:30px}.report-page .report-content .sections-container .section-card{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid #e9ecef}.report-page .report-content .sections-container .section-card .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.report-page .report-content .sections-container .section-card .section-header .section-title{font-size:16px;font-weight:600;color:#2c3e50}.report-page .report-content .sections-container .section-card .section-header .section-score{background:#e9ecef;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;color:#495057}.report-page .report-content .sections-container .section-card .items-grid .item-row{display:grid;grid-template-columns:1fr auto;gap:15px;align-items:center;padding:10px 0;border-bottom:1px solid #e9ecef}.report-page .report-content .sections-container .section-card .items-grid .item-row:last-child{border-bottom:none}.report-page .report-content .sections-container .section-card .items-grid .item-row .item-label{font-weight:500;color:#495057}.report-page .report-content .sections-container .section-card .items-grid .item-row .item-response{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600}.report-page .report-content .sections-container .section-card .items-grid .item-row .item-response.response-pass{background:#d4edda;color:#155724}.report-page .report-content .sections-container .section-card .items-grid .item-row .item-response.response-fail{background:#f8d7da;color:#721c24}.report-page .report-content .sections-container .section-card .items-grid .item-row .item-response.response-info{background:#d1ecf1;color:#0c5460}.report-page .report-content .photos-section{padding:0 30px 30px}.report-page .report-content .photos-section .photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;margin-top:15px}.report-page .report-content .photos-section .photos-grid .photo-item{border-radius:6px;overflow:hidden;border:1px solid #e9ecef;background:#fff}.report-page .report-content .photos-section .photos-grid .photo-item img{width:100%;height:150px;object-fit:cover;display:block}.report-page .report-content .photos-section .photos-grid .photo-item .photo-caption{padding:8px;font-size:11px;color:#6c757d;text-align:center}.report-page .report-content .notes-section{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:20px;margin:20px 30px}.report-page .report-content .notes-section .notes-title{font-size:14px;font-weight:600;color:#856404;margin-bottom:10px}.report-page .report-content .notes-section .notes-content{color:#856404;line-height:1.6}.report-page .report-content .report-footer{padding:20px 30px;border-top:1px solid #e9ecef;text-align:center;color:#6c757d;font-size:12px}.report-page.error{text-align:center;padding:60px 20px;color:#dc3545;font-size:18px}@media print{.report-page{padding:0;background:#fff}.report-page .report-controls{display:none}.report-page .report-content{box-shadow:none;border-radius:0}}@media (max-width: 768px){.report-page{padding:10px}.report-page .report-controls{flex-direction:column;gap:10px}.report-page .report-controls button{width:100%}.report-page .report-content .property-info-grid{grid-template-columns:1fr;padding:0 15px}.report-page .report-content .sections-container,.report-page .report-content .photos-section{padding:20px 15px}.report-page .report-content .section-card{padding:15px}.report-page .report-content .item-row{grid-template-columns:1fr;gap:5px}.report-page .report-content .photos-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.notifications-page{padding:20px;font-family:Arial,sans-serif;color:#333;margin:0 auto}.notifications-page .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.notifications-page .top-bar .search-input{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.notifications-page .top-bar .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.notifications-page .top-bar .actions{display:flex;gap:10px}.notifications-page .top-bar .actions button{padding:8px 16px;border:none;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease;font-size:14px}.notifications-page .top-bar .actions button:disabled{opacity:.5;cursor:not-allowed}.notifications-page .top-bar .actions button.refresh-btn{background:#6c757d;color:#fff}.notifications-page .top-bar .actions button.refresh-btn:hover:not(:disabled){background-color:#5a6268}.notifications-page .top-bar .actions button.mark-all-btn{background:#2c5aa0;color:#fff}.notifications-page .top-bar .actions button.mark-all-btn:hover:not(:disabled){background-color:#1a3a70}.notifications-page .top-bar .actions button.delete-btn{background:#dc3545;color:#fff}.notifications-page .top-bar .actions button.delete-btn:hover:not(:disabled){background-color:#c82333}.notifications-page .section{margin-bottom:20px;background:#fff;border-radius:6px;padding:16px;box-shadow:0 2px 4px #0000001a}.notifications-page .section .section-header{display:flex;justify-content:space-between;align-items:center}.notifications-page .section .section-header h3{margin:0;font-weight:700;color:#2c3e50}.notifications-page .section .section-header button{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;color:#555}.notifications-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;align-items:end;margin-top:12px}.notifications-page .filters-section .filters-grid .filter-group{display:flex;flex-direction:column;gap:5px}.notifications-page .filters-section .filters-grid .filter-group label{font-size:14px;font-weight:600;color:#495057}.notifications-page .filters-section .filters-grid .filter-group input,.notifications-page .filters-section .filters-grid .filter-group select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100%;background:#fff}.notifications-page .filters-section .filters-grid .filter-group input:focus,.notifications-page .filters-section .filters-grid .filter-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.notifications-page .filters-section .filters-grid .filter-group .date-inputs{display:flex;gap:8px}.notifications-page .filters-section .filters-grid .filter-group .date-inputs input{flex:1}.notifications-page .filters-section .filters-grid .filter-group.reset-group{display:flex;justify-content:flex-end;align-items:flex-end}.notifications-page .filters-section .filters-grid .filter-group.reset-group .reset-btn{padding:8px 12px;border:none;background-color:#6c757d;color:#fff;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.notifications-page .filters-section .filters-grid .filter-group.reset-group .reset-btn:hover{background-color:#5a6268}.notifications-page .summary-section .summary-content{margin-top:12px;display:flex;gap:20px;font-weight:600;flex-wrap:wrap}.notifications-page .summary-section .summary-content div{padding:12px 16px;background:#f8f9fa;border-radius:4px;box-shadow:0 1px 3px #0000001a;border-left:4px solid #2c5aa0}.notifications-page .summary-section .summary-content div:nth-child(2){border-left-color:#e74c3c}.notifications-page .summary-section .summary-content div:nth-child(3){border-left-color:#28a745}.notifications-page .summary-section .summary-content div:nth-child(4){border-left-color:#17a2b8}.notifications-page .notifications-section .section-header .header-actions{display:flex;align-items:center;gap:15px}.notifications-page .notifications-section .section-header .header-actions .selection-info{font-size:14px;color:#495057}.notifications-page .notifications-section .selection-controls{display:flex;align-items:center;gap:15px;padding:15px;background:#f8f9fa;border-radius:6px;margin-bottom:20px}.notifications-page .notifications-section .selection-controls input[type=checkbox]{width:18px;height:18px;cursor:pointer}.notifications-page .notifications-section .selection-controls .select-all-text{font-size:14px;color:#495057;font-weight:600}.notifications-page .notifications-section .selection-controls .selection-actions{display:flex;gap:10px;margin-left:auto}.notifications-page .notifications-section .selection-controls .selection-actions .action-btn{padding:6px 12px;background:#fff;border:1px solid #dee2e6;border-radius:4px;color:#495057;font-size:13px;cursor:pointer;transition:all .2s}.notifications-page .notifications-section .selection-controls .selection-actions .action-btn:hover{background:#e9ecef}.notifications-page .notifications-section .selection-controls .selection-actions .action-btn.danger{color:#dc3545;border-color:#dc3545}.notifications-page .notifications-section .selection-controls .selection-actions .action-btn.danger:hover{background:#f8d7da}.notifications-page .notifications-section .empty-state{text-align:center;padding:40px 20px;color:#6c757d}.notifications-page .notifications-section .empty-state .empty-icon{font-size:48px;margin-bottom:16px;opacity:.3}.notifications-page .notifications-section .empty-state h3{margin:0 0 10px;color:#2c3e50}.notifications-page .notifications-section .empty-state p{margin-bottom:20px}.notifications-page .notifications-section .empty-state .reset-btn{padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.notifications-page .notifications-section .empty-state .reset-btn:hover{background:#5a6268}.notifications-page .notifications-section .notifications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;margin-bottom:30px}@media (max-width: 768px){.notifications-page .notifications-section .notifications-grid{grid-template-columns:1fr}}.notifications-page .notifications-section .notifications-grid .notification-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:all .2s;overflow:hidden;border-left:4px solid transparent}.notifications-page .notifications-section .notifications-grid .notification-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.notifications-page .notifications-section .notifications-grid .notification-card.read{opacity:.8;border-left-color:#bdc3c7}.notifications-page .notifications-section .notifications-grid .notification-card.unread{border-left-color:#2c5aa0;background:#f8fafd}.notifications-page .notifications-section .notifications-grid .notification-card.selected{background:#e8f0fe;border-left-color:#1a73e8}.notifications-page .notifications-section .notifications-grid .notification-card .card-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #eee;background:#ffffffe6}.notifications-page .notifications-section .notifications-grid .notification-card .card-header input[type=checkbox]{width:18px;height:18px;cursor:pointer}.notifications-page .notifications-section .notifications-grid .notification-card .card-header .priority-indicator{width:24px;height:24px;border-radius:50%;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:12px}.notifications-page .notifications-section .notifications-grid .notification-card .card-header .notification-icon{font-size:20px}.notifications-page .notifications-section .notifications-grid .notification-card .card-header .notification-title{flex-grow:1;font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:8px}.notifications-page .notifications-section .notifications-grid .notification-card .card-header .notification-title .unread-dot{width:8px;height:8px;background:#e74c3c;border-radius:50%;display:inline-block}.notifications-page .notifications-section .notifications-grid .notification-card .card-header .notification-time{font-size:12px;color:#7f8c8d;white-space:nowrap}.notifications-page .notifications-section .notifications-grid .notification-card .card-body{padding:16px}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-message{margin:0 0 16px;line-height:1.5;color:#34495e}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .property-details{background:#f8f9fa;border-radius:6px;padding:12px;margin-bottom:16px;border-left:3px solid #2c5aa0}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .property-details .detail-row{display:flex;margin-bottom:6px}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .property-details .detail-row:last-child{margin-bottom:0}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .property-details .detail-row .detail-label{font-weight:600;min-width:80px;color:#495057;font-size:14px}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .property-details .detail-row .detail-value{color:#2c3e50;flex-grow:1;font-size:14px}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .property-details .detail-row .detail-value:empty:before{content:"—";color:#bdc3c7}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .loading-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.refresh-btn .notifications-page .notifications-section .notifications-grid .notification-card .card-body .loading-spinner,.mark-all-btn .notifications-page .notifications-section .notifications-grid .notification-card .card-body .loading-spinner,.archive-btn .notifications-page .notifications-section .notifications-grid .notification-card .card-body .loading-spinner{margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .archive-btn{background-color:#6c757d;color:#fff}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .archive-btn:hover:not(:disabled){background-color:#5a6268}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .restore-btn{background-color:#28a745;color:#fff}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .restore-btn:hover:not(:disabled){background-color:#218838}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .archive-filter{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:#fff}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .archive-filter:focus{outline:none;border-color:#2c5aa0}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-card.archived{opacity:.7;background-color:#f8f9fa;border-left:4px solid #6c757d}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-card.archived .notification-title{color:#6c757d;text-decoration:line-through}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .selection-actions .action-btn{margin-left:8px}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .selection-actions .action-btn.danger{background-color:#dc3545}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .selection-actions .action-btn.danger:hover{background-color:#c82333}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-data{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:12px}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-data h4{margin:0 0 8px;font-size:14px;color:#495057}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-data .data-item{display:flex;margin-bottom:4px}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-data .data-item:last-child{margin-bottom:0}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-data .data-item .data-key{font-weight:600;min-width:100px;color:#6c757d;font-size:13px}.notifications-page .notifications-section .notifications-grid .notification-card .card-body .notification-data .data-item .data-value{color:#2c3e50;flex-grow:1;font-size:13px;word-break:break-word}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer{padding:16px;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .notification-channels{display:flex;gap:8px}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .notification-channels .channel-tag{padding:4px 8px;font-size:11px;border-radius:12px;font-weight:600}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .notification-channels .channel-tag.email{background:#e3f2fd;color:#1565c0;border:1px solid #bbdefb}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .notification-channels .channel-tag.sms{background:#f3e5f5;color:#7b1fa2;border:1px solid #e1bee7}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .notification-channels .channel-tag.in-app{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .card-actions{display:flex;gap:8px}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .card-actions button{padding:6px 12px;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .2s}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .card-actions button.mark-read-btn{background:#2c5aa0;color:#fff}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .card-actions button.mark-read-btn:hover{background:#1a3a70}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .card-actions button.delete-btn{background:#dc3545;color:#fff}.notifications-page .notifications-section .notifications-grid .notification-card .card-footer .card-actions button.delete-btn:hover{background:#c82333}.notifications-page .notifications-section .pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:30px}.notifications-page .notifications-section .pagination button{padding:8px 16px;border:1px solid #dee2e6;background:#fff;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s}.notifications-page .notifications-section .pagination button:hover:not(.disabled){background:#f8f9fa;border-color:#adb5bd}.notifications-page .notifications-section .pagination button.active{background:#2c5aa0;color:#fff;border-color:#2c5aa0}.notifications-page .notifications-section .pagination button.disabled{opacity:.5;cursor:not-allowed}.notifications-page .notifications-section .pagination .pagination-info{margin-left:16px;font-size:14px;color:#6c757d}.owner-report-page{padding:20px;max-width:1400px;margin:0 auto}.owner-report-page.loading{display:flex;align-items:center;justify-content:center;min-height:400px}.owner-report-page.loading .loading-spinner{text-align:center}.owner-report-page.loading .loading-spinner .spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.owner-report-page.loading .loading-spinner p{color:#666;font-size:16px}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.top-bar h2{margin:0;color:#2c3e50;font-size:28px;font-weight:700}.top-bar .header-actions .btn-download{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.top-bar .header-actions .btn-download:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.top-bar .header-actions .btn-download:disabled{opacity:.5;cursor:not-allowed}.error-alert{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;padding:16px 20px;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease}.error-alert span{display:flex;align-items:center;gap:8px;font-weight:500}.error-alert button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:6px 16px;border-radius:4px;cursor:pointer;font-size:13px;transition:background .2s}.error-alert button:hover{background:#ffffff4d}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 2px 10px #0000000d}.filters-section .section-header{margin-bottom:24px}.filters-section .section-header h3{margin:0 0 8px;color:#2c3e50;font-size:22px}.filters-section .section-header .section-subtitle{color:#7f8c8d;margin:0;font-size:14px}.filters-section .filters{display:flex;flex-direction:column;gap:24px}.filters-section .filter-row{display:flex;gap:20px}@media (max-width: 768px){.filters-section .filter-row{flex-direction:column}}.filter-group{flex:1}.filter-group label{display:block;margin-bottom:8px;color:#2c3e50;font-weight:600;font-size:14px}.filter-group label .clear-btn{margin-left:10px;background:#e74c3c;color:#fff;border:none;padding:4px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.filter-group label .clear-btn:hover{background:#c0392b}.filter-group.required label:after{content:" *";color:#e74c3c}.filter-group input[type=date]{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .3s}.filter-group input[type=date]:focus{outline:none;border-color:#3498db}.filter-group .filter-help{margin-top:6px;font-size:12px;color:#95a5a6}.filter-group .filter-warning{margin-top:8px;color:#e74c3c;font-size:12px}.search-wrapper,.search-wrapper .search-input-wrapper{position:relative}.search-wrapper .search-input-wrapper input{width:100%;padding:12px 40px 12px 12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .3s}.search-wrapper .search-input-wrapper input:focus{outline:none;border-color:#3498db}.search-wrapper .search-input-wrapper .search-spinner{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.search-wrapper .search-input-wrapper .search-spinner .spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000001a}.suggestions-dropdown .suggestions-section{padding:8px 0}.suggestions-dropdown .suggestions-section .section-header{padding:8px 12px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.suggestions-dropdown .suggestions-section .section-header .section-title{font-weight:600;color:#2c3e50;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.suggestions-dropdown .suggestions-section .section-header .section-count{font-size:11px;color:#95a5a6}.suggestions-dropdown .suggestion-item{padding:12px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f8f9fa}.suggestions-dropdown .suggestion-item:hover{background:#f8f9fa}.suggestions-dropdown .suggestion-item.recent{border-left:3px solid #3498db}.suggestions-dropdown .suggestion-item .suggestion-name{font-weight:600;color:#2c3e50;margin-bottom:4px;display:flex;align-items:center;gap:6px}.suggestions-dropdown .suggestion-item .suggestion-name .activity-indicator{color:#27ae60;font-size:12px;animation:pulse 2s infinite}.suggestions-dropdown .suggestion-item .suggestion-details{display:flex;gap:12px;font-size:12px;color:#7f8c8d}.suggestions-dropdown .suggestion-item .suggestion-details .detail-item{display:flex;align-items:center;gap:4px}.suggestions-dropdown .suggestion-item .suggestion-badge{display:inline-block;background:#3498db;color:#fff;padding:2px 8px;border-radius:12px;font-size:10px;margin-top:4px}.suggestions-dropdown .no-results{padding:24px;text-align:center}.suggestions-dropdown .no-results .no-results-icon{font-size:24px;margin-bottom:12px;color:#bdc3c7}.suggestions-dropdown .no-results .no-results-text p{margin:0 0 8px;color:#7f8c8d}.suggestions-dropdown .no-results .no-results-text p strong{color:#2c3e50}.suggestions-dropdown .no-results .no-results-text .help-text{font-size:12px;color:#95a5a6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.properties-filter-group .properties-filter{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:16px;min-height:60px}.properties-filter-group .properties-filter .properties-placeholder{display:flex;align-items:center;justify-content:center;height:60px}.properties-filter-group .properties-filter .properties-placeholder .placeholder-text{color:#95a5a6;font-style:italic;font-size:14px}.properties-filter-group .properties-filter .properties-loading{display:flex;align-items:center;justify-content:center;gap:12px;height:60px}.properties-filter-group .properties-filter .properties-loading .loading-spinner.small{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.properties-filter-group .properties-filter .properties-loading span{color:#7f8c8d;font-size:14px}.properties-filter-group .properties-filter .properties-empty{display:flex;align-items:center;justify-content:center;height:60px}.properties-filter-group .properties-filter .properties-empty .empty-text{color:#e74c3c;font-size:14px}.properties-filter-group .properties-filter .select-all-container{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.properties-filter-group .properties-filter .select-all-container .select-all-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;color:#2c3e50}.properties-filter-group .properties-filter .select-all-container .select-all-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.properties-filter-group .properties-filter .properties-list{display:flex;flex-wrap:wrap;gap:12px;max-height:200px;overflow-y:auto;padding:4px}.properties-filter-group .properties-filter .properties-list .property-checkbox-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s;flex:1 0 calc(33.333% - 12px);min-width:200px}.properties-filter-group .properties-filter .properties-list .property-checkbox-item:hover{border-color:#3498db;background:#f0f7ff}.properties-filter-group .properties-filter .properties-list .property-checkbox-item input[type=checkbox]{width:16px;height:16px;cursor:pointer}.properties-filter-group .properties-filter .properties-list .property-checkbox-item input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.properties-filter-group .properties-filter .properties-list .property-checkbox-item .property-name{flex:1;font-size:14px;color:#2c3e50}.properties-filter-group .properties-filter .properties-list .property-checkbox-item .property-units{font-size:12px;color:#7f8c8d;background:#f8f9fa;padding:2px 8px;border-radius:12px}.table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:12px 15px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;transition:all .2s}.table-controls.loading{opacity:.7}.table-info{font-size:14px;color:#6c757d;display:flex;flex-direction:column;gap:4px}.showing-info{font-weight:600;color:#495057;display:flex;align-items:center;gap:6px}.sort-info{font-weight:400;color:#6c757d;font-size:13px}.loading-text{color:#0d6efd;font-weight:400}.more-info{font-size:13px;color:#868e96;font-style:italic}.controls-right{display:flex;gap:10px;align-items:center}.sort-select,.limit-select{padding:6px 10px;border:1px solid #ced4da;border-radius:4px;background:#fff;font-size:13px;color:#495057;min-width:140px;cursor:pointer}.sort-select:disabled,.limit-select:disabled{opacity:.6;cursor:not-allowed}.sort-select:focus,.limit-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.export-btn{padding:6px 12px;background:#e9ecef;border:1px solid #ced4da;border-radius:4px;font-size:13px;color:#495057;cursor:pointer;transition:all .2s}.export-btn:hover{background:#dee2e6}.load-more-container{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}.btn-load-more{padding:8px 24px;background:#fff;border:1px solid #6c757d;border-radius:6px;color:#6c757d;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-load-more:hover{background:#6c757d;color:#fff;border-color:#6c757d}.btn-load-more:active{transform:translateY(1px)}.table-spinner{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #0d6efd;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.total-row td:first-child{font-style:italic;color:#495057}.table-section{margin-bottom:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.total-row td{background:#f8f9fa;font-weight:600;border-top:2px solid #dee2e6;position:sticky;bottom:0}.table-info .error-message{color:#dc3545;font-size:13px;font-weight:400}.table-controls.disabled{opacity:.6;pointer-events:none}.loading-text{display:inline-flex;align-items:center;gap:8px}.loading-text:before{content:"";display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #0d6efd;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.generate-button{display:flex;flex-direction:column}.generate-button .btn-generate{background:linear-gradient(135deg,#27ae60,#219653);color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.generate-button .btn-generate:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #27ae6066}.generate-button .btn-generate:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}.empty-state .empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.empty-state h3{margin:0 0 12px;color:#2c3e50;font-size:24px}.empty-state p{color:#7f8c8d;margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.empty-state .empty-tips{background:#f8f9fa;padding:20px;border-radius:8px;max-width:500px;margin:0 auto;text-align:left}.empty-state .empty-tips strong{display:block;margin-bottom:8px;color:#2c3e50}.empty-state .empty-tips ul{margin:0;padding-left:20px;color:#7f8c8d}.empty-state .empty-tips ul li{margin-bottom:4px;font-size:14px}.report-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 4px 20px #2c3e5026}.report-header .header-info{display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 768px){.report-header .header-info{flex-direction:column;gap:20px}}.report-header .header-info .header-main h1{margin:0 0 16px;font-size:28px;font-weight:700}.report-header .header-info .header-main .report-meta{display:flex;flex-wrap:wrap;gap:20px}.report-header .header-info .header-main .report-meta .meta-item{display:flex;flex-direction:column;gap:4px}.report-header .header-info .header-main .report-meta .meta-item .meta-label{font-size:12px;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.report-header .header-info .header-main .report-meta .meta-item .meta-value{font-size:14px;font-weight:600}.report-header .header-info .header-stats{display:flex;gap:24px;background:#ffffff1a;padding:16px;border-radius:8px}.report-header .header-info .header-stats .stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}.report-header .header-info .header-stats .stat-item .stat-label{font-size:12px;color:#fffc}.report-header .header-info .header-stats .stat-item .stat-value{font-size:20px;font-weight:700}.report-content{display:flex;flex-direction:column;gap:24px}.section{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.section .section-header{padding:20px 24px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.section .section-header h3{margin:0;color:#2c3e50;font-size:18px;font-weight:600}.section .section-header .collapse-btn{background:none;border:1px solid #e0e0e0;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#7f8c8d;font-size:16px;transition:all .2s}.section .section-header .collapse-btn:hover{border-color:#3498db;color:#3498db}.financial-snapshot{padding:24px}.financial-snapshot .snapshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}@media (max-width: 768px){.financial-snapshot .snapshot-grid{grid-template-columns:1fr}}.financial-snapshot .snapshot-card{background:#f8f9fa;border-radius:10px;padding:20px;display:flex;align-items:center;gap:16px;transition:transform .3s ease,box-shadow .3s ease}.financial-snapshot .snapshot-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.financial-snapshot .snapshot-card .snapshot-icon{font-size:32px;width:60px;height:60px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.financial-snapshot .snapshot-card .snapshot-content{flex:1}.financial-snapshot .snapshot-card .snapshot-content .snapshot-label{font-size:14px;color:#7f8c8d;margin-bottom:8px}.financial-snapshot .snapshot-card .snapshot-content .snapshot-value{font-size:24px;font-weight:700;margin-bottom:4px}.financial-snapshot .snapshot-card .snapshot-content .snapshot-value.positive{color:#27ae60}.financial-snapshot .snapshot-card .snapshot-content .snapshot-value.negative{color:#e74c3c}.financial-snapshot .snapshot-card .snapshot-content .snapshot-value.neutral{color:#3498db}.financial-snapshot .snapshot-card .snapshot-content .snapshot-trend{display:flex;align-items:center;gap:6px;font-size:12px;color:#95a5a6}.financial-snapshot .snapshot-card .snapshot-content .snapshot-trend .trend-arrow.up{color:#27ae60}.financial-snapshot .snapshot-card .snapshot-content .snapshot-trend .trend-arrow.down{color:#e74c3c}.financial-snapshot .snapshot-card .snapshot-content .snapshot-trend .trend-value{font-size:11px}.table-container{padding:0}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}table thead{background:#f8f9fa}table thead th{padding:16px;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid #e0e0e0;white-space:nowrap}table thead th.text-right{text-align:right}table thead th.text-center{text-align:center}table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}table tbody tr:hover{background:#f8f9fa}table tbody tr:nth-child(2n){background:#fcfcfc}table tbody tr:nth-child(2n):hover{background:#f8f9fa}table tbody td{padding:16px;color:#2c3e50}table tbody td .property-cell .property-name{font-weight:500}table tbody td.amount{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:14px}table tbody td.amount.positive{color:#27ae60}table tbody td.amount.negative{color:#e74c3c}table tbody td.amount.neutral{color:#7f8c8d}table tbody td.amount.total,table tbody td.amount.bold{font-weight:700}table tbody td.occupancy{font-size:14px;color:#2c3e50}table tbody td.percentage .profit-margin{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}table tbody td.percentage .profit-margin.positive{background:#27ae601a;color:#27ae60}table tbody td.percentage .profit-margin.negative{background:#e74c3c1a;color:#e74c3c}table tfoot{background:#f8f9fa;border-top:2px solid #e0e0e0}table tfoot tr.total-row td{padding:16px;font-weight:600;color:#2c3e50}table tfoot tr.total-row td .positive,table tfoot tr.total-row td .negative{font-weight:700}.income-table tbody td.occupancy{background:#f0f7ff;border-radius:4px;text-align:center}.cash-flow-statement{padding:24px}.cash-flow-statement .cash-flow-section-group{margin-bottom:32px}.cash-flow-statement .cash-flow-section-group.inflows .cash-flow-header{border-left:4px solid #27ae60}.cash-flow-statement .cash-flow-section-group.outflows .cash-flow-header{border-left:4px solid #e74c3c}.cash-flow-statement .cash-flow-section-group .cash-flow-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8f9fa;border-radius:8px 8px 0 0;margin-bottom:2px}.cash-flow-statement .cash-flow-section-group .cash-flow-header h4{margin:0;color:#2c3e50;font-size:16px}.cash-flow-statement .cash-flow-section-group .cash-flow-header .cash-flow-total{font-size:20px;font-weight:700;font-family:SF Mono,Monaco,Cascadia Code,monospace}.cash-flow-statement .cash-flow-section-group .cash-flow-header .cash-flow-total.positive{color:#27ae60}.cash-flow-statement .cash-flow-section-group .cash-flow-header .cash-flow-total.negative{color:#e74c3c}.cash-flow-statement .cash-flow-section-group .cash-flow-items .cash-flow-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fff}.cash-flow-statement .cash-flow-section-group .cash-flow-items .cash-flow-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.cash-flow-statement .cash-flow-section-group .cash-flow-items .cash-flow-item .cash-flow-label{color:#2c3e50;font-size:14px}.cash-flow-statement .cash-flow-section-group .cash-flow-items .cash-flow-item .cash-flow-amount{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:14px;color:#7f8c8d}.cash-flow-statement .cash-flow-total-row{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:8px;margin-top:24px}.cash-flow-statement .cash-flow-total-row .cash-flow-total-label h4{margin:0;color:#fff;font-size:18px}.cash-flow-statement .cash-flow-total-row .cash-flow-grand-total{font-size:28px;font-weight:700;font-family:SF Mono,Monaco,Cascadia Code,monospace}.cash-flow-statement .cash-flow-total-row .cash-flow-grand-total.positive{color:#27ae60}.cash-flow-statement .cash-flow-total-row .cash-flow-grand-total.negative{color:#e74c3c}.cash-flow-statement .cash-flow-total-row .cash-flow-grand-total.neutral{color:#fff}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-left{text-align:left!important}@media (max-width: 768px){.owner-report-page{padding:10px}.top-bar{flex-direction:column;gap:16px;align-items:stretch}.top-bar h2{font-size:24px}.filters-section{padding:16px}.filter-row{gap:16px}.financial-snapshot .snapshot-card{flex-direction:column;text-align:center}.financial-snapshot .snapshot-card .snapshot-icon{margin-bottom:12px}.report-header{padding:16px}.report-header .header-info{flex-direction:column;gap:16px}.report-header .header-info .header-main h1{font-size:24px}.report-header .header-info .header-stats{width:100%;justify-content:space-between}table th,table td{padding:12px 8px;font-size:13px}.cash-flow-statement{padding:16px}.cash-flow-statement .cash-flow-total-row{flex-direction:column;gap:12px;text-align:center}}@media print{.owner-report-page{padding:0}.owner-report-page .top-bar,.owner-report-page .filters-section,.owner-report-page .collapse-btn,.owner-report-page .header-actions{display:none!important}.owner-report-page .section{break-inside:avoid;box-shadow:none;border:1px solid #ddd;margin-bottom:20px}.owner-report-page .section .section-header{border-bottom:2px solid #2c3e50}.owner-report-page .financial-snapshot .snapshot-card,.owner-report-page table,.owner-report-page table th,.owner-report-page table td{border:1px solid #ddd}}*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none;color:inherit}body{font-family:Lato,sans-serif}
