@charset "UTF-8";.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#f5fbff,#fef8f6);padding:1rem;background-repeat:no-repeat;background-size:cover}.login-card{background:#fff;padding:3rem 2.5rem;border-radius:18px;box-shadow:0 15px 35px #00000014;width:100%;max-width:480px;text-align:center;border-top:6px solid #00B2FF;transition:all .3s ease-in-out}.login-logo{max-width:100px;margin:0 auto 2rem;display:block;animation:pulseLogo 3s ease-in-out infinite}@keyframes pulseLogo{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.login-form-container{width:100%}.login-toggle{display:flex;background-color:#f8f9fa;border-radius:6px;padding:3px;margin-bottom:2rem;border:1px solid #ccc}.login-toggle .toggle-btn{flex:1;padding:.7rem 1rem;border:none;background:transparent;color:#666;font-weight:600;font-size:.95rem;border-radius:4px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.login-toggle .toggle-btn:hover{color:#333}.login-toggle .toggle-btn.active{background-color:#f25c05;color:#fff}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form h2{margin-bottom:.5rem;color:#f25c05;font-size:2rem;font-weight:700;letter-spacing:.5px}.login-form .error-message{color:#dc3545;padding:.75rem;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;font-size:.95rem}.login-form .form-group{text-align:left;display:flex;flex-direction:column;gap:.5rem}.login-form .form-group label{font-weight:600;color:#333;font-size:.95rem}.login-form .form-group input{padding:.7rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;transition:border .3s,box-shadow .3s}.login-form .form-group input:focus{border-color:#f25c05;box-shadow:0 0 0 4px #f25c0526;outline:none}.login-form button{padding:.85rem;background-color:#f25c05;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s}.login-form button:hover{background-color:#d14e04;transform:scale(1.02)}.login-form button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 500px){.login-card{padding:2rem 1.5rem}.login-logo{max-width:80px}.login-toggle .toggle-btn{padding:.6rem .8rem;font-size:.9rem}}.all-body{margin-left:15%}.dashboard{padding:20px;font-family:Arial,sans-serif}.dashboard header{background-color:#f8f9fa;padding:15px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.dashboard header h1{margin:0 0 10px;font-size:24px;color:#333}.dashboard header .user-info{font-size:14px}.dashboard header .user-info .role-admin{color:#d9534f}.dashboard header .user-info .role-user{color:#0275d8}.dashboard header .user-info .role-level1{color:#5cb85c}.dashboard header p{margin:5px 0}.dashboard .dashboard-content{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 0 5px #0000001a}.dashboard .dashboard-content h2{margin-top:0;font-size:22px}.dashboard .dashboard-content .misel-data-section{margin-top:20px}.dashboard .dashboard-content .misel-data-section h3{font-size:18px;margin-bottom:15px;color:#444}.dashboard .dashboard-content .misel-data-section .misel-table{width:100%;border-collapse:collapse}.dashboard .dashboard-content .misel-data-section .misel-table td{padding:10px;border:1px solid #ddd;vertical-align:top}.dashboard .dashboard-content .misel-data-section .misel-table td:first-child{font-weight:700;background-color:#f1f1f1;width:30%}.dashboard .dashboard-content .misel-data-section .misel-table td:last-child{width:70%}.dashboard .dashboard-content .admin-section{margin-top:30px;padding:15px;background-color:#f9f9f9;border-left:4px solid #007bff}@media (max-width: 768px){.all-body{margin-left:0;margin-top:15%}.full-table{overflow-x:auto;display:block;width:100%;-webkit-overflow-scrolling:touch}.dashboard{width:100%;padding:10px;box-sizing:border-box;overflow-x:hidden}}.navbar-container-desk,.navbar-container-mob{position:relative;z-index:1000}.top-navbar{position:fixed;top:0;right:0;left:200px;height:50px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:flex-end;padding:0 16px;z-index:998;transition:left .3s ease}@media (max-width: 768px){.top-navbar{left:0;height:54px;padding:0 12px}}.profile-dropdown{position:relative}.profile-dropdown .profile-button{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;cursor:pointer;padding:6px 10px 6px 6px;border-radius:8px;transition:all .2s ease}.profile-dropdown .profile-button:hover{border-color:#667eea;box-shadow:0 2px 8px #0000001a}.profile-dropdown .profile-button .profile-avatar{width:28px;height:28px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px}.profile-dropdown .profile-button .dropdown-arrow{color:#6b7280;transition:transform .2s ease;width:10px;height:10px}.profile-dropdown .profile-button .dropdown-arrow.open{transform:rotate(180deg)}.profile-dropdown .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;border:1px solid #e5e7eb;min-width:200px;z-index:1001;overflow:hidden;margin-top:4px}.profile-dropdown .dropdown-menu .dropdown-header{padding:12px;display:flex;align-items:center;gap:10px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.profile-dropdown .dropdown-menu .dropdown-header .user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.profile-dropdown .dropdown-menu .dropdown-header .user-info .username{margin:0 0 2px;font-weight:600;color:#1f2937;font-size:13px}.profile-dropdown .dropdown-menu .dropdown-header .user-info .user-role{margin:0;font-size:11px;color:#667eea;text-transform:uppercase;font-weight:500}.profile-dropdown .dropdown-menu .logout-button{width:100%;padding:10px 12px;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;color:#dc2626;font-size:13px;font-weight:500;transition:background-color .2s ease}.profile-dropdown .dropdown-menu .logout-button:hover{background:#fef2f2}.profile-dropdown .dropdown-menu .logout-button svg{width:14px;height:14px}.sidebar{-webkit-user-select:none;user-select:none;width:200px;background:#1e272e;color:#fff;height:100vh;transition:transform .3s ease;position:fixed;top:0;left:0;display:flex;flex-direction:column;z-index:1000;transform:translate(0)}@media (max-width: 768px){.sidebar.collapsed{transform:translate(-100%)}}.sidebar-toggle{position:fixed;top:10px;left:14px;z-index:1001;background:#1e272e;border:none;color:#fff;font-size:16px;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;opacity:0;visibility:hidden}@media (max-width: 768px){.sidebar-toggle.show{opacity:1;visibility:visible}}@media (min-width: 769px){.sidebar-toggle{display:none}}.sidebar-toggle:hover{background:#2f3640}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header .toggle-btn{background:none;border:none;color:#fff;font-size:14px;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s ease}@media (max-width: 768px){.sidebar-header .toggle-btn{display:block}}@media (min-width: 769px){.sidebar-header .toggle-btn{display:none}}.sidebar-header .toggle-btn:hover{background:#ffffff1a}.sidebar-header .brand{font-size:16px;font-weight:600;color:#667eea}.nav-menu{list-style:none;padding:8px 0;margin:0}.nav-menu li{margin:2px 8px;border-radius:6px;transition:all .2s ease}.nav-menu li:not(.menu-item){display:flex;align-items:center;padding:10px 12px;cursor:pointer;gap:10px}.nav-menu li:not(.menu-item):hover{background:#2f3640;transform:translate(4px)}.nav-menu li:not(.menu-item) .icon{font-size:16px;color:#a4b0be;min-width:16px}.nav-menu li:not(.menu-item) span{font-size:13px;font-weight:500;color:#f5f6fa}.nav-menu li:not(.menu-item):hover .icon,.nav-menu li:not(.menu-item):hover span{color:#667eea}.nav-menu li.menu-item .menu-main{display:flex;align-items:center;padding:10px 12px;gap:10px;cursor:pointer;transition:all .2s ease;border-radius:6px}.nav-menu li.menu-item .menu-main .chevron{margin-left:auto;font-size:10px;color:#a4b0be;transition:transform .2s ease}.nav-menu li.menu-item .menu-main:hover{background:#2f3640;transform:translate(4px)}.nav-menu li.menu-item .menu-main:hover .icon,.nav-menu li.menu-item .menu-main:hover span,.nav-menu li.menu-item .menu-main:hover .chevron{color:#667eea}.nav-menu li.menu-item .menu-main .icon{font-size:16px;color:#a4b0be}.nav-menu li.menu-item .menu-main span{font-size:13px;font-weight:500;color:#f5f6fa}.nav-menu li.menu-item.active .menu-main{background:#2f3640}.nav-menu li.menu-item.active .menu-main .icon,.nav-menu li.menu-item.active .menu-main span,.nav-menu li.menu-item.active .menu-main .chevron{color:#667eea}.nav-menu li.menu-item .submenu{list-style:none;padding:4px 0;margin:4px 0 0;background:#0003;border-radius:4px}.nav-menu li.menu-item .submenu li{margin:1px 4px;padding:8px 12px 8px 16px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.nav-menu li.menu-item .submenu li:hover{background:#ffffff1a;transform:translate(4px)}.nav-menu li.menu-item .submenu li:hover span,.nav-menu li.menu-item .submenu li:hover svg{color:#667eea}.nav-menu li.menu-item .submenu li span{font-size:12px;font-weight:500;color:#cbd5e0}.nav-menu li.menu-item .submenu li svg{color:#a4b0be;font-size:12px}.main-content{margin-left:200px;margin-top:50px;transition:margin-left .3s ease;min-height:calc(100vh - 50px);padding:16px;background:#f8fafc}@media (max-width: 768px){.main-content{margin-left:0;margin-top:54px;min-height:calc(100vh - 45px);padding:12px}}.main-content.sidebar-collapsed{margin-left:0}.sidebar-overlay{position:fixed!important;inset:0!important;background:#0000004d!important;z-index:998!important}.navbar-container-mob .top-navbar{left:0;height:54px}.navbar-container-desk .top-navbar{left:200px;height:50px}.all-body{padding:20px}.search-input{margin-bottom:15px;padding:8px;width:250px;font-size:16px;border-radius:5px;border:1px solid #ccc}.debtors-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:30px}.debtors-container h2{color:#333;margin-bottom:30px;text-align:center;font-size:2rem;font-weight:600}.debtors-container .page-size-select{padding:10px 12px;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:all .2s ease;background-color:#fff;cursor:pointer}.debtors-container .page-size-select:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}.debtors-container .page-size-select:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.7}.debtors-container .search-group{display:flex;flex-direction:column;min-width:250px;flex:1}.debtors-container .search-group label{font-size:.9rem;font-weight:600;color:#495057;margin-bottom:6px}@media (max-width: 768px){.debtors-container .search-group{min-width:auto;width:100%;margin-bottom:15px}.debtors-container .page-size-select{width:100%}}.debtors-container .search-filter-container{margin-bottom:25px;padding:20px;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.debtors-container .search-filter-container .search-row{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.debtors-container .search-filter-container .search-row .search-group{display:flex;flex-direction:column;min-width:250px;flex:1}.debtors-container .search-filter-container .search-row .search-group label{font-size:.9rem;font-weight:600;color:#495057;margin-bottom:6px}.debtors-container .search-filter-container .search-row .search-group .search-input{padding:10px 12px;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:all .2s ease}.debtors-container .search-filter-container .search-row .search-group .search-input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}.debtors-container .search-filter-container .search-row .search-group .search-input::placeholder{color:#6c757d;font-style:italic}.debtors-container .search-filter-container .search-row .search-buttons{display:flex;gap:10px;margin-top:20px}.debtors-container .search-filter-container .search-row .search-buttons .search-btn,.debtors-container .search-filter-container .search-row .search-buttons .clear-btn{padding:10px 20px;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.debtors-container .search-filter-container .search-row .search-buttons .search-btn:disabled,.debtors-container .search-filter-container .search-row .search-buttons .clear-btn:disabled{opacity:.6;cursor:not-allowed}.debtors-container .search-filter-container .search-row .search-buttons .search-btn{background-color:#1976d2;color:#fff}.debtors-container .search-filter-container .search-row .search-buttons .search-btn:hover:not(:disabled){background-color:#1565c0;transform:translateY(-1px)}.debtors-container .search-filter-container .search-row .search-buttons .clear-btn{background-color:#6c757d;color:#fff}.debtors-container .search-filter-container .search-row .search-buttons .clear-btn:hover:not(:disabled){background-color:#5a6268;transform:translateY(-1px)}.debtors-container .search-filter-container .search-results-info{margin-top:15px;padding:10px;background-color:#e3f2fd;border-radius:4px;font-size:.85rem;color:#1565c0;border-left:4px solid #1976d2}.debtors-container .search-filter-container .search-results-info .clear-search{color:#d32f2f;cursor:pointer;text-decoration:underline;margin-left:10px;font-weight:500}.debtors-container .search-filter-container .search-results-info .clear-search:hover{color:#b71c1c}.debtors-container .loading,.debtors-container .error{text-align:center;padding:40px;font-size:1.1rem;color:#666}.debtors-container .error{color:#d32f2f;background-color:#ffebee;border-radius:4px;border-left:4px solid #d32f2f}.debtors-container .no-data{text-align:center;color:#666;font-style:italic;padding:40px;font-size:1.1rem}.debtors-container .table-container{margin-bottom:30px}.debtors-container .table-container .table-wrapper{overflow-x:auto;border-radius:8px;box-shadow:0 1px 3px #0000001a}.debtors-container .table-container .debtors-table{width:100%;border-collapse:collapse;min-width:1000px}.debtors-container .table-container .debtors-table thead{background-color:#1976d2;color:#fff;position:sticky;top:0;z-index:10}.debtors-container .table-container .debtors-table thead th{padding:12px 8px;text-align:center;font-weight:600;font-size:.85rem;white-space:nowrap;border:1px solid #1565c0;vertical-align:middle}.debtors-container .table-container .debtors-table thead th[rowspan="2"]{vertical-align:middle}.debtors-container .table-container .debtors-table thead tr:first-child th{border-bottom:1px solid #1565c0}.debtors-container .table-container .debtors-table thead tr:last-child th{border-top:1px solid #1565c0}.debtors-container .table-container .debtors-table tbody tr{transition:background-color .2s ease}.debtors-container .table-container .debtors-table tbody tr:nth-child(2n){background-color:#f9f9f9}.debtors-container .table-container .debtors-table tbody tr:hover{background-color:#e3f2fd}.debtors-container .table-container .debtors-table tbody tr td{padding:10px 8px;border:1px solid #e0e0e0;font-size:.85rem;color:#333;vertical-align:middle}.debtors-container .table-container .debtors-table tbody tr td.account-code{font-weight:600;color:#1976d2;background-color:#1976d20d}.debtors-container .table-container .debtors-table tbody tr td.account-name{font-weight:500;max-width:150px;word-wrap:break-word}.debtors-container .table-container .debtors-table tbody tr td.currency{text-align:right;font-family:monospace;font-weight:500}.debtors-container .table-container .debtors-table tbody tr td.opening-dept{max-width:100px;word-wrap:break-word;font-size:.8rem}.debtors-container .table-container .debtors-table tbody tr td.eye-icon-cell{text-align:center;padding:8px}.debtors-container .table-container .debtors-table tbody tr td.eye-icon-cell .eye-icon-btn{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.debtors-container .table-container .debtors-table tbody tr td.eye-icon-cell .eye-icon-btn:hover{background-color:#1976d21a;transform:scale(1.1)}.debtors-container .table-container .debtors-table tbody tr td.eye-icon-cell .eye-icon-btn:active{transform:scale(.95)}.debtors-container .pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:20px 0;border-top:1px solid #e0e0e0}.debtors-container .pagination-container .pagination-info{color:#666;font-size:.9rem;font-weight:500}.debtors-container .pagination-container .pagination-controls{display:flex;gap:5px;align-items:center}.debtors-container .pagination-container .pagination-controls .pagination-btn{padding:8px 12px;border:1px solid #ddd;background:#fff;color:#333;cursor:pointer;border-radius:4px;font-size:.9rem;font-weight:500;transition:all .2s ease}.debtors-container .pagination-container .pagination-controls .pagination-btn:hover:not(:disabled){background-color:#f5f5f5;border-color:#1976d2;color:#1976d2}.debtors-container .pagination-container .pagination-controls .pagination-btn.active{background-color:#1976d2;color:#fff;border-color:#1976d2}.debtors-container .pagination-container .pagination-controls .pagination-btn:disabled{opacity:.5;cursor:not-allowed;color:#999}.debtors-container .pagination-container .pagination-controls .pagination-btn:first-child,.debtors-container .pagination-container .pagination-controls .pagination-btn:last-child{font-weight:600}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-content.ledger-modal,.modal-content.invoice-modal{width:90%;max-width:1000px}.modal-content .modal-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5}.modal-content .modal-header h3{margin:0;color:#333;font-size:1.2rem;font-weight:600}.modal-content .modal-header .modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-content .modal-header .modal-close:hover{background-color:#e0e0e0;color:#333}.modal-content .modal-body{flex:1;overflow-y:auto;padding:20px}.modal-content .modal-body .modal-loading{text-align:center;padding:40px;color:#666;font-size:1.1rem}.modal-content .modal-body .no-data{text-align:center;color:#666;font-style:italic;padding:40px;font-size:1rem}.modal-content .modal-body .ledger-table-container,.modal-content .modal-body .invoice-table-container{overflow-x:auto;border-radius:6px;box-shadow:0 1px 3px #0000001a}.modal-content .modal-body .ledger-details-table,.modal-content .modal-body .invoice-details-table{width:100%;border-collapse:collapse;min-width:800px}.modal-content .modal-body .ledger-details-table thead,.modal-content .modal-body .invoice-details-table thead{background-color:#1976d2;color:#fff;position:sticky;top:0}.modal-content .modal-body .ledger-details-table thead th,.modal-content .modal-body .invoice-details-table thead th{padding:12px 8px;text-align:center;font-weight:600;font-size:.85rem;white-space:nowrap;border:1px solid #1565c0}.modal-content .modal-body .ledger-details-table tbody tr:nth-child(2n),.modal-content .modal-body .invoice-details-table tbody tr:nth-child(2n){background-color:#f9f9f9}.modal-content .modal-body .ledger-details-table tbody tr:hover,.modal-content .modal-body .invoice-details-table tbody tr:hover{background-color:#e3f2fd}.modal-content .modal-body .ledger-details-table tbody tr td,.modal-content .modal-body .invoice-details-table tbody tr td{padding:10px 8px;border:1px solid #e0e0e0;font-size:.8rem;color:#333;vertical-align:top}.modal-content .modal-body .ledger-details-table tbody tr td.currency,.modal-content .modal-body .invoice-details-table tbody tr td.currency{text-align:right;font-family:monospace;font-weight:500}.modal-content .modal-body .ledger-details-table tbody tr td.particulars-cell,.modal-content .modal-body .ledger-details-table tbody tr td.narration-cell,.modal-content .modal-body .invoice-details-table tbody tr td.particulars-cell,.modal-content .modal-body .invoice-details-table tbody tr td.narration-cell{max-width:200px;word-wrap:break-word;line-height:1.3}.modal-content .modal-body .ledger-details-table tbody tr td.voucher-cell,.modal-content .modal-body .ledger-details-table tbody tr td.mode-cell,.modal-content .modal-body .ledger-details-table tbody tr td.bill-ref-cell,.modal-content .modal-body .ledger-details-table tbody tr td.payment-mode-cell,.modal-content .modal-body .invoice-details-table tbody tr td.voucher-cell,.modal-content .modal-body .invoice-details-table tbody tr td.mode-cell,.modal-content .modal-body .invoice-details-table tbody tr td.bill-ref-cell,.modal-content .modal-body .invoice-details-table tbody tr td.payment-mode-cell{text-align:center;font-weight:500}.modal-content .modal-body .ledger-details-table tbody tr td.balance-due,.modal-content .modal-body .invoice-details-table tbody tr td.balance-due{color:#d32f2f;font-weight:600}.modal-content .modal-body .ledger-details-table tbody tr td.balance-paid,.modal-content .modal-body .invoice-details-table tbody tr td.balance-paid{color:#388e3c;font-weight:600}@media (max-width: 1200px){.debtors-container{max-width:100%;padding:20px}.debtors-container .search-filter-container .search-row .search-group{min-width:200px}.debtors-container .table-container .debtors-table{min-width:900px}.debtors-container .table-container .debtors-table thead th,.debtors-container .table-container .debtors-table tbody td{padding:8px 6px;font-size:.75rem}.modal-content.ledger-modal,.modal-content.invoice-modal{width:95%;max-width:900px}.modal-content .modal-body .ledger-details-table,.modal-content .modal-body .invoice-details-table{min-width:700px}.modal-content .modal-body .ledger-details-table thead th,.modal-content .modal-body .ledger-details-table tbody td,.modal-content .modal-body .invoice-details-table thead th,.modal-content .modal-body .invoice-details-table tbody td{padding:8px 6px;font-size:.75rem}}@media (max-width: 768px){.all-body{padding:10px}.debtors-container{padding:15px}.debtors-container h2{font-size:1.5rem;margin-bottom:20px}.debtors-container .search-filter-container{padding:15px}.debtors-container .search-filter-container .search-row{flex-direction:column;align-items:stretch}.debtors-container .search-filter-container .search-row .search-group{min-width:auto;width:100%;margin-bottom:15px}.debtors-container .search-filter-container .search-row .search-buttons{flex-direction:column;margin-top:15px}.debtors-container .search-filter-container .search-row .search-buttons .search-btn,.debtors-container .search-filter-container .search-row .search-buttons .clear-btn{width:100%;margin-bottom:10px}.debtors-container .table-container .debtors-table{min-width:800px}.debtors-container .table-container .debtors-table thead th,.debtors-container .table-container .debtors-table tbody td{padding:6px 4px;font-size:.7rem}.debtors-container .table-container .debtors-table .eye-icon-btn{font-size:1rem!important;padding:2px 4px!important}.debtors-container .pagination-container{flex-direction:column;gap:15px;align-items:center}.debtors-container .pagination-container .pagination-info{order:2}.debtors-container .pagination-container .pagination-controls{order:1;flex-wrap:wrap;justify-content:center}.debtors-container .pagination-container .pagination-controls .pagination-btn{padding:6px 10px;font-size:.8rem}.modal-overlay{padding:10px}.modal-content.ledger-modal,.modal-content.invoice-modal{width:100%;max-width:none;max-height:90vh}.modal-content .modal-header{padding:15px}.modal-content .modal-header h3{font-size:1rem}.modal-content .modal-body{padding:15px}.modal-content .modal-body .ledger-details-table,.modal-content .modal-body .invoice-details-table{min-width:600px;font-size:.7rem}.modal-content .modal-body .ledger-details-table thead th,.modal-content .modal-body .ledger-details-table tbody td,.modal-content .modal-body .invoice-details-table thead th,.modal-content .modal-body .invoice-details-table tbody td{padding:6px 4px;font-size:.65rem}}@media (max-width: 480px){.search-filter-container .search-buttons .search-btn,.search-filter-container .search-buttons .clear-btn{padding:8px 16px!important;font-size:.8rem!important}.pagination-controls .pagination-btn{padding:5px 8px!important;font-size:.75rem!important}.pagination-controls .pagination-btn:first-child,.pagination-controls .pagination-btn:last-child{display:none}.modal-content .modal-body .ledger-details-table,.modal-content .modal-body .invoice-details-table{min-width:500px;font-size:.65rem}.modal-content .modal-body .ledger-details-table thead th,.modal-content .modal-body .ledger-details-table tbody td,.modal-content .modal-body .invoice-details-table thead th,.modal-content .modal-body .invoice-details-table tbody td{padding:4px 3px;font-size:.6rem}.modal-content .modal-body .ledger-details-table .particulars-cell,.modal-content .modal-body .ledger-details-table .narration-cell,.modal-content .modal-body .invoice-details-table .particulars-cell,.modal-content .modal-body .invoice-details-table .narration-cell{max-width:120px}}.cash-book-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:8px;padding:30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.cash-book-container h1{color:#333;margin-bottom:30px;text-align:center;font-size:2rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-bottom:3px solid #1976d2;padding-bottom:15px}.cash-book-container .loading,.cash-book-container .error{text-align:center;padding:40px;font-size:1.1rem;border-radius:8px;margin:20px 0}.cash-book-container .loading{color:#666;background-color:#f5f5f5;border:1px solid #e0e0e0}.cash-book-container .error{color:#d32f2f;background-color:#ffebee;border:1px solid #ffcdd2;border-left:4px solid #d32f2f}.cash-book-container .no-data{text-align:center;color:#666;font-style:italic;padding:40px;font-size:1.1rem;background-color:#f9f9f9;border-radius:8px;border:1px dashed #ccc}.cash-book-container .table-container{margin-bottom:30px;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.cash-book-container .table-container .table-wrapper{overflow-x:auto;border-radius:8px}.cash-book-container .table-container .cash-book-table{width:100%;border-collapse:collapse;min-width:800px;background:#fff}.cash-book-container .table-container .cash-book-table thead{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;position:sticky;top:0;z-index:10}.cash-book-container .table-container .cash-book-table thead th{padding:15px 12px;text-align:center;font-weight:700;font-size:.9rem;white-space:nowrap;border:1px solid #1565c0;vertical-align:middle;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.cash-book-container .table-container .cash-book-table thead th:first-child{border-top-left-radius:8px}.cash-book-container .table-container .cash-book-table thead th:last-child{border-top-right-radius:8px}.cash-book-container .table-container .cash-book-table tbody tr{transition:all .2s ease;border-bottom:1px solid #e0e0e0}.cash-book-container .table-container .cash-book-table tbody tr:nth-child(2n){background-color:#f8f9fa}.cash-book-container .table-container .cash-book-table tbody tr:nth-child(odd){background-color:#fff}.cash-book-container .table-container .cash-book-table tbody tr:hover{background-color:#e3f2fd!important;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.cash-book-container .table-container .cash-book-table tbody tr:last-child{border-bottom:none}.cash-book-container .table-container .cash-book-table tbody tr td{padding:12px 10px;border:1px solid #e0e0e0;font-size:.85rem;color:#333;vertical-align:middle;position:relative}.cash-book-container .table-container .cash-book-table tbody tr td:first-child{font-weight:600;color:#1976d2;background-color:#1976d20d;border-left:3px solid #1976d2}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(2){font-weight:500;max-width:200px;word-wrap:break-word;line-height:1.4}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(3){text-align:center;padding:8px}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(3) .eye-icon-btn{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:8px;border-radius:4px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(3) .eye-icon-btn:hover{background-color:#1976d21a;transform:scale(1.1)}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(3) .eye-icon-btn:active{transform:scale(.95)}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(4),.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(6),.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(7){text-align:right;font-family:Courier New,monospace;font-weight:600;font-size:.9rem;color:#2e7d32}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(4):before,.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(6):before,.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(7):before{content:"₹";margin-right:2px;color:#666}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(5){text-align:center;font-weight:500;color:#555}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(6){color:#d32f2f}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(7){color:#388e3c}.cash-book-container .table-container .cash-book-table tbody tr:first-child{animation:slideIn .3s ease-out}.cash-book-container .summary-section{display:flex;justify-content:space-around;margin-top:30px;padding:20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;border:1px solid #e0e0e0}.cash-book-container .summary-section .summary-item{text-align:center;padding:15px}.cash-book-container .summary-section .summary-item .summary-label{font-size:.9rem;color:#666;margin-bottom:8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.cash-book-container .summary-section .summary-item .summary-value{font-size:1.4rem;font-weight:700;color:#1976d2;font-family:Courier New,monospace}.cash-book-container .summary-section .summary-item .summary-value.debit{color:#d32f2f}.cash-book-container .summary-section .summary-item .summary-value.credit{color:#388e3c}@media (max-width: 1200px){.cash-book-container{max-width:100%;padding:20px;margin:10px}.cash-book-container .table-container .cash-book-table{min-width:700px}.cash-book-container .table-container .cash-book-table thead th,.cash-book-container .table-container .cash-book-table tbody td{padding:10px 8px;font-size:.8rem}.cash-book-container .table-container .cash-book-table thead th{font-size:.85rem}.cash-book-container .table-container .cash-book-table tbody td:nth-child(3) .eye-icon-btn{min-width:28px;min-height:28px;font-size:1rem}}@media (max-width: 768px){.cash-book-container{padding:15px;margin:5px;border-radius:6px}.cash-book-container h1{font-size:1.6rem;margin-bottom:20px}.cash-book-container .table-container .cash-book-table{min-width:600px}.cash-book-container .table-container .cash-book-table thead th,.cash-book-container .table-container .cash-book-table tbody td{padding:8px 6px;font-size:.75rem}.cash-book-container .table-container .cash-book-table thead th{font-size:.8rem;padding:12px 8px}.cash-book-container .table-container .cash-book-table tbody td:nth-child(2){max-width:120px}.cash-book-container .table-container .cash-book-table tbody td:nth-child(3) .eye-icon-btn{min-width:24px;min-height:24px;font-size:.9rem;padding:4px}.cash-book-container .summary-section{flex-direction:column;gap:15px}.cash-book-container .summary-section .summary-item{padding:10px}.cash-book-container .summary-section .summary-item .summary-value{font-size:1.2rem}}@media (max-width: 480px){.cash-book-container{padding:10px;margin:2px}.cash-book-container h1{font-size:1.4rem;letter-spacing:.5px}.cash-book-container .table-container .cash-book-table{min-width:500px}.cash-book-container .table-container .cash-book-table thead th,.cash-book-container .table-container .cash-book-table tbody td{padding:6px 4px;font-size:.7rem}.cash-book-container .table-container .cash-book-table thead th{font-size:.75rem;padding:10px 6px}.cash-book-container .table-container .cash-book-table tbody td:nth-child(2){max-width:100px;font-size:.65rem}.cash-book-container .table-container .cash-book-table tbody td:nth-child(3) .eye-icon-btn{min-width:20px;min-height:20px;font-size:.8rem;padding:2px}.cash-book-container .table-container .cash-book-table tbody td:nth-child(4),.cash-book-container .table-container .cash-book-table tbody td:nth-child(6),.cash-book-container .table-container .cash-book-table tbody td:nth-child(7){font-size:.75rem}.cash-book-container .loading,.cash-book-container .error,.cash-book-container .no-data{padding:20px;font-size:1rem}}@media print{.cash-book-container{box-shadow:none;border:1px solid #ccc}.cash-book-container h1{color:#000!important;border-bottom-color:#000!important}.cash-book-container .table-container .cash-book-table thead{background:#f0f0f0!important;color:#000!important}.cash-book-container .table-container .cash-book-table thead th{border-color:#000!important}.cash-book-container .table-container .cash-book-table tbody tr:hover{background-color:transparent!important;transform:none!important;box-shadow:none!important}.cash-book-container .table-container .cash-book-table tbody tr td{border-color:#ccc!important}.cash-book-container .table-container .cash-book-table tbody tr td:first-child{background-color:#f9f9f9!important;color:#000!important;border-left-color:#000!important}.cash-book-container .table-container .cash-book-table tbody tr td:nth-child(3) .eye-icon-btn{display:none!important}.cash-book-container .summary-section{background:#f5f5f5!important;border-color:#000!important}.cash-book-container .summary-section .summary-value{color:#000!important}}.container{margin:80px 0 0;padding:20px;background:#fff;border-top:1px solid #dfdfdf;font-family:sans-serif}.container .customer_section h2{font-size:1.2rem;font-weight:600;color:#333;margin:0;letter-spacing:.5px}.container .customer_section .drop_button{margin-top:12px;margin-bottom:6px;position:relative;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;font-family:sans-serif;background-color:#e5e7eb;border-radius:10px;color:#0f0f0f;padding:14px 10px;cursor:pointer;transition:background-color .2s ease}.container .customer_section .drop_button:hover{background-color:#d1d5db}.container .customer_section .dropdownOpen{position:relative;z-index:1000;animation:fadeIn .2s ease-in-out}.container .customer_section .input_section{position:relative;display:flex;align-items:center}.container .customer_section .input_section .search_icon{opacity:.6;position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:4px}.container .customer_section .input_section .loading-spinner{position:absolute;right:40px;top:50%;transform:translateY(-50%);color:#666;font-size:12px}.container .customer_section .customer-list{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000012;margin-top:8px;max-height:400px;overflow:auto;z-index:10}.container .customer_section .customer-list.virtualized{position:relative}.container .customer_section .customer-list.virtualized .customer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee;cursor:pointer;height:50px;box-sizing:border-box;transition:background-color .15s ease}.container .customer_section .customer-list.virtualized .customer:hover{background-color:#f5f5f5}.container .customer_section .customer-list.virtualized .customer:last-child{border-bottom:none}.container .customer_section .customer{padding:10px 16px;cursor:pointer;font-size:1rem;color:#222;transition:background .18s;display:flex;justify-content:space-between}.container .customer_section .customer .list_icons{font-size:.8rem}.container .customer_section .customer:hover{background:#f1f3f6}.container .customer_section .no-customers{padding:12px 16px;color:#888;font-size:.98rem;text-align:center}.container .customer_section input[type=text]{border:none;border-bottom:1px solid #e0e0e0;padding:10px 40px 10px 16px;width:100%;font-size:1rem;outline:none;margin-bottom:4px;background:#fafbfc;border-radius:8px 8px 0 0;transition:border .2s}.container .customer_section input[type=text]:focus{border-bottom:1.5px solid #1976d2;background:#fff}.container .section_punchin{display:flex;flex-direction:column}.container .section_punchin .location_available{font-size:.7rem;font-weight:300;color:#0bb838}.container .section_punchin .photo_section .photo_label{display:none}.container .section_punchin .photo_section .take_button{margin:24px 0;padding:6px;gap:6px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.2rem;-webkit-user-select:none;user-select:none;border:1px solid gray;transition:background-color .2s ease;cursor:pointer}.container .section_punchin .photo_section .take_button .icon{font-size:24px}.container .section_punchin .photo_section .take_button:hover{background:#f3f3f3}.container .section_punchin .photo_section .take_button:focus{outline:none;box-shadow:0 0 0 2px #6366f1,0 0 0 4px #fff}.container .section_punchin .preview_section .photo_container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:18px}.container .section_punchin .preview_section .photo_container img{width:100%;height:auto;object-fit:contain;border-radius:8px;border:4px solid #e0e0e0;box-shadow:0 2px 8px #00000014;background:#f5f5f5;display:block}.container .section_punchin .preview_section .photo_actions{display:flex;flex-direction:row;justify-content:space-between;margin:16px 0;gap:12px}.container .section_punchin .preview_section .photo_actions button{font-family:sans-serif;border:none;padding:12px 20px;font-size:1.1rem;font-weight:600;border-radius:6px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.container .section_punchin .preview_section .photo_actions button .icon{font-size:1.2rem}.container .section_punchin .preview_section .photo_actions .discard{color:red;background-color:#fce9e9}.container .section_punchin .preview_section .photo_actions .discard:hover{background-color:#fad2d2}.container .section_punchin .preview_section .capture_location{display:flex;justify-content:center;align-items:center}.container .section_punchin .preview_section .capture_location .location_container{width:100%;max-width:600px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.container .section_punchin .preview_section .capture_location .location_container .location_header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0}.container .section_punchin .preview_section .capture_location .location_container .location_header .your_location{display:flex;align-items:center;font-weight:600;color:#333;font-size:1rem}.container .section_punchin .preview_section .capture_location .location_container .location_header .your_location .icon{font-size:1.3rem;margin-right:.4rem;color:#07f}.container .section_punchin .preview_section .capture_location .location_container .location_header .fetch_btn{font-size:1.6rem;color:#07f;cursor:pointer;transition:color .2s ease}.container .section_punchin .preview_section .capture_location .location_container .location_header .fetch_btn:hover{color:#0056b3}.container .section_punchin .preview_section .capture_location .location_container .location_map{border-radius:12px;width:100%;height:200px;overflow:hidden}.container .section_punchin .preview_section .capture_location .location_container .location_map .leaflet-container{width:100%;height:100%}.container .section_punchin .preview_section .capture_location .location_container .km_container{border:1px solid #aeaeb8;background-color:#d8dfe9;display:flex;align-items:center;justify-content:space-between;border-radius:5px;margin-top:20px;font-size:1rem;color:#07f;font-weight:600;padding:4px 10px}.container .section_punchin .preview_section .capture_location .location_container .km_container .mdOutline{display:flex;align-items:center;gap:8px}.container .section_punchin .preview_section .capture_location .location_container .km_container .icon{font-size:2rem}.container .section_punchin .preview_section .punchin_button{margin-top:10px;color:#fff;font-weight:700;border:none;box-shadow:0 2px 8px #00000014;cursor:pointer;z-index:10;width:100%;display:flex;align-items:center;justify-content:center;gap:6px;background-color:#0d7ff2;transition:background-color .2s ease-in-out;padding:.75rem 1rem;font-size:1rem;border-radius:.375rem}.container .section_punchin .preview_section .punchin_button:hover{background-color:#0b6bcb}.container .section_punchin .preview_section .punchin_button:disabled{background-color:#9ca3af;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-cell-container{position:relative;display:inline-block}.status-cell-container .status-updating-indicator{position:absolute;top:-20px;right:0;font-size:.75rem;color:#666;background:#f0f0f0;padding:2px 6px;border-radius:4px;white-space:nowrap}@media (min-width: 600px){.container{margin:32px auto;padding:28px 20px;max-width:500px;border:none}.container .customer_section{margin-bottom:20px;padding:18px 0}.container .customer_section h2{font-size:1.35rem}.container .customer_section .customer-list{width:100%}}@media (min-width: 900px){.container{margin:40px auto;padding:32px 24px;max-width:600px}.container .customer_section{margin-bottom:24px;padding:20px 0}.container .customer_section h2{font-size:1.5rem}.container .customer_section .customer-list.virtualized{max-height:400px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.add-location-container{margin:40px auto;padding:24px;border-radius:8px;background:#fff;box-shadow:0 4px 16px #0003}.add-location-container .set-loc-text{padding-bottom:12px}.add-location-container .set-loc-text .set-cus-name{color:#0d7fff}.add-location-container .add-location{border-left:4px solid #dc2929;background-color:#fde8e8;padding:12px 4px;border-radius:8px;box-shadow:0 1px 3px #00000014}.add-location-container .add-location .location-warning{display:flex;align-items:flex-start;gap:8px}.add-location-container .add-location .location-warning .icon{flex-shrink:0;height:40px;width:40px;color:#dc2929}.add-location-container .add-location .location-warning .message{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.4;color:#4a1d1d}.add-location-container .add-location .location-warning .message .title{margin:0 0 4px;font-size:1rem;font-weight:600;color:#b91c1c}.add-location-container .add-location .location-warning .message .description{margin:0;font-size:.875rem;color:#6b1818}.add-location-container .location-available-{border-left:4px solid #1e9e42;background-color:#e8fdea;padding:12px 4px;border-radius:8px;box-shadow:0 1px 3px #00000014;margin-top:1rem}.add-location-container .location-available- .location-success{display:flex;align-items:flex-start;gap:8px}.add-location-container .location-available- .location-success .icon{flex-shrink:0;height:40px;width:40px;color:#1e9e42}.add-location-container .location-available- .location-success .message{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.4;color:#1d4a29}.add-location-container .location-available- .location-success .message .title{margin:0 0 4px;font-size:1rem;font-weight:600;color:#0f7a2a}.add-location-container .location-available- .location-success .message .description{margin:0;font-size:.875rem;color:#145c1e}.add-location-container .fetch-current{margin-top:20px;border-radius:8px;border:1px solid rgb(231,219,219);padding:16px;display:flex;flex-direction:column;box-shadow:0 6px 9px #0000004d;gap:8px}.add-location-container .fetch-current .geo-loc-label{display:flex;align-items:center;gap:4px;font-weight:600}.add-location-container .fetch-current .geo-loc-label .icon-geo{color:#0d7fff;flex-shrink:0;height:24px;width:24px}.add-location-container .fetch-current .map{min-height:200px;background-color:#cfcaca;border-radius:8px}.add-location-container .fetch-current .fetch-current-btn{font-weight:600;display:flex;justify-content:center;align-items:center;gap:4px;background:#0d7fff;color:#fff;padding:8px;border-radius:8px;border:none}.add-location-container .fetch-current .fetch-current-btn .icon{flex-shrink:0;height:24px;width:24px}.add-location-container .fetch-current .coordinates{display:flex;gap:1rem;flex-wrap:wrap;padding:1rem;background:#f8f9fa;border-radius:8px;box-shadow:0 2px 6px #00000014}.add-location-container .fetch-current .coordinates .coordinate{display:flex;flex-direction:column;flex:1;min-width:150px}.add-location-container .fetch-current .coordinates .coordinate label{font-weight:600;margin-bottom:.25rem;color:#333}.add-location-container .fetch-current .coordinates .coordinate input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem;transition:border-color .2s ease}.add-location-container .fetch-current .coordinates .coordinate input:focus{border-color:#007bff;outline:none}.add-location-container .fetch-current .form-actions{display:flex;justify-content:flex-end;gap:.75rem}.add-location-container .fetch-current .form-actions .btn{padding:.6rem 1.2rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:background-color .2s ease,transform .1s ease}.add-location-container .fetch-current .form-actions .btn:active{transform:scale(.97)}.add-location-container .fetch-current .form-actions .btn.cancel{background-color:#e0e0e0;color:#333}.add-location-container .fetch-current .form-actions .btn.cancel:hover{background-color:#d5d5d5}.add-location-container .fetch-current .form-actions .btn.save{background-color:#007bff;color:#fff}.add-location-container .fetch-current .form-actions .btn.save:hover{background-color:#0069d9}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.confirm_modal{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center;padding:16px;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .3s ease}.confirm_modal .confirm_container{background:#fff;border-radius:12px;max-width:420px;width:100%;padding:24px 20px;box-shadow:0 8px 30px #0003;text-align:center}.confirm_modal .confirm_container .confirm_title{font-size:1.25rem;font-weight:600;margin-bottom:10px;color:#111}.confirm_modal .confirm_container .confirm_text{font-size:.95rem;line-height:1.5;color:#555;margin-bottom:24px}.confirm_modal .confirm_container .confirm_buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.confirm_modal .confirm_container .confirm_buttons .btn{flex:1;min-width:120px;padding:10px 18px;font-size:.95rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.confirm_modal .confirm_container .confirm_buttons .btn:focus{outline:3px solid rgba(0,184,56,.3);outline-offset:2px}.confirm_modal .confirm_container .confirm_buttons .btn.primary{background-color:#0bb838;color:#fff}.confirm_modal .confirm_container .confirm_buttons .btn.primary:hover:not(:disabled){background-color:#09a330;transform:translateY(-1px)}.confirm_modal .confirm_container .confirm_buttons .btn.primary:active:not(:disabled){background-color:#078f28;transform:translateY(0)}.confirm_modal .confirm_container .confirm_buttons .btn.secondary{background-color:#e5e5e5;color:#333}.confirm_modal .confirm_container .confirm_buttons .btn.secondary:hover:not(:disabled){background-color:#d4d4d4;transform:translateY(-1px)}.confirm_modal .confirm_container .confirm_buttons .btn.secondary:active:not(:disabled){background-color:#c4c4c4;transform:translateY(0)}.confirm_modal .confirm_container .confirm_buttons .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.location_capture{color:#1e293b;margin:0;padding:12px;position:relative}.location_capture .header_section{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;background:#fff;padding:16px 12px;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e2e8f0}.location_capture .header-tit{flex:1;min-width:0}.location_capture .header_title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:4px;line-height:1.3}.location_capture .header_sub{font-size:.8rem;color:#64748b;line-height:1.4}.location_capture .add_new_button{padding:10px 16px;background:linear-gradient(135deg,#2563eb,#3c74ed);color:#fff;font-size:.85rem;font-weight:600;border-radius:10px;cursor:pointer;border:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -2px #2563eb1a;width:100%;min-height:44px;position:relative;overflow:hidden}.location_capture .add_new_button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.location_capture .add_new_button:hover:before{left:100%}.location_capture .add_new_button .icon{font-size:1rem;flex-shrink:0;transition:transform .2s ease}.location_capture .add_new_button .add-loc-label{font-weight:600;letter-spacing:.025em}.location_capture .add_new_button:hover{background:linear-gradient(135deg,#1f54c7,#2563eb);transform:translateY(-2px);box-shadow:0 8px 15px -3px #2563eb4d,0 4px 6px -4px #2563eb33}.location_capture .add_new_button:hover .icon{transform:scale(1.1)}.location_capture .add_new_button:active{transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb40,0 2px 4px -2px #2563eb26}.location_capture .add_new_button:focus{outline:none;box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -2px #2563eb1a,0 0 0 3px #2563eb4d}.location_capture .table_section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #e2e8f0;overflow:hidden;min-height:200px}.location_capture .table_section.is-loading{display:flex;align-items:center;justify-content:center}.location_capture .table_section.is-loading:before{content:"Loading...";font-size:.9rem;color:#64748b}@media (min-width: 375px){.location_capture{padding:14px}.location_capture .header_section{padding:18px 14px;gap:14px;margin-bottom:22px}.location_capture .header_title{font-size:1.15rem}.location_capture .header_sub{font-size:.825rem}}@media (min-width: 480px){.location_capture{padding:16px}.location_capture .header_section{flex-direction:row;align-items:flex-start;gap:16px;padding:20px 16px;margin-bottom:24px}.location_capture .header_title{font-size:1.25rem}.location_capture .header_sub{font-size:.875rem}.location_capture .add_new_button{width:auto;min-width:140px;font-size:.875rem}.location_capture .table_section{padding:14px}}@media (min-width: 576px){.location_capture{padding:18px}.location_capture .add_new_button{min-width:150px;padding:10px 18px}}@media (min-width: 640px){.location_capture{padding:20px}.location_capture .header_section{align-items:center;padding:24px 20px}.location_capture .header_title{font-size:1.4rem}.location_capture .add_new_button{min-width:160px;max-width:200px;min-height:42px}.location_capture .table_section{padding:16px}}@media (min-width: 768px){.location_capture{margin-top:60px;padding:28px 24px}.location_capture .header_section{padding:28px 24px;margin-bottom:28px}.location_capture .header_title{font-size:1.5rem}.location_capture .header_sub{font-size:.9rem}.location_capture .add_new_button{padding:11px 20px;min-width:170px;max-width:220px;min-height:40px;border-radius:8px}.location_capture .table_section{padding:20px}}@media (min-width: 992px){.location_capture{padding:30px 28px}.location_capture .header_section{padding:30px 26px}.location_capture .add_new_button{padding:11px 22px;font-size:.9rem;min-width:175px;max-width:230px}.location_capture .table_section{padding:22px}}@media (min-width: 1024px){.location_capture{max-width:1180px;margin:60px auto 0;padding:32px}.location_capture .header_section{padding:32px 28px}.location_capture .add_new_button{padding:12px 24px;min-width:180px;max-width:240px;min-height:44px}.location_capture .table_section{padding:24px}}@media (min-width: 1200px){.location_capture{max-width:1200px;padding:36px}.location_capture .header_section{padding:34px 30px}.location_capture .add_new_button{padding:12px 26px;min-width:185px;max-width:250px;min-height:45px}.location_capture .table_section{padding:26px}}@media (min-width: 1280px){.location_capture{padding:40px}.location_capture .header_section{padding:36px 32px}.location_capture .add_new_button{padding:12px 28px;font-weight:600;min-width:190px;max-width:260px;min-height:46px;border-radius:10px}.location_capture .add_new_button .icon{font-size:1.1rem}.location_capture .table_section{padding:28px}}@media (min-width: 1440px){.location_capture{max-width:1400px;padding:44px}.location_capture .header_section{padding:40px 36px}.location_capture .add_new_button{padding:13px 30px;min-width:200px;max-width:280px;min-height:48px}.location_capture .table_section{padding:32px}}@media (max-height: 500px) and (orientation: landscape){.location_capture{min-height:auto;margin-top:0}.location_capture .header_section{margin-bottom:16px;padding:16px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.location_capture .add_new_button{border:.5px solid transparent}}@media (prefers-reduced-motion: reduce){.location_capture .add_new_button{transition:none}.location_capture .add_new_button:before{transition:none}.location_capture .add_new_button .icon{transition:none}}.table_section{background:#fff;border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin:20px 0}.table_section .table_title{margin:0 0 16px;font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:8px}.table_section .table_title:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.table_section .filter_search_section{margin-bottom:16px;max-width:100%}.table_section .filter_search_section .search_section{position:relative;margin-bottom:12px}.table_section .filter_search_section .search_section .search_icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:14px;pointer-events:none}.table_section .filter_search_section .search_section .search_input{width:100%;padding:8px 10px 8px 35px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;transition:all .2s ease;background:#f9fafb}.table_section .filter_search_section .search_section .search_input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.table_section .filter_search_section .search_section .search_input::placeholder{color:#9ca3af}.table_section .filter_search_section .filters_section{display:flex;flex-direction:column}.table_section .filter_search_section .filters_section .filter_label{color:#a49696;font-style:italic;font-size:.6rem}.table_section .filter_search_section .filters_section .filter_status,.table_section .filter_search_section .filters_section .filter_date{display:flex;flex-direction:column;align-items:start;font-size:13px;font-weight:500;color:#374151;padding:8px 0}.table_section .filter_search_section .filters_section .filter_status .status-filter-select,.table_section .filter_search_section .filters_section .filter_date .status-filter-select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#fff;min-width:120px}.table_section .filter_search_section .filters_section .filter_status .status-filter-select:focus,.table_section .filter_search_section .filters_section .filter_date .status-filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.table_section .filter_search_section .filters_section .filter_status .status-filter-select option,.table_section .filter_search_section .filters_section .filter_date .status-filter-select option{padding:8px;font-size:12px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter{min-width:200px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter input,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter input{font-size:12px;padding:6px 8px}.table_section .results_count{margin-bottom:16px;font-size:14px;color:#6b7280;font-weight:500;padding:8px 0;border-bottom:1px solid #f3f4f6}.table_section .table_container{overflow-x:auto;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.table_section .table_container table{width:100%;border-collapse:collapse;font-size:11px;min-width:500px}.table_section .table_container table thead{background:#f8fafc;border-bottom:2px solid #e5e7eb}.table_section .table_container table thead th{padding:6px 8px;text-align:left;font-weight:600;color:#374151;font-size:10px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:1px solid #e5e7eb}.table_section .table_container table thead th:first-child{border-radius:8px 0 0}.table_section .table_container table thead th:last-child{border-radius:0 8px 0 0}.table_section .table_container table tbody tr{transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.table_section .table_container table tbody tr:hover{background:#f8fafc}.table_section .table_container table tbody tr:last-child{border-bottom:none}.table_section .table_container table tbody tr td{padding:8px;color:#374151;vertical-align:middle;line-height:1.5;font-size:11px}.table_section .table_container table tbody tr td.no-data{text-align:center;color:#6b7280;font-style:italic;padding:40px 16px}.table_section .table_container table tbody tr td a{color:#667eea;text-decoration:none;font-weight:500;padding:4px 8px;border-radius:4px;transition:all .2s ease;display:inline-block}.table_section .table_container table tbody tr td a:hover{background:#667eea1a;color:#5a67d8}.table_section .table_container table tbody tr td .punchin-image{height:50px;width:50px;overflow:hidden;border-radius:40%;border:2px solid rgb(230,218,218);box-shadow:0 4px 8px #00000026}.table_section .table_container table tbody tr td .punchin-image img{height:100%}.table_section .status-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.table_section .status-badge.pending{background:#fef3c7;color:#d97706;border:1px solid #fbbf24}.table_section .status-badge.verified{background:#d1fae5;color:#059669;border:1px solid #34d399}.table_section .status-badge.rejected{background:#fee2e2;color:#dc2626;border:1px solid #f87171}.table_section .status-badge.unknown{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}.table_section .status-cell-container{display:flex;flex-direction:column;gap:4px}.table_section .status-cell-container .status-select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.table_section .status-cell-container .status-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.table_section .status-cell-container .status-select:disabled{opacity:.6;cursor:not-allowed}.table_section .status-cell-container .status-select.pending{background:#fef3c7;color:#d97706;border-color:#fbbf24}.table_section .status-cell-container .status-select.verified{background:#d1fae5;color:#059669;border-color:#34d399}.table_section .status-cell-container .status-select.rejected{background:#fee2e2;color:#dc2626;border-color:#f87171}.table_section .status-cell-container .status-updating-indicator{font-size:11px;color:#6b7280;font-style:italic}.table_section .pagination_controls{display:flex;align-items:center;justify-content:center;margin-top:20px;padding:16px;background:#f9fafb;border-radius:8px;gap:8px;flex-wrap:wrap}.table_section .pagination_controls button{padding:6px 12px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.table_section .pagination_controls button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.table_section .pagination_controls button:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.table_section .pagination_controls span{font-size:13px;color:#374151;font-weight:500;white-space:nowrap}.table_section .pagination_controls select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff;cursor:pointer;transition:all .2s ease}.table_section .pagination_controls select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.table_section .loading,.table_section .error{text-align:center;padding:60px 20px;color:#6b7280;font-size:16px}.table_section .loading{position:relative}.table_section .loading:before{content:"";display:inline-block;width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px;vertical-align:middle}.table_section .error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:20px 0}@media (min-width: 481px){.table_section{padding:16px}.table_section .table_title{font-size:18px}.table_section .filter_search_section .search_section .search_input{font-size:14px;padding:10px 12px 10px 40px}.table_section .filter_search_section .search_section .search_icon{font-size:16px;left:12px}.table_section .filter_search_section .filters_section{flex-direction:row;justify-content:flex-start;gap:20px}.table_section .filter_search_section .filters_section .filter_status,.table_section .filter_search_section .filters_section .filter_date{font-size:14px}.table_section .filter_search_section .filters_section .filter_status .status-filter-select,.table_section .filter_search_section .filters_section .filter_date .status-filter-select{font-size:13px;padding:5px 10px;min-width:140px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter{min-width:220px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter input,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter input{font-size:13px;padding:8px 10px}.table_section .table_container table{font-size:12px;min-width:600px}.table_section .table_container table thead th{padding:8px 12px;font-size:11px}.table_section .table_container table tbody td{padding:10px 12px;font-size:12px}}@media (min-width: 769px){.table_section .filter_search_section{display:flex;align-items:center;gap:20px;margin-bottom:20px}.table_section .filter_search_section .search_section{margin-bottom:0;max-width:400px;flex:1}.table_section .filter_search_section .filters_section{flex:1;justify-content:flex-end;gap:24px}.table_section .filter_search_section .filters_section .filter_status .status-filter-select,.table_section .filter_search_section .filters_section .filter_date .status-filter-select{min-width:120px}.table_section .table_container table{font-size:13px}.table_section .table_container table thead th,.table_section .table_container table tbody td{padding:10px 14px}.table_section .pagination_controls{justify-content:space-between;flex-wrap:nowrap;gap:12px}.table_section .pagination_controls button{padding:8px 16px;font-size:14px}.table_section .pagination_controls span,.table_section .pagination_controls select{font-size:14px}}@media (min-width: 1025px){.table_section{border-radius:12px;padding:24px}.table_section .table_title{font-size:20px;margin-bottom:20px}.table_section .filter_search_section{margin-bottom:24px}.table_section .filter_search_section .search_section{max-width:500px}.table_section .filter_search_section .filters_section{gap:32px}.table_section .filter_search_section .filters_section .filter_status,.table_section .filter_search_section .filters_section .filter_date{font-size:15px}.table_section .filter_search_section .filters_section .filter_status .status-filter-select,.table_section .filter_search_section .filters_section .filter_date .status-filter-select{font-size:14px;padding:6px 12px;min-width:140px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter{min-width:250px}.table_section .filter_search_section .filters_section .filter_status .date-picker-filter input,.table_section .filter_search_section .filters_section .filter_date .date-picker-filter input{font-size:14px;padding:10px 12px}.table_section .table_container table{font-size:14px;min-width:700px}.table_section .table_container table thead th{padding:12px 16px;font-size:13px}.table_section .table_container table tbody td{padding:14px 16px;font-size:14px}.table_section .results_count{font-size:15px;margin-bottom:20px}}._add_new_button_zhnbb_1{color:#fff;font-weight:600;font-size:.875rem;border-radius:10px;border:none;cursor:pointer;padding:12px 20px;min-height:44px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 4px 12px #ff6b6b4d}._add_new_button_zhnbb_1:hover{background:linear-gradient(135deg,#ff5252,#d63031);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}._add_new_button_zhnbb_1:active{transform:translateY(0);box-shadow:0 4px 12px #ff6b6b4d}._add_new_button_zhnbb_1 ._icon_zhnbb_37{font-size:1.1rem;transition:transform .3s ease}._add_new_button_zhnbb_1:hover ._icon_zhnbb_37{transform:rotate(90deg)}._welcome_card_zhnbb_46{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 10px #0000001a;border:1px solid #e5e7eb;margin-top:20px}._welcome_card_zhnbb_46 h3{color:#1f2937;font-size:1.3rem;margin:0 0 8px;font-weight:600}._welcome_card_zhnbb_46 p{color:#6b7280;font-size:1rem;margin:0 0 20px;line-height:1.5}._welcome_card_zhnbb_46 ._features_zhnbb_66{display:flex;flex-direction:column;gap:12px}._welcome_card_zhnbb_46 ._features_zhnbb_66 ._feature_item_zhnbb_71{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #f1f5f9}._welcome_card_zhnbb_46 ._features_zhnbb_66 ._feature_item_zhnbb_71 ._feature_icon_zhnbb_80{font-size:1.2rem}._welcome_card_zhnbb_46 ._features_zhnbb_66 ._feature_item_zhnbb_71 ._feature_text_zhnbb_83{color:#374151;font-size:.9rem;font-weight:500}@media (min-width: 640px){._add_new_button_zhnbb_1{width:auto;min-width:160px;font-size:.9rem}._welcome_card_zhnbb_46 ._quick_stats_zhnbb_96{gap:24px}}@media (min-width: 768px){._add_new_button_zhnbb_1{font-size:1rem;min-width:180px;padding:14px 24px;min-height:48px}._welcome_card_zhnbb_46{padding:32px}}@media (hover: none){._add_new_button_zhnbb_1:hover{transform:none;background:linear-gradient(135deg,#ff6b6b,#ee5a24)}._add_new_button_zhnbb_1:active{transform:scale(.98)}}@media (max-width: 480px){._add_new_button_zhnbb_1{font-size:.8rem;min-height:44px;padding:10px 16px;border-radius:10px}._add_new_button_zhnbb_1 ._icon_zhnbb_37{font-size:1rem}}@media (min-width: 481px) and (max-width: 640px){._add_new_button_zhnbb_1{font-size:.875rem;min-height:46px;padding:11px 18px}}@media (min-width: 641px) and (max-width: 768px){._add_new_button_zhnbb_1{font-size:.9rem;min-height:48px;padding:12px 20px;width:auto;min-width:160px;max-width:200px}}@media (min-width: 769px){._add_new_button_zhnbb_1{font-size:1rem;min-height:50px;padding:14px 24px;width:auto;min-width:180px;max-width:220px;border-radius:14px}._add_new_button_zhnbb_1 ._icon_zhnbb_37{font-size:1.2rem}._add_new_button_zhnbb_1:hover{transform:translateY(-4px)}}@media (min-width: 1024px){._add_new_button_zhnbb_1{font-size:1.1rem;min-height:52px;padding:16px 28px;min-width:200px;max-width:250px}}@media (hover: none) and (pointer: coarse){._add_new_button_zhnbb_1{min-height:48px}._add_new_button_zhnbb_1:hover{transform:none;background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 4px 12px #ff6b6b4d}._add_new_button_zhnbb_1:active{transform:scale(.98);background:linear-gradient(135deg,#ff5252,#d63031)}}@media (max-height: 500px) and (orientation: landscape){._add_new_button_zhnbb_1{min-height:40px;font-size:.8rem;padding:8px 16px}}@media (prefers-contrast: high){._add_new_button_zhnbb_1{border:2px solid white;background:#06c}._add_new_button_zhnbb_1:hover{background:#0052a3}._add_new_button_zhnbb_1:focus{outline:3px solid #ffff00;outline-offset:2px}}@media (prefers-reduced-motion: reduce){._add_new_button_zhnbb_1{transition:none}._add_new_button_zhnbb_1:before{transition:none}._add_new_button_zhnbb_1 ._icon_zhnbb_37{transition:none}._add_new_button_zhnbb_1:hover,._add_new_button_zhnbb_1:active{transform:none}._add_new_button_zhnbb_1._loading_zhnbb_234 ._icon_zhnbb_37{animation:none}}@media (prefers-color-scheme: dark){._add_new_button_zhnbb_1{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 15px #4f46e54d,0 2px 4px #0003}._add_new_button_zhnbb_1:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 8px 25px #4f46e566,0 4px 12px #0000004d}}@keyframes _spin_zhnbb_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{._add_new_button_zhnbb_1{background:#666!important;color:#fff!important;box-shadow:none!important;border:1px solid #333!important}}.confirm_modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#11182799;z-index:10000;overflow-y:auto}.confirm__container{background:#fff;color:#111827;border-radius:.75rem;max-height:500px;overflow:auto;box-sizing:content-box;box-shadow:0 20px 50px #00000040;padding:2rem;position:relative;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}.confirm__container img{width:100%;height:auto;object-fit:contain;display:block}.closs_cross{position:absolute;top:.25rem;right:.5rem;font-size:1.5rem;font-weight:700;color:#6b7280;cursor:pointer;border-radius:50%;line-height:1;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:background-color .25s ease,color .25s ease,transform .15s ease}.closs_cross:hover{background-color:#0000000d;color:#ef4444;transform:scale(1.1)}.closs_cross:active{transform:scale(.95)}.closs_cross:focus{outline:2px solid #ef4444;outline-offset:2px}.confirm__container:after:hover{color:#111827}@media (max-width: 640px){.confirm__container{width:100%;max-width:none;margin:1rem;padding:1.5rem}}.punchin-capture-page{padding:0;width:100%;position:relative}.punchin-capture-page .punchin_wizard{margin:0}.punchin-capture-page .error-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:2rem;text-align:center;background:#f9fafb}.punchin-capture-page .error-fallback h2{color:#dc2626;margin-bottom:1rem;font-size:1.5rem}.punchin-capture-page .error-fallback p{color:#6b7280;margin-bottom:2rem;font-size:1rem}.punchin-capture-page .error-fallback button{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s ease}.punchin-capture-page .error-fallback button:hover{background:#2563eb}.punchin-capture-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#f9fafb}.punchin-capture-page .loading-container p{margin-top:1rem;color:#6b7280;font-size:1rem}@media screen and (min-width: 768px){.punchin-capture-page{margin-top:60px}}@media screen and (min-width: 1200px){.punchin-capture-page{max-width:1200px;padding:36px}}.loading-spinner{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.spinner{border-radius:50%;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;animation:spin 1s linear infinite}.spinner--small{width:16px;height:16px;border-width:1px}.spinner--medium{width:32px;height:32px;border-width:2px}.spinner--large{width:48px;height:48px;border-width:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading-spinner .w-4,.loading-spinner .h-4{width:1rem;height:1rem}.loading-spinner .w-8,.loading-spinner .h-8{width:2rem;height:2rem}.loading-spinner .w-12,.loading-spinner .h-12{width:3rem;height:3rem}.border-2{border-width:2px}.border-gray-300{border-color:#d1d5db}.border-t-blue-600{border-top-color:#2563eb}.rounded-full{border-radius:9999px}.menu-management-container{max-width:1200px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.menu-management-container .management-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.menu-management-container .management-header h1{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.menu-management-container .management-header .subtitle{color:#666;font-size:1rem;margin:0}.menu-management-container .user-selection-section{margin-bottom:2rem}.menu-management-container .user-selection-section .form-group{margin-bottom:1.5rem}.menu-management-container .user-selection-section .form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.menu-management-container .user-selection-section .form-group .user-select{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;cursor:pointer;transition:all .3s ease}.menu-management-container .user-selection-section .form-group .user-select:hover:not(:disabled){border-color:#4a90e2}.menu-management-container .user-selection-section .form-group .user-select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.menu-management-container .user-selection-section .form-group .user-select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.menu-management-container .user-selection-section .user-info-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #667eea4d}.menu-management-container .user-selection-section .user-info-card .user-info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.menu-management-container .user-selection-section .user-info-card .user-info-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.2)}.menu-management-container .user-selection-section .user-info-card .user-info-row .info-label{font-weight:500;opacity:.9}.menu-management-container .user-selection-section .user-info-card .user-info-row .info-value{font-weight:600}.menu-management-container .user-selection-section .user-info-card .user-info-row .info-value.highlight{background:#fff3;padding:.25rem .75rem;border-radius:20px}.menu-management-container .user-selection-section .user-info-card .user-info-row .info-value.role-badge{background:#ffffff40;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.menu-management-container .menu-items-section{position:relative}.menu-management-container .menu-items-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.menu-management-container .menu-items-section .section-header h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0}.menu-management-container .menu-items-section .section-header .selection-count{background:#4a90e2;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.menu-management-container .menu-items-section .loading-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:8px}.menu-management-container .menu-items-section .loading-overlay .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite}.menu-management-container .menu-items-section .loading-overlay p{margin-top:1rem;color:#666;font-weight:500}.menu-management-container .menu-items-section .menu-items-list{background:#fafafa;border-radius:8px;padding:1.5rem;max-height:500px;overflow-y:auto}.menu-management-container .menu-items-section .menu-items-list::-webkit-scrollbar{width:8px}.menu-management-container .menu-items-section .menu-items-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.menu-management-container .menu-items-section .menu-items-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.menu-management-container .menu-items-section .menu-items-list::-webkit-scrollbar-thumb:hover{background:#555}.menu-management-container .menu-items-section .menu-item-wrapper{margin-bottom:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:background .2s ease}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item:hover{background:#f8f9fa}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item.parent-item{background:#f0f4ff;font-weight:600}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item.parent-item:hover{background:#e6edff}.menu-management-container .menu-items-section .menu-item-wrapper .menu-item .children-count{background:#e8f4f8;color:#4a90e2;padding:.3rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox{display:flex;align-items:center;cursor:pointer;flex:1;-webkit-user-select:none;user-select:none}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox]:checked+.checkbox-custom{background:#4a90e2;border-color:#4a90e2}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox]:checked+.checkbox-custom:after{display:block}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox]:disabled+.checkbox-custom{background:#e0e0e0;cursor:not-allowed}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox].indeterminate+.checkbox-custom{background:orange;border-color:orange}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox input[type=checkbox].indeterminate+.checkbox-custom:after{content:"";display:block;width:10px;height:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .checkbox-custom{position:relative;width:22px;height:22px;border:2px solid #ccc;border-radius:4px;margin-right:.75rem;transition:all .3s ease;flex-shrink:0}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .checkbox-custom:after{content:"";display:none;position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .menu-label{display:flex;align-items:center;gap:.5rem;color:#333;font-size:1rem}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .menu-label .menu-icon{font-size:1.1rem;color:#4a90e2}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .menu-label.child-label{font-size:.95rem;font-weight:400}.menu-management-container .menu-items-section .menu-item-wrapper .menu-checkbox .menu-label .menu-type-badge{background:#4a90e2;color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;margin-left:.5rem}.menu-management-container .menu-items-section .menu-item-wrapper .menu-children{background:#f8f9fa;padding:.5rem 1.25rem 1rem 3rem}.menu-management-container .menu-items-section .menu-item-wrapper .menu-children .menu-child-item{padding:.5rem 0}.menu-management-container .menu-items-section .menu-item-wrapper .menu-children .menu-child-item:not(:last-child){border-bottom:1px solid #e9ecef}.menu-management-container .menu-items-section .action-buttons{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.menu-management-container .menu-items-section .action-buttons .btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.menu-management-container .menu-items-section .action-buttons .btn:disabled{opacity:.6;cursor:not-allowed}.menu-management-container .menu-items-section .action-buttons .btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.menu-management-container .menu-items-section .action-buttons .btn.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.menu-management-container .menu-items-section .action-buttons .btn.btn-primary:active:not(:disabled){transform:translateY(0)}.menu-management-container .menu-items-section .action-buttons .btn.btn-secondary{background:#f0f0f0;color:#333}.menu-management-container .menu-items-section .action-buttons .btn.btn-secondary:hover:not(:disabled){background:#e0e0e0}.menu-management-container .menu-items-section .action-buttons .btn .btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite}.menu-management-container .menu-items-section .save-status{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;font-weight:500;animation:slideIn .3s ease}.menu-management-container .menu-items-section .save-status .status-icon{font-size:1.5rem;font-weight:700}.menu-management-container .menu-items-section .save-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.menu-management-container .menu-items-section .save-status.success .status-icon{color:#28a745}.menu-management-container .menu-items-section .save-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.menu-management-container .menu-items-section .save-status.error .status-icon{color:#dc3545}.menu-management-container .empty-state{text-align:center;padding:4rem 2rem;color:#666}.menu-management-container .empty-state .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.menu-management-container .empty-state h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.menu-management-container .empty-state p{font-size:1rem;color:#666}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.menu-management-container{padding:1rem}.menu-management-container .management-header h1{font-size:1.5rem}.menu-management-container .menu-items-section .section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.menu-management-container .menu-items-section .menu-items-list{max-height:400px}.menu-management-container .action-buttons{flex-direction:column}.menu-management-container .action-buttons .btn{width:100%;justify-content:center}}.punchout-screen{display:flex;align-items:center;justify-content:center;padding:1rem}.punchout-screen .punchout-container{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%;margin:0 auto}.punchout-screen .punchout-header{text-align:center;margin-bottom:2rem}.punchout-screen .punchout-header .status-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;color:#10b981;font-weight:500;font-size:.95rem}.punchout-screen .punchout-header .status-indicator .pulse-dot{width:12px;height:12px;background:#10b981;border-radius:50%;animation:pulse 2s infinite;flex-shrink:0}.punchout-screen .punchout-header h1{font-size:clamp(1.5rem,4vw,1.8rem);color:#1f2937;margin:0;line-height:1.2}.punchout-screen .session-info{display:grid;gap:1rem;margin-bottom:2rem}.punchout-screen .session-info .info-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;border-left:4px solid #3b82f6;min-height:60px}.punchout-screen .session-info .info-card .info-icon{color:#3b82f6;font-size:1.2rem;min-width:20px;flex-shrink:0}.punchout-screen .session-info .info-card div{flex:1;min-width:0}.punchout-screen .session-info .info-card label{font-size:.875rem;color:#6b7280;display:block;margin-bottom:.25rem;font-weight:500}.punchout-screen .session-info .info-card p{margin:0;font-weight:600;color:#1f2937;word-wrap:break-word;overflow-wrap:break-word}.punchout-screen .session-info .info-card p.duration{color:#059669;font-size:1.1rem}.punchout-screen .current-time{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:12px;margin-bottom:2rem}.punchout-screen .current-time h2{font-size:clamp(1.75rem,6vw,2rem);color:#1f2937;margin:0 0 .5rem;font-weight:700;line-height:1.1}.punchout-screen .current-time p{color:#6b7280;margin:0;font-size:.95rem}.punchout-screen .photo-section{margin-bottom:2rem;text-align:center}.punchout-screen .photo-section label{display:block;font-weight:600;color:#374151;margin-bottom:.75rem}.punchout-screen .photo-section .photo-thumbnail{position:relative;width:120px;height:120px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.punchout-screen .photo-section .photo-thumbnail img{width:100%;height:100%;object-fit:cover}.punchout-screen .photo-section .photo-thumbnail .photo-icon{position:absolute;top:8px;right:8px;color:#fff;background:#00000080;padding:4px;border-radius:4px}.punchout-screen .punchout-actions .punchout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;border:none;border-radius:8px;font-weight:600;font-size:.925rem;transition:all .2s ease;cursor:pointer;width:100%}.punchout-screen .punchout-actions .punchout-btn.primary{background:#dc2626;color:#fff;box-shadow:0 2px 4px #dc262633}.punchout-screen .punchout-actions .punchout-btn.primary:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 3px 6px #dc262640}.punchout-screen .punchout-actions .punchout-btn.primary:active{transform:translateY(0)}.punchout-screen .punchout-actions .punchout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.punchout-screen .punchout-actions .punchout-btn svg{font-size:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width: 1025px){.punchout-screen{padding:2rem}.punchout-screen .punchout-container{max-width:1200px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.punchout-screen .punchout-left{display:flex;flex-direction:column}.punchout-screen .punchout-right{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px}.punchout-screen .punchout-header{margin-bottom:2rem;text-align:left}.punchout-screen .punchout-header h1{font-size:2.2rem}.punchout-screen .punchout-header .status-indicator{justify-content:flex-start;font-size:1rem}.punchout-screen .session-info{margin-bottom:2rem;gap:1.5rem}.punchout-screen .session-info .info-card{padding:1.5rem}.punchout-screen .current-time{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:3rem 2rem;margin-bottom:0;border-radius:20px;box-shadow:0 10px 25px #0000001a}.punchout-screen .current-time h2{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.punchout-screen .current-time p{font-size:1.1rem}.punchout-screen .punchout-actions{margin-top:2rem}.punchout-screen .punchout-actions .punchout-btn{padding:1.5rem 2rem;font-size:1.2rem;border-radius:15px}.punchout-screen .punchout-actions .punchout-btn.primary{background:linear-gradient(135deg,#dc2626,#991b1b);box-shadow:0 8px 20px #dc26264d}.punchout-screen .punchout-actions .punchout-btn.primary:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#7f1d1d);transform:translateY(-2px);box-shadow:0 12px 25px #dc262666}}@media (min-width: 1400px){.punchout-screen .punchout-container{max-width:1400px;gap:4rem;padding:3rem}.punchout-screen .punchout-container .current-time{padding:4rem 3rem}.punchout-screen .punchout-container .current-time h2{font-size:4rem}.punchout-screen .punchout-container .punchout-actions .punchout-btn{padding:2rem 3rem;font-size:1.3rem}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.punchout-screen{padding:1.5rem}.punchout-screen .punchout-container{max-width:900px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.punchout-screen .punchout-left{display:flex;flex-direction:column}.punchout-screen .punchout-right{display:flex;flex-direction:column;justify-content:center}.punchout-screen .punchout-header{text-align:left;margin-bottom:1.5rem}.punchout-screen .session-info{gap:1rem;margin-bottom:1.5rem}.punchout-screen .current-time{margin-bottom:0}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.punchout-screen{padding:1.5rem}.punchout-screen .punchout-container{max-width:550px;padding:2.5rem}.punchout-screen .current-time h2{font-size:2.25rem}}@media (min-width: 481px) and (max-width: 767px){.punchout-screen{padding:1rem}.punchout-screen .punchout-container{padding:1.75rem}.punchout-screen .session-info .info-card{padding:.875rem}.punchout-screen .current-time{padding:1.25rem}.punchout-screen .current-time h2{font-size:1.875rem}.punchout-screen .punchout-actions .punchout-btn{font-size:1rem;min-height:48px}}@media (max-width: 480px){.punchout-screen{padding:1rem .75rem .75rem;align-items:flex-start}.punchout-screen .punchout-container{padding:1.25rem;border-radius:16px;box-shadow:0 10px 25px #0000001a}.punchout-screen .punchout-header{margin-bottom:1.5rem}.punchout-screen .punchout-header .status-indicator{font-size:.875rem;margin-bottom:.75rem}.punchout-screen .punchout-header .status-indicator .pulse-dot{width:10px;height:10px}.punchout-screen .punchout-header h1{font-size:1.5rem}.punchout-screen .session-info{gap:.75rem;margin-bottom:1.5rem}.punchout-screen .session-info .info-card{padding:.75rem;gap:.75rem;min-height:55px}.punchout-screen .session-info .info-card .info-icon{font-size:1.1rem;min-width:18px}.punchout-screen .session-info .info-card label{font-size:.8rem;margin-bottom:.2rem}.punchout-screen .session-info .info-card p{font-size:.95rem}.punchout-screen .session-info .info-card p.duration{font-size:1rem}.punchout-screen .current-time{padding:1.25rem 1rem;margin-bottom:1.5rem}.punchout-screen .current-time h2{font-size:1.75rem;margin-bottom:.25rem}.punchout-screen .current-time p{font-size:.875rem}.punchout-screen .photo-section{margin-bottom:1.5rem}.punchout-screen .photo-section .photo-thumbnail{width:100px;height:100px}.punchout-screen .punchout-actions{gap:.75rem}.punchout-screen .punchout-actions .punchout-btn{padding:.875rem;font-size:.95rem;min-height:48px;border-radius:10px}.punchout-screen .punchout-actions .punchout-btn.primary{font-weight:700}.punchout-screen .punchout-actions .refresh-btn{padding:.75rem;min-height:42px;border-radius:8px}}@media (max-width: 319px){.punchout-screen{padding:.5rem}.punchout-screen .punchout-container{padding:1rem;border-radius:12px}.punchout-screen .punchout-header h1{font-size:1.375rem}.punchout-screen .current-time h2{font-size:1.625rem}.punchout-screen .session-info .info-card{padding:.625rem;gap:.625rem}.punchout-screen .session-info .info-card .info-icon{font-size:1rem}.punchout-screen .session-info .info-card label{font-size:.75rem}.punchout-screen .session-info .info-card p{font-size:.875rem}.punchout-screen .punchout-actions .punchout-btn{padding:.75rem;font-size:.875rem;min-height:44px}}.error-fallback{text-align:center;padding:2rem}.error-fallback .error-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.error-fallback .error-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;min-height:44px;touch-action:manipulation}.error-fallback .error-actions button.retry-btn{background:#3b82f6;color:#fff}.error-fallback .error-actions button.continue-btn{background:#f3f4f6;color:#6b7280}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.punchout-container{box-shadow:0 20px 40px #00000026}}@media (max-width: 768px) and (orientation: landscape){.punchout-screen{align-items:center;padding:1rem}.punchout-screen .punchout-container{max-width:90vw;max-height:90vh;overflow-y:auto}.punchout-screen .current-time{padding:1rem}.punchout-screen .current-time h2{font-size:1.5rem}.punchout-screen .session-info,.punchout-screen .punchout-header{margin-bottom:1.25rem}}@media (hover: none) and (pointer: coarse){.punchout-actions .punchout-btn,.punchout-actions .refresh-btn{min-height:48px}.punchout-actions .punchout-btn:active,.punchout-actions .refresh-btn:active{transform:scale(.95);transition:transform .1s}.info-card{padding:1rem .875rem}}@media print{.punchout-screen{background:#fff;padding:0}.punchout-screen .punchout-container{box-shadow:none;border:1px solid #e5e7eb}.punchout-screen .punchout-actions{display:none}.punchout-screen .pulse-dot{animation:none}}.camera_modal{position:fixed;inset:0;background:#0a0a0a;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:slideUp .3s cubic-bezier(.25,.46,.45,.94)}.camera_modal .camera_container{position:relative;width:100%;max-width:400px;aspect-ratio:9/16;border-radius:32px;overflow:hidden;background:#111;border:2px solid rgba(255,255,255,.08)}.camera_modal .camera_container .camera_video{width:100%;height:100%;object-fit:cover;background:#111}.camera_modal .camera_container .camera_header{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1.75rem 1.5rem 0;z-index:10}.camera_modal .camera_container .camera_header .camera_btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:1.125rem;width:40px;height:40px;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.camera_modal .camera_container .camera_header .camera_btn:before{content:"";position:absolute;inset:0;background:#ffffff0d;opacity:0;transition:opacity .3s ease}.camera_modal .camera_container .camera_header .camera_btn:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-2px)}.camera_modal .camera_container .camera_header .camera_btn:hover:before{opacity:1}.camera_modal .camera_container .camera_header .camera_btn:active{transform:translateY(0)}.camera_modal .camera_container .camera_header .camera_btn.close_btn{background:#ffffff0f;border-color:#ffffff1a;color:#ff6b6b}.camera_modal .camera_container .camera_header .camera_btn.close_btn:hover{background:#ff6b6b1a;border-color:#ff6b6b33;color:#ff8787}.camera_modal .camera_container .capture_overlay{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:0 2rem 3rem}.camera_modal .camera_container .capture_overlay .capture_btn{width:84px;height:84px;border-radius:42px;background:linear-gradient(135deg,#fff,#f8f9fa);border:6px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#2d3748;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.camera_modal .camera_container .capture_overlay .capture_btn:before{content:"";position:absolute;inset:-3px;background:linear-gradient(45deg,#fff3,#ffffff0d,#fff3);border-radius:50px;opacity:0;transition:opacity .4s ease;z-index:-1}.camera_modal .camera_container .capture_overlay .capture_btn:hover{transform:scale(1.08) translateY(-4px);box-shadow:0 16px 32px #0006,0 0 0 12px #ffffff0a}.camera_modal .camera_container .capture_overlay .capture_btn:hover:before{opacity:1}.camera_modal .camera_container .capture_overlay .capture_btn:active{transform:scale(1.02)}.camera_modal .camera_container .capture_overlay .capture_btn svg{font-size:1.75rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.camera_modal{padding:.75rem}.camera_modal .camera_container{max-width:360px;border-radius:28px}.camera_modal .camera_container .camera_header{padding:1.5rem 1.25rem 0}.camera_modal .camera_container .camera_header .camera_btn{width:36px;height:36px;border-radius:10px;font-size:1rem}.camera_modal .camera_container .capture_overlay{padding:0 1.75rem 2.5rem}.camera_modal .camera_container .capture_overlay .capture_btn{width:76px;height:76px;border-radius:38px;font-size:1.625rem}.camera_modal .camera_container .capture_overlay .capture_btn svg{font-size:1.625rem}}@media (max-width: 480px){.camera_modal{padding:.5rem}.camera_modal .camera_container{max-width:320px;border-radius:24px}.camera_modal .camera_container .camera_header{padding:1.25rem 1rem 0}.camera_modal .camera_container .camera_header .camera_btn{width:34px;height:34px;border-radius:9px;font-size:.95rem}.camera_modal .camera_container .capture_overlay{padding:0 1.5rem 2.25rem}.camera_modal .camera_container .capture_overlay .capture_btn{width:68px;height:68px;border-radius:34px;font-size:1.5rem;border-width:4px}.camera_modal .camera_container .capture_overlay .capture_btn:hover{transform:scale(1.06) translateY(-3px)}.camera_modal .camera_container .capture_overlay .capture_btn svg{font-size:1.5rem}}@media (max-width: 360px){.camera_modal{padding:.375rem}.camera_modal .camera_container{max-width:290px;border-radius:20px}.camera_modal .camera_container .camera_header{padding:1rem .875rem 0}.camera_modal .camera_container .camera_header .camera_btn{width:30px;height:30px;border-radius:8px;font-size:.875rem}.camera_modal .camera_container .capture_overlay{padding:0 1.25rem 2rem}.camera_modal .camera_container .capture_overlay .capture_btn{width:60px;height:60px;border-radius:30px;font-size:1.375rem;border-width:3px}.camera_modal .camera_container .capture_overlay .capture_btn svg{font-size:1.375rem}.camera_modal .camera_container:after{top:48%;left:15%;right:15%}}@media (min-width: 1024px){.camera_modal{padding:0}.camera_modal .camera_container{max-width:75vw;max-height:75vh;width:75vw;height:75vh;aspect-ratio:16/9;border-radius:32px;box-shadow:0 12px 48px #00000080}.camera_modal .camera_container .camera_video{border-radius:32px}}.all-body{background:linear-gradient(135deg,#f9fafb,#eff6ff);min-height:100vh;padding:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;line-height:1.6}@media (max-width: 575px){.all-body{padding:1rem}}.area-assign-page{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 575px){.area-assign-page{gap:1rem}}.area-assign__header{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:2rem}@media (max-width: 575px){.area-assign__header{padding:1.5rem}}.area-assign__header .area-assign__header-content .header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}@media (max-width: 575px){.area-assign__header .area-assign__header-content .header-top{flex-direction:column;align-items:flex-start}}.area-assign__header .area-assign__header-content .header-tit .area-assign__title{display:flex;align-items:center;gap:.75rem;font-size:1.875rem;font-weight:800;color:#111827;margin:0}.area-assign__header .area-assign__header-content .header-tit .area-assign__title i{color:#3b82f6;background:#dbeafe;padding:.75rem;border-radius:.75rem}@media (max-width: 575px){.area-assign__header .area-assign__header-content .header-tit .area-assign__title{font-size:1.5rem}}.area-assign__header .area-assign__header-content .header-tit .area-assign__subtitle{color:#4b5563;font-size:1rem;margin-top:.5rem;font-weight:500}@media (max-width: 575px){.area-assign__header .area-assign__header-content .header-tit .area-assign__subtitle{font-size:.875rem}}.step-indicator{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}@media (max-width: 575px){.step-indicator{gap:1rem;margin-top:1.5rem}}.step-indicator__item{display:flex;flex-direction:column;align-items:center;position:relative}.step-indicator__item--active .step-indicator__circle{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:scale(1.1)}.step-indicator__item--active .step-indicator__label{color:#2563eb;font-weight:600}.step-indicator__item--completed .step-indicator__circle{background:#10b981;color:#fff;border-color:#10b981}.step-indicator__item--completed .step-indicator__label{color:#059669}.step-indicator__circle{width:48px;height:48px;border-radius:50%;border:3px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;margin-bottom:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;color:#6b7280}@media (max-width: 575px){.step-indicator__circle{width:40px;height:40px;font-size:1rem}}.step-indicator__label{font-size:.875rem;color:#6b7280;font-weight:500;text-align:center}@media (max-width: 575px){.step-indicator__label{font-size:.75rem}}.step-indicator__line{width:80px;height:3px;background:#d1d5db;border-radius:.375rem}@media (max-width: 575px){.step-indicator__line{width:40px;height:2px}}.area-assign__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}@media (max-width: 575px){.area-assign__stats{grid-template-columns:1fr;gap:1rem}}.stat-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.stat-card__icon{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.stat-card__icon--user{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.stat-card__content{display:flex;flex-direction:column;gap:.25rem}.stat-card__content .stat-card__value{font-size:.875rem;font-weight:700;color:#111827}.stat-card__content .stat-card__label{color:#4b5563;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.area-assign__content{flex:1}.area-assign__step{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:0;overflow:hidden}.area-assign__step--users .step-panel{padding:2rem}@media (max-width: 575px){.area-assign__step--users .step-panel{padding:1.5rem}}.area-assign__step--areas .step-panel{padding:0}.panel-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid #e5e7eb}@media (max-width: 575px){.panel-header{padding:1.5rem 1.5rem 1rem}}.panel-header__title{font-size:1.25rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}@media (max-width: 575px){.panel-header__title{font-size:1.125rem}}.panel-header__subtitle{color:#4b5563;font-size:1rem;font-weight:500}@media (max-width: 575px){.panel-header__subtitle{font-size:.875rem}}.panel-header__left{display:flex;align-items:center;gap:1rem}.panel-header__actions{display:flex;align-items:center;gap:.75rem}.panel-content{padding:2rem}@media (max-width: 575px){.panel-content{padding:1.5rem}}.user-selection-container{max-width:700px;margin:0 auto}.user-dropdown-wrapper{margin-bottom:2.5rem}.user-dropdown-label{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.125rem;color:#111827;margin-bottom:1rem}.user-dropdown-label i{background:#dbeafe;color:#2563eb;padding:.75rem;border-radius:.75rem;font-size:1.125rem}.user-dropdown{position:relative}.user-dropdown__input-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:1rem;min-height:64px;box-shadow:0 1px 2px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1)}.user-dropdown__input-wrapper:hover{border-color:#60a5fa;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-1px)}.user-dropdown__input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-2px)}@media (max-width: 575px){.user-dropdown__input-wrapper{min-height:56px}}.user-dropdown__search-icon{position:absolute;left:1.25rem;color:#6b7280;font-size:1.125rem;z-index:1}@media (max-width: 575px){.user-dropdown__search-icon{left:1rem;font-size:1rem}}.user-dropdown__input{flex:1;border:none;outline:none;padding:1rem 4rem 1rem 3rem;font-size:1rem;font-weight:500;background:transparent;color:#111827}.user-dropdown__input::placeholder{color:#9ca3af;font-weight:400}@media (max-width: 575px){.user-dropdown__input{padding:.75rem 3rem .75rem 2.5rem;font-size:.875rem}}.user-dropdown__arrow{position:absolute;right:1.25rem;color:#6b7280;font-size:1.125rem;transition:all .3s ease;cursor:pointer;padding:.5rem;border-radius:.5rem;z-index:2}.user-dropdown__arrow:hover{color:#3b82f6;background:#dbeafe80}.user-dropdown__arrow--up{transform:rotate(180deg);color:#3b82f6}@media (max-width: 575px){.user-dropdown__arrow{right:1rem;font-size:1rem;padding:.25rem}}.user-dropdown__menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #bfdbfe;border-top:none;border-radius:0 0 1rem 1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:1000;max-height:400px;overflow-y:auto;animation:slideDown .2s ease-out}@media (max-width: 575px){.user-dropdown__menu{max-height:300px}}.user-dropdown__loading{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:#4b5563}.user-dropdown__empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1.5rem;color:#6b7280;text-align:center}.user-dropdown__empty i{font-size:3rem;opacity:.5;margin-bottom:.5rem}.user-dropdown__empty span{font-size:1rem;line-height:1.5}.user-dropdown__options{padding:.5rem 0}.user-dropdown__option{cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(229,231,235,.5)}.user-dropdown__option:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe80)}.user-dropdown__option:last-child{border-bottom:none}.user-option{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;position:relative;overflow:hidden}.user-option:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(135deg,#3b82f6,#2563eb);transition:width .3s ease}.user-option:hover:before{width:4px}.user-option__avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.25rem;flex-shrink:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:3px solid white;position:relative}@media (max-width: 575px){.user-option__avatar{width:48px;height:48px;font-size:1.125rem}}.user-option__info{flex:1;min-width:0}.user-option__name{font-weight:700;font-size:1.125rem;color:#111827;margin-bottom:.5rem;transition:color .2s ease}@media (max-width: 575px){.user-option__name{font-size:1rem}}.user-option__email{color:#4b5563;font-size:1rem;margin-bottom:.5rem;font-weight:500}@media (max-width: 575px){.user-option__email{font-size:.875rem}}.user-option__role{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:transform .2s ease}.user-option__role:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.user-option__role--admin{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.user-option__role--admin:before{background:#f59e0b}.user-option__role--manager{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.user-option__role--manager:before{background:#3b82f6}.user-option__role--user{background:#f3f4f6;color:#4b5563;border:1px solid #d1d5db}.user-option__role--user:before{background:#6b7280}.user-option__role--employee{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.user-option__role--employee:before{background:#10b981}.user-option__action{color:#9ca3af;font-size:1.25rem;flex-shrink:0;transition:all .3s ease;padding:.75rem;border-radius:.75rem}@media (max-width: 575px){.user-option__action{font-size:1.125rem}}.user-option:hover .user-option__name{color:#2563eb}.user-option:hover .user-option__action{color:#3b82f6;background:#dbeafe80;transform:translate(4px)}.user-option:hover .user-option__role{transform:scale(1.05)}@media (max-width: 575px){.user-option{gap:1rem;padding:1rem}}.user-selection-stats{display:flex;gap:2rem;flex-wrap:wrap;margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#eff6ff);border-radius:1rem;border:1px solid #e5e7eb}.user-selection-stats .stat-item{display:flex;align-items:center;gap:.75rem;color:#4b5563;font-size:1rem;font-weight:600;transition:all .2s ease}.user-selection-stats .stat-item i{color:#3b82f6;font-size:1.125rem;padding:.5rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.user-selection-stats .stat-item:hover{color:#111827;transform:translateY(-1px)}.user-selection-stats .stat-item:hover i{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media (max-width: 575px){.user-selection-stats{gap:1.5rem;padding:1rem}.user-selection-stats .stat-item{font-size:.875rem;gap:.5rem}.user-selection-stats .stat-item i{font-size:1rem;padding:.25rem}}.selection-instructions{margin-top:2.5rem}@media (max-width: 575px){.selection-instructions{margin-top:2rem}}.instruction-card{background:linear-gradient(135deg,#eff6ff,#dbeafe80);border:2px solid #bfdbfe;border-radius:1rem;padding:2rem;display:flex;gap:1.5rem;box-shadow:0 1px 2px #0000000d;position:relative;overflow:hidden}.instruction-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#2563eb)}.instruction-card__icon{color:#2563eb;font-size:2rem;flex-shrink:0;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d}@media (max-width: 575px){.instruction-card__icon{font-size:1.5rem;padding:.75rem}}.instruction-card__content{flex:1}.instruction-card__content h3{color:#111827;font-weight:700;font-size:1.25rem;margin-bottom:1rem}@media (max-width: 575px){.instruction-card__content h3{font-size:1.125rem}}.instruction-card__content ul{list-style:none;padding:0;margin:0}.instruction-card__content ul li{color:#374151;font-size:1rem;position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.6;font-weight:500;transition:color .2s ease}.instruction-card__content ul li:before{content:"✓";color:#10b981;position:absolute;left:0;font-weight:700;font-size:1.125rem}.instruction-card__content ul li:hover{color:#111827}@media (max-width: 575px){.instruction-card__content ul li{font-size:.875rem;padding:.25rem 0 .25rem 1.25rem}.instruction-card__content ul li:before{font-size:1rem}}@media (max-width: 575px){.instruction-card{padding:1.5rem;gap:1rem}}.panel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}@media (max-width: 575px){.panel-toolbar{flex-direction:column;align-items:stretch;padding:1rem 1.5rem}}.panel-toolbar__search{position:relative;flex:1;max-width:400px}@media (max-width: 575px){.panel-toolbar__search{max-width:none;margin-bottom:1rem}}.panel-toolbar__search i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1rem}.panel-toolbar__search .search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #d1d5db;border-radius:.75rem;font-size:.875rem;font-weight:500;background:#fff;transition:all .2s ease}.panel-toolbar__search .search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.panel-toolbar__search .search-input::placeholder{color:#9ca3af}.panel-toolbar__actions{display:flex;gap:.75rem}@media (max-width: 575px){.panel-toolbar__actions{justify-content:center}}.progress-bar{margin:1.5rem 0;padding:1.5rem;text-align:center}.progress-bar__track{background:#e5e7eb;height:12px;border-radius:.5rem;overflow:hidden}.progress-bar__fill{background:linear-gradient(90deg,#3b82f6,#2563eb);height:100%;transition:width .5s cubic-bezier(.4,0,.2,1);border-radius:.5rem}.progress-bar__label{font-size:.875rem;font-weight:600;margin-top:.5rem;color:#374151}.area-list{display:grid;gap:1rem;padding:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media (max-width: 575px){.area-list{grid-template-columns:1fr;padding:1.5rem;gap:.75rem}}@media (min-width: 576px) and (max-width: 767px){.area-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}}.area-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:1.5rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.area-card:before{content:"";position:absolute;top:0;left:0;right:0;height:0;background:linear-gradient(135deg,#3b82f6,#2563eb);transition:height .3s ease}.area-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.area-card:hover:before{height:4px}.area-card--selected{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe80)}.area-card--selected:before{height:4px}@media (max-width: 575px){.area-card{padding:1rem;display:flex;align-items:center;gap:1rem}.area-card:hover{transform:translateY(-2px)}}.area-card__checkbox{display:flex;align-items:center;margin-bottom:1rem}@media (max-width: 575px){.area-card__checkbox{margin-bottom:0;flex-shrink:0}}.area-card__checkbox input[type=checkbox]{display:none}.area-card__checkbox .checkbox-custom{width:20px;height:20px;border:2px solid #d1d5db;border-radius:.375rem;position:relative;transition:all .2s ease}.area-card__checkbox .checkbox-custom:after{content:"";position:absolute;left:6px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.area-card--selected .area-card__checkbox .checkbox-custom{background:#3b82f6;border-color:#3b82f6}.area-card--selected .area-card__checkbox .checkbox-custom:after{opacity:1}.area-card__content{flex:1}@media (max-width: 575px){.area-card__content{min-width:0}}.area-card__name{font-size:1.125rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.area-card__name i{color:#3b82f6}@media (max-width: 575px){.area-card__name{font-size:1rem;margin-bottom:.25rem}}.area-card__code{color:#4b5563;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.area-card__code i{color:#9ca3af}@media (max-width: 575px){.area-card__code{font-size:.75rem}}.area-card__badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media (max-width: 575px){.area-card__badge{position:static;width:24px;height:24px;font-size:.75rem;flex-shrink:0}}.area-assign__footer{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:1rem 1rem 0 0;position:sticky;bottom:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.area-assign__footer-content{display:flex;justify-content:space-between;align-items:center;padding:2rem;gap:1.5rem}@media (max-width: 575px){.area-assign__footer-content{flex-direction:column;align-items:stretch;padding:1.5rem;gap:1rem}}.area-assign__footer .footer-info__text{font-size:1.125rem;font-weight:700;color:#111827}.area-assign__footer .footer-info__hint{color:#4b5563;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.5rem}.area-assign__footer .footer-info__hint i{color:#3b82f6}.area-assign__footer .footer-actions{display:flex;gap:1rem}@media (max-width: 575px){.area-assign__footer .footer-actions{justify-content:space-between}}.area-assign__footer .footer-actions .btn{white-space:wrap}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center;color:#6b7280}.loading-state .spinner,.empty-state .spinner{width:40px;height:40px;border:3px solid #d1d5db;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-state i,.empty-state i{font-size:4rem;margin-bottom:1rem;color:#9ca3af}.loading-state p,.empty-state p{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.spinner-small{width:20px;height:20px;border:2px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.875rem;line-height:1.25}.btn:disabled{opacity:.6;cursor:not-allowed}.btn{padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;text-decoration:none}.btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 1px 2px #0000000d}.btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:#fff;color:#374151;border:2px solid #d1d5db}.btn--secondary:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--icon{padding:.75rem;background:#fff;border:2px solid #d1d5db;color:#4b5563}.btn--icon:hover:not(:disabled){color:#2563eb;border-color:#93c5fd;background:#eff6ff}.btn .btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.all-body{min-height:100vh}.area-assign-view-page{padding:12px}@media (min-width: 768px){.area-assign-view-page{padding:16px}}@media (min-width: 992px){.area-assign-view-page{padding:20px}}.area-assign-view{background:#f8fafc;color:#1e293b}.area-assign-view__header{margin-bottom:16px;background:#fff;padding:16px 12px;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}@media (min-width: 992px){.area-assign-view__header{margin-bottom:20px;padding:20px 16px}}.area-assign-view__header .header-top{display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.area-assign-view__header .header-top{flex-direction:row;align-items:flex-start;justify-content:space-between}}.area-assign-view__header .header-top .header-tit{flex:1;min-width:0}.area-assign-view__header .header-top .header-actions{display:flex;gap:8px;flex-wrap:wrap}@media (max-width: 575px){.area-assign-view__header .header-top .header-actions{width:100%}.area-assign-view__header .header-top .header-actions button{flex:1}}.area-assign-view__title{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 4px;display:flex;align-items:center;gap:8px;line-height:1.3}@media (min-width: 768px){.area-assign-view__title{font-size:1.3rem}}@media (min-width: 992px){.area-assign-view__title{font-size:1.5rem}}.area-assign-view__title i{color:#3b82f6;font-size:1rem}@media (min-width: 768px){.area-assign-view__title i{font-size:1.2rem}}.area-assign-view__subtitle{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}@media (min-width: 768px){.area-assign-view__subtitle{font-size:.85rem}}@media (min-width: 992px){.area-assign-view__subtitle{font-size:.9rem}}.area-assign-view .btn-back,.area-assign-view .btn-primary{border:none;border-radius:.5rem;padding:10px 16px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.area-assign-view .btn-back:active,.area-assign-view .btn-primary:active{transform:translateY(1px)}.area-assign-view .btn-back i,.area-assign-view .btn-primary i{font-size:1rem}@media (min-width: 768px){.area-assign-view .btn-back,.area-assign-view .btn-primary{padding:12px 20px;font-size:.9rem}}.area-assign-view .btn-back{background:#fff;color:#1e293b;border:1px solid #e2e8f0}.area-assign-view .btn-back:hover{background:#f8fafc;border-color:#d1dbe7}.area-assign-view .btn-primary{background:#3b82f6;color:#fff}.area-assign-view .btn-primary:hover{background:#2563eb;box-shadow:0 4px 6px -1px #0000001a}.area-assign-view__content{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 992px){.area-assign-view__content{grid-template-columns:320px 1fr;gap:2rem}}@media (min-width: 1200px){.area-assign-view__content{grid-template-columns:380px 1fr}}@media (max-width: 575px){.area-assign-view__sidebar{max-height:400px}}.area-assign-view__main{min-height:600px}.header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}@media (max-width: 575px){.header-top{flex-direction:column;align-items:stretch}}.header-top__left{display:flex;align-items:flex-start;gap:1rem;flex:1}.sidebar-panel{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;max-height:calc(100vh - 200px);display:flex;flex-direction:column}@media (max-width: 575px){.sidebar-panel{max-height:400px}}.user-info-banner{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#eff6ff,#fff)}@media (max-width: 575px){.user-info-banner{flex-direction:column;text-align:center}}.user-info-banner__avatar{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:2.5rem;font-weight:600;flex-shrink:0;box-shadow:0 10px 15px -3px #0000001a}@media (max-width: 575px){.user-info-banner__avatar{width:4rem;height:4rem;font-size:2rem}}.user-info-banner__details{flex:1}.user-info-banner__name{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.user-info-banner__email{font-size:1rem;color:#64748b;margin:0 0 .5rem}.user-info-banner__role{display:inline-block;padding:.375rem .875rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-info-banner__role--admin{background:#fef3c7;color:#92400e}.user-info-banner__role--user{background:#dbeafe;color:#1e40af}.user-info-banner__role--sales{background:#d1fae5;color:#065f46}.user-info-banner__role--accountant{background:#fce7f3;color:#9f1239}.user-info-banner__stats{display:flex;gap:2rem}@media (max-width: 575px){.user-info-banner__stats{flex-direction:column;gap:1rem;width:100%}}.stat-item{display:flex;align-items:center;gap:.75rem}.stat-item i{font-size:2rem;color:#3b82f6}.stat-item__content{display:flex;flex-direction:column}.stat-item__value{font-size:1.75rem;font-weight:700;color:#1e293b;line-height:1}.stat-item__label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2e8f0}@media (max-width: 575px){.tabs{flex-direction:column;border-bottom:none}}.tabs__btn{padding:.875rem 1.5rem;border:none;background:transparent;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;display:flex;align-items:center;gap:.5rem}@media (max-width: 575px){.tabs__btn{border-bottom:none;border-left:3px solid transparent;justify-content:flex-start}}.tabs__btn:hover{color:#3b82f6;background:#eff6ff}.tabs__btn--active{color:#3b82f6;border-bottom-color:#3b82f6}@media (max-width: 575px){.tabs__btn--active{border-bottom-color:transparent;border-left-color:#3b82f6;background:#eff6ff}}.tab-content{animation:fadeIn .3s ease}.assignments-panel,.history-panel{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;min-height:400px}.area-grid{display:grid;gap:1.5rem;padding:1.5rem}.area-grid--grid{grid-template-columns:1fr}@media (min-width: 768px){.area-grid--grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.area-grid--grid{grid-template-columns:repeat(3,1fr)}}.area-grid--list{grid-template-columns:1fr}.area-card-detailed{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;padding:1.5rem;transition:all .3s;position:relative}.area-card-detailed:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.area-card-detailed__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.area-card-detailed__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:1.25rem}.area-card-detailed__remove{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:none;background:transparent;color:#ef4444;cursor:pointer;transition:all .2s}.area-card-detailed__remove:hover{background:#ef4444;color:#fff}.area-card-detailed__content{padding-left:.5rem}.area-card-detailed__name{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.area-card-detailed__address,.area-card-detailed__coordinates,.area-card-detailed__date{font-size:.875rem;color:#64748b;margin:.5rem 0;display:flex;align-items:flex-start;gap:.5rem}.area-card-detailed__address i,.area-card-detailed__coordinates i,.area-card-detailed__date i{color:#94a3b8;margin-top:.2rem;flex-shrink:0}.timeline{padding:2rem;position:relative}@media (max-width: 575px){.timeline{padding:1rem}}.timeline:before{content:"";position:absolute;left:2rem;top:0;bottom:0;width:2px;background:#e2e8f0}@media (max-width: 575px){.timeline:before{left:1rem}}.timeline-item{display:flex;gap:1.5rem;margin-bottom:2rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item__marker{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;border:3px solid #3b82f6;color:#3b82f6;font-size:1rem;flex-shrink:0;position:relative;z-index:1}.timeline-item__content{flex:1;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;padding:1.25rem}.timeline-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.timeline-item__date{font-size:.875rem;color:#94a3b8}.timeline-item__title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.timeline-item__description,.timeline-item__meta,.timeline-item__notes{font-size:.875rem;color:#64748b;margin:.25rem 0;display:flex;align-items:flex-start;gap:.5rem}.timeline-item__description i,.timeline-item__meta i,.timeline-item__notes i{color:#94a3b8;margin-top:.2rem}.timeline-item__notes{background:#f8fafc;padding:.75rem;border-radius:.5rem;margin-top:.5rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge--success{background:#d1fae5;color:#065f46}.badge--danger{background:#fee2e2;color:#991b1b}.badge--warning{background:#fef3c7;color:#92400e}.badge--info{background:#cffafe;color:#155e75}.empty-state-large{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem 2rem;text-align:center;color:#64748b}.empty-state-large i{font-size:5rem;color:#94a3b8;margin-bottom:1.5rem}.empty-state-large h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.empty-state-large p{font-size:1rem;margin:0}.panel-header{padding:1.25rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}@media (min-width: 768px){.panel-header{padding:1.5rem}}.panel-header__title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.panel-header__title i{color:#3b82f6}.panel-header__search{position:relative}.panel-header__search i{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8}.panel-content{flex:1;overflow-y:auto;padding:1rem}@media (min-width: 768px){.panel-content{padding:1.25rem}}.panel-content::-webkit-scrollbar{width:8px}.panel-content::-webkit-scrollbar-track{background:#f8fafc}.panel-content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.panel-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.panel-toolbar{padding:1rem 1.25rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem}@media (min-width: 768px){.panel-toolbar{flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 1.5rem}}.panel-toolbar__title{font-size:1rem;font-weight:600;color:#1e293b;margin:0;display:flex;align-items:center;gap:.5rem}.panel-toolbar__title i{color:#3b82f6}.panel-toolbar__search{position:relative;flex:1}.panel-toolbar__search i{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8}.panel-toolbar__actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:#94a3b8}.user-list{display:flex;flex-direction:column;gap:.75rem}.user-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;padding:1rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s;border:2px solid transparent}.user-card:hover{transform:translate(4px);box-shadow:0 10px 15px -3px #0000001a;border-color:#eff6ff}.user-card--active{border-color:#3b82f6;background:#eff6ff;transform:translate(4px)}.user-card--active .user-card__name{color:#3b82f6}.user-card__avatar{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:1.25rem;font-weight:600;flex-shrink:0}.user-card__info{flex:1;min-width:0}.user-card__name{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__email{font-size:.875rem;color:#64748b;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__role{display:inline-block;padding:.125rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-card__role--admin{background:#fef3c7;color:#92400e}.user-card__role--user{background:#dbeafe;color:#1e40af}.user-card__role--sales{background:#d1fae5;color:#065f46}.user-card__role--accountant{background:#fce7f3;color:#9f1239}.user-card__check{font-size:1.5rem;color:#3b82f6;flex-shrink:0}.view-toggle{display:flex;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.25rem;gap:.25rem}.view-toggle__btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:#64748b;border-radius:.375rem;cursor:pointer;transition:all .2s}.view-toggle__btn:hover{background:#f8fafc;color:#3b82f6}.view-toggle__btn--active{background:#3b82f6;color:#fff}.view-toggle__btn--active:hover{background:#2563eb}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.btn--secondary{background:#fff;color:#1e293b;border:1px solid #e2e8f0}.btn--secondary:hover:not(:disabled){background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.btn--sm{padding:.5rem .875rem;font-size:.8125rem}.btn--icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border-radius:50%}.loading-state,.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:3rem 1.5rem;text-align:center;color:#64748b}.loading-state i,.empty-state i{font-size:3rem;color:#94a3b8;margin-bottom:1rem}.loading-state p,.loading-state h3,.empty-state p,.empty-state h3{margin:.5rem 0}.loading-state h3,.empty-state h3{font-size:1.25rem;color:#1e293b}.spinner{width:3rem;height:3rem;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 575px){.area-assign-view{padding:.75rem}.area-assign-view__header{margin-bottom:1.5rem}.area-assign-view__title{font-size:1.5rem}.area-assign-view__content,.timeline-item{gap:1rem}}@media print{.area-assign-view__header,.area-assign-view .btn,.area-assign-view .tabs,.area-assign-view .view-toggle,.area-assign-view .search-input,.area-assign-view .area-card-detailed__remove{display:none!important}.area-assign-view__content{display:block}.area-assign-view__sidebar{display:none}.area-assign-view .user-info-banner,.area-assign-view .timeline-item__content,.area-assign-view .area-card-detailed{page-break-inside:avoid;box-shadow:none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}
