.navbar{background:#fff;border-bottom:1px solid #dcdee2;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.nav-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:60px}.logo-link{display:flex;align-items:center}.logo-image{height:34px;width:auto;display:block;object-fit:contain}.nav-right{display:flex;align-items:center;gap:12px}.search-trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e4e6eb;border-radius:6px;background:#f0f2f5;color:#65676b;font-size:14px;cursor:pointer;transition:all .2s}.search-trigger:hover{background:#e4e6eb;border-color:#d1d5db;color:#1c1e21}.search-trigger svg{color:#65676b}.search-trigger .kbd{font-size:12px;background:#fff;padding:2px 6px;border-radius:4px;border:1px solid #d1d5db;color:#65676b}.nav-links{display:flex;gap:8px}.nav-links a{padding:8px 12px;border-radius:6px;font-weight:500;color:#65676b;text-decoration:none;transition:all .2s}.nav-links a:hover{background-color:#f0f2f5;color:#1877f2}.nav-links a.active{color:#1877f2;background-color:#e7f3ff}.auth-controls{display:flex;align-items:center;gap:12px}.user-pill{display:inline-flex;align-items:center;gap:8px;background:#f0f2f5;padding:6px 12px;border-radius:999px;font-size:14px;font-weight:500;color:#111827;text-decoration:none;transition:background .2s}.user-pill:hover{background:#e4e6eb}.login-button{font-size:14px;padding:8px 14px}@media(max-width:768px){.nav-container{padding:0 16px 12px;height:auto;flex-wrap:wrap}.logo-link{height:60px}.nav-right{width:100%;justify-content:space-between;gap:12px;flex-wrap:wrap}.search-trigger{flex:1;order:3;width:100%;justify-content:center}.nav-links{gap:8px;order:2}.nav-links a{padding:6px 12px;font-size:13px}.auth-controls{order:1;margin-left:auto}}.avatar-container{position:relative;display:inline-block}.avatar-container.clickable{cursor:pointer}.avatar-image{object-fit:cover;border-radius:0;width:60px;height:60px;display:block}.avatar-image.small{width:36px;height:36px;border-radius:0}.avatar-image.medium{width:144px;height:144px;border-radius:0}.avatar-image.large{width:220px;height:220px;border-radius:0}.avatar-placeholder{display:flex;align-items:center;justify-content:center;background-color:#e4e6eb;color:#65676b;font-weight:600;font-size:24px;border-radius:0;width:60px;height:60px}.avatar-placeholder.small{width:36px;height:36px;font-size:14px;border-radius:0}.avatar-placeholder.medium{width:144px;height:144px;font-size:58px;border-radius:0}.avatar-placeholder.large{width:220px;height:220px;font-size:78px;border-radius:0}.remote-badge{position:absolute;bottom:0;right:0;background-color:#7e57c2;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-top-left-radius:4px;pointer-events:none}.avatar-container.small .remote-badge{font-size:8px;padding:1px 3px;border-top-left-radius:2px}.avatar-container.medium .remote-badge,.avatar-container.large .remote-badge{font-size:12px;padding:4px 8px;border-top-left-radius:6px}.command-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:640px;width:100%;background:#fff;border-radius:12px;box-shadow:0 16px 70px #0003;border:1px solid #e4e6eb;z-index:9999;overflow:hidden}[cmdk-overlay]{position:fixed;inset:0;background:#0006;z-index:9998}.command-wrapper{display:flex;flex-direction:column}.command-input{width:100%;border:none;border-bottom:1px solid #e4e6eb;background-color:#f0f2f5;padding:16px 20px;font-size:16px;outline:none;color:#1c1e21}.command-input::placeholder{color:#65676b}.command-list{max-height:400px;overflow-y:auto;padding:8px;scroll-behavior:smooth}.command-item{display:flex;align-items:center;padding:10px 12px;border-radius:8px;cursor:pointer;color:#1c1e21;font-size:14px;transition:all .1s ease}.command-item[data-selected=true]{background:#f0f2f5}.command-item-content{display:flex;align-items:center;gap:12px;width:100%}.command-avatar{flex-shrink:0;width:48px;height:48px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.command-avatar img{width:100%;height:100%;border-radius:8px;object-fit:cover;display:block}.command-avatar .avatar-image{width:100%;height:100%;border-radius:8px}.pod-avatar{width:36px;height:36px;border-radius:6px;background:#e4e6eb;color:#65676b;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.avatar-placeholder.small{width:48px;height:48px;font-size:16px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}[cmdk-group-heading]{padding:8px 12px;font-size:12px;font-weight:600;color:#65676b;text-transform:uppercase;letter-spacing:.5px;-webkit-user-select:none;user-select:none;margin-top:8px}[cmdk-group]:first-child [cmdk-group-heading]{margin-top:0}.command-info{display:flex;flex-direction:column;gap:2px}.command-name{font-weight:600;color:#1c1e21}.command-title{font-size:12px;color:#65676b}[cmdk-empty]{padding:32px;text-align:center;color:#65676b;font-size:14px}.employee-card{background:#fff;border-radius:12px;padding:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #0000001a;cursor:pointer;text-decoration:none;color:inherit;border:none;overflow:hidden;position:relative}.employee-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0003}.employee-card-photo{width:100%;aspect-ratio:1 / 1;overflow:hidden;background-color:#e0f2fe;position:relative}.employee-card-photo img{width:100%;height:100%;object-fit:cover;display:block}.employee-card-photo .photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:42px;letter-spacing:.02em;color:#0f172a}.remote-banner{position:absolute;bottom:0;left:0;width:100%;background-color:#7e57c2;color:#fff;font-size:10px;font-weight:600;letter-spacing:.05em;padding:4px 0;text-transform:uppercase;text-align:center;pointer-events:none}.employee-card-info{width:100%;background:transparent;color:#1c1e21;padding:20px 16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:auto}.employee-card-info h3{font-size:16px;font-weight:600;margin:0 0 4px;color:#1c1e21;line-height:1.2;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-card-info .title{font-size:13px;color:#65676b;margin:0;line-height:1.2;opacity:1;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-card-info .meta{font-size:11px;color:#9ca3af;margin:4px 0 0;line-height:1.2;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pod-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px 24px;box-shadow:0 1px 2px #0000000d;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease;min-height:72px}.pod-card:hover{border-color:#c0ccf0;box-shadow:0 4px 12px #00000014}.pod-name{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 12px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pod-meta{display:flex;align-items:center;gap:6px;color:#666;font-size:13px;background:#f5f5f5;padding:4px 10px;border-radius:100px;flex-shrink:0}.member-count{font-weight:500}.member-icon{color:#888;display:block}.container{max-width:1200px;margin:0 auto;padding:16px 20px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.view-toggle{display:flex;background:#f0f2f5;border-radius:6px;padding:2px}.view-toggle button{border:none;background:none;padding:6px 12px;border-radius:4px;font-size:14px;font-weight:600;color:#65676b;cursor:pointer}.view-toggle button.active{background:#fff;color:#1877f2;box-shadow:0 1px 2px #0000001a}.sorting-controls{display:flex;align-items:center;gap:8px;font-size:14px;color:#4b5563}.sorting-controls label{font-weight:600}.sorting-controls select{border:1px solid #d1d5db;border-radius:6px;padding:6px 10px;font-size:14px;background:#fff;color:#111827}.pods-layout{display:flex;gap:40px;align-items:flex-start}.pods-sidebar{width:280px;flex-shrink:0;background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 2px #0000001a}.pods-sidebar h3{font-size:18px;font-weight:700;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e4e6eb;color:#1c1e21}.pods-tree,.pod-tree-item{display:flex;flex-direction:column}.pod-tree-label{padding:8px 12px;cursor:pointer;border-radius:6px;color:#4b5563;font-size:14px;transition:all .2s}.pod-tree-label:hover{background:#f0f2f5;color:#1c1e21}.pod-tree-label.selected{background:#e7f3ff;color:#1877f2;font-weight:600}.pods-content{flex:1;min-width:0}.pod-detail{animation:fadeIn .3s ease}.pod-detail h3{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:16px;margin-top:0}.pod-header{margin-bottom:32px}.pod-header h2{font-size:28px;margin:0 0 8px;color:#1c1e21}.pod-header p{font-size:16px;color:#65676b;line-height:1.5;margin:0}.sub-pods-section{margin-bottom:32px}.employee-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.empty-state{text-align:center;color:#65676b;padding:40px;background:#f0f2f5;border-radius:8px;font-size:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.container{padding:20px 16px}.toolbar{flex-direction:column;align-items:flex-start;gap:16px}.sorting-controls{width:100%;justify-content:space-between}.employee-grid{grid-template-columns:1fr}.pods-layout{flex-direction:column;gap:24px}.pods-sidebar{width:100%;max-height:300px;overflow-y:auto}.pods-content{width:100%}}.profile-layout{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:flex-start}.container.profile-page{padding-top:16px}.profile-sidebar{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px;box-shadow:0 1px 2px #0000000d;position:sticky;top:16px;align-self:flex-start}.profile-photo{display:flex;flex-direction:column;align-items:center;margin-bottom:16px;position:relative;width:220px;margin-left:auto;margin-right:auto}.profile-photo-container{position:relative;width:220px;height:220px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026}.edit-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;cursor:pointer;color:#fff}.profile-photo-container:hover .edit-overlay{opacity:1}.edit-icon{font-size:24px;margin-bottom:4px}.edit-text{font-size:14px;font-weight:500}.edit-photo-hint{display:none}.profile-name{text-align:center;font-size:22px;font-weight:700;margin-top:8px;margin-bottom:14px;color:#1c1e21}.profile-details{display:flex;flex-direction:column;gap:16px}.detail-item{display:flex;flex-direction:column;gap:5px;padding-bottom:16px;border-bottom:1px solid #e4e6eb}.detail-item:last-child{border-bottom:none;padding-bottom:0}.detail-label{font-size:12px;font-weight:600;color:#65676b;text-transform:uppercase;letter-spacing:.4px}.detail-value{font-size:14px;color:#1c1e21}.detail-value.has-tooltip{position:relative;cursor:help}.detail-value.has-tooltip:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);background:#1f2937;color:#f9fafb;padding:6px 10px;border-radius:6px;font-size:12px;line-height:1.4;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;box-shadow:0 4px 12px #00000026;z-index:1}.detail-value.has-tooltip:before{content:"";position:absolute;left:50%;bottom:calc(100% + 4px);transform:translate(-50%);border-width:6px;border-style:solid;border-color:#1f2937 transparent transparent transparent;opacity:0;transition:opacity .15s ease;pointer-events:none;z-index:1}.detail-value.has-tooltip.tooltip-visible:after,.detail-value.has-tooltip.tooltip-visible:before{opacity:1}.detail-link{font-size:14px;color:#1877f2;font-weight:500;text-decoration:none;transition:color .2s}.detail-link:hover{color:#166fe5;text-decoration:underline}.map-link{display:flex;align-items:center;gap:4px}.profile-main{display:flex;flex-direction:column;gap:20px}.bio-section{margin-top:8px}.profile-content{display:contents}.bio-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px;box-shadow:0 1px 2px #0000000d;min-height:100px}.profile-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.bio-section h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0;line-height:28px}.pods-section h3{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:16px;line-height:28px}.bio-text{font-size:15px;line-height:1.55;color:#4b4f56;white-space:pre-wrap}.bio-markdown{font-size:15px;line-height:1.45;color:#4b4f56}.bio-markdown p,.bio-markdown ul,.bio-markdown ol{margin:0 0 10px}.bio-markdown ul,.bio-markdown ol{padding-left:24px}.bio-markdown li{margin-bottom:6px;line-height:1.45}.bio-markdown p:last-child{margin-bottom:0}.bio-markdown a{color:#1877f2;text-decoration:none;font-weight:500}.bio-markdown a:hover{text-decoration:underline}.bio-markdown code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:13px}.bio-markdown pre{background:#f3f4f6;padding:12px;border-radius:6px;overflow-x:auto}.bio-markdown blockquote{border-left:3px solid #e5e7eb;margin:0 0 12px;padding-left:12px;color:#374151}.edit-button{background:none;border:1px solid #d1d5db;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s}.edit-button:hover{background:#f3f4f6;color:#1c1e21}.bio-editor{display:flex;flex-direction:column;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 6px 18px #00000014}.bio-textarea{width:100%;padding:16px;border:1px solid #d1d5db;border-radius:6px;font-size:15px;line-height:1.55;resize:vertical;font-family:inherit;min-height:380px;background:#fff;color:#111827}.bio-textarea:focus{outline:none;border-color:#1877f2;box-shadow:0 0 0 2px #1877f21a}.bio-textarea::placeholder{color:#9ca3af}.editor-actions{display:flex;justify-content:flex-end;gap:8px}.save-button{background:#1877f2;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.save-button:hover{background:#166fe5}.save-button:disabled{background:#b0ccf7;cursor:not-allowed}.cancel-button{background:#fff;border:1px solid #d1d5db;color:#4b5563;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button:hover{background:#f3f4f6}.cancel-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:820px){.profile-layout{grid-template-columns:1fr}.profile-sidebar{position:static;margin-bottom:20px}.profile-content{padding:20px}}.modal-overlay{position:fixed;inset:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:24px;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 24px #0003;display:flex;flex-direction:column;max-height:90vh}.crop-container{position:relative;width:100%;height:400px;background:#333;margin-bottom:16px;border-radius:4px;overflow:hidden}.controls{padding:16px 0;display:flex;flex-direction:column;gap:12px}.slider-label{font-size:14px;font-weight:500;color:#65676b;margin-bottom:4px}.zoom-slider{width:100%;accent-color:#1877f2}.file-input-wrapper{margin-bottom:16px}.modal-content h3{margin-top:0;margin-bottom:16px}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.pods-section{margin-top:16px}.pods-section h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:24px}.pods-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.pods-grid p{color:#666;font-style:italic}.map-page{position:relative;width:100%;height:calc(100vh - 70px);max-height:100vh;overflow:hidden;background:#f5f7fb}.map-page.loading{display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#6b7280}.map-canvas-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.map-hint{position:absolute;inset:50%;transform:translate(-50%,-50%);padding:16px 20px;border-radius:10px;background:#fff4e6;color:#ad6200;font-size:14px;border:1px solid #ffd8a8;box-shadow:0 10px 30px #00000026;text-align:center;max-width:340px}.map-canvas{display:block;width:100%;height:100%;touch-action:none;cursor:grab;background:#f5f7fb}.map-canvas.dragging{cursor:grabbing}.custom-tooltip{position:fixed;background-color:#000000e6;color:#fff;padding:8px 12px;border-radius:8px;font-size:14px;box-shadow:0 4px 12px #0000004d;pointer-events:none;z-index:1000;white-space:nowrap;display:flex;align-items:center;gap:10px}.tooltip-avatar{flex-shrink:0;display:flex;align-items:center}.tooltip-avatar .avatar-image,.tooltip-avatar .avatar-placeholder{width:32px!important;height:32px!important;border-radius:50%;border:2px solid rgba(255,255,255,.2)}.tooltip-info{display:flex;flex-direction:column;gap:2px}.tooltip-name{font-weight:600;font-size:14px;line-height:1.2}.tooltip-title{font-size:12px;opacity:.8;line-height:1.2}@media(max-width:768px){.map-page{height:calc(100vh - 110px)}.map-hint{width:90%;font-size:13px}.custom-tooltip{max-width:90vw;white-space:normal}}.admin-page{padding-top:12px;min-height:100vh}.admin-layout{display:grid;grid-template-columns:180px 1fr;gap:32px;align-items:flex-start;min-height:calc(100vh - 32px);width:min(1200px,100%);margin:0 auto}.admin-sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:6px;min-height:300px}.sidebar-header{padding:4px 12px 12px;border-bottom:1px solid #e5e7eb;margin-bottom:4px}.sidebar-title{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.sidebar-link{position:relative;width:100%;text-align:left;border:none;background:transparent;border-radius:8px;padding:10px 12px;cursor:pointer;transition:all .15s ease;font-size:14px;font-weight:500;color:#64748b}.sidebar-link:hover{background:#f8fafc;color:#334155}.sidebar-link.active{background:#f1f5f9;color:#1e293b;font-weight:600}.sidebar-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:16px;background:#3b82f6;border-radius:0 2px 2px 0}.admin-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 8px 24px #0f172a14;display:flex;flex-direction:column;gap:16px;min-height:calc(100vh - 120px);width:100%;min-width:0}.content-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;border-bottom:1px solid #f2f4f7;padding-bottom:12px}.page-eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#6b7280}.content-title{font-size:24px;margin:4px 0;font-weight:700;color:#111827}.content-description{color:#4b5563;font-size:15px;line-height:1.6}.content-meta{display:flex;align-items:center;gap:8px}.meta-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;border:1px solid #c7d2fe;background:#eef2ff;color:#4338ca;font-size:12px;font-weight:700}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.highlight-card{border:1px solid #e5e7eb;background:#f8fafc;border-radius:10px;padding:12px 14px}.highlight-card.success{background:#f0fdf4;border-color:#bbf7d0}.highlight-card.warning{background:#fff7ed;border-color:#fed7aa}.highlight-card.info{background:#eef2ff;border-color:#c7d2fe}.highlight-label{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#6b7280;font-weight:600}.highlight-value{font-size:20px;font-weight:700;color:#0f172a;margin-top:6px}.admin-sections{display:flex;flex-direction:column;gap:14px}.admin-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.section-header h3{margin:0;font-size:16px;font-weight:700;color:#111827}.section-header p{margin:4px 0 0;color:#4b5563;font-size:14px;line-height:1.5}.section-items{display:flex;flex-direction:column;gap:10px;margin-top:12px}.section-item{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;border:1px solid #eef2f7;background:#f9fafb;border-radius:8px;padding:12px}.item-body{display:flex;flex-direction:column;gap:4px}.item-title{font-weight:600;color:#0f172a;font-size:14px}.item-description{color:#4b5563;font-size:13px;line-height:1.5}.item-badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;border:1px solid #e5e7eb;background:#fff;color:#111827;align-self:center;white-space:nowrap}.item-badge.success{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.item-badge.warning{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.item-badge.info{color:#0ea5e9;background:#ecfeff;border-color:#bae6fd}.directory-panel{display:flex;flex-direction:column;gap:12px}.directory-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.toolbar-left{flex:1;min-width:260px}.toolbar-actions{display:flex;gap:10px}.input-with-label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#4b5563}.input-with-label input{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease;background:#fff;color:#0f172a}.input-with-label input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.input-with-label input::placeholder{color:#6b7280}.input-with-label input:-webkit-autofill{-webkit-text-fill-color:#0f172a;box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.btn{border:1px solid #e5e7eb;background:#fff;color:#0f172a;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;transition:all .15s ease}.btn:hover{border-color:#cbd5e1;background:#f8fafc}.btn.primary{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 8px 20px #2563eb26}.btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8}.btn.secondary{background:#f8fafc;border-color:#e5e7eb;color:#0f172a;box-shadow:0 4px 12px #0f172a14}.btn.secondary:hover{background:#eef2f7;border-color:#d7dde4}.btn.ghost{background:transparent;border-color:#e5e7eb;color:#111827}.btn.text{background:none;border:none;padding:8px 10px;color:#2563eb}.directory-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.directory-item{border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 3px 10px #0f172a0d;overflow:hidden;cursor:pointer;text-align:left;width:100%}.directory-item:hover{border-color:#d7dde4;box-shadow:0 4px 12px #0f172a14}.directory-row{display:flex;flex-direction:column;gap:8px;padding:12px}.directory-row:hover{background:#f8fafc}.row-main{display:flex;flex-direction:column;gap:4px}.row-actions{display:flex;justify-content:flex-end;width:100%}.row-title .name{font-weight:700;color:#0f172a;font-size:14px}.row-title .title{color:#4b5563;font-size:12px}.row-meta{display:flex;flex-wrap:wrap;gap:8px}.meta-text{font-size:13px;color:#475569}.meta-text.subtle{color:#6b7280}.row-actions{display:flex;align-items:center}.directory-editor{border-top:1px solid #e5e7eb;padding:12px 14px;background:#f9fafb}.directory-form{display:flex;flex-direction:column;gap:12px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.form-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#4b5563}.form-field span{color:#4b5563}.form-field input,.form-field textarea{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease;background:#fff;color:#0f172a}.form-field input::placeholder,.form-field textarea::placeholder{color:#9ca3af}.form-field select{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease;background:#fff;color:#0f172a}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.form-field select:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.form-actions{display:flex;justify-content:flex-end;gap:8px}.form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecdd3;border-radius:10px;padding:10px 12px}.status-banner{border:1px solid #c7d2fe;background:#eef2ff;color:#4338ca;border-radius:10px;padding:10px 12px}.error-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #fecdd3;background:#fef2f2;color:#b91c1c;border-radius:10px;padding:10px 12px}.loading-state,.empty-state-card{border:1px dashed #cbd5e1;background:#f8fafc;color:#475569;border-radius:12px;padding:18px;text-align:center}.toast{position:fixed;bottom:20px;right:20px;background:#0f172a;color:#fff;padding:12px 14px;border-radius:10px;box-shadow:0 10px 30px #0f172a4d;z-index:50;font-size:14px}.modal-overlay{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;padding:20px;z-index:40}.modal-card{background:#fff;border-radius:14px;border:1px solid #e5e7eb;padding:16px;max-width:720px;width:100%;box-shadow:0 16px 40px #0f172a33;color:#0f172a}.modal-card .form-field span,.modal-card .form-field input,.modal-card .form-field textarea{color:#0f172a}.modal-card .form-field input::placeholder,.modal-card .form-field textarea::placeholder{color:#6b7280}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.modal-header h3{margin:0;font-size:18px;color:#0f172a}.modal-header p{margin:4px 0 0;color:#475569;font-size:14px}.floor-map-panel{position:relative;display:flex;flex-direction:column;gap:12px}.floor-map-canvas-wrapper{position:relative;width:100%;height:500px;border-radius:10px;overflow:hidden;background:#f5f7fb;border:1px solid #e5e7eb}.floor-map-canvas{display:block;width:100%;height:100%;touch-action:none;cursor:grab;background:#f5f7fb}.floor-map-canvas.dragging{cursor:grabbing}.floor-map-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:16px 20px;border-radius:10px;background:#fff4e6;color:#ad6200;font-size:14px;border:1px solid #ffd8a8;text-align:center;max-width:340px}.popover-backdrop{position:fixed;inset:0;z-index:39}.seat-popover{position:fixed;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;min-width:240px;box-shadow:0 10px 30px #0f172a26;z-index:40}.popover-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.popover-title{font-weight:700;font-size:14px;color:#0f172a}.popover-close{background:none;border:none;font-size:16px;color:#94a3b8;cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .15s ease}.popover-close:hover{background:#f1f5f9;color:#475569}.popover-current{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:10px;background:#f8fafc;border-radius:8px}.popover-current .avatar-image,.popover-current .avatar-placeholder{width:36px!important;height:36px!important;border-radius:50%}.popover-employee-info{display:flex;flex-direction:column;gap:2px}.popover-employee-name{font-weight:600;font-size:14px;color:#0f172a}.popover-employee-title{font-size:12px;color:#64748b}.popover-empty{padding:10px;background:#f8fafc;border-radius:8px;font-size:13px;color:#64748b;text-align:center;margin-bottom:12px}.popover-assign{display:flex;flex-direction:column;gap:6px}.popover-label{font-size:12px;font-weight:600;color:#64748b}.popover-warning{margin-top:10px;padding:10px 12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;font-size:13px;color:#9a3412;line-height:1.4}.popover-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #f1f5f9}.pod-membership-panel{display:flex;flex-direction:column;gap:16px}.pod-membership-layout{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:16px;align-items:start}.pod-list-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 16px #0f172a0f;min-height:0}.pod-list-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.pod-list-title{font-weight:700;color:#0f172a;font-size:15px}.pod-list{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-y:auto;padding-right:4px}.pod-list-item{width:100%;text-align:left;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:10px 12px;cursor:pointer;transition:all .15s ease}.pod-list-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0f172a0f}.pod-list-item.active{border-color:#2563eb;background:#eff6ff;box-shadow:0 8px 20px #2563eb1f}.pod-list-item-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.pod-list-name{font-weight:600;color:#0f172a;font-size:14px}.pod-member-count{font-size:12px;color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;padding:4px 8px}.pod-detail-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 16px #0f172a0f}.pod-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pod-detail-header-text{display:flex;flex-direction:column;gap:8px;flex:1}.pod-detail-actions{display:flex;gap:8px}.pod-actions-row{display:flex;justify-content:flex-end;gap:8px}.pod-detail-title{font-size:18px;font-weight:700;color:#0f172a}.pod-detail-description{color:#475569;font-size:14px;margin-top:4px}.pod-detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.pod-meta-item{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#f8fafc;display:flex;flex-direction:column;gap:4px}.pod-meta-label{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-weight:600}.pod-meta-value{font-size:14px;font-weight:700;color:#0f172a;word-break:break-word}.pod-edit-actions{display:flex;justify-content:flex-end;gap:8px}.pod-add-member{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.add-member-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.add-member-field{flex:1;min-width:200px}.role-field{width:140px}.add-member-btn{margin-bottom:0}.pod-members-section{flex:1;min-height:0;display:flex;flex-direction:column}.pod-members-section h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#0f172a}.pod-members-list{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-y:auto;padding-right:4px}.pod-member-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.pod-member-item:hover{border-color:#d1d5db}.member-info{display:flex;align-items:center;gap:12px}.member-info .avatar-image,.member-info .avatar-placeholder{width:40px!important;height:40px!important;border-radius:50%}.member-details{display:flex;flex-direction:column;gap:2px}.member-name{font-weight:600;font-size:14px;color:#0f172a}.member-role{font-size:13px;color:#64748b}.member-role-edit{display:flex;align-items:center;gap:6px}.role-edit-input{padding:4px 8px;font-size:13px;border:1px solid #d1d5db;border-radius:6px;width:120px;color:#0f172a;background:#fff}.role-edit-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f626}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:all .15s ease}.btn-icon.save{background:#dcfce7;color:#16a34a}.btn-icon.save:hover{background:#bbf7d0}.btn-icon.cancel{background:#f1f5f9;color:#64748b}.btn-icon.cancel:hover{background:#e2e8f0}.btn-icon:disabled{opacity:.5;cursor:not-allowed}.member-actions{display:flex;align-items:center;gap:8px}.btn-text{background:none;border:none;padding:6px 10px;font-size:13px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .15s ease}.btn-text.edit-btn{color:#3b82f6}.btn-text.edit-btn:hover{background:#eff6ff}.btn-text.remove-btn{color:#dc2626}.btn-text.remove-btn:hover{background:#fef2f2}.btn-text:disabled{opacity:.5;cursor:not-allowed}.pod-delete-row{display:flex;justify-content:flex-end}.btn.danger{background:#fef2f2;border-color:#fecdd3;color:#b91c1c}.btn.danger:hover{background:#fee2e2;border-color:#fca5a5}@media(max-width:700px){.pod-membership-layout{grid-template-columns:1fr}.pod-list{max-height:320px;flex:none}}@media(max-width:700px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static;flex-direction:row;gap:0;border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:8px}.sidebar-header{display:none}.sidebar-nav{flex-direction:row;gap:4px}.sidebar-link{padding:8px 14px}.sidebar-link.active:before{left:50%;top:auto;bottom:0;transform:translate(-50%);width:20px;height:3px;border-radius:2px 2px 0 0}.sidebar-footer{margin-top:0;margin-left:auto;padding-top:0;border-top:none}.sync-btn{padding:6px 12px;font-size:12px}.content-header{flex-direction:column}}@media(max-width:640px){.admin-page{padding-top:0}.admin-content{padding:16px}.admin-section{padding:14px}}.dropdown{position:relative;width:100%}.dropdown select{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:10px 36px 10px 12px;font-size:14px;color:#0f172a;background:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .15s ease,box-shadow .15s ease}.dropdown select:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.dropdown select:disabled{background:#f5f5f5;color:#9ca3af;cursor:not-allowed}.dropdown select option{color:#0f172a}.dropdown select option[value=""]{color:#6b7280}.dropdown-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280;font-size:12px}.app{height:100%;display:flex;flex-direction:column;background-color:#f0f2f5}.app-content{flex:1;overflow-y:auto;scrollbar-gutter:stable;width:100%;padding:12px 0 24px}.auth-card{max-width:520px;margin:80px auto;padding:32px;border-radius:16px;background:#fff;box-shadow:0 10px 30px #0f172a14;text-align:center}.auth-card.error{border:1px solid #fecdd3}.auth-card h2{margin-bottom:12px;font-size:24px;color:#111827}.auth-card p{color:#4b5563;margin-bottom:20px}.login-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:999px;background:#4285f4;color:#fff;font-weight:600;text-decoration:none;transition:background .2s ease}.login-button:hover{background:#3367d6}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f0f2f5;color:#1c1e21;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}#root{min-height:100vh}
