.sidebar{width:64px;min-width:64px;height:100vh;background-color:#fff;display:flex;flex-direction:column;border-right:1px solid #e0e0e0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;flex-shrink:0}@media (max-width: 768px){.sidebar{width:64px;min-width:64px}}.sidebar-nav{display:flex;flex-direction:column;align-items:center;padding:16px 0;background-color:#fff;height:100%;gap:8px}.nav-icon{width:48px;height:48px;border:none;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#616161;transition:all .2s ease;text-decoration:none;position:relative}.nav-icon:not(.active){background-color:transparent;color:#616161}.nav-icon:not(.active):hover{background-color:#f5f5f5;color:#0078d4}.nav-icon.active{background-color:#0078d4;color:#fff}.nav-icon.active:hover{background-color:#106ebe;color:#fff}.nav-icon svg{width:24px;height:24px;color:inherit}.more-menu-container{position:relative}.more-menu-dropdown{position:absolute;bottom:0;left:64px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:160px;z-index:1000;overflow:hidden}.more-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;text-align:left;cursor:pointer;color:#323130;font-size:14px;transition:background-color .2s ease}.more-menu-item:hover{background-color:#f5f5f5}.more-menu-icon{width:20px;height:20px;color:#616161;flex-shrink:0}.more-menu-item:hover .more-menu-icon{color:#0078d4}.page-container{flex:1;display:flex;flex-direction:column;height:100%;min-height:0;background-color:#f3f4f6;overflow:auto}.page-header{padding:16px 24px;border-bottom:1px solid #e0e0e0;background-color:#fff}.page-header h1{font-size:24px;font-weight:600;color:#323130;margin:0}.page-content{flex:1;overflow-y:auto;overflow-x:auto;padding:24px;min-height:0}@media (max-width: 640px){.page-content{padding:8px 12px}.page-header{padding:12px 16px}.page-header h1{font-size:20px}}@media (min-width: 641px) and (max-width: 1024px){.page-content{padding:16px 20px}}.mail-layout{display:flex;flex-direction:column;height:100%;background-color:#fff}.mail-tabs{display:flex;border-bottom:1px solid #e0e0e0;padding:0 24px;background-color:#fff}.tab-button{padding:12px 24px;border:none;background:transparent;border-bottom:2px solid transparent;cursor:pointer;font-size:14px;font-weight:500;color:#616161;transition:all .2s ease}.tab-button:hover{color:#323130;background-color:#f5f5f5}.tab-button.active{color:#0078d4;border-bottom-color:#0078d4}.mail-content{display:flex;flex:1;overflow:hidden}.email-list-pane{width:400px;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden}.email-list{flex:1;overflow-y:auto;padding:8px 0}.date-divider{padding:12px 16px;font-size:12px;font-weight:600;color:#616161;text-transform:uppercase;background-color:#fafafa;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.email-item{display:flex;align-items:flex-start;padding:12px;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.email-item:hover{background-color:#f5f5f5}.email-avatar{width:40px;height:40px;border-radius:50%;background-color:#0078d4;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:12px;flex-shrink:0}.email-details{flex:1;min-width:0}.email-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.email-sender{font-weight:600;color:#323130;font-size:14px}.email-time{font-size:12px;color:#616161}.email-subject{font-weight:500;color:#323130;font-size:14px;margin-bottom:4px}.email-preview{font-size:13px;color:#616161;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-view-pane{flex:1;display:flex;align-items:center;justify-content:center;background-color:#fafafa}.empty-state{text-align:center;color:#616161;padding:40px}.empty-state-image{margin-bottom:20px;opacity:.5}.empty-state p{font-size:16px;color:#616161}.calendar-view{display:flex;flex-direction:column;height:100%}.calendar-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.nav-btn{padding:8px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease}.nav-btn:hover{background-color:#f5f5f5;border-color:#0078d4}.current-date{font-size:18px;font-weight:600;color:#323130;margin-left:auto}.calendar-grid{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.calendar-day-header{display:grid;grid-template-columns:repeat(7,1fr);background-color:#f5f5f5;border-bottom:1px solid #e0e0e0}.day-header{padding:12px;text-align:center;font-weight:600;font-size:12px;color:#616161;border-right:1px solid #e0e0e0}.day-header:last-child{border-right:none}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-day{min-height:80px;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:8px;cursor:pointer;transition:background-color .2s ease}.calendar-day:hover{background-color:#f5f5f5}.calendar-day:nth-child(7n){border-right:none}.day-number{font-size:14px;color:#323130}.contacts-list{display:flex;flex-direction:column;height:100%}.search-bar{margin-bottom:24px}.search-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;outline:none;transition:border-color .2s ease}.search-input:focus{border-color:#0078d4}.contacts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.contact-card{display:flex;align-items:center;padding:16px;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;transition:all .2s ease}.contact-card:hover{background-color:#f5f5f5;border-color:#0078d4}.contact-avatar{width:48px;height:48px;border-radius:50%;background-color:#0078d4;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:12px;flex-shrink:0}.contact-info{flex:1;min-width:0}.contact-name{font-weight:600;color:#323130;font-size:14px;margin-bottom:4px}.contact-email{font-size:12px;color:#616161;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tasks-view{display:flex;flex-direction:column;height:100%}.tasks-header{margin-bottom:24px}.new-task-btn{padding:10px 20px;background-color:#0078d4;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.new-task-btn:hover{background-color:#106ebe}.tasks-list{display:flex;flex-direction:column;gap:12px}.task-item{display:flex;align-items:flex-start;padding:16px;border:1px solid #e0e0e0;border-radius:4px;transition:all .2s ease}.task-item:hover{background-color:#f5f5f5}.task-item.completed{opacity:.6}.task-checkbox{width:20px;height:20px;margin-right:12px;margin-top:2px;cursor:pointer}.task-content{flex:1}.task-title{font-size:14px;font-weight:500;color:#323130;margin-bottom:4px}.task-item.completed .task-title{text-decoration:line-through}.task-due{font-size:12px;color:#616161}.apps-view{display:flex;flex-direction:column;height:100%}.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.app-card{display:flex;flex-direction:column;align-items:center;padding:24px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.app-card:hover{background-color:#f5f5f5;border-color:#0078d4;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.app-icon{font-size:48px;margin-bottom:12px}.app-name{font-size:16px;font-weight:600;color:#323130;margin-bottom:4px}.app-description{font-size:12px;color:#616161}.video-view{display:flex;flex-direction:column;height:100%}.video-header{margin-bottom:24px;display:flex;flex-direction:column;gap:16px}.video-filters{display:flex;gap:8px}.filter-btn{padding:8px 16px;border:1px solid #e0e0e0;background:#fff;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease;color:#616161}.filter-btn:hover{background-color:#f5f5f5;border-color:#0078d4}.filter-btn.active{background-color:#0078d4;color:#fff;border-color:#0078d4}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.video-card{display:flex;flex-direction:column;cursor:pointer;transition:transform .2s ease;border-radius:8px;overflow:hidden}.video-card:hover{transform:translateY(-4px)}.video-thumbnail{position:relative;width:100%;padding-bottom:56.25%;background-color:#e0e0e0;border-radius:8px 8px 0 0;overflow:hidden}.thumbnail-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;background:linear-gradient(135deg,#667eea,#764ba2)}.video-duration{position:absolute;bottom:8px;right:8px;background-color:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.video-card:hover .play-overlay{opacity:1}.play-icon{font-size:24px;color:#0078d4;margin-left:4px}.video-info{padding:12px;background-color:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px}.video-title{font-size:14px;font-weight:600;color:#323130;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.video-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#616161}.video-separator{color:silver}.video-views,.video-date{color:#616161}.signin-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f3f2f1}.signin-form{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.signin-form h2{text-align:center;margin-bottom:24px;color:#323130}.signin-form div{margin-bottom:16px}.signin-form label{display:block;margin-bottom:8px;font-weight:500;color:#323130}.signin-form input{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:4px;font-size:16px}.signin-form button{width:100%;padding:12px;background-color:#0078d4;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;margin-top:16px}.signin-form button:hover{background-color:#106ebe}.signin-form button:disabled{background-color:#ccc;cursor:not-allowed}.error{color:red;font-size:14px}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.table-header-section{padding:16px 20px}.table-header-section.bg-blue-600{background:linear-gradient(135deg,#3b82f6,#2563eb)}.table-header-section.bg-green-600{background:linear-gradient(135deg,#10b981,#059669)}.table-title{color:#fff;font-size:16px;font-weight:600;margin:0;letter-spacing:.3px}.table-loading,.table-empty{padding:32px;text-align:center;color:#6b7280;font-size:14px}.table-scroll-container{overflow-x:auto;overflow-y:auto;max-height:600px;width:100%}.modern-table{width:100%;border-collapse:collapse;min-width:800px}.table-header-cell{padding:14px 20px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#374151;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:10;white-space:nowrap}.table-header-cell.bg-blue-50{background-color:#eff6ff;color:#1e40af}.table-header-cell.bg-green-50{background-color:#f0fdf4;color:#166534}.table-row-modern{transition:all .2s ease;border-bottom:1px solid #f3f4f6}.table-row-modern:hover{background-color:#f9fafb;transform:scale(1.001)}.table-row-modern:nth-child(2n){background-color:#fafbfc}.table-row-modern:nth-child(2n):hover{background-color:#f3f4f6}.table-cell-modern{padding:16px 20px;font-size:14px;color:#1f2937;vertical-align:middle}.user-cell{display:flex;align-items:center;gap:12px}.user-avatar-small{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0;box-shadow:0 2px 6px #0000001a}.user-name{font-weight:500;color:#1f2937}.email-text{color:#6b7280;font-size:13px}.date-text{color:#6b7280;font-size:13px;white-space:nowrap}.code-block{display:block;padding:8px 12px;background-color:#f3f4f6;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;color:#1f2937;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-width:300px;overflow-x:auto;border:1px solid #e5e7eb}.feature-key{display:inline-block;padding:6px 10px;background-color:#f3f4f6;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;color:#1f2937;border:1px solid #e5e7eb}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-allowed{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #10b981}.status-denied{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid #ef4444}.action-button{padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #10b98133}.action-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d;background:linear-gradient(135deg,#059669,#047857)}.action-button:active{transform:translateY(0)}.edit-button{padding:6px 14px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.table-scroll-container::-webkit-scrollbar{width:8px;height:8px}.table-scroll-container::-webkit-scrollbar-track{background:#f9fafb;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.employee-actions-section{display:flex;gap:16px;align-items:flex-start;margin-top:24px}.add-override-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #10b98133;white-space:nowrap;height:-moz-fit-content;height:fit-content}.add-override-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.add-override-button .add-icon{width:18px;height:18px}.table-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-top:1px solid #e5e7eb;background-color:#f9fafb}.pagination-button{padding:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#374151;cursor:pointer;transition:all .2s ease}.pagination-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.pagination-info{font-size:14px;font-weight:600;color:#374151;padding:0 8px}@media (max-width: 768px){.employee-actions-section{flex-direction:column}.add-override-button{width:100%;justify-content:center}}.company-dashboard-placeholder{background:#fff;border-radius:8px;padding:48px;text-align:center;color:#6b7280;font-size:14px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.company-dashboard-placeholder p{margin:0;line-height:1.5}.company-list{display:flex;flex-direction:column;background-color:#fff;height:100%;overflow-y:auto}.company-list-item{display:flex;align-items:center;padding:10px 16px;cursor:pointer;border-bottom:1px solid #e9edef;transition:background-color .15s ease;gap:12px;background-color:#fff;position:relative}.company-list-item:hover{background-color:#f5f6f6}.company-list-item.active{background-color:#e9edef}.company-list-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px;flex-shrink:0}.company-list-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;overflow:visible}.company-list-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.company-list-name-wrapper{display:flex;align-items:center;gap:8px;flex:1;min-width:0;overflow:visible}.company-list-name{font-size:17px;font-weight:400;color:#111b21;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 1 auto;min-width:0}.company-list-time{font-size:12px;color:#667781;flex-shrink:0;font-weight:400}.company-list-snippet{font-size:14px;color:#667781;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.company-list-empty{display:flex;align-items:center;justify-content:center;padding:48px;color:#667781;font-size:14px;background-color:#fff;height:100%}.approval-pending-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background-color:#ef4444;border-radius:10px;flex-shrink:0;color:#fff;font-size:11px;font-weight:600;line-height:1;box-sizing:border-box}.company-list-actions{position:relative;flex-shrink:0;opacity:0;transition:opacity .15s ease}.company-list-item:hover .company-list-actions{opacity:1}.company-more-button{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;color:#667781}.company-more-button:hover{background-color:#e9edef;color:#111b21}.company-more-icon{width:20px;height:20px}.company-dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:120px;z-index:1000;overflow:hidden;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.company-dropdown-item{width:100%;padding:10px 16px;text-align:left;background:transparent;border:none;cursor:pointer;font-size:14px;color:#1f2937;transition:background-color .15s ease}.company-dropdown-item:hover{background-color:#f3f4f6}.company-dropdown-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.company-dropdown-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.employee-table-container{background:#fff;border-radius:6px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%;overflow:hidden;box-sizing:border-box;flex:1;min-height:0}.employee-table-header{padding:8px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb;box-sizing:border-box;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:52px}.employee-table-title{font-size:16px;font-weight:600;color:#1f2937;margin:0;flex-shrink:0}.employee-search-container{flex:0 0 auto;width:180px}.employee-search-container .search-input-whatsapp{padding:4px 10px 4px 28px;font-size:12px;height:28px;line-height:20px}.employee-search-container .search-icon-whatsapp{left:8px;width:16px;height:16px}.employee-table-wrapper{flex:1;overflow-y:auto;overflow-x:auto;min-height:0}.employee-table{width:100%;border-collapse:collapse;font-size:14px}.employee-table-th{padding:8px 16px;text-align:left;font-weight:600;color:#374151;font-size:12px;text-transform:uppercase;letter-spacing:.5px;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:10;white-space:nowrap}.employee-table-th.checkbox-column{width:50px;text-align:center}.employee-table-th.name-column{width:30%}.employee-table-th.email-column{width:35%}.employee-table-th.action-column{width:auto;min-width:120px;text-align:right}.employee-table-row{border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.employee-table-row:hover{background-color:#f9fafb}.employee-table-row.selected{background-color:#dbeafe;border-left:3px solid #3b82f6}.employee-table-row.selected:hover{background-color:#bfdbfe}.employee-table-td{padding:10px 16px;color:#1f2937;vertical-align:middle}.employee-table-td.action-column{text-align:right}.employee-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.employee-name-text{font-weight:500;color:#1f2937;display:flex;align-items:center;gap:8px}.employee-name-clickable{cursor:pointer;transition:color .15s ease}.employee-name-clickable:hover{color:#3b82f6}.employee-email-text{color:#6b7280;font-size:13px}.employee-approve-button{padding:6px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.employee-approve-button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.employee-approve-button:active{transform:translateY(0)}.employee-approve-button.disabled,.employee-approve-button:disabled{background-color:#9ca3af;color:#fff;cursor:not-allowed;opacity:.8;font-size:13px;padding:6px 16px;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap}.employee-approve-button.disabled:hover,.employee-approve-button:disabled:hover{background-color:#9ca3af;transform:none;box-shadow:none;cursor:not-allowed}.employee-checkbox:disabled{opacity:.5;cursor:not-allowed}.action-header-container{display:flex;align-items:center;justify-content:flex-end}.employee-approve-all-header-button{padding:6px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.employee-approve-all-header-button:hover:not(.disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.employee-approve-all-header-button.disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.employee-table-loading,.employee-table-empty{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px;display:flex;align-items:center;justify-content:center;height:100%;font-weight:500;letter-spacing:.5px;flex:1;min-height:0}.employee-table-empty-row{text-align:center}.employee-table-empty-message{padding:40px 20px;color:#6b7280;font-size:14px}.approve-all-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.approve-all-dialog{background:#fff;border-radius:8px;padding:24px;box-shadow:0 10px 25px #0003;min-width:400px;max-width:90%}.approve-all-dialog-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 12px}.approve-all-dialog-message{font-size:14px;color:#6b7280;margin:0 0 20px;line-height:1.5}.approve-all-dialog-buttons{display:flex;gap:12px;justify-content:flex-end}.approve-all-dialog-button{padding:8px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.approve-all-dialog-button-yes{background-color:#3b82f6;color:#fff}.approve-all-dialog-button-yes:hover{background-color:#2563eb}.approve-all-dialog-button-no{background-color:#e5e7eb;color:#374151}.approve-all-dialog-button-no:hover{background-color:#d1d5db}.approval-pending-dot{display:inline-block;width:10px;height:10px;background-color:#ef4444;border-radius:50%;flex-shrink:0;margin-right:8px;box-shadow:none}.software-panel{background:#fff;width:100%;flex:1;flex-shrink:1;display:flex;flex-direction:column;height:100%;border-radius:6px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;overflow:hidden;box-sizing:border-box;min-width:0}.software-panel-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb;gap:16px;box-sizing:border-box;flex-shrink:0;min-height:52px}.software-panel-column-headers{display:flex;align-items:center;gap:16px;flex-shrink:0}.column-header-modules{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;flex:1;text-align:left}.column-header-new,.column-header-old{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;width:90px;text-align:center;flex-shrink:0}.software-panel-title{font-size:16px;font-weight:600;color:#1f2937;margin:0}.software-panel-close{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;border-radius:4px;transition:all .2s ease}.software-panel-close:hover{background:#f3f4f6;color:#1f2937}.software-panel-close svg{width:20px;height:20px}.software-panel-body{flex:1;overflow-y:auto;overflow-x:visible;padding:12px 16px;min-height:0;box-sizing:border-box}.software-panel-loading,.software-panel-empty{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px;display:flex;align-items:center;justify-content:center;height:100%;font-weight:500;letter-spacing:.5px}.software-list{display:flex;flex-direction:column;gap:8px}.software-item{border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;background:#f9fafb}.software-item-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background-color .2s ease}.software-item-header:hover{background-color:#f3f4f6}.software-item-left{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.software-radio{width:20px;height:20px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.software-radio.has-difference{border-color:#f59e0b;background-color:#fef3c7;display:flex;align-items:center;justify-content:center}.software-diff-count{font-size:11px;font-weight:700;color:#d97706;line-height:1}.software-radio-inner{width:10px;height:10px;border-radius:50%;background-color:#f59e0b}.software-radio.no-difference{border-color:#10b981;background-color:#d1fae5}.software-radio.no-difference .software-radio-inner{width:10px;height:10px;border-radius:50%;background-color:#10b981}.software-name{font-size:14px;font-weight:500;color:#1f2937}.software-item-right{display:flex;align-items:center}.software-expand-icon{width:20px;height:20px;color:#6b7280}.software-details{padding:12px 16px 12px 52px;background:#fff;border-top:1px solid #e5e7eb}.software-detail-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:12px}.software-detail-row:last-child{margin-bottom:0}.software-detail-label{font-size:12px;font-weight:600;color:#6b7280;min-width:100px}.software-detail-value{font-size:12px;color:#1f2937;font-family:Courier New,monospace;word-break:break-all;flex:1}.software-panel-footer{padding:12px 16px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;background:#f9fafb}.software-panel-approve-btn{padding:8px 20px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.software-panel-approve-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.software-panel-approve-btn:active{transform:translateY(0)}.modules-table-container{width:100%;overflow-x:auto;margin-top:8px}.modules-table{width:100%;border-collapse:collapse;font-size:13px}.modules-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.modules-column-header,.new-column-header,.old-column-header{padding:10px 12px;text-align:left;font-weight:600;color:#374151;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.modules-column-header{width:40%}.new-column-header,.old-column-header{width:30%}.module-row,.submodule-row{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease}.module-row:hover,.submodule-row:hover{background-color:#f9fafb}.module-name-cell,.submodule-name-cell{padding:12px;vertical-align:top}.module-name{font-weight:500;color:#1f2937;font-size:13px}.submodule-name-cell{padding-left:40px;display:flex;align-items:center;gap:8px}.submodule-name{color:#6b7280;font-size:12px;font-style:italic}.add-module-btn{background:transparent;border:1px solid #d1d5db;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;padding:0;transition:all .2s ease;flex-shrink:0}.add-module-btn:hover{background-color:#f3f4f6;border-color:#9ca3af;color:#374151}.add-module-btn svg{width:16px;height:16px}.module-value-cell,.submodule-value-cell{padding:12px;vertical-align:top;font-family:Courier New,monospace;font-size:12px;color:#4b5563}.module-value,.submodule-value{word-break:break-word;white-space:pre-wrap;display:block}.no-modules-message{padding:16px;color:#6b7280;font-size:13px;background-color:#f9fafb;border-radius:4px;margin-top:8px}.tree-view{display:flex;flex-direction:column;gap:4px}.tree-node{display:flex;flex-direction:column}.tree-node-header{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:8px}.tree-node-header:hover{background-color:#f3f4f6}.tree-node-header.has-children{cursor:pointer}.tree-expand-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#6b7280;flex-shrink:0}.tree-expand-icon svg{width:20px;height:20px;color:#374151}.tree-icon-placeholder{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#6b7280}.tree-icon-plus{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#6b7280;line-height:1}.tree-expand-icon .tree-icon-plus{color:#374151}.tree-node-label{font-size:14px;color:#1f2937;flex:1}.tree-children{margin-left:20px;border-left:1px solid #e5e7eb;padding-left:8px}.software-node{margin-bottom:8px}.software-header{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-weight:600}.software-label{font-weight:600;color:#1f2937}.module-node{margin-top:4px}.module-row-container,.submodule-row-container{display:flex;align-items:center;width:100%;gap:16px;min-height:36px;box-sizing:border-box;padding-right:0}.module-row-container .tree-node-header,.submodule-row-container .tree-node-header{flex:1;min-width:0;display:flex;align-items:center;overflow:hidden}.module-header{padding-left:4px;font-weight:500}.module-header.has-children{cursor:pointer}.module-header:not(.has-children){cursor:default}.module-label{font-weight:500;color:#374151}.modules-container{margin-left:24px;margin-top:4px}.submodule-node{margin-top:2px}.submodule-header{padding-left:4px;cursor:default}.submodule-label{font-weight:400;color:#6b7280;font-size:13px}.submodules-container{margin-left:32px;margin-top:2px}.submodule-row-container{padding-left:8px}.tree-empty{color:#9ca3af;font-size:13px;font-style:italic;padding:12px 12px 12px 32px}.module-status-columns{display:flex;gap:16px;flex-shrink:0;align-items:center;margin-right:16px}.status-button{width:90px;height:28px;padding:0 12px;border-radius:4px;font-size:12px;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.status-button.approved{background-color:#10b981;color:#fff}.status-button.denied{background-color:#9ca3af;color:#fff}.status-button.no-data{background-color:transparent;color:#9ca3af;border:1px solid #e5e7eb}.add-employee-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.add-employee-modal{background:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.add-employee-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.add-employee-modal-title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.add-employee-modal-close{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;border-radius:4px;transition:all .2s ease}.add-employee-modal-close:hover:not(:disabled){background:#f3f4f6;color:#1f2937}.add-employee-modal-close:disabled{opacity:.5;cursor:not-allowed}.add-employee-modal-close svg{width:24px;height:24px}.add-employee-modal-form{padding:24px}.add-employee-modal-info{display:flex;align-items:center;gap:8px;padding:12px;background:#f9fafb;border-radius:6px;margin-bottom:20px}.add-employee-modal-info-label{font-size:14px;font-weight:500;color:#6b7280}.add-employee-modal-info-value{font-size:14px;font-weight:600;color:#1f2937}.add-employee-modal-error{padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:14px;margin-bottom:20px}.add-employee-modal-field{margin-bottom:20px}.add-employee-modal-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.add-employee-modal-label .required{color:#dc2626;margin-left:2px}.add-employee-modal-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937;transition:all .2s ease;box-sizing:border-box}.add-employee-modal-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-employee-modal-input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.add-employee-modal-input::-moz-placeholder{color:#9ca3af}.add-employee-modal-input::placeholder{color:#9ca3af}.add-employee-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.add-employee-modal-button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}.add-employee-modal-button:disabled{opacity:.6;cursor:not-allowed}.add-employee-modal-button-cancel{background:#f3f4f6;color:#374151}.add-employee-modal-button-cancel:hover:not(:disabled){background:#e5e7eb}.add-employee-modal-button-submit{background:#3b82f6;color:#fff}.add-employee-modal-button-submit:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.add-employee-modal-button-submit:active:not(:disabled){transform:translateY(0)}.licenses-page{display:flex;flex-direction:column;height:100%;background-color:#f0f2f5;overflow:hidden}.licenses-layout{display:flex;flex:1;overflow:hidden}.licenses-sidebar{width:280px;min-width:200px;max-width:600px;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;box-shadow:1px 0 3px #0000000d;position:relative}.sidebar-resize-handle{position:absolute;top:0;right:0;width:4px;height:100%;cursor:col-resize;background:transparent;z-index:10;transition:background-color .2s ease}.sidebar-resize-handle:hover{background-color:#3b82f6}.sidebar-resize-handle:active{background-color:#2563eb}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e5e7eb}.sidebar-search-container{padding:12px 16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.sidebar-company-list{flex:1;overflow-y:auto;min-height:0}.sidebar-title{font-size:20px;font-weight:600;color:#1f2937;margin:0;line-height:1.2}.sidebar-actions{display:flex;align-items:center;gap:8px}.sidebar-action-button{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;color:#1f2937}.sidebar-action-button:hover{background-color:#f3f4f6}.sidebar-icon{width:24px;height:24px;color:#1f2937}.licenses-main-area{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.search-wrapper-whatsapp{position:relative;display:flex;align-items:center}.search-icon-whatsapp{position:absolute;left:12px;width:20px;height:20px;color:#667781;pointer-events:none;z-index:1}.search-input-whatsapp{width:100%;padding:10px 16px 10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;color:#111b21;background-color:#f9fafb;outline:none;transition:all .2s ease}.search-input-whatsapp:focus{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.search-input-whatsapp::-moz-placeholder{color:#667781}.search-input-whatsapp::placeholder{color:#667781}.filter-tabs-whatsapp{display:flex;gap:0;padding:0 16px;background:#fff;border-bottom:1px solid #e5e7eb;overflow-x:auto;flex-shrink:0}.filter-tab{padding:12px 20px;border:none;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s ease;position:relative;white-space:nowrap;border-bottom:3px solid transparent}.filter-tab:hover{color:#3b82f6;background-color:#f9fafb}.filter-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.licenses-content-whatsapp{flex:1;overflow:hidden;display:flex;flex-direction:column;background-color:#fff;min-height:0}.company-details-view{flex:1;overflow-y:auto;padding:24px;background-color:#f3f4f6;display:flex;flex-direction:column;gap:24px}.employee-and-software-container{display:flex;gap:16px;flex:1;min-height:0;overflow:hidden;width:100%;box-sizing:border-box;align-items:stretch}.employee-and-software-container>*:first-child{flex:0 0 calc(50% - 8px);width:calc(50% - 8px);min-width:0;max-width:calc(50% - 8px);box-sizing:border-box;display:flex;flex-direction:column;min-height:0}.employee-and-software-container>*:last-child{flex:0 0 calc(50% - 8px);width:calc(50% - 8px);min-width:0;max-width:calc(50% - 8px);box-sizing:border-box;display:flex;flex-direction:column;min-height:0}.company-header-section{background:#fff;border-radius:6px;padding:12px 16px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.company-header-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.company-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.company-main-heading{font-size:18px;font-weight:600;color:#1f2937;margin:0;letter-spacing:-.2px;flex:1}.kill-switches-dropdown-toggle{background:transparent;border:none;cursor:pointer;padding:4px 8px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .15s ease;flex-shrink:0;border-radius:4px}.kill-switches-dropdown-toggle:hover{background-color:#f3f4f6;color:#1f2937}.kill-switches-save-button{padding:6px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.kill-switches-save-button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f64d}.kill-switches-save-button:active{transform:translateY(0)}.kill-switches-save-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.kill-switches-save-button:disabled:hover{background-color:#9ca3af;transform:none;box-shadow:none}.expand-icon{width:24px;height:24px}.kill-switches-expanded-section{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.kill-switches-loading{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px;display:flex;align-items:center;justify-content:center;height:100%;font-weight:500;letter-spacing:.5px}.kill-switches-spinner{width:40px;height:40px;position:relative;margin:0 auto}.kill-switches-spinner-dot{position:absolute;width:4px;height:4px;border-radius:50%;background-color:#9ca3af;transform-origin:20px 20px}.kill-switches-spinner-dot:nth-child(1){transform:rotate(0) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:0s}.kill-switches-spinner-dot:nth-child(2){transform:rotate(22.5deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.0875s}.kill-switches-spinner-dot:nth-child(3){transform:rotate(45deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.175s}.kill-switches-spinner-dot:nth-child(4){transform:rotate(67.5deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.2625s}.kill-switches-spinner-dot:nth-child(5){transform:rotate(90deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.35s}.kill-switches-spinner-dot:nth-child(6){transform:rotate(112.5deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.4375s}.kill-switches-spinner-dot:nth-child(7){transform:rotate(135deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.525s}.kill-switches-spinner-dot:nth-child(8){transform:rotate(157.5deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.6125s}.kill-switches-spinner-dot:nth-child(9){transform:rotate(180deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.7s}.kill-switches-spinner-dot:nth-child(10){transform:rotate(202.5deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.7875s}.kill-switches-spinner-dot:nth-child(11){transform:rotate(225deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.875s}.kill-switches-spinner-dot:nth-child(12){transform:rotate(247.5deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:.9625s}.kill-switches-spinner-dot:nth-child(13){transform:rotate(270deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:1.05s}.kill-switches-spinner-dot:nth-child(14){transform:rotate(292.5deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:1.1375s}.kill-switches-spinner-dot:nth-child(15){transform:rotate(315deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:1.225s}.kill-switches-spinner-dot:nth-child(16){transform:rotate(337.5deg) translateY(-18px);animation:spinner-fade 1.4s linear infinite;animation-delay:1.3125s}@keyframes spinner-fade{0%{opacity:1;background-color:#1f2937}25%{opacity:.6;background-color:#4b5563}50%{opacity:.3;background-color:#9ca3af}75%{opacity:.6;background-color:#4b5563}to{opacity:1;background-color:#1f2937}}.kill-switches-list-expanded{display:flex;flex-direction:column;gap:12px}.kill-switch-item-expanded{display:flex;align-items:center;gap:12px;padding:8px 0}.kill-switch-toggle-switch{position:relative;display:inline-block;width:38px;height:20px;flex-shrink:0;cursor:pointer}.kill-switch-toggle-input{opacity:0;width:0;height:0}.kill-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ef4444;transition:.3s;border-radius:20px;box-shadow:inset 0 1px 3px #0003}.kill-switch-slider:hover{opacity:.9}.kill-switch-slider.enabled{background-color:#10b981}.kill-switch-slider-dot{position:absolute;height:16px;width:16px;left:2px;top:2px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #00000040}.kill-switch-slider.enabled .kill-switch-slider-dot{transform:translate(18px)}.kill-switch-name-container{display:flex;align-items:center;gap:6px;flex:1;position:relative}.kill-switch-name{font-size:14px;font-weight:400;color:#1f2937;flex-shrink:0}.kill-switch-edit-button{background:#fff;border:1px solid #e5e7eb;border-radius:3px;cursor:pointer;padding:2px;display:inline-flex;align-items:center;justify-content:center;color:#6b7280;transition:all .15s ease;flex-shrink:0;opacity:1;width:18px;height:18px;vertical-align:middle}.kill-switch-edit-button:hover{background-color:#f3f4f6;color:#1f2937}.kill-switch-edit-button:disabled{opacity:.5;cursor:not-allowed}.kill-switch-edit-icon{width:12px;height:12px}.kill-switch-name-input{flex:1;font-size:14px;font-weight:400;color:#1f2937;border:1px solid #3b82f6;border-radius:4px;padding:4px 8px;outline:none;background-color:#fff}.kill-switch-name-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #3b82f61a}.kill-switch-name-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.kill-switch-order{font-size:13px;font-weight:500;color:#6b7280;flex-shrink:0;min-width:40px;text-align:right}.kill-switch-checkbox-item{display:flex;align-items:center;gap:6px;cursor:pointer}.kill-switch-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.kill-switch-checkbox-label{font-size:13px;font-weight:400;color:#4b5563;-webkit-user-select:none;-moz-user-select:none;user-select:none}.company-stage-section{display:flex;align-items:center;gap:8px}.company-stage-label{font-size:14px;font-weight:500;color:#6b7280}.company-stage-value{font-size:14px;font-weight:600;color:#1f2937;padding:4px 12px;background:#f3f4f6;border-radius:6px}.kill-switches-loading-text{font-size:14px;color:#6b7280}.licenses-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100;flex-shrink:0}.header-content{padding:24px 32px 20px}.header-title-section{display:flex;flex-direction:column;gap:8px}.title-with-icon{display:flex;align-items:center;gap:12px}.title-icon{width:24px;height:24px;color:#3b82f6;transform:rotate(-45deg)}.page-title{font-size:28px;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.5px}.page-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.5;max-width:800px}.search-container{position:relative;padding:0 32px 16px;display:flex;align-items:center}.search-container-with-filters{padding:0 32px 16px;display:flex;align-items:center;gap:16px}.search-wrapper{position:relative;flex:1;display:flex;align-items:center}.search-icon{position:absolute;left:16px;width:20px;height:20px;color:#9ca3af;pointer-events:none;z-index:1}.search-input-modern{width:100%;padding:12px 16px 12px 44px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;color:#1f2937;background-color:#f9fafb;transition:all .2s ease;outline:none}.search-input-modern:focus{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.search-input-modern::-moz-placeholder{color:#9ca3af}.search-input-modern::placeholder{color:#9ca3af}.search-filters{display:flex;align-items:center;gap:12px;flex-shrink:0}.add-company-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background-color:#3b82f6;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#fff;box-shadow:0 2px 4px #3b82f633}.add-company-button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.add-company-button:active{transform:translateY(0)}.add-company-button .add-icon{width:24px;height:24px}.filter-dropdown{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#374151;background-color:#fff;cursor:pointer;outline:none;transition:border-color .2s ease}.filter-dropdown:hover{border-color:#d1d5db}.filter-dropdown:focus{border-color:#3b82f6}.tab-navigation{display:flex;gap:4px;padding:0 32px;border-bottom:1px solid #e5e7eb;background-color:#fff}.tab-button-modern{padding:12px 24px;border:none;background:transparent;border-bottom:3px solid transparent;cursor:pointer;font-size:14px;font-weight:600;color:#6b7280;transition:all .2s ease;position:relative;margin-bottom:-1px}.tab-button-modern:hover{color:#3b82f6;background-color:#f9fafb}.tab-button-modern.active{color:#3b82f6;border-bottom-color:#3b82f6;background-color:transparent}.tab-button-modern.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:3px 3px 0 0}.licenses-content{flex:1;overflow-y:auto;padding:24px 32px;min-height:0}@media (max-width: 768px){.licenses-layout{flex-direction:column}.licenses-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb}.sidebar-header{padding:12px 16px}.sidebar-title{font-size:18px}.search-container-whatsapp{padding:10px 12px}.filter-tabs-whatsapp{padding:0 12px}.filter-tab{padding:10px 16px;font-size:13px}.company-details-view{padding:12px}}.error-banner{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:500}.no-company-selected-message{background:#fff;border-radius:8px;padding:48px;text-align:center;color:#6b7280;font-size:14px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;margin-top:16px}.no-company-selected-message p{margin:0;line-height:1.5}@media (max-width: 1024px){.header-content{padding:20px 24px 16px}.search-container,.search-container-with-filters{padding:0 24px 16px}.tab-navigation{padding:0 24px}.licenses-content{padding:20px 24px}}@media (max-width: 768px){.page-title{font-size:24px}.header-content{padding:16px 20px 12px}.search-container,.search-container-with-filters{padding:0 20px 12px;flex-direction:column;align-items:stretch}.search-filters{width:100%;justify-content:space-between}.tab-navigation{padding:0 20px;overflow-x:auto}.tab-button-modern{padding:10px 16px;font-size:13px;white-space:nowrap}.licenses-content{padding:16px 20px}}*{margin:0;padding:0;box-sizing:border-box}.app{display:flex;height:100vh;width:100vw;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.main-content{flex:1;display:flex;flex-direction:column;background-color:#fff;overflow:hidden;min-width:0}@media (max-width: 768px){.app{flex-direction:column}.main-content{width:100%}}@media (max-width: 640px){.responsive-padding{padding:8px 12px!important}}@media (min-width: 641px) and (max-width: 1024px){.responsive-padding{padding:16px 20px!important}}@media (min-width: 1025px){.responsive-padding{padding:24px!important}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.static{position:static}.mb-3{margin-bottom:.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.border{border-width:1px}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}#root{width:100vw;height:100vh;overflow:hidden}.table-container{overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);display:flex;flex-direction:column;max-height:100%}.table-header{text-align:left;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.table-cell{padding:.75rem 1rem;vertical-align:top;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.table-row:nth-child(2n){--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.sidebar-item{cursor:pointer;border-radius:.5rem;padding:.5rem .75rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sidebar-item:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.sidebar-item.active{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sidebar-item.active:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}@media (max-width: 1024px){.grid.lg\\:grid-cols-2{grid-template-columns:1fr}}@media (max-width: 768px){.table-container{margin-bottom:16px}.table-cell{padding:.5rem;font-size:.75rem;line-height:1rem}.table-header{font-size:.75rem;line-height:1rem}}@media (min-width: 1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
