.toast-container[data-v-b39ef535]{position:fixed;top:20px;right:20px;z-index:99999;pointer-events:none;width:380px;max-width:calc(100vw - 40px)}.toast-list[data-v-b39ef535]{display:flex;flex-direction:column;gap:8px}.toast[data-v-b39ef535]{position:relative;display:flex;align-items:center;gap:12px;padding:14px 16px 18px;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a,0 0 0 1px #0000000d;pointer-events:all;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:1.4;overflow:hidden}.toast--success[data-v-b39ef535]{background:#f0fdf4;color:#166534}.toast--error[data-v-b39ef535]{background:#fef2f2;color:#991b1b}.toast--warning[data-v-b39ef535]{background:#fffbeb;color:#92400e}.toast--info[data-v-b39ef535]{background:#eff6ff;color:#1e40af}.toast-icon[data-v-b39ef535]{flex-shrink:0;display:flex;align-items:center}.toast-message[data-v-b39ef535]{flex:1}.toast-close[data-v-b39ef535]{flex-shrink:0;background:none;border:none;cursor:pointer;color:inherit;opacity:.45;display:flex;align-items:center;padding:3px;border-radius:4px;transition:opacity .15s}.toast-close[data-v-b39ef535]:hover{opacity:.9}.toast-progress[data-v-b39ef535]{position:absolute;bottom:0;left:0;height:3px;width:100%;border-radius:0 0 10px 10px;animation:shrink-b39ef535 3.5s linear forwards}.toast-progress--success[data-v-b39ef535]{background:#16a34a}.toast-progress--error[data-v-b39ef535]{background:#dc2626;animation-duration:5s}.toast-progress--warning[data-v-b39ef535]{background:#d97706;animation-duration:4s}.toast-progress--info[data-v-b39ef535]{background:#2563eb}@keyframes shrink-b39ef535{0%{width:100%}to{width:0%}}.toast-enter-active[data-v-b39ef535]{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.toast-leave-active[data-v-b39ef535]{transition:all .25s ease-in;position:absolute;width:100%}.toast-enter-from[data-v-b39ef535]{opacity:0;transform:translate(110%) scale(.9)}.toast-leave-to[data-v-b39ef535]{opacity:0;transform:translate(110%)}.toast-move[data-v-b39ef535]{transition:transform .3s ease}.confirm-overlay[data-v-2df59665]{z-index:100000}.confirm-modal[data-v-2df59665]{background:#fff;border-radius:12px;max-width:420px;width:100%;padding:24px;box-shadow:0 20px 25px -5px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.confirm-title[data-v-2df59665]{font-size:17px;font-weight:600;color:#1e293b;margin-bottom:8px}.confirm-message[data-v-2df59665]{font-size:14px;color:#475569;line-height:1.5;white-space:pre-line}.confirm-actions[data-v-2df59665]{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.confirm-btn[data-v-2df59665]{padding:9px 18px;border-radius:7px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.confirm-btn-cancel[data-v-2df59665]{background:#f1f5f9;color:#334155}.confirm-btn-cancel[data-v-2df59665]:hover{background:#e2e8f0}.confirm-btn-primary[data-v-2df59665]{background:#4f46e5;color:#fff}.confirm-btn-primary[data-v-2df59665]:hover{background:#4338ca}.confirm-btn-danger[data-v-2df59665]{background:#dc2626;color:#fff}.confirm-btn-danger[data-v-2df59665]:hover{background:#b91c1c}#app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;color:#1e293b;min-height:100vh;background:#f8fafc}.page{max-width:1400px;margin:0 auto}.page-header{display:flex!important;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:16px}.page-header h1,.page-header .subtitle,.page-header .page-title,.page-header .page-sub{display:none!important}.page-header>div:has(h1){display:none!important}.page-description{color:#64748b;font-size:16px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#475569;font-size:14px}.input-field,.select-field,.textarea-field{width:100%;padding:10px 14px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s}.input-field:focus,.select-field:focus,.textarea-field:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.textarea-field{resize:vertical;min-height:100px}.btn-primary{padding:12px 24px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#4f46e5}.btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.btn-secondary{padding:12px 24px;background:#f1f5f9;color:#475569;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#e2e8f0}.btn-danger{padding:12px 24px;background:#fee2e2;color:#991b1b;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.btn-danger:hover{background:#fecaca}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:24px}.loading{text-align:center;padding:60px;color:#64748b;font-size:16px}.empty-state{text-align:center;padding:80px 20px}.empty-state .empty-icon{font-size:64px;display:block;margin-bottom:16px}.empty-state h3{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:8px}.empty-state p{color:#64748b;margin-bottom:24px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{padding:24px;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:24px;font-weight:600;color:#1e293b}.modal-body{padding:24px}.modal-footer{padding:24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f1f5f9;color:#1e293b}:root{--card-bg: #ffffff;--card-border: 1px solid #e8ecf1;--card-radius: 12px;--card-shadow: 0 1px 3px rgba(0,0,0,.05);--card-shadow-hover: 0 4px 14px rgba(0,0,0,.08);--card-header-bg: transparent;--card-header-border: 1px solid #f1f5f9;--card-header-padding: 14px 20px;--label-color: #94a3b8;--label-size: 11px;--row-divider: 1px solid #f8fafc;--btn-edit-color: #6366f1;--btn-edit-border: #e0e7ff}#app{min-height:100vh}input,textarea,select,button{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@supports (padding: env(safe-area-inset-bottom)){.mobile-bottom-nav{padding-bottom:env(safe-area-inset-bottom);height:calc(60px + env(safe-area-inset-bottom))}.main-content{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}@media(max-width:768px){.page{max-width:100%!important}.page-header{flex-direction:row;align-items:center;gap:10px;margin-bottom:10px!important}.page-header .subtitle{display:none}.filters-bar{padding:8px 10px!important;gap:8px!important;flex-wrap:wrap}.filter-group{min-width:calc(50% - 8px)!important;flex:1}.filter-select,.filter-input{font-size:13px!important;padding:8px 10px!important}.clients-grid,.users-grid,.properties-grid{grid-template-columns:1fr!important;gap:8px!important}.modal-overlay{align-items:flex-end!important;padding:0!important}.modal,.modal-edit,.modal-view{border-radius:20px 20px 0 0!important;max-width:100%!important;width:100%!important;max-height:92vh!important}.form-cols{grid-template-columns:1fr!important;gap:0!important}.view-detail-grid{grid-template-columns:1fr!important}.btn-primary,.btn-secondary{padding:10px 16px!important;font-size:14px!important}.modal-footer,.view-footer{flex-direction:row;gap:8px!important;padding:12px 16px!important}.modal-footer .btn-primary,.modal-footer .btn-secondary,.view-footer .btn-primary,.view-footer .btn-secondary{flex:1;text-align:center;justify-content:center}.btn-action{padding:10px 6px!important;font-size:12px!important}.table-wrapper,.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}h1{font-size:18px!important}.mobile-fab{position:fixed;bottom:76px;right:18px;width:50px;height:50px;background:#6366f1;color:#fff;border:none;border-radius:50%;font-size:24px;line-height:1;box-shadow:0 4px 14px #6366f166;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s}.mobile-fab:hover{transform:scale(1.07);box-shadow:0 6px 20px #6366f180}.inspections-grid{grid-template-columns:1fr!important;gap:8px!important}.stats-grid,.stat-cards{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.tab-bar,.tabs{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-bar::-webkit-scrollbar,.tabs::-webkit-scrollbar{display:none}.tab,.tab-btn{white-space:nowrap!important;flex-shrink:0!important;padding:8px 14px!important;font-size:12px!important}}@media(max-width:480px){.stats-grid,.stat-cards{grid-template-columns:repeat(2,1fr)!important}.filter-group{min-width:100%!important}.page-header{gap:8px}.card-body{padding:10px!important}}
