*{margin:0;padding:0}html,body,#root{width:100%;min-height:100vh}*{box-sizing:border-box}body{color:#1e293b;background:#f0eee9;margin:0;font-family:-apple-system,Segoe UI,Roboto,sans-serif}.app{max-width:100vw;padding:16px 24px}:root{--sidebar-w:210px;--sidebar-w-collapsed:52px;--sidebar-bg:#0f172a;--sidebar-text:#94a3b8;--sidebar-active-bg:#6366f12e;--sidebar-active-text:#a5b4fc;--sidebar-hover-bg:#ffffff0d}.layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--sidebar-bg);flex-direction:column;flex-shrink:0;height:100vh;transition:width .2s,min-width .2s;display:flex;position:sticky;top:0;overflow:hidden auto}.layout--collapsed .sidebar{width:var(--sidebar-w-collapsed);min-width:var(--sidebar-w-collapsed)}.layout--collapsed .sidebar-brand{justify-content:center;padding:16px 0 14px}.layout--collapsed .sidebar-brand-icon{display:none}.layout--collapsed .sidebar-collapse-btn{margin-left:0}.sidebar-brand{border-bottom:1px solid #ffffff12;align-items:center;gap:8px;min-height:54px;padding:16px 12px 14px;display:flex}.sidebar-brand-icon{color:#818cf8;text-align:center;flex-shrink:0;width:28px;font-size:20px}.sidebar-brand-name{color:#e2e8f0;letter-spacing:.3px;white-space:nowrap;flex:1;font-size:14px;font-weight:700;overflow:hidden}.sidebar-collapse-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;margin-left:auto;padding:2px 4px;font-size:16px;line-height:1}.sidebar-collapse-btn:hover{color:#94a3b8}.sidebar-nav{flex:1;padding:10px 0}.sidebar-group{margin-bottom:4px}.sidebar-group-label{letter-spacing:.08em;text-transform:uppercase;color:#475569;white-space:nowrap;padding:10px 14px 4px;font-size:10px;font-weight:600;overflow:hidden}.sidebar-item{cursor:pointer;width:100%;color:var(--sidebar-text);text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:calc(100% - 12px);margin:1px 6px;padding:7px 12px;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex;overflow:hidden}.sidebar-item:hover{background:var(--sidebar-hover-bg);color:#e2e8f0}.sidebar-item--active{background:var(--sidebar-active-bg);color:var(--sidebar-active-text)}.sidebar-item-icon{text-align:center;flex-shrink:0;width:20px;font-size:15px}.layout--collapsed .sidebar-item{justify-content:center;width:calc(100% - 8px);margin:1px 4px;padding:7px 0}.sidebar-item-label{text-overflow:ellipsis;overflow:hidden}.main-content{flex:1;min-width:0;overflow-x:auto}.app-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:16px 24px;padding:10px 16px;font-size:13px}.dash-page{min-height:100%;padding:32px 36px 56px}.dash-top{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.dash-title{color:#0f172a;margin-bottom:2px;font-size:22px;font-weight:700}.dash-subtitle{color:#94a3b8;font-size:13px}.dash-kpi-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px;display:grid}.dash-kpi-card{border:1px solid #e2e8f0;border-top:3px solid var(--kpi-accent);background:#fff;border-radius:12px;align-items:center;gap:14px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0000000a}.dash-kpi-card--clickable{cursor:pointer;transition:box-shadow .15s,transform .12s}.dash-kpi-card--clickable:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.dash-kpi-icon{background:var(--kpi-bg);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.dash-kpi-body{flex:1;min-width:0}.dash-kpi-value{color:#0f172a;font-variant-numeric:tabular-nums;margin-bottom:3px;font-size:30px;font-weight:700;line-height:1}.dash-kpi-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:11.5px;font-weight:600}.dash-kpi-sub{color:#94a3b8;margin-top:2px;font-size:11px}.dash-grid{grid-template-columns:1fr 320px;align-items:start;gap:20px;display:grid}.dash-sidebar-col{flex-direction:column;gap:16px;display:flex}.dash-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.dash-card-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.dash-card-title{color:#1e293b;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700}.dash-card-count{color:#94a3b8;margin-left:8px;font-size:11px;font-weight:500}.dash-card-link{color:#6366f1;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500}.dash-card-link:hover{text-decoration:underline}.dash-empty{color:#94a3b8;text-align:center;padding:24px 20px;font-size:13px}.dash-table{border-collapse:collapse;width:100%;font-size:13px}.dash-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;background:#f4f1eb;border-bottom:1px solid #ebe8e1;padding:7px 12px;font-size:11px;font-weight:600}.dash-table td{color:#1e293b;border-bottom:1px solid #ebe8e1;padding:8px 12px}.dash-table tr:last-child td{border-bottom:none}.dash-table tr:hover td{background:#ebe8e1}.dash-td-name{font-weight:500}.dash-td-muted{color:#64748b}.dash-timer-list,.dash-pto-list{padding:4px 0}.dash-timer-row{border-bottom:1px solid #ebe8e1;align-items:center;gap:10px;padding:9px 20px;transition:background .1s;display:flex}.dash-timer-row:last-child{border-bottom:none}.dash-timer-row:hover{background:#ebe8e1}.dash-timer-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.dash-timer-info{flex:1;min-width:0}.dash-timer-name{color:#1e293b;font-size:13px;font-weight:500}.dash-timer-project{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.dash-timer-hours{font-variant-numeric:tabular-nums;color:#475569;font-size:12px;font-weight:600}.dash-pto-row{border-bottom:1px solid #ebe8e1;align-items:center;gap:10px;padding:9px 20px;transition:background .1s;display:flex}.dash-pto-row:last-child{border-bottom:none}.dash-pto-row:hover{background:#ebe8e1}.dash-pto-name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.dash-pto-dates{color:#94a3b8;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11.5px}.dash-pto-badge{color:#92400e;white-space:nowrap;background:#fef3c7;border-radius:99px;padding:2px 8px;font-size:10px;font-weight:600}.hy-grid{grid-template-columns:1fr 1fr;display:grid}.hy-col{min-width:0}.hy-col:first-child{border-right:1px solid #ebe8e1}.hy-col-header{justify-content:space-between;align-items:center;padding:12px 20px 8px;display:flex}.hy-col-title{color:#475569;font-size:12px;font-weight:600}.hy-col-count{color:#92400e;background:#fef3c7;border-radius:99px;padding:1px 8px;font-size:11px;font-weight:700}.hy-row{cursor:pointer;border-bottom:1px solid #ebe8e1;align-items:center;gap:10px;padding:8px 20px;transition:background .1s;display:flex}.hy-row:last-child{border-bottom:none}.hy-row:hover{background:#ebe8e1}.hy-avatar{color:#64748b;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:700;display:flex}.hy-row-info{flex:1;min-width:0}.hy-row-name{color:#1e293b;font-size:13px;font-weight:500}.hy-row-meta{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.hy-row-badge{color:#94a3b8;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:11px}.hy-expand-link{text-align:left;color:#6366f1;cursor:pointer;background:0 0;border:none;border-top:1px solid #ebe8e1;width:100%;padding:8px 20px;font-size:12px;font-weight:500;display:block}.hy-expand-link:hover{background:#ebe8e1}.app-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.app-tabs{gap:4px;display:flex}.app-tab{cursor:pointer;color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .1s,color .1s}.app-tab:hover{background:#f1f5f9}.app-tab.active{color:#fff;background:#1e40af;border-color:#1e40af}.pa-page{-webkit-font-smoothing:antialiased;min-height:100%}.ag-wrap{padding:40px 44px 60px}.ag-title{color:#1a1a1a;margin:0 0 4px;font:600 15px system-ui,sans-serif}.ag-subtitle{color:#00000080;max-width:640px;margin:0 0 20px;font:13px system-ui,sans-serif}.ag-toolbar{background:#fff;border:1px solid #00000014;border-radius:10px;flex-wrap:wrap;align-items:center;gap:22px;margin-bottom:18px;padding:12px 18px;display:flex;box-shadow:0 1px 3px #0000000d}.ag-divider{background:#0000001a;flex-shrink:0;width:1px;height:18px}.pss-wrap{flex-shrink:0;position:relative}.pss-input{color:#1a1a1a;cursor:pointer;background:0 0;border:none;outline:none;width:260px;min-width:140px;font:600 13px system-ui,sans-serif}.pss-input:focus{cursor:text}.pss-input::placeholder{color:#9aa1ab;font-weight:400}.pss-dropdown{z-index:200;background:#fff;border:1px solid #0000001f;border-radius:8px;min-width:280px;max-width:420px;max-height:280px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.pss-option{color:#1a1a1a;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;padding:7px 14px;font:13px system-ui,sans-serif;overflow:hidden}.pss-option--active{background:#f0f4ff}.pss-option--selected{color:#2563eb;font-weight:600}.pss-option--all{color:#6b7280;border-bottom:1px solid #00000012;margin-bottom:2px;font-style:italic}.pss-clear-btn{color:#9aa1ab;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:16px;line-height:1}.pss-clear-btn:hover{color:#4a5568}.pms-wrap{min-width:220px;max-width:460px}.pms-chips{cursor:text;flex-wrap:wrap;align-items:center;gap:5px;display:flex}.pms-chip{color:#2563eb;background:#eef4ff;border-radius:5px;align-items:center;gap:4px;max-width:240px;padding:2px 6px;font:600 12px system-ui,sans-serif;display:inline-flex}.pms-chip-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pms-chip-remove{color:#6b8fd6;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:2px;padding:0;font-size:13px;line-height:1}.pms-chip-remove:hover{color:#1d4ed8}.pms-input{flex:100px;width:auto;min-width:100px}.prs-wrap{min-width:180px;max-width:420px}.prs-chips{cursor:text;flex-wrap:wrap;align-items:center;gap:5px;display:flex}.prs-chip{color:#475569;background:#f8fafc;border:1px solid #d1d5db;border-radius:999px;align-items:center;gap:5px;max-width:220px;padding:3px 6px 3px 10px;font:600 12px system-ui,sans-serif;display:inline-flex}.prs-chip-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.prs-chip-remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;padding:0;font-size:13px;line-height:1;display:inline-flex}.prs-chip-remove:hover{color:#334155;background:#e2e8f0}.prs-input{flex:90px;width:auto;min-width:90px}.ms-picker{max-width:420px;display:block}.ms-picker-input{width:100%}.ms-empty{color:#9aa1ab;margin:16px 2px 2px;font:13px system-ui,sans-serif}.ms-list{border-top:1px solid #f0f0f0;margin:16px 0 0;padding:0;list-style:none}.ms-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:16px;padding:11px 2px;display:flex}.ms-row-name{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font:13px system-ui,sans-serif;overflow:hidden}.ms-row-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.ms-row-remove{color:#9aa1ab;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:16px;line-height:1;display:inline-flex}.ms-row-remove:hover{color:#334155;background:#f1f5f9}.star-rating{gap:2px;display:inline-flex}.star-rating-star{color:#dde1e7;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:18px;line-height:1;transition:color .1s}.star-rating-star--filled{color:#f5b400}.pa-week-nav{flex-shrink:0;align-items:center;gap:8px;display:flex}.pa-week-btn{cursor:pointer;color:#475569;background:#f7f8fa;border:1px solid #0000001a;border-radius:5px;padding:3px 10px;font:12.5px/1.5 system-ui,sans-serif}.pa-week-btn:hover{background:#eef1f5}.pa-week-label{color:#33383f;text-align:center;font-variant-numeric:tabular-nums;min-width:100px;font:12.5px system-ui,sans-serif}.ag-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}.ag-checkbox{accent-color:#2b6cb0;cursor:pointer;width:16px;height:16px}.ag-togglelabel{color:#33383f;font:600 12.5px system-ui,sans-serif}.ag-hint{color:#9aa1ab;margin-left:auto;font:11.5px system-ui,sans-serif}.ag-card{background:#fff;border:1px solid #00000014;border-radius:10px;overflow:auto;box-shadow:0 1px 3px #0000000f}tr:hover .week-edit-btn{opacity:1!important}.ag-th{color:#8a8f98;text-align:center;white-space:nowrap;background:#f7f8fa;border-bottom:1px solid #ececec;padding:8px 10px;font:600 11px system-ui,sans-serif}.ag-name-th{color:#8a8f98;text-align:left;background:#f7f8fa;border-bottom:1px solid #ececec;padding:8px 12px;font:600 11px system-ui,sans-serif}.ag-sub{color:#a7adb6;letter-spacing:.02em;text-transform:uppercase;text-align:center;border-bottom:1px solid #ececec;padding:3px 6px;font:9.5px system-ui,sans-serif}.ag-num{text-align:center;padding:6px 8px;font:12px ui-monospace,Menlo,monospace}.ag-person{align-items:center;gap:8px;display:flex}.ag-avatar{object-fit:cover;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font:600 10px system-ui,sans-serif;display:flex}.ag-pname{color:#2b4c7e;font:600 12.5px system-ui,sans-serif}.ag-prole{color:#9aa1ab;font:11px system-ui,sans-serif}.ag-day-date{color:#b0b5bf;margin-top:1px;font:400 10px system-ui,sans-serif;display:block}.ra-search{color:#1a1a1a;background:#fafbfc;border:1px solid #e3e5e8;border-radius:6px;outline:none;min-width:200px;padding:6px 11px;font:13px system-ui,sans-serif}.ra-search:focus{background:#fff;border-color:#2b6cb0}.ra-weeks-select{color:#1a1a1a;cursor:pointer;background:#fafbfc;border:1px solid #e3e5e8;border-radius:6px;outline:none;width:52px;padding:4px 6px;font:600 13px system-ui,sans-serif}.ra-weeks-select:focus{border-color:#2b6cb0}.app-error{color:#991b1b;background:#fee2e2;border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:13px}.gantt-container{cursor:grab;background:#fff;max-height:72vh;position:relative;overflow:auto}.gantt-container.gantt-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.gantt-header-row{z-index:3;background:#f1f5f9;border-bottom:1px solid #e2e8f0;display:flex;position:sticky;top:0}.gantt-header-corner{z-index:4;color:#475569;background:#f1f5f9;border-right:1px solid #e2e8f0;align-items:center;font-size:12px;font-weight:600;display:flex;position:sticky;left:0}.gantt-header-days{display:flex}.gantt-header-day{text-align:center;color:#64748b;border-right:1px solid #f1f5f9;flex-shrink:0;padding:4px 0;font-size:10px}.gantt-header-day.weekend{background:#f8fafc}.gantt-header-day-dow{text-transform:uppercase}.gantt-header-day-num{color:#334155;font-weight:600}.gantt-row{border-bottom:1px solid #f1f5f9;display:flex}.gantt-row:hover{background:#fafcff}.gantt-row-header{z-index:1;background:#fff;border-right:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:8px;width:220px;padding:6px 10px;display:flex;position:sticky;left:0}.avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:26px;height:26px}.gantt-row-header-text{min-width:0}.resource-name{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.resource-variance{color:#64748b;font-size:10.5px}.resource-variance.over{color:#dc2626}.resource-variance.under{color:#d97706}.resource-variance.ok{color:#16a34a}.gr-timer-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:inline-flex}.gr-timer-dot{background:#cbd5e1;border-radius:50%;width:8px;height:8px}.gr-timer-dot--running{background:#16a34a;animation:2s ease-in-out infinite at-pulse-dot}@media (prefers-reduced-motion:reduce){.gr-timer-dot--running{animation:none}}.gantt-row-timeline{background-image:repeating-linear-gradient(to right, transparent, transparent calc(var(--day-width,32px) - 1px), #f1f5f9 calc(var(--day-width,32px) - 1px), #f1f5f9 var(--day-width,32px));flex-shrink:0;position:relative}.gantt-bar{color:#fff;white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:5px;align-items:center;height:24px;padding:0 8px;font-size:11px;display:flex;position:absolute;overflow:hidden;box-shadow:0 1px 2px #00000026}.gantt-bar.ongoing{background-image:linear-gradient(90deg,#0000 calc(100% - 14px),#00000040 100%);border-top-right-radius:0;border-bottom-right-radius:0}.gantt-bar-label{text-overflow:ellipsis;pointer-events:none;overflow:hidden}.gantt-empty{color:#64748b;padding:24px;font-size:13px}.modal-backdrop{z-index:10;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:10px;flex-direction:column;gap:12px;width:420px;max-width:90vw;padding:20px;display:flex;box-shadow:0 10px 30px #0003}.modal h3{margin:0}.details-list{grid-template-columns:100px 1fr;gap:8px 12px;font-size:13px;display:grid}.details-list dt{color:#64748b}.details-list dd{color:#1e293b;margin:0}.project-status-icon{margin-left:6px;font-size:11px;display:inline-block}.project-status-icon--active{color:#16a34a}.project-status-icon--archived{color:#9aa1ab}.details-note{color:#94a3b8;margin:0;font-size:11.5px}.modal-actions{align-items:center;gap:8px;margin-top:8px;display:flex}.modal-actions .spacer{flex:1}.modal-actions button:not(.pto-btn-primary){cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:7px 14px}.modal-actions button.modal-btn-danger{color:#dc2626;border-color:#fecaca}.modal-actions button.modal-btn-danger:hover{background:#fee2e2}.modal-actions button.modal-btn-danger:disabled{opacity:.5;cursor:not-allowed}.sc-wrap{max-width:1180px;margin:0 auto;padding:24px 0 60px}.sc-pagetitle{color:#1a1a1a;margin:0 0 4px;font:600 15px system-ui,sans-serif}.sc-pagesubtitle{color:#00000080;max-width:640px;margin:0 0 22px;font:13px system-ui,sans-serif}.sc-topbar{background:#fff;border:1px solid #00000014;border-radius:10px;align-items:flex-end;gap:28px;margin-bottom:20px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000f}.sc-tfield{flex-direction:column;gap:6px;display:flex}.sc-label{color:#8a8f98;text-transform:uppercase;letter-spacing:.02em;font:600 11px system-ui,sans-serif}.sc-hint{color:#9aa1ab;text-transform:none;font:400 11.5px system-ui,sans-serif}.sc-input{box-sizing:border-box;color:#1a1a1a;background:#fafbfc;border:1px solid #e3e5e8;border-radius:6px;padding:8px 11px;font:13px system-ui,sans-serif}.sc-input:focus{background:#fff;border-color:#2b6cb0;outline:none}.sc-select{box-sizing:border-box;color:#1a1a1a;background:#fafbfc;border:1px solid #e3e5e8;border-radius:6px;padding:8px 11px;font:13px system-ui,sans-serif}.sc-stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.sc-stat{background:#fff;border:1px solid #00000014;border-radius:10px;padding:16px 18px;box-shadow:0 1px 3px #0000000f}.sc-statlabel{color:#9aa1ab;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font:600 10.5px system-ui,sans-serif}.sc-statval{color:#1a1a1a;font:700 22px ui-monospace,Menlo,monospace}.sc-card{background:#fff;border:1px solid #00000014;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.sc-cardhead{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.sc-cardtitle{color:#1a1a1a;font:600 13px system-ui,sans-serif}table.sc-table{border-collapse:collapse;width:100%}.sc-th{color:#8a8f98;text-align:left;background:#f7f8fa;border-bottom:1px solid #ececec;padding:8px 14px;font:600 11px system-ui,sans-serif}.sc-th-sort{cursor:pointer;-webkit-user-select:none;user-select:none}.sc-th-sort:hover{color:#4b5563;background:#eef0f4}.sc-td{color:#1a1a1a;vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:11px 14px;font:12.5px system-ui,sans-serif}.sc-mono{font:12.5px ui-monospace,Menlo,monospace}.sc-totrow td{color:#1a1a1a;background:#f2f4f7;border-top:2px solid #e5e7eb;border-bottom:none;font-weight:700}.sc-addrow td{background:#fafbfc}.sc-badge{align-items:center;gap:7px;display:inline-flex}.sc-dot{border-radius:50%;flex:none;width:8px;height:8px}.sc-computed{color:#2b6cb0;font:12px ui-monospace,Menlo,monospace}.sc-actionbtn{cursor:pointer;background:#eef4fb;border:1.5px solid #2b6cb059;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.sc-actionbtn:hover:not(:disabled){background:#e0ecfa}.sc-actionbtn:disabled{opacity:.4;cursor:not-allowed}.sc-trashbtn{cursor:pointer;color:#9aa1ab;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.sc-trashbtn:hover{color:#c53030;background:#fdeeee}.sc-empty{text-align:center;color:#9aa1ab;padding:28px 20px;font:12.5px system-ui,sans-serif}.pto-status-filters{align-items:center;gap:6px;display:flex}.pto-filter-chip{cursor:pointer;color:#64748b;background:#f8fafc;border:1px solid #d1d5db;border-radius:20px;padding:4px 10px;font-size:12px;transition:all .15s}.pto-filter-chip:hover{background:#e2e8f0}.pto-filter-chip.active{color:#fff;background:#1e293b;border-color:#1e293b}.pto-filter-chip--pending.active{background:#d97706;border-color:#d97706}.pto-filter-chip--approved.active{background:#16a34a;border-color:#16a34a}.pto-filter-chip--rejected.active{background:#dc2626;border-color:#dc2626}.pto-filter-chip--canceled.active{background:#9aa1ab;border-color:#9aa1ab}.pto-btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#2b6cb0;border:none;border-radius:6px;padding:6px 14px;font-size:13px}.pto-btn-primary:hover{background:#2558a0}.pto-btn-primary:disabled{opacity:.5;cursor:not-allowed}.skill-tree-card{padding:10px 6px}.skill-toolbar-counts{color:#00000073;white-space:nowrap;font:12px system-ui,sans-serif}.skill-node-row{color:#1a1a1a;border-radius:6px;align-items:center;gap:7px;margin:0 2px;padding:0 10px;font:13px system-ui,sans-serif;transition:background-color .1s;display:flex}.skill-node-row:hover{background:#0000000a}.skill-node-row--category{background:#2b6cb00b}.skill-node-row--category:hover{background:#2b6cb014}.skill-node-toggle{color:#9aa1ab;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;width:14px;display:inline-flex}.skill-node-chevron{transition:transform .15s}.skill-node-leaf-dot{background:#c3cad3;border-radius:50%;width:4px;height:4px}.skill-node-label{text-overflow:ellipsis;white-space:nowrap;cursor:default;flex:1;overflow:hidden}.skill-node-label--category{color:#1e3a5f;font-size:13.5px;font-weight:600}.skill-node-count-badge{color:#2b6cb0;background:#2b6cb01f;border-radius:10px;flex-shrink:0;margin-right:4px;padding:1px 7px;font-size:11px;font-weight:600}.skill-node-input{font:inherit;border:1px solid #2b6cb0;border-radius:4px;outline:none;flex:1;padding:1px 6px}.skill-node-actions{opacity:0;flex-shrink:0;align-items:center;gap:2px;transition:opacity .1s;display:flex}.skill-node-row:hover .skill-node-actions{opacity:1}.skill-node-action-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;line-height:1;transition:background-color .1s,color .1s;display:inline-flex}.skill-node-action-btn:hover{color:#1a1a1a;background:#00000014}.skill-node-action-btn--danger:hover{color:#dc2626;background:#fee2e2}.skill-node-action-btn:disabled{opacity:.3;cursor:not-allowed}.skill-node-action-btn:disabled:hover{color:#64748b;background:0 0}.pto-table{width:100%}.pto-th-center{text-align:center!important}.pto-td-period{white-space:nowrap}.pto-td-desc{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.pto-row{cursor:pointer}.pto-row:hover td{background:#f1f5f9}.pto-badge{letter-spacing:.3px;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.pto-badge--pending{color:#d97706;background:#fef3c7}.pto-badge--approved{color:#16a34a;background:#dcfce7}.pto-badge--rejected{color:#dc2626;background:#fee2e2}.pto-badge--canceled{color:#9aa1ab;background:#f1f5f9}.pto-type-badge{white-space:nowrap;border-radius:10px;padding:2px 7px;font-size:11px;display:inline-block}.pto-type-badge--paid{color:#92400e;background:#fef3c7}.pto-type-badge--planned{color:#4338ca;background:#ede9fe}.pto-actions{justify-content:center;gap:4px;display:flex}.pto-btn-approve,.pto-btn-reject,.pto-btn-cancel{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex}.pto-btn-approve{color:#16a34a;background:#dcfce7}.pto-btn-approve:hover{color:#fff;background:#16a34a}.pto-btn-reject,.pto-btn-cancel{color:#dc2626;background:#fee2e2}.pto-btn-reject:hover,.pto-btn-cancel:hover{color:#fff;background:#dc2626}.pto-modal{max-width:520px}.pto-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pto-type-radio{gap:10px;display:flex}.pto-radio-label{cursor:pointer;border:1.5px solid #d1d5db;border-radius:8px;flex:1;align-items:center;gap:6px;padding:8px 12px;font-size:13px;transition:all .15s;display:flex}.pto-radio-label.active{color:#1e40af;background:#eff6ff;border-color:#2b6cb0}.pto-radio-label input{display:none}.pto-textarea{resize:vertical;height:72px;font-family:inherit}.pto-gantt-bar{opacity:.85;border-radius:4px}.pto-gantt-bar:hover{opacity:1}.at-page{-webkit-font-smoothing:antialiased;min-height:100%}.at-page-inner{padding:40px 44px 60px}.at-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.at-header-left{flex:1}.at-title{color:#1a1a1a;align-items:center;gap:8px;margin:0 0 4px;font:600 15px system-ui,sans-serif;display:flex}.at-live-dot{background:#16a34a;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite at-pulse-dot;display:inline-block}@keyframes at-pulse-dot{0%,to{box-shadow:0 0 #16a34a80}50%{box-shadow:0 0 0 5px #16a34a00}}@keyframes pg-actual-blink{0%,to{opacity:1}50%{opacity:.35}}.pg-actual-running{font-weight:700;animation:1.1s ease-in-out infinite pg-actual-blink;color:#ea580c!important}td:has(.pg-actual-running){background:#ffedd5!important}@media (prefers-reduced-motion:reduce){.pg-actual-running{animation:none}}.pg-entries-btn{color:#c2410c;opacity:.55;cursor:pointer;background:0 0;border:none;border-radius:2px;width:13px;height:13px;margin:0;padding:0;font-size:9px;line-height:1;position:absolute;top:1px;right:1px}.pg-entries-btn:hover{opacity:1;background:#c2410c1f}.at-subtitle{color:#00000080;max-width:640px;margin:0;font:13px system-ui,sans-serif}.at-header-right{align-items:center;gap:10px;padding-top:2px;display:flex}.at-refresh-label{color:#9aa1ab;font:11.5px system-ui,sans-serif}.at-refresh-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;transition:background .1s;display:flex;box-shadow:0 1px 2px #0000000d}.at-refresh-btn:hover{color:#1a1a1a;background:#f1f5f9}.at-stats{background:#fff;border:1px solid #00000014;border-radius:10px;align-items:center;margin-bottom:18px;padding:16px 24px;display:flex;box-shadow:0 1px 3px #0000000d}.at-stat{flex-direction:column;flex:1;gap:3px;display:flex}.at-stat-val{color:#1a1a1a;letter-spacing:-.5px;font:700 22px ui-monospace,Menlo,monospace}.at-stat-label{color:#9aa1ab;text-transform:uppercase;letter-spacing:.03em;font:600 10.5px system-ui,sans-serif}.at-stat-divider{background:#00000014;flex-shrink:0;width:1px;height:32px;margin:0 24px}.at-toolbar{background:#fff;border:1px solid #00000014;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;display:flex;box-shadow:0 1px 3px #0000000d}.at-toolbar-divider{background:#0000001a;flex-shrink:0;width:1px;height:18px}.at-search-wrap{flex:1;align-items:center;min-width:200px;display:flex;position:relative}.at-search-icon{color:#9aa1ab;pointer-events:none;font-size:15px;line-height:1;position:absolute;left:9px}.at-search{color:#1a1a1a;background:#fafbfc;border:1px solid #e3e5e8;border-radius:6px;outline:none;width:100%;padding:6px 28px;font:13px system-ui,sans-serif;transition:border-color .1s}.at-search::placeholder{color:#b0b5bf}.at-search:focus{background:#fff;border-color:#2b6cb0}.at-search-clear{color:#b0b5bf;cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;line-height:1;position:absolute;right:8px}.at-search-clear:hover{color:#64748b}.at-chip{color:#64748b;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #d1d5db;border-radius:20px;align-items:center;gap:6px;padding:4px 11px;font:12px system-ui,sans-serif;transition:all .1s;display:flex}.at-chip:hover{background:#e2e8f0}.at-chip--active{color:#16a34a;background:#dcfce7;border-color:#86efac}.at-chip-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.at-chip--active .at-chip-dot{animation:2s ease-in-out infinite at-pulse-dot}.at-select-wrap{align-items:center;gap:6px;display:flex}.at-sort-label{color:#8a8f98;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;font:600 11px system-ui,sans-serif}.at-select{color:#1a1a1a;cursor:pointer;-webkit-appearance:auto;background:#fafbfc;border:1px solid #e3e5e8;border-radius:6px;outline:none;padding:5px 8px;font:12.5px system-ui,sans-serif;transition:border-color .1s}.at-select:focus{border-color:#2b6cb0}.at-clear-btn{color:#dc2626;cursor:pointer;white-space:nowrap;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;margin-left:auto;padding:4px 10px;font:12px system-ui,sans-serif;transition:all .1s}.at-clear-btn:hover{background:#fee2e2}.at-filter-summary{color:#9aa1ab;margin-bottom:14px;padding-left:2px;font:12px system-ui,sans-serif}.at-filter-summary strong{color:#475569}.at-section{margin-bottom:28px}.at-section-header{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.at-section-date{color:#8a8f98;text-transform:uppercase;letter-spacing:.05em;font:600 11px system-ui,sans-serif}.at-section-iso{color:#b0b5bf;font:11px ui-monospace,Menlo,monospace}.at-section-count{color:#b0b5bf;margin-left:auto;font:11.5px system-ui,sans-serif}.at-cards{flex-direction:column;gap:6px;display:flex}.at-card{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:10px;align-items:center;gap:14px;padding:14px 18px;transition:box-shadow .1s,border-color .1s;display:flex;position:relative;box-shadow:0 1px 3px #0000000a}.at-card:hover{border-color:#00000024;box-shadow:0 2px 6px #00000012}.at-card-left{flex-shrink:0;position:relative}.at-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font:700 12px system-ui,sans-serif;display:flex}.at-pulse{background:#16a34a;border:2px solid #fff;border-radius:50%;width:11px;height:11px;animation:2s ease-in-out infinite at-pulse-dot;position:absolute;bottom:0;right:0}.at-card-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.at-card-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.at-user-name{color:#1a1a1a;font:600 13px system-ui,sans-serif}.at-elapsed{color:#16a34a;background:#dcfce7;border-radius:20px;padding:1px 7px;font:11px system-ui,sans-serif}.at-project-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.at-project-name{color:#2b6cb0;font:600 12px system-ui,sans-serif}.at-client{color:#9aa1ab;padding-left:9px;font:11.5px system-ui,sans-serif;position:relative}.at-client:before{content:"·";color:#c4c9d1;position:absolute;left:2px}.at-task{color:#8a8f98;font:11.5px system-ui,sans-serif}.at-notes{color:#b0b5bf;white-space:nowrap;text-overflow:ellipsis;max-width:480px;font:italic 11.5px system-ui,sans-serif;overflow:hidden}.at-card-right{text-align:right;flex-direction:column;flex-shrink:0;gap:2px;display:flex}.at-hours{color:#1a1a1a;letter-spacing:-.3px;font:700 15px ui-monospace,Menlo,monospace}.at-hours-label{color:#b0b5bf;font:11px system-ui,sans-serif}.at-harvest-link{color:#b0b5bf;opacity:0;border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .1s,background .1s,color .1s;display:flex;position:absolute;top:6px;right:6px}.at-card:hover .at-harvest-link,.at-icon-item:hover .at-harvest-link{opacity:1}.at-harvest-link:hover{color:#2b6cb0;background:#f1f5f9}.at-loading{color:#9aa1ab;justify-content:center;align-items:center;gap:12px;padding:48px 0;font:13px system-ui,sans-serif;display:flex}.at-spinner{border:2px solid #e2e8f0;border-top-color:#2b6cb0;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite at-spin}@keyframes at-spin{to{transform:rotate(360deg)}}.at-error{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:16px;padding:10px 14px;font:13px system-ui,sans-serif}.at-empty{text-align:center;padding:80px 0}.at-empty-icon{opacity:.35;margin-bottom:14px;font-size:40px}.at-empty-text{color:#8a8f98;margin-bottom:6px;font:600 14px system-ui,sans-serif}.at-empty-sub{color:#b0b5bf;font:13px system-ui,sans-serif}.at-empty-clear{color:#2b6cb0;cursor:pointer;background:0 0;border:none;padding:0;font:13px system-ui,sans-serif;text-decoration:underline}.at-empty-clear:hover{color:#1e40af}.at-view-toggle{background:#f1f5f9;border-radius:7px;align-items:center;gap:2px;margin-left:auto;padding:3px;display:flex}.at-view-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:28px;height:26px;transition:background .1s,color .1s;display:flex}.at-view-btn:hover{color:#475569;background:#e2e8f0}.at-view-btn--active{color:#1a1a1a;background:#fff;box-shadow:0 1px 3px #0000001a}.at-icon-grid{flex-wrap:wrap;gap:10px;padding:4px 0 8px;display:flex}.at-icon-item{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;align-items:center;gap:6px;width:80px;padding:14px 8px 12px;transition:box-shadow .1s,border-color .1s;display:flex;position:relative;box-shadow:0 1px 3px #0000000a}.at-icon-item:hover{border-color:#00000024;box-shadow:0 2px 6px #00000012}.at-icon-item--running{background:#f0fdf4;border-color:#16a34a40}.at-icon-avatar-wrap{flex-shrink:0;position:relative}.at-icon-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font:700 13px system-ui,sans-serif;display:flex}.at-icon-pulse{background:#16a34a;border:2px solid #f0fdf4;border-radius:50%;width:13px;height:13px;animation:2s ease-in-out infinite at-pulse-dot;position:absolute;bottom:1px;right:1px}.at-icon-item:not(.at-icon-item--running) .at-icon-pulse{border-color:#fff}.at-icon-name{color:#1a1a1a;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font:600 12px system-ui,sans-serif;overflow:hidden}.at-icon-lastname{color:#64748b;margin-top:-4px;font-weight:500}.at-icon-hours{color:#64748b;letter-spacing:-.2px;font:600 11px ui-monospace,Menlo,monospace}.at-activity-section{border-top:1px solid #00000014;margin-top:28px;padding-top:20px}.at-activity-toolbar{align-items:center;gap:8px;margin-bottom:10px;display:flex}.at-chip--sm{padding:4px 10px;font-size:11.5px}.at-select--sm{padding:4px 8px;font-size:11.5px}.at-activity-empty{color:#8a8f98;padding:12px 0;font:12.5px system-ui,sans-serif}.at-activity-list{flex-direction:column;gap:8px;padding:4px 0 8px;display:flex}.at-activity-item{background:#fff;border:1px solid #00000014;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex}.at-activity-item--started{background:#f0fdf4;border-color:#16a34a40}.at-activity-avatar-wrap{flex-shrink:0;position:relative}.at-activity-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font:700 11px system-ui,sans-serif;display:flex}.at-activity-pulse{background:#16a34a;border:2px solid #f0fdf4;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite at-pulse-dot;position:absolute;bottom:0;right:0}.at-activity-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.at-activity-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.at-activity-name{color:#1a1a1a;font:600 13px system-ui,sans-serif}.at-activity-status{color:#8a8f98;font:11px system-ui,sans-serif}.at-activity-project{color:#2b6cb0;font:12px system-ui,sans-serif}.at-activity-right{text-align:right;flex-direction:column;flex-shrink:0;gap:2px;display:flex}.at-activity-hours{color:#1a1a1a;letter-spacing:-.3px;font:700 14px ui-monospace,Menlo,monospace}.at-activity-time{color:#b0b5bf;font:11px system-ui,sans-serif}.sc-manager-row{align-items:center;gap:10px;margin-bottom:18px;display:flex}.sc-manager-label{color:#9aa1ab;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font:600 11px system-ui,sans-serif}.sc-manager-picker-wrap{position:relative}.sc-manager-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:8px;align-items:center;gap:7px;padding:5px 10px 5px 8px;font:13px system-ui,sans-serif;transition:border-color .15s;display:flex;box-shadow:0 1px 3px #0000000f}.sc-manager-btn:hover:not(:disabled){border-color:#2b6cb0}.sc-manager-btn:disabled{opacity:.5;cursor:default}.sc-manager-avatar{object-fit:cover;border-radius:50%;width:22px;height:22px}.sc-manager-empty{color:#9aa1ab;font-style:italic}.sc-manager-source{color:#9aa1ab;margin-left:2px;font:11px system-ui,sans-serif}.sc-manager-dropdown{z-index:100;background:#fff;border:1px solid #0000001f;border-radius:10px;flex-direction:column;min-width:220px;max-width:300px;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 16px #0000001f}.sc-manager-search{box-sizing:border-box;width:calc(100% - 16px);margin:8px 8px 4px}.sc-manager-list{max-height:220px;padding:4px 0 6px;overflow-y:auto}.sc-manager-option{color:#1a1a1a;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:7px;width:100%;padding:6px 12px;font:13px system-ui,sans-serif;display:flex}.sc-manager-option:hover{background:#f0f4ff}.sc-manager-option--selected{background:#eef2ff;font-weight:600}.sc-manager-clear{color:#9aa1ab;border-bottom:1px solid #00000012;margin-bottom:2px;font-size:12px;font-style:italic}.sc-assigned-cell{min-width:200px;position:relative}.sc-chips{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.sc-chip{color:#1a1a1a;white-space:nowrap;background:#f0f4ff;border:1px solid #2b6cb040;border-radius:999px;align-items:center;gap:5px;padding:3px 6px 3px 4px;font:12px system-ui,sans-serif;display:inline-flex}.sc-chip--stale{color:#9aa1ab;background:#fdf6ec;border-style:dashed;border-color:#b478144d}.sc-chip-avatar{object-fit:cover;border-radius:50%;width:16px;height:16px}.sc-chip-remove{color:#9aa1ab;cursor:pointer;background:0 0;border:none;padding:0 1px;font-size:13px;line-height:1}.sc-chip-remove:hover{color:#c53030}.sc-assign-wrap{display:inline-flex}.sc-assign-btn{color:#2b6cb0;cursor:pointer;background:#fff;border:1.5px dashed #2b6cb066;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:13px;line-height:1;display:flex}.sc-assign-btn:hover{background:#eef4fb}.sc-flag{border-radius:5px;margin-top:4px;padding:2px 6px;font:11px system-ui,sans-serif;display:inline-block}.sc-flag-warn{color:#a06a1f;background:#fdf6ec}.sc-flag-danger{color:#c53030;background:#fdeeee}.pbc-wrap{flex-wrap:wrap;gap:16px;margin:0 0 28px;display:flex}.pbc-panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;min-width:260px;padding:18px 20px 16px}.pbc-paneltitle{text-transform:uppercase;letter-spacing:.06em;color:#64748b;align-items:center;gap:7px;margin:0 0 12px;font:600 12px system-ui,sans-serif;display:flex}.pbc-source{text-transform:none;letter-spacing:0;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:1px 6px;font:500 10px system-ui,sans-serif}.pbc-bar-track{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:6px;overflow:hidden}.pbc-bar-fill{border-radius:4px;height:100%;transition:width .4s}.pbc-pct{color:#64748b;margin-bottom:12px;font:500 12px system-ui,sans-serif}.pbc-stats{flex-direction:column;gap:6px;display:flex}.pbc-stat{align-items:center;gap:7px;font:13px system-ui,sans-serif;display:flex}.pbc-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pbc-statlabel{color:#475569;flex:1}.pbc-statval{color:#1e293b;font-variant-numeric:tabular-nums;font-weight:600}.pbc-statsub{color:#94a3b8;margin-left:2px;font-size:11px}.pbc-over{color:#ef4444;margin-top:8px;font:600 12px system-ui,sans-serif}.pbc-nosow{color:#94a3b8;margin-bottom:10px;font:13px system-ui,sans-serif}.pa-back-btn{color:#4a5568;cursor:pointer;background:0 0;border:1px solid #0000001f;border-radius:7px;align-items:center;gap:5px;margin-bottom:16px;padding:5px 12px;font:13px system-ui,sans-serif;transition:border-color .15s,background .15s;display:inline-flex}.pa-back-btn:hover{color:#2563eb;background:#f0f4ff;border-color:#2563eb}.pbc-sow-link{color:#2563eb;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:8px;padding:0;font:13px system-ui,sans-serif;display:block}.pbc-sow-link:hover{text-decoration:underline}.apbl-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:4px;display:grid}.apbl-card{cursor:pointer;background:#fff;border:1px solid #00000017;border-radius:12px;padding:14px 16px;transition:box-shadow .15s,border-color .15s}.apbl-card:hover{border-color:#2563eb4d;box-shadow:0 2px 10px #0000001a}.apbl-card-title{color:#1a1a1a;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:10px;font:600 13px system-ui,sans-serif;display:-webkit-box;overflow:hidden}.apbl-section-label{color:#9aa1ab;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font:600 10px system-ui,sans-serif}.apbl-bar-track{background:#e8edf3;border-radius:3px;height:5px;margin-bottom:5px;overflow:hidden}.apbl-bar-fill{border-radius:3px;height:100%;transition:width .3s}.apbl-stats{gap:10px;display:flex}.apbl-stat{color:#4a5568;align-items:center;gap:4px;font:12px system-ui,sans-serif;display:flex}.apbl-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.apbl-nosow{color:#9aa1ab;align-items:center;gap:6px;font:12px system-ui,sans-serif;display:flex}.apbl-sow-link{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font:12px system-ui,sans-serif}.apbl-sow-link:hover{text-decoration:underline}.apbl-empty{color:#9aa1ab;padding:40px 0;font:13px system-ui,sans-serif}.mpg-project-row td{background-color:#e8edf5}.mpg-project-row:hover td{background-color:#dde4ef!important}.mpg-resource-row:hover td{background-color:#fafbff!important}.mpg-expand-btn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:10px;line-height:1;display:flex}.mpg-expand-btn:hover{color:#1a1a1a;background:#e8edf3}.mpg-detail-btn{color:#9aa1ab;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 5px;font-size:15px;line-height:1}.mpg-detail-btn:hover{color:#1a1a1a;background:#e8edf3}.rm-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.rm-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:680px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 8px 40px #0000002e}.rm-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;align-items:center;gap:16px;padding:20px 24px 16px;display:flex}.rm-avatar-wrap{flex-shrink:0}.rm-avatar{object-fit:cover;border-radius:50%;width:52px;height:52px}.rm-avatar-initials{color:#475569;background:#e2e8f0;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.rm-header-info{flex:1;min-width:0}.rm-header-alloc{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:5px;display:flex}.rm-alloc-label{color:#6b7280;white-space:nowrap;font-size:12px}.rm-alloc-track{background:#e5e7eb;border-radius:3px;width:120px;height:6px;overflow:hidden}.rm-alloc-fill{border-radius:3px;height:100%;transition:width .3s}.rm-name{color:#111827;font-size:17px;font-weight:600}.rm-email{color:#6b7280;margin-top:2px;font-size:12.5px}.rm-badge{color:#475569;background:#f1f5f9;border-radius:99px;margin-top:4px;padding:2px 8px;font-size:10.5px;font-weight:500;display:inline-block}.rm-badge-active{color:#15803d;background:#dcfce7}.rm-badge-inactive{color:#9ca3af;background:#f1f5f9}.rm-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:4px 8px;font-size:16px;line-height:1}.rm-close:hover{color:#374151;background:#f3f4f6}.rm-timer-banner{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;margin:0 24px 14px;padding:7px 12px;animation:2s ease-in-out infinite rm-timer-glow;display:flex}.rm-timer-dot{background:#ea580c;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite at-pulse-dot}.rm-timer-text{color:#9a3412;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:12.5px;overflow:hidden}.rm-timer-text strong{color:#c2410c}.rm-timer-elapsed{color:#c2410c;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12.5px;font-weight:700}@keyframes rm-timer-glow{0%,to{background:#fff7ed;border-color:#fed7aa;box-shadow:0 0 #ea580c00}50%{background:#ffedd5;border-color:#fdba74;box-shadow:0 0 0 3px #ea580c26}}@media (prefers-reduced-motion:reduce){.rm-timer-banner,.rm-timer-dot{animation:none}}.rm-body{flex:1;padding:0 24px 24px;overflow-y:auto}.rm-tabs{border-bottom:1px solid #e2e8f0;flex-shrink:0;gap:4px;margin:0 24px;display:flex}.rm-tab{color:#9aa1ab;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-right:16px;padding:10px 4px;font:600 13px system-ui,sans-serif}.rm-tab--active{color:#2b6cb0;border-bottom-color:#2b6cb0}.rm-section{border-top:1px solid #f3f4f6;margin-top:20px;padding-top:20px}.rm-section:first-child{border-top:none;margin-top:0}.rm-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.rm-section-title{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:14px;font-size:11px;font-weight:600}.rm-section-header .rm-section-title{margin-bottom:0}.rm-field{margin-bottom:14px}.rm-field-row{gap:12px;display:flex}.rm-field-row .rm-field{flex:1;min-width:0;margin-bottom:14px}.rm-label{letter-spacing:.03em;text-transform:uppercase;color:#9ca3af;margin-bottom:5px;font-size:11px;font-weight:600;display:block}.rm-body .sc-input,.rm-body input.sc-input{color:#111827;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;width:100%;height:40px;padding:0 12px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.rm-body .sc-input:focus,.rm-body input.sc-input:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11f}.rm-addr-wrap{position:relative}.rm-addr-suggestions{z-index:999;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;max-height:220px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.rm-addr-suggestion{color:#1e293b;cursor:pointer;border-bottom:1px solid #f3f4f6;padding:9px 14px;font-size:12.5px;line-height:1.4}.rm-addr-suggestion:last-child{border-bottom:none}.rm-addr-suggestion:hover{color:#4f46e5;background:#f5f3ff}.rm-phone-lib{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;align-items:center;height:40px;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.rm-phone-lib:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.rm-phone-lib .PhoneInputCountry{cursor:pointer;background:#f9fafb;border-right:1.5px solid #e5e7eb;flex-shrink:0;align-items:center;gap:6px;height:100%;padding:0 12px;display:flex;position:relative}.rm-phone-lib .PhoneInputCountry:hover{background:#f3f4f6}.rm-phone-lib .PhoneInputCountrySelect{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.rm-phone-lib .PhoneInputCountryIcon{border-radius:2px;flex-shrink:0;width:22px;height:16px;overflow:hidden;box-shadow:0 0 0 1px #00000014}.rm-phone-lib .PhoneInputCountryIcon img{object-fit:cover;width:100%;height:100%}.rm-phone-lib .PhoneInputCountrySelectArrow{border-bottom:1.5px solid #9ca3af;border-right:1.5px solid #9ca3af;width:5px;height:5px;margin-left:2px;transform:rotate(45deg)translateY(-2px)}.rm-phone-lib .PhoneInputInput{color:#111827;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;padding:0 12px;font-family:inherit;font-size:13.5px}.rm-save-row{align-items:center;gap:10px;margin-top:14px;display:flex}.rm-btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:6px 14px;font-size:12.5px;font-weight:500}.rm-btn-primary:hover:not(:disabled){background:#1d4ed8}.rm-btn-primary:disabled{opacity:.6;cursor:default}.rm-btn-secondary{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:5px 12px;font-size:12px}.rm-btn-secondary:hover:not(:disabled){background:#f9fafb}.rm-btn-secondary:disabled{opacity:.6;cursor:default}.rm-saved-msg{color:#16a34a;font-size:12px}.rm-error-msg{color:#dc2626;font-size:12px}.rm-note-compose{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:10px 12px}.rm-note-toolbar{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:2px;margin-bottom:8px;padding-bottom:8px;display:flex}.rm-note-icon-select{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:5px;outline:none;height:26px;padding:3px 6px;font-size:12px}.rm-note-icon-select:focus{border-color:#6366f1}.rm-note-toolbar-sep{background:#e5e7eb;width:1px;height:18px;margin:0 4px}.rm-note-fmt-btn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;padding:2px 7px;font-family:inherit;font-size:12px;font-weight:600;line-height:1.6;transition:background .1s,color .1s}.rm-note-fmt-btn:hover{color:#111827;background:#f3f4f6;border-color:#e5e7eb}.rm-note-input{color:#111827;resize:none;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13px;line-height:1.5}.rm-note-compose-footer{justify-content:flex-end;align-items:center;gap:8px;margin-top:8px;display:flex}.rm-feed-filters{flex-wrap:wrap;align-items:center;gap:6px;margin:4px 0 14px;display:flex}.rm-feed-filters-sep{background:#e2e8f0;width:1px;height:16px;margin:0 2px}.rm-feed-chip{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font:12px system-ui,sans-serif;display:inline-flex}.rm-feed-chip:hover{background:#e2e8f0}.rm-feed-chip--active{color:#4338ca;background:#eef2ff;border-color:#a5b4fc}.rm-feed-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-size:12px;text-decoration:underline}.rm-feed-clear:hover{color:#64748b}.rm-notes-feed{flex-direction:column;gap:10px;display:flex}.rm-note{background:#f9fafb;border:1px solid #f0f0f0;border-left:3px solid #e5e7eb;border-radius:8px;padding:10px 12px}.rm-note--flag{background:#fff8f8;border-left-color:#ef4444}.rm-note--warning{background:#fffbf0;border-left-color:#f59e0b}.rm-note--financial{background:#f0fdf4;border-left-color:#22c55e}.rm-note--info{background:#f0f7ff;border-left-color:#3b82f6}.rm-note--star{background:#faf5ff;border-left-color:#a855f7}.rm-feed-allocation{background:#f9fafb;border:1px solid #f0f0f0;border-left:3px solid #e5e7eb;border-radius:8px;padding:10px 12px}.rm-feed-allocation--added{background:#f0fdf4;border-left-color:#22c55e}.rm-feed-allocation--removed{background:#fff8f8;border-left-color:#ef4444}.rm-feed-sync{background:#f9fafb;border:1px solid #f0f0f0;border-left:3px solid #3b82f6;border-radius:8px;padding:10px 12px}.rm-note-icon-display{font-size:14px;line-height:1}.rm-note-meta{align-items:center;gap:8px;margin-bottom:6px;display:flex}.rm-note-author{color:#374151;font-size:12px;font-weight:600}.rm-note-time{color:#9ca3af;flex:1;font-size:11px}.rm-note-delete{color:#d1d5db;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:11px;line-height:1}.rm-note-delete:hover{color:#ef4444}.rm-note-body{color:#374151;white-space:pre-wrap;font-size:13px;line-height:1.6}.rm-note-body--md{white-space:normal}.rm-note-body--md p{margin:0 0 6px}.rm-note-body--md p:last-child{margin-bottom:0}.rm-note-body--md strong{font-weight:600}.rm-note-body--md em{font-style:italic}.rm-note-body--md code{background:#f3f4f6;border-radius:3px;padding:1px 4px;font-family:monospace;font-size:12px}.rm-note-body--md ul,.rm-note-body--md ol{margin:4px 0 6px 16px;padding:0}.rm-note-body--md li{margin:2px 0}.rm-note-body--md h1,.rm-note-body--md h2,.rm-note-body--md h3{margin:0 0 4px;font-size:13px;font-weight:600}.rm-empty{color:#9ca3af;font-size:13px;font-style:italic}.rm-history-wrap{border:1px solid #f0f0f0;border-radius:8px;margin-top:12px;overflow-x:auto}.rm-history-table{border-collapse:collapse;width:100%;font-size:12px}.rm-history-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #f0f0f0;padding:7px 10px;font-size:10.5px;font-weight:600}.rm-history-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #fafafa;padding:7px 10px}.rm-history-table tr:last-child td{border-bottom:none}.rm-history-inactive td{color:#9ca3af}.te-day-header td{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;background:#f9fafb;border-bottom:1px solid #f0f0f0;padding:6px 10px;font-size:10.5px;font-weight:600}.te-day-total td{color:#6b7280;border-top:1px solid #f0f0f0;padding-top:5px;padding-bottom:9px;font-size:11.5px;font-weight:600}.rm-curalloc-bar-wrap{justify-content:flex-end;align-items:center;gap:5px;display:flex}.rm-curalloc-bar-track{background:#e5e7eb;border-radius:3px;flex-shrink:0;width:60px;height:5px;overflow:hidden}.rm-curalloc-bar-fill{background:#6366f1;border-radius:3px;height:100%}.rm-curalloc-pct{color:#6b7280;white-space:nowrap;text-align:right;min-width:28px;font-size:11px}.rm-curalloc-total td{border-top:1px solid #e5e7eb}.rm-curalloc-table tfoot td{font-size:12px}.rm-history-project{max-width:200px;font-weight:500}.rm-history-client{color:#6b7280;max-width:120px}.rm-history-date{white-space:nowrap}.rm-history-date-ongoing{color:#16a34a;font-weight:500}.rm-history-row-current{background:#f0fdf4}.rm-history-row-current:hover{background:#dcfce7!important}.te-row-no-notes{background:#fff7ed}.te-row-no-notes:hover{background:#ffedd5!important}.te-row-has-notes{background:#f0fdf4}.te-row-has-notes:hover{background:#dcfce7!important}.rm-history-badge-current{color:#15803d;letter-spacing:.03em;vertical-align:middle;background:#dcfce7;border-radius:10px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.rm-util-periods{gap:6px;display:flex}.rm-util-stats{gap:10px;margin-bottom:18px;display:flex}.rm-util-stat{background:#fafafa;border:1px solid #eef0f3;border-radius:10px;flex:1;padding:12px 14px}.rm-util-stat-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin-bottom:4px;font-size:10.5px;font-weight:600}.rm-util-stat-value{color:#111827;font-variant-numeric:tabular-nums;font-size:20px;font-weight:700}.rm-util-stat-unit{color:#9ca3af;margin-left:2px;font-size:12px;font-weight:500}.rm-util-legend{gap:16px;margin-bottom:10px;display:flex}.rm-util-legend-item{color:#6b7280;align-items:center;gap:6px;font-size:12px;display:inline-flex}.rm-util-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.rm-util-dot--allocated{background:#a5b4fc}.rm-util-dot--actual{background:#86efac}.rm-util-chart{border-bottom:1px solid #eef0f3;align-items:flex-end;gap:6px;height:160px;padding:8px 4px 0;display:flex;overflow-x:auto}.rm-util-col{flex-direction:column;flex:1 0 22px;align-items:center;min-width:22px;height:100%;display:flex}.rm-util-bars{flex:1;justify-content:center;align-items:flex-end;gap:2px;width:100%;display:flex}.rm-util-bar{border-radius:2px 2px 0 0;width:8px;min-height:2px}.rm-util-bar--allocated{background:#a5b4fc}.rm-util-bar--actual{background:#86efac}.rm-util-col-label{color:#9ca3af;white-space:nowrap;transform-origin:top;text-align:center;width:22px;margin-top:6px;font-size:9.5px;transform:rotate(-40deg)}.sc-tr-clickable{cursor:pointer;transition:background .1s}.sc-tr-clickable:hover{background:#f8fafc}.sc-td-muted{color:#6b7280;font-size:12.5px}.td-alloc-wrap{justify-content:center;align-items:center;gap:6px;display:flex}.td-alloc-bar-track{background:#e5e7eb;border-radius:3px;flex-shrink:0;width:56px;height:5px;overflow:hidden}.td-alloc-bar-fill{border-radius:3px;height:100%;transition:width .3s}.td-alloc-label{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px;font-weight:500}.login-page{background:#f0eee9;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#fff;border-radius:10px;flex-direction:column;gap:12px;width:360px;max-width:90vw;padding:28px;display:flex;box-shadow:0 10px 30px #0000001f}.login-brand{align-items:center;gap:8px;margin-bottom:4px;display:flex}.login-brand-name{color:#0f172a;font-weight:700}.login-card h3{margin:0 0 4px}.sidebar-footer{border-top:1px solid #ffffff14;margin-top:auto;padding:12px;position:relative}.user-menu-trigger{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:6px;display:flex}.user-menu-trigger:hover{background:#ffffff0f}.user-menu-avatar{color:#e2e8f0;background:#334155;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:600;display:flex}.user-menu-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.user-menu-dropdown{z-index:20;background:#fff;border-radius:8px;position:absolute;bottom:calc(100% + 6px);left:12px;right:12px;overflow:hidden;box-shadow:0 10px 30px #0003}.user-menu-dropdown button{text-align:left;cursor:pointer;background:#fff;border:none;width:100%;padding:10px 14px;font-size:13px;display:block}.user-menu-dropdown button:hover{background:#f8fafc}.access-restricted{text-align:center;color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 20px;display:flex}.access-restricted-icon{font-size:40px}.rp-layout{align-items:flex-start;gap:20px;display:flex}.rp-list{flex-direction:column;flex-shrink:0;gap:8px;width:280px;display:flex}.rp-list-item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;position:relative}.rp-list-item:hover{border-color:#cbd5e1}.rp-list-item--active{border-color:#2b6cb0;box-shadow:0 0 0 1px #2b6cb0}.rp-list-item-name{color:#1a1a1a;padding-right:56px;font-size:13.5px;font-weight:600}.rp-list-item-preview{color:#9aa1ab;margin-top:2px;font-size:11.5px}.rp-list-item-actions{opacity:0;gap:4px;transition:opacity .1s;display:flex;position:absolute;top:8px;right:8px}.rp-list-item:hover .rp-list-item-actions{opacity:1}.rp-list-item-actions .sc-actionbtn,.rp-list-item-actions .sc-trashbtn{width:24px;height:24px}.rp-detail{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;min-width:0;padding:18px 20px}.rp-detail-header{margin-bottom:4px}.rp-name-display{cursor:pointer;margin:0;display:inline-block}.rp-name-display:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.rp-name-input{width:320px;max-width:100%;font-size:16px;font-weight:600}.rp-tabs{border-bottom:1px solid #e2e8f0;gap:4px;margin:12px 0 16px;display:flex}.rp-tab{color:#9aa1ab;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-right:16px;padding:8px 4px;font:600 13px system-ui,sans-serif}.rp-tab--active{color:#2b6cb0;border-bottom-color:#2b6cb0}.rp-matrix{flex-direction:column;gap:14px;display:flex}.rp-perm-search{width:100%;margin-bottom:4px}.rp-perm-section-head{justify-content:space-between;align-items:center;display:flex}.rp-section-select-all{cursor:pointer;align-items:center;gap:8px;display:flex}.rp-perm-list{flex-direction:column;display:flex}.rp-perm-row{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:7px 4px;font-size:13px;display:flex}.rp-perm-row:last-child{border-bottom:none}.rp-perm-label{flex:1}.rp-perm-sensitive{font-size:12px}.rp-perm-key{color:#9aa1ab;font-family:ui-monospace,monospace;font-size:11px}.rp-unsaved-bar{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;font-size:13px;display:flex;position:sticky;bottom:0}.rp-unsaved-bar button:not(.pto-btn-primary){cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:6px 12px}.rp-members-search{position:relative}.rte-wrap{background:#fafbfc;border:1px solid #e3e5e8;border-radius:6px;overflow:hidden}.rte-wrap:focus-within{background:#fff;border-color:#2b6cb0}.rte-toolbar{background:#f4f5f7;border-bottom:1px solid #e3e5e8;flex-wrap:wrap;align-items:center;gap:2px;padding:5px 6px;display:flex}.rte-btn{color:#374151;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 6px;font-size:12px;display:inline-flex}.rte-btn:hover{background:#e5e7eb}.rte-btn--active{color:#2563eb;background:#dbeafe;border-color:#bfdbfe}.rte-sep{background:#d9dbe0;width:1px;height:18px;margin:0 3px}.rte-content{color:#1a1a1a;cursor:text;min-height:90px;padding:8px 11px;font:13px system-ui,sans-serif}.rte-content .ProseMirror{min-height:inherit;outline:none}.rte-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#9aa1ab;float:left;pointer-events:none;height:0}.rte-content p{margin:0 0 6px}.rte-content p:last-child{margin-bottom:0}.rte-content h2{margin:10px 0 6px;font-size:16px;font-weight:600}.rte-content h3{margin:8px 0 4px;font-size:14px;font-weight:600}.rte-content ul,.rte-content ol{margin:4px 0 6px 20px;padding:0}.rte-content li{margin:2px 0}.rte-content blockquote{color:#52606d;border-left:3px solid #dbe1e8;margin:6px 0;padding-left:10px}.rte-content pre{color:#e2e8f0;background:#1e293b;border-radius:6px;margin:6px 0;padding:8px 10px;font-size:12px;overflow-x:auto}.rte-content code{background:#f3f4f6;border-radius:3px;padding:1px 4px;font-family:monospace;font-size:12px}.rte-content pre code{background:0 0;padding:0}.rte-content a{color:#2563eb;text-decoration:underline}.ns-run-result{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;margin:-8px 0 16px;padding:8px 12px;font-size:13px}.ns-channel-status{gap:10px;margin-bottom:20px;display:flex}.ns-channel-pill{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;padding:5px 10px;font-size:12px}.ns-channel-pill--ok{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.ns-schedule-card{max-width:720px;margin-bottom:20px;padding:18px 20px}.ns-schedule-row{align-items:center;gap:10px;display:flex}.ns-schedule-row .sc-input{width:160px}.ns-rule-list{flex-direction:column;gap:16px;max-width:720px;display:flex}.ns-rule-card{padding:18px 20px}.ns-rule-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ns-rule-heading{align-items:flex-start;gap:12px;display:flex}.ns-rule-icon{font-size:20px;line-height:1}.ns-rule-title{color:#0f172a;font-size:14px;font-weight:600}.ns-rule-description{color:#64748b;max-width:440px;margin-top:2px;font-size:12.5px}.ns-toggle{color:#475569;cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:12.5px;display:flex}.ns-rule-body{border-top:1px solid #f1f5f9;margin-top:14px;padding-top:14px}.ns-channel-options{gap:20px;display:flex}.ns-checkbox-row{color:#334155;cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.ns-checkbox-row input:disabled{cursor:default}.ns-rule-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.ns-rule-meta{color:#94a3b8;font-size:12px}.ns-message-editor{border-top:1px solid #f1f5f9;margin-top:14px;padding-top:14px}.ns-message-editor-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ns-rule-meta-label{color:#475569;font-size:12.5px;font-weight:600}.ns-message-editor-actions{gap:12px;display:flex}.ns-link-btn{color:#4338ca;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}.ns-link-btn:hover{text-decoration:underline}.ns-link-btn:disabled{color:#cbd5e1;cursor:default;text-decoration:none}.ns-subject-input{width:100%;margin-bottom:8px}.ns-variable-hints{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.ns-variable-chip{color:#475569;cursor:help;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:11.5px}.ns-preview{background:#fafafa;border:1px dashed #d1d5db;border-radius:8px;margin-top:12px;padding:12px 14px}.ns-preview-label{color:#64748b;margin-bottom:6px;font-size:11.5px;font-weight:600}.rte-content--readonly{background:0 0;border:none;min-height:0;padding:0}.storymap-board{align-items:flex-start;gap:16px;padding-bottom:16px;display:flex;overflow-x:auto}.storymap-col{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;flex-shrink:0;min-width:240px;max-width:240px;transition:opacity .15s;display:flex}.storymap-col--excluded{opacity:.55}.storymap-col-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:8px;padding:10px 10px 8px;display:flex}.storymap-col-title{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font:600 13.5px system-ui,sans-serif;overflow:hidden}.storymap-col-title--editable{cursor:pointer}.storymap-col-title--editable:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.storymap-col-meta{flex-shrink:0;align-items:center;gap:6px;display:flex}.storymap-count-badge{color:#4338ca;background:#e0e7ff;border-radius:999px;padding:2px 8px;font:600 11px system-ui,sans-serif;display:inline-block}.storymap-item-badge{color:#334155;background:#f1f5f9;border:1px solid #0000;border-radius:999px;padding:2px 8px;font:600 11.5px system-ui,sans-serif}.storymap-item-badge--editable{cursor:pointer}.storymap-item-badge--editable:hover{background:#e2e8f0;border-color:#cbd5e1}.storymap-checkbox{accent-color:#2b6cb0;cursor:pointer;width:15px;height:15px;margin:0}.storymap-iconbtn{cursor:pointer;background:#eef4fb;border:1.5px solid #2b6cb059;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;line-height:1;display:flex}.storymap-iconbtn:hover{color:#c53030;background:#fdeeee;border-color:#c5303059}.storymap-col-body{flex-direction:column;flex:1;gap:8px;padding:10px;display:flex}.storymap-col-empty{color:#94a3b8;padding:4px 2px 8px;font:italic 12px system-ui,sans-serif}.storymap-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;transition:box-shadow .15s,border-color .15s,opacity .15s;display:flex}.storymap-card:hover{border-color:#cbd5e1;box-shadow:0 1px 4px #0f172a14}.storymap-card--excluded{opacity:.55}.storymap-card-name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font:13px system-ui,sans-serif;overflow:hidden}.storymap-card-name--excluded{text-decoration:line-through}.storymap-card-name--editable{cursor:pointer}.storymap-card-name--editable:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.storymap-card-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.storymap-addstory{color:#6366f1;cursor:pointer;text-align:left;background:0 0;border:none;padding:4px 2px 0;font:500 12px system-ui,sans-serif}.storymap-addstory:hover{text-decoration:underline}.storymap-addcol{color:#64748b;cursor:pointer;background:0 0;border:1.5px dashed #cbd5e1;border-radius:10px;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;min-width:200px;max-width:200px;min-height:64px;font:600 13px system-ui,sans-serif;transition:background .15s,border-color .15s,color .15s;display:flex}.storymap-addcol:hover{color:#2b6cb0;background:#eef4fb;border-color:#2b6cb0}.profile-self-banner{margin-bottom:16px;padding:16px 20px;overflow:visible}.profile-self-title{margin-bottom:4px;font-size:15px;font-weight:600}.profile-self-hint{color:#6b7280;margin:4px 0;font-size:12.5px}.profile-self-form{flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0;display:flex}.profile-self-form select{width:auto}.profile-self-form .rm-addr-wrap{flex:1;min-width:220px}.bday-filters{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:16px;padding:12px 20px;display:flex}.bday-filters select{width:auto;min-width:150px}.bday-filter-checkbox{color:#374151;cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:13px;display:flex}.bday-month-card{margin-bottom:14px;padding:14px 20px}.bday-month-title{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-bottom:10px;font-size:13px;font-weight:700}.bday-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.bday-row{border-radius:8px;align-items:center;gap:12px;padding:8px;display:flex}.bday-row--today{background:#fef3c7}.bday-avatar-wrap{flex-shrink:0}.bday-avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.bday-avatar-initials{color:#4338ca;background:#e0e7ff;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.bday-row-main{flex-direction:column;gap:2px;min-width:0;display:flex}.bday-row-name{font-size:14px;font-weight:600}.bday-row-detail{color:#6b7280;font-size:12.5px}.bday-skill-tags{flex-wrap:wrap;gap:4px;margin-top:2px;display:flex}.bday-skill-tag{color:#4b5563;background:#f3f4f6;border-radius:999px;padding:2px 7px;font-size:10.5px}.team-map-container{border-radius:10px;height:70vh;overflow:hidden}.map-popup-name{margin-bottom:2px;font-size:13px;font-weight:600}.map-popup-detail{color:#6b7280;margin:1px 0;font-size:11.5px}.map-popup-skill-tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.map-popup-person+.map-popup-person{border-top:1px solid #f0f0f0;margin-top:8px;padding-top:8px}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
