@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";body{color:#27292e;background:#fff;margin:0;font-family:Inter,sans-serif;overflow:hidden}.auth-wrapper{background:#f8f9fc;justify-content:center;align-items:center;height:100vh;display:flex}.auth-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:400px;padding:40px;box-shadow:0 4px 12px #0000001a}.apollo-layout{height:100vh;display:flex}.thin-sidebar{z-index:50;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;align-items:center;width:56px;padding:8px 0;display:flex}.nav-item{color:#656a76;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:8px;display:flex}.nav-item:hover{background:#f1f3f5}.nav-item.active{color:#1a73e8;background:#e8f0fe}.brand-item{margin-bottom:24px}.apollo-logo{background:#27292e;width:24px;height:24px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2L2 22h20L12 2z\"/></svg>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2L2 22h20L12 2z\"/></svg>") 50%/contain no-repeat}.filters-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:260px;display:flex}.filters-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px;display:flex}.filters-stats{border-bottom:1px solid #e2e8f0;display:flex}.stat-tab{text-align:center;cursor:pointer;border-bottom:2px solid #0000;flex:1;padding:12px 0}.stat-tab.active{background:#e8f0fe;border-bottom-color:#1a73e8}.stat-tab:hover:not(.active){background:#f8f9fc}.stat-label{color:#656a76;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:600}.stat-val{color:#27292e;font-size:14px;font-weight:600}.filters-list{flex-grow:1;overflow-y:auto}.filter-accordion{border-bottom:1px solid #e2e8f0}.accordion-title{color:#27292e;cursor:pointer;align-items:center;gap:12px;padding:14px 16px;font-size:13px;font-weight:500;display:flex}.accordion-title:hover{background:#f8f9fc}.accordion-content{padding:0 16px 16px 44px}.filter-tag{background:#f1f3f5;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;display:inline-flex}.close-x{cursor:pointer;color:#656a76;font-weight:600}.close-x:hover{color:#27292e}.beta-badge{color:#0d9059;text-transform:uppercase;background:#e6f4ea;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.filters-footer{background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;padding:16px;display:flex}.main-panel{background:#fff;flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.main-header{flex-direction:column;display:flex}.header-top{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:8px 24px;display:flex}.search-bar{background:#f1f3f5;border-radius:4px;align-items:center;gap:8px;width:400px;padding:6px 12px;display:flex}.search-bar input{background:0 0;border:none;outline:none;flex-grow:1;font-family:Inter;font-size:13px}.shortcut-box{color:#656a76;border:1px solid #cbd5e1;border-radius:4px;padding:2px 6px;font-size:11px}.header-top-right{align-items:center;gap:12px;display:flex}.btn-dark{color:#fff;cursor:pointer;background:#27292e;border:none;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;display:flex}.user-icon{color:#0d9059;background:#e6f4ea;border-radius:14px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:flex}.header-bottom{justify-content:space-between;align-items:flex-end;padding:16px 24px 0;display:flex}.header-actions{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.search-people-bar{border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:8px;width:200px;padding:6px 10px;display:flex}.search-people-bar input{border:none;outline:none;width:100%;font-family:Inter;font-size:13px}.btn-outline{color:#27292e;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;display:flex}.btn-outline:hover{background:#f8f9fc}.btn-text{color:#27292e;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#1a73e8;border:none;border-radius:4px;padding:10px;font-size:14px;font-weight:500}.data-table-container{flex-grow:1;overflow:auto}.apollo-table{border-collapse:collapse;white-space:nowrap;width:100%}.apollo-table th{text-align:left;color:#656a76;z-index:10;letter-spacing:.5px;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-family:Inter;font-size:11px;font-weight:600;position:sticky;top:0}.apollo-table td{color:#27292e;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:13px}.apollo-table tr:hover td{background:#f8f9fc}.name-link{color:#1a73e8;font-weight:500;text-decoration:underline}.name-link:hover{text-decoration:none}.table-footer{background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;padding:12px 24px;display:flex}.page-select{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px}.btn-icon{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}
