:root{--bg-page: #f5f6f8;--bg-surface: #ffffff;--bg-surface-muted: #f9fafb;--bg-surface-sunken: #f3f4f6;--fg-primary: #202124;--fg-secondary: #374151;--fg-muted: #6b7280;--fg-subtle: #9ca3af;--border-strong: #d1d5db;--border-default: #e5e7eb;--border-subtle: #f3f4f6;--brand: #C20075;--brand-hover: #A0005F;--brand-tint: #FBE4F0;--accent-blue: #2563eb;--accent-green: #16a34a;--accent-red: #dc2626;--accent-yellow: #f59e0b;--banner-test-bg: #fef3c7;--banner-test-fg: #92400e;--banner-operate-as-bg: #fce4ec;--banner-operate-as-fg: #b71c1c;--pill-neutral-bg: #f3f4f6;--pill-neutral-fg: #374151;--pill-info-bg: #eff6ff;--pill-info-fg: #1e40af;--pill-warn-bg: #fff7ed;--pill-warn-fg: #9a3412;--pill-caution-bg: #fefce8;--pill-caution-fg: #854d0e;--pill-success-bg: #ecfdf5;--pill-success-fg: #065f46;--pill-danger-bg: #fef2f2;--pill-danger-fg: #991b1b;--navbar-bg: rgba(255, 255, 255, .92);--navbar-border: #e5e7eb;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 2px 8px rgba(0,0,0,.06);--shadow-lg: 0 10px 40px rgba(0,0,0,.15);--elevation-highlight: none;--scrim: rgba(0, 0, 0, .4);--bg-surface-overlay: #ffffff;--surface-hover: rgba(17, 24, 39, .04);--surface-active: rgba(17, 24, 39, .08);--surface-disabled: #f3f4f6;--text-disabled: #9ca3af;--text-placeholder: #9ca3af;--focus-ring: #2563eb;--selection-bg: rgba(194, 0, 117, .22);--selection-fg: inherit;--chart-target-fg: #4b5563;--chart-target-bg: rgba(75, 85, 99, .73)}:root[data-theme=dark]{--bg-page: #0f1115;--bg-surface: #1b1e24;--bg-surface-muted: #22262e;--bg-surface-sunken: #171a1f;--fg-primary: #f3f4f6;--fg-secondary: #d1d5db;--fg-muted: #9ca3af;--fg-subtle: #6b7280;--border-strong: #3f4450;--border-default: #2d3139;--border-subtle: #23272f;--brand: #D7318F;--brand-hover: #E961A8;--brand-tint: rgba(215, 49, 143, .16);--accent-blue: #60a5fa;--accent-green: #4ade80;--accent-red: #f87171;--accent-yellow: #fbbf24;--banner-test-bg: rgba(251, 191, 36, .16);--banner-test-fg: #fbbf24;--banner-operate-as-bg: rgba(248, 113, 113, .16);--banner-operate-as-fg: #fca5a5;--pill-neutral-bg: rgba(255, 255, 255, .06);--pill-neutral-fg: #d1d5db;--pill-info-bg: rgba(96, 165, 250, .14);--pill-info-fg: #93c5fd;--pill-warn-bg: rgba(251, 146, 60, .14);--pill-warn-fg: #fdba74;--pill-caution-bg: rgba(251, 191, 36, .14);--pill-caution-fg: #fcd34d;--pill-success-bg: rgba(74, 222, 128, .14);--pill-success-fg: #86efac;--pill-danger-bg: rgba(248, 113, 113, .14);--pill-danger-fg: #fca5a5;--navbar-bg: rgba(20, 23, 28, .88);--navbar-border: #2d3139;--shadow-sm: 0 1px 2px rgba(0,0,0,.4);--shadow-md: 0 2px 8px rgba(0,0,0,.35);--shadow-lg: 0 10px 40px rgba(0,0,0,.55);--scrim: rgba(0, 0, 0, .6);--bg-surface-overlay: #242830;--surface-hover: rgba(255, 255, 255, .04);--surface-active: rgba(255, 255, 255, .07);--surface-disabled: #1a1d22;--text-disabled: #6b7280;--text-placeholder: #8a8f98;--focus-ring: #93c5fd;--selection-bg: rgba(215, 49, 143, .35);--selection-fg: #ffffff;--chart-target-fg: #9ca3af;--chart-target-bg: rgba(156, 163, 175, .55);--elevation-highlight: inset 0 1px 0 rgba(255, 255, 255, .05);color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{background:var(--bg-page);font-family:Google Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--fg-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes elt-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInContent{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseRing{0%,to{box-shadow:0 0 #9ca3af66}50%{box-shadow:0 0 0 4px #9ca3af00}}@keyframes filledByGlow{0%,to{box-shadow:inset 0 0 0 2px #ef44444d}50%{box-shadow:inset 0 0 0 2px #ef4444b3}}.icon-inline{display:inline-flex;align-items:center;vertical-align:middle;flex-shrink:0}.icon-box{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.icon-box-sm{width:28px;height:28px}.icon-box-md{width:36px;height:36px}.icon-box-lg{width:40px;height:40px}.test-banner{position:fixed;top:0;left:0;right:0;z-index:9999;background:var(--banner-test-bg);color:var(--banner-test-fg);text-align:center;padding:.4rem;font-size:.78rem;font-weight:600;border-bottom:2px solid var(--accent-yellow)}.navbar{position:sticky;top:0;z-index:1000;display:flex;align-items:center;height:52px;padding:0 1.25rem;background:var(--navbar-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--navbar-border);box-shadow:var(--shadow-sm)}.test-mode-active .navbar{top:30px}.operate-as-banner{position:fixed;top:0;left:0;right:0;z-index:9998;background:var(--banner-operate-as-bg);color:var(--banner-operate-as-fg);text-align:center;padding:.4rem 1rem;font-size:.78rem;font-weight:600;border-bottom:2px solid var(--accent-red);display:flex;align-items:center;justify-content:center;gap:.5rem}.test-mode-active .operate-as-banner{top:30px}.operate-as-stop{margin-left:.75rem;background:#b71c1c;color:#fff;border:none;border-radius:4px;padding:.15rem .6rem;font-size:.72rem;font-weight:600;cursor:pointer;font-family:inherit}.operate-as-stop:hover{background:#7f1d1d}.operate-as-active .navbar{top:30px}.test-mode-active.operate-as-active .navbar{top:60px}.operate-as-picker{padding:.5rem .75rem;border-top:1px solid #e5e7eb}.operate-as-picker-label{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.operate-as-input{width:100%;padding:.35rem .5rem;border:1px solid #dadce0;border-radius:5px;font-size:.8rem;font-family:inherit;outline:none;box-sizing:border-box}.operate-as-input:focus{border-color:#c20075}.operate-as-dropdown{max-height:200px;overflow-y:auto;margin-top:.25rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.operate-as-error{font-size:.72rem;color:#dc2626;margin-top:.25rem}.navbar-brand{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;color:#111827;text-decoration:none;margin-right:1.75rem;white-space:nowrap;letter-spacing:-.01em}.navbar-brand:hover{opacity:.85}.navbar-brand-roundel{width:28px;height:28px;flex-shrink:0;animation:roundelSpin 1.2s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes roundelSpin{0%{transform:rotate(-720deg);opacity:0}20%{opacity:1}to{transform:rotate(0);opacity:1}}.navbar-brand-wordmark{display:flex;align-items:center;gap:.18rem}.navbar-brand-rokt-wrap{display:flex;align-items:center;background:#111827;padding:4px 8px;border-radius:4px}.navbar-brand-rokt{height:15px;width:auto;display:block;flex-shrink:0}.navbar-brand-central-text{color:#c20075;font-weight:700;font-size:.95rem;letter-spacing:-.01em}.navbar-links{display:flex;align-items:center;gap:.25rem}.nav-section{display:flex;align-items:center;position:relative}.nav-section+.nav-section{margin-left:.5rem;padding-left:.75rem;border-left:1px solid #e5e7eb}.nav-section-label{font-size:.6rem;font-weight:700;color:#9aa0a6;text-transform:uppercase;letter-spacing:.05em;padding-left:.85rem;margin-bottom:0;line-height:1}.nav-section-links{display:flex;align-items:center;gap:.15rem}.nav-link{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:8px;font-size:.84rem;font-weight:500;color:var(--fg-muted);text-decoration:none;transition:all .2s ease;white-space:nowrap}.nav-link-icon{opacity:.5;transition:opacity .2s}.nav-link:hover .nav-link-icon,.nav-link.active .nav-link-icon{opacity:1}.nav-link:hover{background:var(--bg-surface-sunken);color:var(--fg-primary)}.nav-link.active{background:var(--brand);color:#fff;box-shadow:0 1px 4px #c200754d}.nav-link.active .nav-link-icon{color:#fff}.navbar-spacer{flex:1}.navbar-mobile-nav{display:none;border-bottom:1px solid var(--border-default);padding:.4rem 0}.navbar-mobile-nav-link{display:flex;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.875rem;font-weight:500;color:var(--fg-secondary);text-decoration:none;width:100%;background:none;border:none;font-family:inherit;cursor:pointer;text-align:left}.navbar-mobile-nav-link:hover{background:var(--bg-surface-muted);color:var(--brand)}.navbar-mobile-nav-link.active{color:var(--brand);background:var(--brand-tint)}@media (max-width: 1200px){.nav-section-label{display:none}.nav-link{padding:.4rem .6rem;font-size:.8rem;gap:.2rem}.nav-link-icon{display:none}.nav-section+.nav-section{margin-left:.15rem;padding-left:.4rem}.navbar-brand{margin-right:1rem}}@media (max-width: 900px){.navbar-links{display:none}.navbar-mobile-nav{display:block}.avatar-dropdown{width:min(280px,calc(100vw - 1.5rem))}}.avatar-menu{position:relative}.avatar-btn{width:34px;height:34px;border-radius:50%;border:2px solid transparent;padding:0;cursor:pointer;overflow:hidden;background:linear-gradient(135deg,#c20075,#a30063);color:#fff;font-size:.82rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 1px 4px #c2007533}.avatar-btn:hover,.avatar-btn[aria-expanded=true]{border-color:#c20075;box-shadow:0 2px 8px #c200754d;transform:scale(1.05)}.avatar-btn img{width:100%;height:100%;object-fit:cover}.avatar-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:260px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:12px;box-shadow:var(--shadow-lg);padding:.5rem 0;z-index:1001;animation:fadeIn .15s ease-out}.avatar-dropdown-info{padding:.5rem 1rem .75rem;border-bottom:1px solid var(--border-default)}.avatar-dropdown-name{font-weight:600;font-size:.9rem;color:var(--fg-primary)}.avatar-dropdown-email{font-size:.8rem;color:var(--fg-muted)}.avatar-dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem 1rem;background:none;border:none;text-align:left;font-size:.85rem;color:var(--fg-primary);cursor:pointer;text-decoration:none;font-family:inherit}.avatar-dropdown-item:hover{background:var(--bg-surface-sunken)}.avatar-dropdown-item-icon{color:var(--fg-muted);flex-shrink:0}.avatar-dropdown-item:hover .avatar-dropdown-item-icon{color:var(--brand)}.theme-toggle{padding:.5rem 1rem;border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default)}.theme-toggle-label{display:flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.theme-toggle-group{display:flex;gap:4px;padding:2px;background:var(--bg-surface-sunken);border:1px solid var(--border-default);border-radius:8px}.theme-toggle-btn{flex:1;padding:.35rem .25rem;background:none;border:none;border-radius:6px;font-size:.75rem;font-weight:500;color:var(--fg-muted);cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:4px;transition:background .12s,color .12s}.theme-toggle-btn:hover{color:var(--fg-primary)}.theme-toggle-btn.active{background:var(--bg-surface);color:var(--fg-primary);box-shadow:var(--shadow-sm)}.form-page-bg{min-height:calc(100vh - 64px);background:#f0ebf8;padding:2.5rem 1rem 3rem}.test-mode-active .form-page-bg{min-height:calc(100vh - 94px)}.form-container{max-width:640px;margin:0 auto}.form-banner{height:10px;background:#c20075;border-radius:12px 12px 0 0}.form-header-card{background:#fff;border:1px solid #dadce0;border-top:none;border-radius:0 0 10px 10px;padding:1.5rem 1.5rem 1.25rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000a}.form-title{font-size:1.5rem;font-weight:400;color:#202124;margin-bottom:.35rem}.form-description{font-size:.875rem;color:#5f6368}.form-section-card{background:#fff;border:1px solid #dadce0;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:.75rem;border-left:3px solid transparent;box-shadow:0 1px 3px #0000000a;transition:border-left-color .2s}.form-section-card:focus-within{border-left-color:#c20075}.form-label{display:block;font-size:.875rem;font-weight:500;color:#202124;margin-bottom:.5rem}.form-label .required-star{color:#d93025;margin-left:2px}.form-input,.form-select{width:100%;padding:.5rem 0;font-size:.875rem;color:#202124;background:transparent;border:none;border-bottom:1px solid #dadce0;outline:none;transition:border-color .2s}.form-input:focus,.form-select:focus{border-bottom:2px solid #C20075;margin-bottom:-1px}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235f6368' d='M3 4.5L6 8l3-3.5H3z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center;padding-right:1.5rem}.form-textarea{width:100%;padding:.65rem .75rem;font-size:.875rem;font-family:inherit;color:#202124;background:#fff;border:1px solid #dadce0;border-radius:6px;outline:none;resize:vertical;min-height:80px;transition:border-color .2s}.form-textarea:focus{border-color:#c20075;box-shadow:0 0 0 1px #c20075}.type-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;margin-top:.25rem}.type-card{display:flex;align-items:center;gap:.85rem;background:#fff;border:2px solid #dadce0;border-radius:10px;padding:1.15rem 1.25rem;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s}.type-card:hover{border-color:#c20075;box-shadow:0 1px 6px #c200751f}.type-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f1f3f4;color:#5f6368;flex-shrink:0;transition:background .15s,color .15s}.type-card:hover .type-card-icon{background:#fce8ef;color:#c20075}.type-card-title{font-size:.95rem;font-weight:600;color:#202124;margin-bottom:.25rem}.on-behalf-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f0ebf8;border:1px solid #d0c4e8;border-radius:6px;font-size:.875rem}.on-behalf-chip span{flex:1}.on-behalf-chip button{background:none;border:none;cursor:pointer;font-size:1.1rem;color:#5f6368;padding:0 .2rem;line-height:1}.people-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #dadce0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;max-height:240px;overflow:auto}.people-dropdown-item{padding:.5rem .75rem;cursor:pointer;font-size:.85rem;border-bottom:1px solid #f0f0f0}.people-dropdown-item:hover{background:#f1f3f4}.people-dropdown-item-name{font-weight:600;color:#202124}.people-dropdown-item-email{color:#5f6368;font-size:.8rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1.35rem;font-size:.84rem;font-weight:600;font-family:inherit;color:#fff;background:#c20075;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #c2007533}.btn-primary:hover{background:#a30063;box-shadow:0 3px 10px #c200754d;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 3px #c2007533}.btn-primary:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none;transform:none}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1.35rem;font-size:.84rem;font-weight:600;font-family:inherit;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#fce8ef;border-color:#c20075;color:#c20075}.form-actions{display:flex;gap:.75rem;margin-top:.25rem}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:5px;font-size:.76rem;font-weight:500;white-space:nowrap;letter-spacing:.01em;font-variant-numeric:tabular-nums}.badge-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;display:none}.rp-table .badge-dot{display:block}.badge-pending{background:#fef3c7;color:#854d0e}.badge-pending .badge-dot{background:#854d0e}.badge-approved{background:#d1fae5;color:#065f46}.badge-approved .badge-dot{background:#065f46}.badge-rejected{background:#fecaca;color:#991b1b}.badge-rejected .badge-dot{background:#991b1b}.badge-cancelled{background:#e5e7eb;color:#5f6368}.badge-cancelled .badge-dot{background:#5f6368}.page-container,.page-container-wide,.rp-container{margin:0 auto;padding:3rem 1.5rem 2rem;animation:fadeInUp .3s ease-out}.rp-container{padding-top:2.75rem}.page-container{max-width:760px}.page-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.25rem;letter-spacing:-.02em}.breadcrumb-btn{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:.82rem;font-weight:500;cursor:pointer;padding:.35rem .75rem;margin-bottom:1rem;transition:background .15s,border-color .15s,color .15s;font-family:inherit}.breadcrumb-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#111827}.request-list{display:flex;flex-direction:column;gap:.4rem}.request-row{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:all .2s ease;position:relative}.request-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:10px 0 0 10px;background:transparent;transition:background .2s ease}.request-row:hover{border-color:#c200754d;box-shadow:0 2px 8px #c2007514;transform:translateY(-1px)}.request-row:hover:before{background:#c20075}.request-row-title{font-size:.88rem;font-weight:600;color:#111827}.request-row-date{font-size:.8rem;color:#9aa0a6;margin-top:.15rem}.alert{padding:.65rem .9rem;border-radius:8px;font-size:.82rem;margin-bottom:1rem;font-weight:500}.alert-error{background:#fef2f2;color:#991b1b;box-shadow:inset 0 0 0 1px #ef444433}.alert-success{background:#f0fdf4;color:#065f46;box-shadow:inset 0 0 0 1px #10b98133}.alert-warning{background:#fffbeb;color:#854d0e;box-shadow:inset 0 0 0 1px #f59e0b33}.empty-state{text-align:center;padding:3.5rem 1.5rem;color:#9aa0a6;animation:fadeInContent .35s ease-out;background:#fff;border:1px dashed #e5e7eb;border-radius:14px}.empty-state p{font-size:.9rem;margin-bottom:1.25rem;line-height:1.6;max-width:320px;margin-left:auto;margin-right:auto}.empty-state-icon{color:#d1d5db;margin-bottom:.75rem;opacity:.6}.empty-state-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#f5f6f8;margin-bottom:1rem}.empty-state-icon-wrap .empty-state-icon{margin-bottom:0;opacity:.5}.empty-state-title{font-size:.95rem;font-weight:600;color:#374151;margin-bottom:.3rem}.empty-state-cta{margin-top:.5rem;display:inline-flex;align-items:center;gap:.3rem;padding:.45rem 1rem;border:1px solid #dadce0;border-radius:8px;background:#fff;color:#374151;font-size:.82rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s ease}.empty-state-cta:hover{border-color:#c20075;color:#c20075;background:#fdf2f8}.detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease}.detail-card:hover{box-shadow:0 2px 8px #0000000f}.detail-card h3{font-size:.73rem;font-weight:700;color:#111827;margin-bottom:.85rem;text-transform:uppercase;letter-spacing:.04em;padding-bottom:.6rem;border-bottom:1px solid #f3f4f6}.detail-row{display:flex;margin-bottom:.4rem;font-size:.82rem;padding:.2rem 0}.detail-row:not(:last-child){border-bottom:1px solid #f9fafb;padding-bottom:.4rem}.detail-row-label{font-weight:600;color:#6b7280;width:200px;min-width:160px;flex-shrink:0;font-size:.78rem}.detail-row-value{color:#111827;flex:1;min-width:0;word-break:break-word}.review-result{text-align:center;padding:1.25rem 0 2rem}.review-result-badge{display:inline-block;padding:.5rem 1.5rem;border-radius:8px;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.loading-text{padding:2.5rem;color:#9aa0a6;font-size:.85rem;text-align:center;animation:fadeIn .3s ease-out}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.skeleton-line{height:13px;border-radius:6px;background:linear-gradient(90deg,#eee 25%,#e2e2e2,#eee 75%);background-size:300% 100%;animation:shimmer 1.8s ease-in-out infinite}.skeleton-line-short{width:45%}.skeleton-line-wide{width:85%}.skeleton-card{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;background:#fff;border:1px solid #f0f0f0;border-radius:10px;min-height:56px}.skeleton-rows{display:flex;flex-direction:column;gap:.4rem}.skeleton-metric{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:1rem;min-height:70px}.skeleton-table-row{display:flex;align-items:center;gap:1rem;padding:.5rem;border-bottom:1px solid #f5f5f5}.tab-bar{display:flex;gap:0;border-bottom:1px solid #e0e0e0;margin-bottom:1.5rem}.tab-btn{padding:.55rem 1.1rem;background:transparent;border:none;border-bottom:2px solid transparent;font-size:.82rem;font-weight:500;color:#5f6368;cursor:pointer;font-family:inherit;transition:color .15s ease,border-color .15s ease;white-space:nowrap;margin-bottom:-1px}.tab-btn:hover{color:#202124}.tab-btn.active{color:#c20075;font-weight:600;border-bottom-color:#c20075}.metric-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.65rem;margin-bottom:1.5rem}.metric-card{display:flex;align-items:flex-start;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;box-shadow:0 1px 2px #0000000a;transition:all .2s ease;position:relative;overflow:hidden}.metric-card:hover{box-shadow:0 2px 8px #0000000f;transform:translateY(-1px)}.metric-card:hover .metric-card-icon-box{transform:scale(1.06);transition:transform .2s ease}.metric-card-icon-box{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;flex-shrink:0}.metric-card-value{font-size:1.6rem;font-weight:700;color:#111827;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.metric-card-label{font-size:.75rem;color:#6b7280;margin-top:.15rem;font-weight:500}.bar-chart{margin-bottom:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 1px 2px #0000000a}.bar-chart-row{display:flex;align-items:center;margin-bottom:.5rem}.bar-chart-row:last-child{margin-bottom:0}.bar-chart-label{width:140px;font-size:.78rem;font-weight:500;color:#374151;text-align:right;padding-right:.75rem}.bar-chart-track{flex:1;height:22px;background:#f5f6f8;border-radius:6px;overflow:hidden}.bar-chart-fill{height:100%;background:linear-gradient(90deg,#c20075,#e84aab);border-radius:6px;transition:width .6s cubic-bezier(.4,0,.2,1)}.bar-chart-count{width:40px;font-size:.78rem;font-weight:600;color:#374151;padding-left:.6rem;font-variant-numeric:tabular-nums}.bar-chart-row:hover .bar-chart-fill{filter:brightness(1.08)}.filter-bar{display:flex;gap:.5rem;margin-bottom:1rem;align-items:center}.filter-bar select,.filter-bar input[type=date]{padding:.4rem .65rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.8rem;font-family:inherit;background:#fff;color:#374151;transition:border-color .15s;cursor:pointer}.filter-bar select:hover,.filter-bar input[type=date]:hover{border-color:#c20075}.filter-bar select:focus,.filter-bar input[type=date]:focus{border-color:#c20075;box-shadow:0 0 0 2px #c200751a;outline:none}.filter-date-label{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:#5f6368}.toggle-group{display:inline-flex;padding:.2rem;background:#f1f3f4;border-radius:8px;margin-bottom:1rem;gap:.15rem}.toggle-btn{padding:.4rem 1rem;font-size:.82rem;background:transparent;border:none;cursor:pointer;font-family:inherit;border-radius:6px;font-weight:500;color:#5f6368;transition:all .2s ease}.toggle-btn:hover{color:#202124}.toggle-btn.active{background:#fff;color:#c20075;font-weight:600;box-shadow:0 1px 3px #00000014}.request-row-meta{font-size:.76rem;color:#9aa0a6;margin-top:.2rem;display:flex;align-items:center;flex-wrap:wrap;gap:.15rem}.request-row-id{font-family:Roboto Mono,monospace;font-size:.72rem;color:#9ca3af}.page-container-wide{max-width:960px}.import-table{width:100%;border-collapse:collapse;font-size:.85rem}.import-table th{text-align:left;padding:.5rem .75rem;background:#f8f9fa;color:#5f6368;font-weight:600;font-size:.8rem;border-bottom:2px solid #dadce0}.import-table td{padding:.45rem .75rem;border-bottom:1px solid #f0f0f0}.import-table tr:hover td{background:#f8f9fa}.import-badge{display:inline-block;padding:.15rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.import-badge--imported{background:#dcfce7;color:#166534}.import-badge--skipped{background:#fef9c3;color:#854d0e}.import-badge--error{background:#fee2e2;color:#991b1b}.import-row-error td{background:#fef2f2}.import-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center}.import-modal-panel{width:820px;max-width:95vw;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;animation:import-modal-in .15s ease-out}@keyframes import-modal-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.import-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.5rem 1rem}.import-modal-title{font-size:1.15rem;font-weight:600;color:#202124;margin:0}.import-modal-subtitle{font-size:.8rem;color:#9aa0a6;margin-top:.15rem}.import-modal-close{background:none;border:none;font-size:1.6rem;color:#5f6368;cursor:pointer;padding:0 .25rem;line-height:1}.import-modal-close:hover{color:#202124}.import-modal-summary{display:flex;gap:1.5rem;padding:0 1.5rem 1rem}.import-modal-toolbar{display:flex;align-items:center;gap:.75rem;padding:0 1.5rem .75rem;flex-wrap:wrap}.import-modal-tabs{display:flex;gap:.25rem}.import-modal-tab{background:none;border:none;border-bottom:2px solid transparent;padding:.4rem .6rem;font-size:.8rem;font-weight:500;color:#5f6368;cursor:pointer;display:flex;align-items:center;gap:.35rem}.import-modal-tab:hover{color:#202124}.import-modal-tab.active{color:#1a73e8;border-bottom-color:#1a73e8}.import-modal-tab-count{font-size:.7rem;background:#f1f3f4;padding:.1rem .4rem;border-radius:9999px;font-weight:600}.import-modal-tab.active .import-modal-tab-count{background:#e8f0fe}.import-modal-search{flex:1;min-width:180px;padding:.4rem .75rem;border:1px solid #dadce0;border-radius:6px;font-size:.8rem;outline:none}.import-modal-search:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e826}.import-modal-body{flex:1;overflow-y:auto;padding:0 1.5rem;border-top:1px solid #f0f0f0}.import-modal-body .import-table{font-size:.8rem}.import-modal-body .import-table th{position:sticky;top:0;z-index:1}.import-modal-empty{padding:2.5rem 1rem;text-align:center;color:#9aa0a6;font-size:.85rem}.import-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-top:1px solid #dadce0}.badge-legacy{display:inline-block;padding:.1rem .4rem;border-radius:9999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#e8eaed;color:#5f6368;margin-left:.4rem;vertical-align:middle}.approval-progress{font-size:.75rem;font-weight:500}.approval-progress.pending{color:#854d0e}.approval-progress.done{color:#166534}.approval-progress.rejected{color:#991b1b}.approval-progress.cancelled{color:#9ca3af}.approval-progress.auto{color:#5f6368;font-style:italic}.approval-dots-container{display:inline-flex;align-items:center;gap:.4rem}.mini-route,.mini-route-stop{display:inline-flex;align-items:center}.mini-route-track{width:10px;height:3px;border-radius:1.5px;background:#e5e7eb}.mini-route-track--approved{background:#059669}.mini-route-track--rejected{background:#dc2626}.mini-route-track--cancelled{background:#d1d5db}.mini-route-track--current,.mini-route-track--waiting{background:#e5e7eb}.mini-route-track--auto{background:#d97706}.mini-route-dot{width:8px;height:8px;border-radius:50%;background:#e5e7eb;flex-shrink:0}.mini-route-dot--approved{background:#059669;box-shadow:0 0 0 2px #fff,0 0 0 3px #05966933}.mini-route-dot--rejected{background:#dc2626;box-shadow:0 0 0 2px #fff,0 0 0 3px #dc262633}.mini-route-dot--cancelled{background:#9ca3af;box-shadow:0 0 0 2px #fff,0 0 0 3px #9ca3af33}.mini-route-dot--current{background:#c20075;box-shadow:0 0 0 2px #fff,0 0 0 3px #c2007540;animation:miniPulse 2s ease-in-out infinite}.mini-route-dot--waiting{background:#fff;border:2px solid #d1d5db;width:6px;height:6px}.mini-route-dot--auto{background:#d97706;box-shadow:0 0 0 2px #fff,0 0 0 3px #d9770633}@keyframes miniPulse{0%,to{box-shadow:0 0 0 2px #fff,0 0 0 3px #c2007540}50%{box-shadow:0 0 0 2px #fff,0 0 0 5px #c200751a}}.rp-container{max-width:1200px}.rp-dashboard-tabs{display:flex;gap:0;border-bottom:1px solid #e0e0e0;margin-top:.35rem;margin-bottom:1.5rem}.rp-dash-tab{padding:.55rem 1.1rem;background:transparent;border:none;border-bottom:2px solid transparent;font-size:.82rem;font-weight:500;color:#5f6368;cursor:pointer;font-family:inherit;transition:color .15s ease,border-color .15s ease;white-space:nowrap;margin-bottom:-1px}.rp-dash-tab:hover{color:#202124}.rp-dash-tab.active{color:#c20075;font-weight:600;border-bottom-color:#c20075}.rp-tab-count{display:inline-block;margin-left:.4rem;padding:.05rem .45rem;border-radius:9999px;font-size:.7rem;font-weight:600;background:#e8eaed;color:#5f6368}.tab-btn.active .rp-tab-count,.rp-dash-tab.active .rp-tab-count{background:#fce8ef;color:#c20075}.rp-search-input{padding:.4rem .6rem;border:1px solid #dadce0;border-radius:6px;font-size:.82rem;min-width:200px;outline:none;transition:border-color .15s}.rp-search-input:focus{border-color:#c20075}.rp-table-wrapper{max-height:70vh;overflow-y:auto;margin-bottom:1rem}@media (max-width: 1024px){.rp-table-wrapper{overflow-x:auto}.rp-table th{position:static}}.rp-table{width:100%;border-collapse:collapse;font-size:.8rem}.rp-table th{text-align:left;padding:.4rem .5rem;background:#f8f9fa;color:#5f6368;font-weight:600;font-size:.75rem;border-bottom:2px solid #dadce0;position:sticky;top:0;z-index:10}.rp-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.rp-th-sortable:hover{background:#eef0f2}.rp-th-active{color:#c20075}.rp-th-check,.rp-td-check{width:32px;text-align:center}.rp-th-check input,.rp-td-check input{accent-color:#C20075}.rp-table td{padding:.35rem .5rem;border-bottom:1px solid #f0f0f0;vertical-align:top;transition:background .12s ease}.rp-row{cursor:pointer}.rp-row:hover td{background:#fdf2f8}.rp-row:hover td:first-child{box-shadow:inset 3px 0 #c20075}.rp-row-selected td{background:#fce8ef}.rp-row-selected:hover td{background:#f9dce8}.rp-td-id{font-family:Roboto Mono,monospace;font-size:.7rem;color:#9aa0a6;white-space:nowrap}.rp-copyable{cursor:copy;display:inline-flex;align-items:center;gap:.3rem;padding:.1rem .3rem;border-radius:4px;transition:background .15s,color .15s}.rp-copyable:hover{background:#e8eaed;color:#3c4043}.rp-copyable-copied{background:#dcfce7;color:#166534}.rp-copy-icon{display:inline-flex;opacity:0;transition:opacity .15s}.rp-copyable:hover .rp-copy-icon,.rp-copyable-copied .rp-copy-icon{opacity:1}.rp-td-reqid{white-space:nowrap}.rp-reqid-cell{display:inline-flex;align-items:center;gap:.35rem}.rp-reqid-value{font-weight:600}.rp-reqid-empty{color:#9aa0a6;font-size:.8rem}.rp-reqid-edit-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid #dadce0;border-radius:4px;background:#fff;color:#5f6368;cursor:pointer;opacity:0;transition:opacity .15s,background .15s,color .15s}.rp-row:hover .rp-reqid-edit-btn{opacity:1}.rp-reqid-edit-btn:hover{background:#f1f3f4;color:#202124;border-color:silver}.rp-reqid-edit-wrap{display:flex;flex-direction:column;gap:.2rem}.rp-reqid-input{width:7rem;padding:.2rem .35rem;border:1.5px solid #C20075;border-radius:4px;font-size:.8rem;outline:none}.rp-reqid-input-error{border-color:#dc2626}.rp-reqid-error{font-size:.7rem;color:#dc2626;max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-td-title{font-weight:600;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-td-requester{white-space:nowrap}.rp-td-behalf{font-size:.75rem;color:#9aa0a6}.rp-td-date{white-space:nowrap;font-size:.8rem;color:#9aa0a6}.rp-td-dept,.rp-td-loc{font-size:.8rem;color:#374151;white-space:nowrap;max-width:160px;overflow:hidden;text-overflow:ellipsis}.rp-bulk-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #C20075;box-shadow:0 -2px 8px #0000001a;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;z-index:100}.rp-bulk-count{font-size:.9rem;font-weight:600;color:#202124}.rp-bulk-actions{display:flex;gap:.5rem}.rp-field-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.rp-field-chip{display:inline-block;padding:.15rem .5rem;background:#f1f3f4;border-radius:9999px;font-size:.72rem;color:#3c4043;white-space:nowrap}.rp-field-chip-expandable{background:#eff6ff;color:#1e40af}.rp-field-expand-btn{display:inline-block;padding:.15rem .5rem;background:none;border:1px dashed #9aa0a6;border-radius:9999px;font-size:.72rem;color:#5f6368;cursor:pointer;font-family:inherit;white-space:nowrap}.rp-field-expand-btn:hover{border-color:#c20075;color:#c20075}.rp-level-badge{display:inline-block;padding:.1rem .45rem;border-radius:4px;font-size:.72rem;font-weight:700;line-height:1.4;white-space:nowrap}.rp-fn-tag{display:inline-block;margin-left:.35rem;padding:.05rem .35rem;border-radius:4px;font-size:.68rem;font-weight:600;color:#fff;line-height:1.4;white-space:nowrap}.rp-tier-badge{display:inline-block;padding:.1rem .4rem;border-radius:4px;font-size:.68rem;font-weight:600;line-height:1.4;white-space:nowrap}.rp-bf-tag{display:inline-block;padding:.1rem .35rem;border-radius:4px;font-size:.65rem;font-weight:700;background:#fef3c7;color:#92400e;line-height:1.4;white-space:nowrap}.rp-recruiter-dot{display:none;width:8px;height:8px;border-radius:50%;background:#d1d5db;vertical-align:middle}.rp-recruiter-dot.assigned{display:inline-block;background:#065f46}.rp-row-fn-border td:first-child{border-left:3px solid var(--fn-color, #dadce0)}.rp-row-closed td{background:#fef2f2}.rp-row-closed:hover td{background:#fee2e2}.rp-registry-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem 1rem;border:1px solid #dadce0;border-radius:8px;margin-bottom:1rem;background:#fafbfc}.rp-registry-toolbar-group{display:flex;align-items:center;gap:.35rem}.rp-registry-toolbar-divider{width:1px;height:1.5rem;background:#e5e7eb;flex-shrink:0}.rp-stats-strip{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem;margin-bottom:1rem}.rp-stat-tile{min-width:100px;background:#fff;border:1px solid #dadce0;border-radius:8px;padding:.6rem .85rem;position:relative;overflow:hidden;flex-shrink:0}.rp-stat-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#5f6368;margin-bottom:.15rem}.rp-stat-value{font-size:1.25rem;font-weight:700;color:#202124}.rp-stat-accent{position:absolute;bottom:0;left:0;right:0;height:3px}@media (max-width: 768px){.rp-registry-toolbar{flex-direction:column;align-items:flex-start}.rp-registry-toolbar-divider{display:none}}.rp-role-pill{display:inline-block;padding:.15rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:opacity .15s}.rp-role-pill.open{background:#dcfce7;color:#166534}.rp-role-pill.open:hover{background:#bbf7d0}.rp-role-pill.closed{background:#fee2e2;color:#991b1b}.rp-role-pill.closed:hover{background:#fecaca}.rp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:2000;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.rp-modal-panel{width:560px;max-width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 24px #00000026;display:flex;flex-direction:column;animation:rp-slide-in .2s ease-out;border-left:3px solid #C20075}@keyframes rp-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.rp-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #dadce0;background:linear-gradient(180deg,#fdf2f8,#fff)}.rp-modal-title{font-size:1.1rem;font-weight:600;color:#202124;margin:0}.rp-modal-id{font-family:Roboto Mono,monospace;font-size:.75rem;color:#9aa0a6;margin-top:.2rem}.rp-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:8px;color:#5f6368;cursor:pointer;transition:all .15s;flex-shrink:0}.rp-modal-close:hover{color:#202124;background:#f3f4f6}.rp-modal-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.rp-modal-section{margin-bottom:1.5rem}.rp-modal-section h3{font-size:.85rem;font-weight:600;color:#5f6368;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.rp-linked-card{padding:.5rem .75rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px}.rp-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem 1.5rem}.rp-modal-field{display:flex;flex-direction:column;gap:.15rem}.rp-modal-label{font-size:.72rem;font-weight:600;color:#9aa0a6;text-transform:uppercase;letter-spacing:.03em}.rp-modal-chain{display:flex;flex-direction:column;gap:.5rem}.rp-modal-chain-step{display:flex;align-items:center;gap:.5rem;font-size:.82rem}.rp-chain-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.rp-chain-dot.approved{background:#16a34a}.rp-chain-dot.rejected{background:#dc2626}.rp-chain-dot.pending{background:#d1d5db}.rp-chain-role{font-size:.75rem;color:#9aa0a6;margin-left:.25rem}.rp-modal-pipeline-form{display:flex;flex-direction:column;gap:.65rem}.rp-modal-form-label{display:flex;flex-direction:column;gap:.25rem;font-size:.82rem;font-weight:500;color:#3c4043}.rp-modal-form-select,.rp-modal-form-input{padding:.4rem .6rem;border:1px solid #dadce0;border-radius:6px;font-size:.82rem;outline:none;font-family:inherit}.rp-modal-form-select:focus,.rp-modal-form-input:focus{border-color:#c20075}.rp-modal-form-textarea{padding:.4rem .6rem;border:1px solid #dadce0;border-radius:6px;font-size:.82rem;outline:none;font-family:inherit;resize:vertical}.rp-modal-form-textarea:focus{border-color:#c20075}.rp-modal-form-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.rp-save-ok{font-size:.82rem;color:#16a34a;font-weight:600}.rp-save-err{font-size:.82rem;color:#dc2626}.rp-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #dadce0}.rp-coming-soon{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #dadce0;border-radius:12px}.rp-coming-soon-icon{font-size:2.5rem;margin-bottom:1rem}.rp-coming-soon h3{font-size:1.15rem;font-weight:600;color:#202124;margin-bottom:.5rem}.rp-coming-soon p{color:#5f6368;font-size:.9rem}.filter-checkbox{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:#3c4043;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-checkbox input[type=checkbox]{accent-color:#C20075}.request-row-id{font-family:Roboto Mono,monospace;font-size:.72rem;color:#9aa0a6}.rp-summary{display:flex;flex-direction:column;gap:1.5rem}.rp-section-title{font-size:.9rem;font-weight:600;color:#202124;margin-bottom:.75rem}.rp-kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.rp-kpi-tile{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:1rem;position:relative;overflow:hidden}.rp-kpi-label{font-size:.75rem;font-weight:500;color:#5f6368;margin-bottom:.35rem}.rp-kpi-value{font-size:1.75rem;font-weight:700;line-height:1.2}.rp-kpi-subtitle{font-size:.72rem;color:#9aa0a6;margin-top:.15rem}.rp-kpi-accent{position:absolute;bottom:0;left:0;right:0;height:3px}.rp-alerts{display:flex;flex-direction:column;gap:.5rem}.rp-alert-card{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:#fef9c3;border:1px solid #fde68a;border-radius:8px;font-size:.85rem;color:#854d0e;font-weight:500}.rp-alert-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#f59e0b;color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0}.rp-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.rp-area-cards{display:flex;flex-direction:column;gap:.75rem}.rp-area-card{background:#fff;border:1px solid #dadce0;border-radius:8px;border-top:3px solid;padding:1rem}.rp-area-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.rp-area-name{font-size:.95rem;font-weight:700}.rp-area-counts{font-size:.78rem;color:#5f6368}.rp-area-card-section{margin-top:.65rem}.rp-area-section-label{font-size:.72rem;font-weight:600;color:#9aa0a6;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem}.rp-area-list-item{display:flex;justify-content:space-between;font-size:.8rem;padding:.15rem 0;color:#3c4043}.rp-area-list-count{font-weight:600;color:#5f6368}.rp-level-bar{display:flex;height:20px;border-radius:4px;overflow:hidden;background:#f1f3f4}.rp-level-segment{display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:600;min-width:0}.rp-level-bar-empty{font-size:.75rem;color:#9aa0a6;font-style:italic}.rp-funnel-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.rp-funnel-legend-item{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;color:#4b5563}.rp-funnel-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.rp-hm-table{width:100%;border-collapse:collapse;font-size:.8rem}.rp-hm-table th{text-align:left;padding:.4rem .5rem;background:#f8f9fa;color:#5f6368;font-weight:600;font-size:.72rem;border-bottom:2px solid #dadce0}.rp-hm-table td{padding:.35rem .5rem;border-bottom:1px solid #f0f0f0}.rp-hm-name{font-weight:500;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-fn-badge{display:inline-block;padding:.1rem .4rem;border-radius:9999px;font-size:.7rem;font-weight:600}.rp-workload{display:flex;align-items:center;gap:.4rem}.rp-workload-bar{flex:1;height:6px;background:#f1f3f4;border-radius:3px;overflow:hidden;min-width:40px}.rp-workload-fill{height:100%;border-radius:3px;transition:width .3s}.rp-workload-label{font-size:.7rem;color:#5f6368;white-space:nowrap}.rp-ta-section{margin-top:.5rem}.rp-ta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}.rp-ta-card{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:.75rem 1rem;overflow:hidden}.rp-ta-name{font-size:.85rem;font-weight:600;color:#202124;margin-bottom:.5rem}.rp-ta-stats{display:grid;grid-template-columns:repeat(4,auto);gap:.25rem .75rem;font-size:.75rem;color:#5f6368}.rp-ta-stat{white-space:nowrap}.rp-ta-stat strong{color:#202124}.rp-empty-section{font-size:.85rem;color:#9aa0a6;padding:1rem;text-align:center}.rp-pipeline{display:flex;flex-direction:column;gap:1rem}.rp-pipeline-toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.75rem 1rem;background:#fff;border:1px solid #dadce0;border-radius:8px}.rp-pipeline-toolbar-group{display:flex;align-items:center;gap:.35rem}.rp-toolbar-label{font-size:.75rem;font-weight:600;color:#9aa0a6;text-transform:uppercase;letter-spacing:.03em;margin-right:.25rem}.rp-toolbar-btn{padding:.3rem .7rem;border:1px solid #dadce0;border-radius:6px;background:#fff;font-size:.78rem;font-family:inherit;color:#3c4043;cursor:pointer;transition:all .15s}.rp-toolbar-btn:hover{background:#f1f3f4}.rp-toolbar-btn.active{background:#fce8ef;color:#c20075;border-color:#c20075;font-weight:600}.rp-toolbar-select{padding:.3rem .5rem;border:1px solid #dadce0;border-radius:6px;font-size:.78rem;font-family:inherit;color:#3c4043;background:#fff;cursor:pointer}.rp-toolbar-reset{margin-left:auto;color:#5f6368}.rp-pipeline-section{background:#fff;border:1px solid #dadce0;border-radius:8px;overflow:hidden}.rp-pipeline-section-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.rp-pipeline-section-header:hover{background:#f8f9fa}.rp-pipeline-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.rp-pipeline-section-label{font-size:.9rem;font-weight:600;color:#202124}.rp-pipeline-section-count{display:inline-block;padding:.1rem .5rem;border-radius:9999px;font-size:.72rem;font-weight:600;background:#e8eaed;color:#5f6368}.rp-pipeline-chevron{margin-left:auto;font-size:.6rem;color:#9aa0a6;transition:transform .2s}.rp-pipeline-chevron.collapsed{transform:rotate(-90deg)}.rp-pipeline-section-body{padding:0 1rem 1rem}.rp-dept-group{margin-top:.75rem}.rp-dept-group-header{display:flex;align-items:center;gap:.35rem;padding:.35rem 0;cursor:pointer;-webkit-user-select:none;user-select:none}.rp-dept-chevron{font-size:.5rem;color:#9aa0a6;transition:transform .2s}.rp-dept-chevron.collapsed{transform:rotate(-90deg)}.rp-dept-group-name{font-size:.8rem;font-weight:600;color:#3c4043}.rp-dept-group-count{font-size:.72rem;color:#9aa0a6;margin-left:.25rem}.rp-pipeline-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.5rem;margin-top:.5rem}.rp-pipeline-card{background:#f8f9fa;border:1px solid #e8eaed;border-left:3px solid;border-radius:6px;padding:.65rem .85rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.rp-pipeline-card:hover{border-color:#c20075;box-shadow:0 1px 4px #c2007514}.rp-pipeline-card-title{font-size:.82rem;font-weight:600;color:#202124;margin-bottom:.2rem}.rp-pipeline-card-meta{font-size:.72rem;color:#5f6368;margin-bottom:.35rem}.rp-pipeline-card-tags{display:flex;flex-wrap:wrap;gap:.3rem}.rp-pipeline-tag{display:inline-block;padding:.1rem .45rem;border-radius:9999px;font-size:.68rem;font-weight:600;background:#e8eaed;color:#5f6368}.rp-pipeline-tag-channel{background:#eff6ff;color:#2563eb}.rp-card-edit-hint{opacity:0;font-size:.8rem;color:#9aa0a6;transition:opacity .15s;flex-shrink:0;margin-left:.25rem}.rp-pipeline-card:hover .rp-card-edit-hint{opacity:1;color:#c20075}.rp-pipeline-hint{font-size:.75rem;color:#9aa0a6;margin-bottom:.75rem;font-style:italic;padding-left:.5rem}.or-kanban{display:flex;flex-direction:column;gap:.75rem}.or-hint{color:#6b7280;font-size:.82rem;margin:0;font-style:italic}.or-columns{display:flex;gap:.75rem;overflow-x:auto;min-height:400px;padding-bottom:.5rem}.or-column{flex:1;min-width:220px;max-width:300px;background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;border:2px solid transparent;transition:border-color .15s,background .15s}.or-column-drop-target{border-color:var(--brand-primary, #5046e5);background:#f0edff}.or-column-header{padding:.75rem .75rem .5rem;border-top:3px solid #6b7280;border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.or-column-title{font-weight:600;font-size:.85rem;color:#1f2937}.or-column-count{font-size:.72rem;font-weight:700;color:#fff;border-radius:9999px;padding:.1rem .45rem;min-width:1.3rem;text-align:center}.or-column-body{flex:1;padding:.5rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;max-height:600px}.or-empty{color:#9ca3af;font-size:.8rem;text-align:center;padding:2rem .5rem;font-style:italic}.or-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.65rem .75rem;cursor:grab;transition:border-color .15s,box-shadow .15s,opacity .15s;display:flex;flex-direction:column;gap:.3rem}.or-card:hover{border-color:var(--brand-primary, #5046e5);box-shadow:0 1px 4px #5046e51f}.or-card:active{cursor:grabbing}.or-card-dragging{opacity:.4}.or-card-title{font-weight:600;font-size:.82rem;color:#111827;line-height:1.3}.or-card-meta{font-size:.75rem;color:#6b7280}.or-card-hm{font-size:.75rem;color:#374151}.or-card-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.15rem}.or-tag{font-size:.68rem;font-weight:600;border-radius:4px;padding:.1rem .35rem;white-space:nowrap}.or-tag-level{background:#ede9fe;color:#6d28d9}.or-tag-reqid{background:#e0f2fe;color:#0369a1}.or-card-ext-eligible{background:#fef3c7;color:#92400e}.or-card-recruiters{display:flex;flex-wrap:wrap;gap:.2rem;margin-top:.15rem}.or-recruiter-chip{display:inline-flex;align-items:center;background:#e0f2fe;color:#0369a1;border-radius:9999px;padding:.1rem .4rem;font-size:.7rem;font-weight:500}.rp-headcount{display:flex;flex-direction:column;gap:1.5rem}.rp-hc-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.rp-hc-fn-card{background:#fff;border:1px solid #dadce0;border-radius:8px;border-top:3px solid;padding:1rem}.rp-hc-fn-name{font-size:1rem;font-weight:700;margin-bottom:.75rem}.rp-hc-fn-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;text-align:center}.rp-hc-fn-val{font-size:1.15rem;font-weight:700;color:#202124}.rp-hc-fn-label{font-size:.68rem;color:#9aa0a6;margin-top:.1rem}.rp-hc-table-wrapper{overflow-x:auto}.rp-hc-table{width:100%;border-collapse:collapse;font-size:.82rem}.rp-hc-table th{text-align:left;padding:.5rem .65rem;background:#f8f9fa;color:#5f6368;font-weight:600;font-size:.75rem;border-bottom:2px solid #dadce0;white-space:nowrap}.rp-hc-table td{padding:.4rem .65rem;border-bottom:1px solid #f0f0f0}.rp-hc-group-header td{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding-top:1rem;padding-bottom:.4rem;background:none;border-bottom:2px solid #e8eaed}.rp-hc-dept-name{padding-left:1.5rem!important;font-weight:500}.rp-hc-subtotal{background:#f8f9fa}.rp-hc-subtotal td{font-weight:600;border-top:1px solid #dadce0;border-bottom:2px solid #dadce0}.rp-hc-grand-total td{font-weight:700;font-size:.85rem;background:#f1f3f4;border-top:2px solid #dadce0}.rp-hc-positive{color:#16a34a;font-weight:600}.rp-hc-negative{color:#dc2626;font-weight:600}@media (max-width: 1024px){.rp-kpi-grid{grid-template-columns:repeat(3,1fr)}.rp-two-col{grid-template-columns:1fr}.rp-area-cards{flex-direction:column}.rp-hc-summary{grid-template-columns:1fr}.rp-hc-fn-grid{grid-template-columns:repeat(3,1fr)}.rp-pipeline-toolbar{flex-direction:column;align-items:flex-start}.rp-toolbar-reset{margin-left:0}}@media (max-width: 640px){.rp-kpi-grid{grid-template-columns:repeat(2,1fr)}.rp-pipeline-cards{grid-template-columns:1fr}}.admin-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.admin-stat{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:.75rem 1.25rem;min-width:100px;text-align:center}.admin-stat-value{font-size:1.5rem;font-weight:700;line-height:1.2}.admin-stat-label{font-size:.78rem;color:#5f6368;margin-top:.15rem}.badge-type-travel{background:#e5e7eb;color:#5f6368}.badge-type-im{background:#fce8ef;color:#c20075}.badge-type-offer{background:#fef3c7;color:#854d0e}.badge-type-exthire{background:#d1fae5;color:#065f46}.admin-id-link{font-family:Roboto Mono,monospace;font-size:.78rem;color:#1a73e8;cursor:pointer}.admin-id-link:hover{text-decoration:underline}.admin-req-edit-panel{background:#f8f9fa;border:1px solid #dadce0;border-radius:8px;padding:1rem}.btn-danger{background:#dc2626;color:#fff;border:none;padding:.4rem .9rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.admin-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:10000}.admin-confirm-dialog{background:#fff;border-radius:12px;padding:1.75rem;max-width:440px;width:90%;box-shadow:0 8px 32px #0003}.admin-confirm-dialog h3{margin-bottom:.75rem;font-size:1.1rem}.admin-confirm-warning{color:#dc2626;font-size:.88rem;margin-bottom:1rem;font-weight:500}.admin-confirm-input{width:100%;padding:.5rem .75rem;border:2px solid #dadce0;border-radius:6px;font-size:.9rem;margin-bottom:1rem}.admin-confirm-input:focus{outline:none;border-color:#dc2626}.admin-confirm-actions{display:flex;justify-content:flex-end;gap:.5rem}.admin-delete-result{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7;padding:.6rem 1rem;border-radius:8px;font-size:.88rem;font-weight:500;margin-bottom:1rem;cursor:pointer}.rp-row-selected{background:#eff6ff!important}.admin-rt-card{border:1px solid #dadce0;border-radius:8px;background:#fff;overflow:hidden}.admin-rt-card-header{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer;gap:.75rem}.admin-rt-card-header:hover{background:#f8f9fa}.admin-rt-expand{font-size:.75rem;color:#5f6368;flex-shrink:0}.admin-rt-card-body{padding:0 1rem 1rem;border-top:1px solid #f1f3f4}.admin-rt-badge{display:inline-block;padding:.15rem .5rem;border-radius:10px;font-size:.72rem;font-weight:600;border:1px solid;white-space:nowrap}.admin-rt-section-label{font-size:.78rem;font-weight:600;color:#5f6368;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.4rem;margin-top:.75rem}.admin-cal-create-form{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap;padding:.75rem 1rem;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px}.admin-cal-chip{display:inline-flex;align-items:center;padding:.15rem .5rem;background:#e0e7ff;color:#3730a3;border-radius:12px;font-size:.75rem;white-space:nowrap}.admin-cal-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #dadce0;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:50;max-height:240px;overflow-y:auto}.admin-cal-dropdown-item{padding:.4rem .6rem;cursor:pointer;display:flex;align-items:center;font-size:.82rem}.admin-cal-dropdown-item:hover{background:#f1f3f4}.admin-cal-filter-btn{padding:.15rem .5rem;border:1px solid #dadce0;border-radius:12px;background:#fff;font-size:.72rem;cursor:pointer;color:#5f6368}.admin-cal-filter-btn:hover{background:#f1f3f4}.admin-cal-filter-btn.active{background:#6366f1;color:#fff;border-color:#6366f1}.admin-cal-edit-form{padding:.75rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px}.admin-cal-departed{opacity:.55}.nav-link.cal-nav-active{background:#c20075;color:#fff;box-shadow:0 1px 4px #c200754d}.nav-link.cal-nav-active .nav-link-icon{color:#fff}.cal-container{max-width:1600px;margin:0 auto;padding:2rem 1.5rem}.operate-as-active .cal-container,.operate-as-active .cal-detail-container{padding-top:calc(2rem + 30px)}.test-mode-active.operate-as-active .cal-container,.test-mode-active.operate-as-active .cal-detail-container{padding-top:calc(2rem + 60px)}.cal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.cal-title{font-size:1.5rem;font-weight:700;color:#312e81;margin:0}.cal-subtitle{font-size:.85rem;color:#5f6368;margin:.25rem 0 0}.cal-header-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cal-cycle-select{padding:.45rem .75rem;border:1px solid #dadce0;border-radius:6px;font-size:.85rem;font-family:inherit;outline:none;transition:border-color .15s;min-width:160px}.cal-cycle-select:focus{border-color:#6366f1}.cal-cycle-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fafaff;border:1px solid #e0e7ff;border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.cal-cycle-banner-nav{display:flex;align-items:center;gap:.5rem}.cal-cycle-arrow{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #dadce0;border-radius:6px;background:#fff;color:#6366f1;cursor:pointer;transition:background .15s,border-color .15s;padding:0}.cal-cycle-arrow:hover:not(:disabled){background:#eef2ff;border-color:#6366f1}.cal-cycle-arrow:disabled{color:#c4c7cc;border-color:#e5e7eb;cursor:not-allowed;background:#f9fafb}.cal-cycle-banner-info{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.cal-cycle-banner-name-row{display:flex;align-items:center;gap:.5rem}.cal-cycle-banner-name{font-size:1.1rem;font-weight:700;color:#312e81;white-space:nowrap}.cal-cycle-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:999px}.cal-cycle-badge-active{background:#dcfce7;color:#166534}.cal-cycle-badge-locked{background:#fee2e2;color:#991b1b}.cal-cycle-banner-dates{font-size:.78rem;color:#6b7280}.cal-cycle-banner-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.cal-cycle-select-sm{padding:.35rem .6rem;border:1px solid #dadce0;border-radius:6px;font-size:.8rem;font-family:inherit;outline:none;transition:border-color .15s;min-width:130px}.cal-cycle-select-sm:focus{border-color:#6366f1}.cal-cycle-banner-admin{display:flex;align-items:center;gap:.4rem}@media (max-width: 640px){.cal-cycle-banner{flex-direction:column;align-items:stretch;gap:.75rem}.cal-cycle-banner-nav{justify-content:center}.cal-cycle-banner-controls{justify-content:center;flex-wrap:wrap}}.cal-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;font-family:inherit;color:#fff;background:#6366f1;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.cal-btn-primary:hover{background:#4f46e5}.cal-btn-primary:disabled{background:#9aa0a6;cursor:not-allowed}.cal-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;font-family:inherit;color:#6366f1;background:#fff;border:1px solid #dadce0;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.cal-btn-outline:hover{background:#eef2ff;border-color:#6366f1}.cal-btn-outline:disabled{color:#9aa0a6;cursor:not-allowed}.cal-btn-sm{padding:.35rem .85rem;font-size:.8rem}.cal-create-form{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;margin-bottom:1rem}.cal-create-form select{padding:.35rem .5rem;border:1px solid #dadce0;border-radius:6px;font-size:.82rem;font-family:inherit}.cal-error{font-size:.82rem;color:#dc2626;font-weight:500}.cal-locked-banner{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:.65rem 1rem;font-size:.85rem;color:#6b7280;font-weight:500;margin-bottom:1rem;text-align:center}.cal-summary{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.cal-summary-item{display:flex;flex-direction:column;align-items:center;padding:.75rem 1.25rem;background:#fff;border:1px solid #dadce0;border-radius:8px;border-bottom:3px solid #6366f1;min-width:100px}.cal-summary-value{font-size:1.5rem;font-weight:700;color:#312e81}.cal-summary-label{font-size:.75rem;color:#5f6368;margin-top:.15rem}.cal-color-submitted{color:#10b981}.cal-color-draft{color:#f59e0b}.cal-color-untouched{color:#d1d5db}.cal-color-locked{color:#6b7280}.cal-empty{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #dadce0;border-radius:12px}.cal-empty-icon{font-size:2.5rem;margin-bottom:1rem}.cal-empty h3{font-size:1.15rem;font-weight:600;color:#312e81;margin-bottom:.5rem}.cal-empty p{color:#5f6368;font-size:.9rem}.cal-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.cal-card{background:#fff;border:1px solid #dadce0;border-radius:10px;padding:1rem 1.15rem;transition:border-color .15s,box-shadow .15s;cursor:pointer}.cal-card:hover{border-color:#6366f1;box-shadow:0 2px 8px #6366f11a}.cal-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.cal-card-photo{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#6366f1;color:#fff;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cal-card-photo img{width:100%;height:100%;object-fit:cover}.cal-card-status{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cal-status-submitted{background:#10b981}.cal-status-draft{background:#f59e0b}.cal-status-locked{background:#6b7280}.cal-status-untouched{background:#d1d5db}.cal-card-name{font-weight:600;font-size:.95rem;color:#202124;margin-bottom:.15rem}.cal-card-meta{font-size:.8rem;color:#5f6368;line-height:1.4}.cal-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.65rem;padding-top:.5rem;border-top:1px solid #f0f0f0}.cal-card-level{display:inline-block;padding:.1rem .5rem;border-radius:9999px;font-size:.72rem;font-weight:700;background:#eef2ff;color:#6366f1}.cal-card-status-label{font-size:.75rem;font-weight:500;color:#5f6368}.cal-detail-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.cal-detail-header{background:#fff;border:1px solid #dadce0;border-left:4px solid #6366f1;border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1rem}.cal-detail-header-top{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.cal-detail-photo{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#6366f1;color:#fff;font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cal-detail-photo img{width:100%;height:100%;object-fit:cover}.cal-detail-header-info{flex:1;min-width:0}.cal-detail-name{font-size:1.25rem;font-weight:700;color:#202124}.cal-detail-email{font-size:.82rem;color:#5f6368;margin-top:.1rem}.cal-detail-status{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.78rem;font-weight:600;white-space:nowrap;flex-shrink:0}.cal-detail-status-draft{background:#fef9c3;color:#854d0e}.cal-detail-status-submitted{background:#dcfce7;color:#166534}.cal-detail-status-locked{background:#f3f4f6;color:#6b7280}.cal-detail-meta-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.cal-detail-chip{display:inline-block;padding:.15rem .6rem;background:#f1f3f4;border-radius:9999px;font-size:.78rem;color:#3c4043}.cal-detail-tags{display:flex;flex-wrap:wrap;gap:.35rem}.cal-detail-tag-elt,.cal-detail-tag-exco{display:inline-block;padding:.1rem .5rem;border-radius:9999px;font-size:.72rem;font-weight:700}.cal-detail-tag-elt{background:#fef3c7;color:#92400e}.cal-detail-tag-exco{background:#ede9fe;color:#5b21b6}.cal-detail-form{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1rem}.cal-detail-form-title{font-size:1rem;font-weight:600;color:#312e81;margin:0 0 1rem}.cal-detail-form-section{margin-bottom:1.25rem}.cal-detail-label{display:block;font-size:.85rem;font-weight:500;color:#3c4043;margin-bottom:.5rem}.cal-rating-group{display:flex;gap:.65rem}.cal-rating-option{padding:8px 18px;border-radius:20px;border:2px solid #dadce0;background:#fff;color:#5f6368;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cal-rating-option:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.cal-rating-option.selected{color:#fff}.cal-detail-textarea{width:100%;padding:.65rem .75rem;font-size:.875rem;font-family:inherit;color:#202124;background:#fff;border:1px solid #dadce0;border-radius:6px;outline:none;resize:vertical;min-height:100px;transition:border-color .2s}.cal-detail-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.cal-detail-select{width:100%;padding:.55rem .75rem;font-size:.875rem;font-family:inherit;color:#202124;background:#fff;border:1px solid #dadce0;border-radius:6px;outline:none;cursor:pointer;transition:border-color .2s}.cal-detail-select:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.cal-detail-actions{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.cal-detail-save-ok{font-size:.82rem;color:#16a34a;font-weight:600}.cal-detail-save-err{font-size:.82rem;color:#dc2626}.cal-detail-readonly{background:#f8f9fa;border:1px solid #dadce0;border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1rem}.cal-detail-readonly-field{margin-bottom:1rem}.cal-detail-readonly-field:last-child{margin-bottom:0}.cal-detail-readonly-rating{display:flex;align-items:baseline;gap:.5rem;margin-top:.25rem}.cal-detail-readonly-rating-value{font-size:1.5rem;font-weight:700;color:#312e81}.cal-detail-readonly-rating-label{font-size:.9rem;color:#5f6368}.cal-detail-readonly-rating-badge{display:inline-block;padding:4px 14px;border-radius:16px;font-size:.85rem;font-weight:600;color:#fff}.cal-detail-readonly-notes{font-size:.875rem;color:#3c4043;line-height:1.6;white-space:pre-wrap;margin:.25rem 0 0}.cal-detail-readonly-empty{font-size:.875rem;color:#9aa0a6;font-style:italic;margin:0}.cal-detail-previous{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.cal-detail-previous-toggle{background:none;border:none;font-size:.85rem;font-weight:600;color:#5f6368;cursor:pointer;padding:0;font-family:inherit}.cal-detail-previous-toggle:hover{color:#312e81}.cal-detail-previous-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.65rem}.cal-detail-previous-entry{padding:.5rem .75rem;background:#f8f9fa;border-radius:6px;font-size:.82rem}.cal-detail-previous-email{font-weight:600;color:#3c4043}.cal-detail-previous-date{font-size:.75rem;color:#9aa0a6;margin-top:.15rem}.cal-detail-previous-review{font-size:.78rem;color:#5f6368;margin-top:.25rem}.cal-detail-comments{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px 24px;margin-bottom:16px}.cal-comment{padding:10px 0;border-bottom:1px solid #f3f4f6}.cal-comment-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.cal-comment-author{font-weight:600;font-size:.85rem;color:#374151}.cal-comment-date{font-size:.75rem;color:#9ca3af;flex:1}.cal-comment-delete{background:none;border:none;color:#ef4444;font-size:.75rem;cursor:pointer;padding:0}.cal-comment-delete:hover{text-decoration:underline}.cal-comment-text{font-size:.875rem;color:#374151;line-height:1.5;white-space:pre-wrap}.cal-comment-outcome-context{padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:12px}.cal-comment-cycle-label{font-size:.72rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.cal-comment-compose{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.cal-comment-badge{display:inline-flex;align-items:center;gap:4px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:500;cursor:pointer}.cal-flag-badge{display:inline-flex;align-items:center;gap:4px;background:#fef3c7;color:#92400e;border:1px solid #fde68a;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600}.cal-flag-resolved-badge{display:inline-flex;align-items:center;gap:4px;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600}.cal-detail-timestamps{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.75rem;color:#9aa0a6;padding-top:.5rem}.cal-tabs{display:flex;gap:0;border-bottom:2px solid #dadce0;margin-bottom:1.5rem}.cal-tab{padding:.65rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:.9rem;font-weight:500;color:#5f6368;cursor:pointer;font-family:inherit;transition:color .15s,border-color .15s}.cal-tab:hover{color:#202124;background:#f1f3f4}.cal-tab.active{color:#6366f1;border-bottom-color:#6366f1;font-weight:600}.cal-tree{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:.75rem 1rem}.cal-tree-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer;transition:background .12s;-webkit-user-select:none;user-select:none}.cal-tree-row:hover{background:#f5f3ff}.cal-tree-row.root{font-size:.95rem;font-weight:600;cursor:default;padding-bottom:10px;margin-bottom:4px;border-bottom:1px solid #e5e7eb}.cal-tree-row.root:hover{background:transparent}.cal-tree-chevron{width:20px;text-align:center;color:#9ca3af;font-size:.85rem;flex-shrink:0}.cal-tree-chevron.empty{visibility:hidden}.cal-tree-status{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.cal-tree-status.submitted{background:#10b981}.cal-tree-status.in-progress{background:#f59e0b}.cal-tree-status.not-started{background:#d1d5db}.cal-tree-status.locked{background:#6366f1}.cal-tree-name{font-weight:500;color:#1f2937;font-size:.85rem}.cal-tree-level{font-size:.72rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:1px 8px;border-radius:9px}@media (max-width: 1024px){.cal-card-grid{grid-template-columns:repeat(2,1fr)}.cal-header{flex-direction:column}}@media (max-width: 640px){.cal-card-grid{grid-template-columns:1fr}.cal-summary{flex-direction:column}}.cal-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:9px;background:#6366f1;color:#fff;font-size:11px;font-weight:600;line-height:1;vertical-align:middle}.cal-bulk-toolbar{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;margin-bottom:12px}.cal-bulk-count{font-weight:600;color:#4338ca;font-size:13px}.cal-card-selectable{cursor:default;position:relative}.cal-card-selected{border-color:#6366f1!important;background:#f5f3ff!important}.cal-card-checkbox{position:absolute;top:8px;right:8px;width:16px;height:16px;accent-color:#6366f1;cursor:pointer}.cal-card-cocal-badge{display:inline-block;padding:1px 7px;border-radius:9px;background:#ede9fe;color:#7c3aed;font-size:11px;font-weight:600}.cal-card-enrichment{display:flex;flex-wrap:wrap;gap:4px;margin-top:.4rem}.cal-card-perf-badge{display:inline-block;padding:1px 7px;border-radius:9px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:600}.cal-card-hipo-badge{display:inline-block;padding:1px 7px;border-radius:9px;background:#fce7f3;color:#9d174d;font-size:11px;font-weight:600}.cal-card-promo-badge{display:inline-block;padding:1px 7px;border-radius:9px;background:#d1fae5;color:#065f46;font-size:11px;font-weight:600}.cal-card-departed-badge{display:inline-block;padding:1px 7px;border-radius:9px;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:600}.cal-card-rating-badge{display:inline-block;padding:1px 7px;border-radius:9px;color:#fff;font-size:11px;font-weight:600}.cal-card-promo-nom-badge{display:inline-block;padding:1px 7px;border-radius:9px;background:#fef3c7;color:#92400e;font-size:11px;font-weight:600}.cal-card-promo-nom-2step{background:#ede9fe;color:#6d28d9}.cal-detail-enrichment{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px 20px;margin-top:16px}.cal-detail-enrichment h3{margin:0 0 12px;font-size:.95rem;font-weight:600;color:#111827}.cal-detail-enrichment-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.cal-detail-hipo-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:9999px;background:#fce7f3;color:#9d174d;font-size:13px;font-weight:600}.cal-enrichment-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:8px}.cal-enrichment-table th{text-align:left;padding:6px 10px;border-bottom:2px solid #e5e7eb;font-weight:600;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.02em}.cal-enrichment-table td{padding:6px 10px;border-bottom:1px solid #f3f4f6;color:#374151}.cal-enrichment-table tr:last-child td{border-bottom:none}.cal-enrichment-notes-cell{max-width:300px;font-size:12px;color:#4b5563}.cal-notes-truncated{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;word-break:break-word}.cal-notes-full{white-space:pre-wrap;word-break:break-word}.cal-notes-toggle{background:none;border:none;padding:2px 0 0;font-size:11px;color:#2563eb;cursor:pointer}.cal-notes-toggle:hover{text-decoration:underline}.cal-enrichment-subsection{margin-top:16px}.cal-enrichment-subsection h4{margin:0 0 8px;font-size:.85rem;font-weight:600;color:#374151}.cal-detail-cocat{background:#fff;border:1px solid #e5e7eb;border-left:3px solid #6366f1;border-radius:8px;padding:16px 20px;margin-top:16px}.cal-detail-cocat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cal-detail-cocat-header .cal-detail-form-title{color:#4338ca}.cal-detail-cocat-assignee{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;background:#eef2ff;border-radius:16px;font-size:13px;color:#4338ca;font-weight:500;margin-bottom:4px}.cal-detail-cocat-remove{background:none;border:none;color:#dc2626;text-decoration:underline;cursor:pointer;font-size:12px;padding:0}.cal-detail-cocat-remove:hover{color:#b91c1c}.cal-detail-cocat-picker{display:flex;align-items:center;gap:8px;margin-bottom:8px}.cal-btn-lock{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border-radius:6px;border:1px solid #f59e0b;background:#fffbeb;color:#92400e;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s}.cal-btn-lock:hover:not(:disabled){background:#fef3c7}.cal-btn-lock:disabled{opacity:.5;cursor:not-allowed}.cal-room-list{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (max-width: 1024px){.cal-room-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.cal-room-list{grid-template-columns:1fr}}.cal-room-card{background:#fff;border:1px solid #dadce0;border-radius:10px;padding:1.25rem 1.5rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.cal-room-card:hover{border-color:#6366f1;box-shadow:0 2px 8px #6366f11a}.cal-room-card-name{font-weight:600;font-size:1rem;color:#312e81;margin-bottom:.35rem}.cal-room-card-meta{font-size:.82rem;color:#5f6368}.cal-room-header{background:#fff;border:1px solid #dadce0;border-left:4px solid #6366f1;border-radius:8px;padding:1.25rem 1.5rem;margin:1rem 0}.cal-room-title{font-size:1.25rem;font-weight:700;color:#312e81;margin-bottom:.5rem}.cal-room-member-chips{display:flex;flex-wrap:wrap;gap:6px}.cal-room-member-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:#eef2ff;border-radius:14px;font-size:.8rem;color:#4338ca;font-weight:500}.cal-room-member-chip-x{background:none;border:none;color:#dc2626;font-size:.82rem;font-weight:700;cursor:pointer;padding:0 2px;line-height:1}.cal-room-member-chip-x:hover{color:#b91c1c}.cal-room-view-toggle{display:flex;gap:0;border:1px solid #dadce0;border-radius:6px;overflow:hidden;width:fit-content}.cal-room-view-btn{padding:.4rem 1rem;background:#fff;border:none;font-size:.82rem;font-weight:500;color:#5f6368;cursor:pointer;font-family:inherit;transition:background .12s,color .12s}.cal-room-view-btn:not(:last-child){border-right:1px solid #dadce0}.cal-room-view-btn.active{background:#eef2ff;color:#6366f1;font-weight:600}.cal-room-view-btn:hover:not(.active){background:#f1f3f4}.cal-room-leader-group{margin-bottom:1.5rem}.cal-room-leader-name{font-size:.95rem;font-weight:600;color:#312e81;margin-bottom:.65rem;padding-bottom:.35rem;border-bottom:1px solid #e5e7eb}.cal-room-table{width:100%;border-collapse:collapse;font-size:.82rem;background:#fff;border:1px solid #dadce0;border-radius:8px}.cal-room-table th{position:sticky;top:0;z-index:1;text-align:left;padding:8px 12px;border-bottom:2px solid #e5e7eb;background:#f9fafb;font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.cal-room-table td{padding:8px 12px;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.cal-room-table tr:last-child td{border-bottom:none}.cal-room-table tr:hover td{background:#f9fafb}.cal-calibrated-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.cal-calibrated-off-track{background:#fee2e2;color:#b91c1c}.cal-calibrated-on-track{background:#fef9c3;color:#a16207}.cal-calibrated-exceeding{background:#dcfce7;color:#166534}.cal-promo-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.cal-promo-approve{background:#bbf7d0;color:#14532d}.cal-promo-approve-1step{background:#fef3c7;color:#92400e}.cal-promo-approve-1step-green{background:#d1fae5;color:#065f46}.cal-promo-deny{background:#fee2e2;color:#b91c1c}.cal-calibrate-inline{margin-top:8px;padding:10px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px}.cal-room-create-form{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:1rem}.cal-detail-calibration-outcome{background:#fff;border:1px solid #e5e7eb;border-left:3px solid #22c55e;border-radius:8px;padding:16px 20px;margin-top:16px}.cal-detail-calibration-log{margin-top:8px}.cal-room-stats{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.cal-room-stats-item{display:flex;flex-direction:column;align-items:center;padding:.5rem .75rem;background:#fff;border:1px solid #dadce0;border-radius:6px;min-width:64px}.cal-room-stats-value{font-size:1.25rem;font-weight:700;color:#312e81;line-height:1.2}.cal-room-stats-label{font-size:.7rem;color:#5f6368;margin-top:.1rem}.cal-room-stats-divider{width:1px;height:32px;background:#dadce0;margin:0 .25rem}.cal-org-progress-bar{height:5px;background:#e5e7eb;border-radius:3px;overflow:hidden}.cal-org-progress-fill{height:100%;background:#6366f1;border-radius:3px;transition:width .3s ease}.cal-org-dist{display:flex;flex-wrap:wrap;gap:4px}.cal-org-dist-pill{font-size:.72rem;font-weight:600;padding:2px 7px;border-radius:10px;border:1px solid;white-space:nowrap;display:inline-flex;flex-direction:column;align-items:center;line-height:1.4}.cal-org-dist-delta{font-size:.65rem;font-weight:500;color:#6b7280;line-height:1;margin-top:1px}.cal-room-toolbar{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.cal-room-toolbar-divider{width:1px;height:24px;background:#dadce0;margin:0 .25rem}.cal-room-group-label{font-size:.8rem;color:#5f6368;font-weight:500}.cal-room-group-toggle{display:flex;gap:0;border:1px solid #dadce0;border-radius:6px;overflow:hidden}.cal-room-group-toggle .cal-room-view-btn:not(:last-child){border-right:1px solid #dadce0}.cal-room-group-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:8px;background:#eef2ff;color:#6366f1;font-size:.72rem;font-weight:600;border-radius:10px;vertical-align:middle}.cal-col-config-panel{position:absolute;top:calc(100% + 4px);right:0;z-index:20;background:#fff;border:1px solid #dadce0;border-radius:8px;box-shadow:0 4px 16px #0000001a;padding:.75rem;min-width:220px;max-height:400px;overflow-y:auto}.cal-col-config-group{margin-bottom:.5rem}.cal-col-config-group:last-child{margin-bottom:0}.cal-col-config-group-label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:#312e81;padding:2px 0;cursor:pointer}.cal-col-config-item{display:flex;align-items:center;gap:6px;font-size:.76rem;color:#374151;padding:2px 0 2px 16px;cursor:pointer}.cal-col-config-item input[type=checkbox],.cal-col-config-group-label input[type=checkbox]{accent-color:#6366f1}.cal-room-table-wrap{overflow-x:auto;overflow-y:auto;max-height:620px;border:1px solid #dadce0;border-radius:8px}.cal-room-table-enhanced{border:none;border-radius:0}.cal-table-group-header .cal-table-group-th{text-align:center;padding:4px 12px;font-size:.7rem;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb;background:#f9fafb}.cal-table-group-header .cal-table-group-th:not(:last-child){border-right:1px solid #e5e7eb}.cal-table-sticky-col{position:sticky;left:0;z-index:2;background:#fff;box-shadow:2px 0 4px #0000000a}.cal-table-sticky-th{position:sticky;left:0;z-index:3;background:#fff;box-shadow:2px 0 4px #0000000a}.cal-room-table tr:hover .cal-table-sticky-col{background:#f9fafb}.cal-table-employee-link{color:#6366f1;cursor:pointer;font-weight:500;white-space:nowrap}.cal-table-employee-link:hover{text-decoration:underline}.cal-table-th-photo,.cal-table-cell-photo{width:36px;padding:4px 6px!important}.cal-table-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;color:#6366f1}.cal-table-avatar img{width:100%;height:100%;object-fit:cover}.cal-table-promo-nom{display:inline-block;padding:2px 8px;border-radius:10px;font-size:.72rem;font-weight:600;background:#fef3c7;color:#92400e}.cal-table-promo-nom-2step{background:#ede9fe;color:#6d28d9}.cal-table-actions-cell{white-space:nowrap}@media (max-width: 768px){.cal-room-stats{gap:.35rem}.cal-room-stats-item{padding:.35rem .5rem;min-width:52px}.cal-room-stats-value{font-size:1rem}.cal-room-toolbar{gap:.35rem}}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f6f8;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:-40%;right:-20%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(194,0,117,.06) 0%,transparent 70%);pointer-events:none}.login-page:after{content:"";position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(194,0,117,.04) 0%,transparent 70%);pointer-events:none}.login-card{background:#fff;padding:2.75rem 2.5rem;border-radius:16px;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a;text-align:center;max-width:380px;width:100%;position:relative;z-index:1;animation:fadeInUp .4s ease-out}.login-brand-logo{display:flex;flex-direction:column;align-items:center;gap:2px;margin-bottom:1.25rem}.login-brand-central{color:#c20075;font-weight:700;font-size:1.15rem;letter-spacing:-.01em}.login-subtitle{color:#6b7280;margin:0 0 2rem;font-size:.85rem;line-height:1.5}.login-button-wrap{display:flex;justify-content:center}.login-error{color:#dc2626;margin-top:1rem;font-size:.82rem;background:#fef2f2;padding:.5rem .75rem;border-radius:8px}.or-view-toggle{display:flex;align-items:center;gap:0;margin-bottom:1rem}.or-view-btn{padding:.4rem 1rem;font-size:.82rem;font-weight:600;border:1px solid #dadce0;background:#fff;color:#5f6368;cursor:pointer;transition:background .15s,color .15s}.or-view-btn:first-child{border-radius:6px 0 0 6px}.or-view-btn:nth-child(2){border-radius:0 6px 6px 0;border-left:none}.or-view-btn.active{background:#1a73e8;color:#fff;border-color:#1a73e8}.or-view-btn:hover:not(.active){background:#f1f3f4}.or-view-count{margin-left:.75rem;font-size:.82rem;color:#5f6368;font-weight:500}.or-col-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #dadce0;border-radius:6px;background:#fff;cursor:pointer;color:#5f6368;transition:background .15s}.or-col-menu-btn:hover{background:#f1f3f4}.or-col-menu{position:absolute;top:100%;right:0;z-index:30;min-width:180px;background:#fff;border:1px solid #dadce0;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:.5rem 0;margin-top:4px}.or-col-menu-title{padding:.35rem .75rem;font-size:.72rem;font-weight:700;color:#9aa0a6;text-transform:uppercase;letter-spacing:.04em}.or-col-menu-item{display:flex;align-items:center;gap:.5rem;padding:.3rem .75rem;font-size:.82rem;cursor:pointer;color:#3c4043}.or-col-menu-item:hover{background:#f1f3f4}.or-col-menu-item input[type=checkbox]{margin:0}.or-status-select{border:1px solid transparent;border-radius:4px;padding:.2rem .35rem;font-size:.78rem;font-weight:600;cursor:pointer;outline:none;transition:border-color .15s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.or-status-select:hover,.or-status-select:focus{border-color:#dadce0}.or-td-recruiters{cursor:pointer;min-width:140px}.or-recruiter-edit{min-width:200px}.or-recruiter-chips{display:flex;flex-wrap:wrap;gap:.2rem}.or-recruiter-chip-edit{display:inline-flex;align-items:center;gap:.2rem;background:#e0f2fe;color:#0369a1;border-radius:9999px;padding:.1rem .4rem;font-size:.75rem;font-weight:500}.or-recruiter-chip-x{background:none;border:none;cursor:pointer;color:#0369a1;font-weight:700;font-size:.85rem;padding:0 .1rem;line-height:1}.or-recruiter-input{width:100%;border:1px solid #dadce0;border-radius:4px;padding:.25rem .4rem;font-size:.78rem;margin-top:.25rem;outline:none}.or-recruiter-input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e826}.or-recruiter-add-hint{color:#9aa0a6;font-size:.78rem;font-style:italic}.or-ext-badge{display:inline-block;background:#dcfce7;color:#16a34a;border-radius:4px;padding:.1rem .4rem;font-size:.72rem;font-weight:600}.elt-hub{display:flex;flex-direction:column;gap:0}.elt-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:1.25rem}.elt-tab{padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;color:#6b7280;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.elt-tab:hover{color:#374151}.elt-tab.active{color:#1a73e8;border-bottom-color:#1a73e8}.elt-headline{background:#f8f9fa;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.elt-headline-text{margin:0;font-size:.92rem;color:#202124;line-height:1.5;font-weight:400}.elt-envelope-section{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.elt-envelope-row{display:flex;align-items:center;gap:.75rem}.elt-envelope-label{font-size:.82rem;font-weight:700;width:36px;flex-shrink:0}.elt-envelope-bar-track{flex:1;height:20px;background:#f3f4f6;border-radius:10px;display:flex;overflow:hidden}.elt-envelope-bar-segment{height:100%;transition:width .3s ease}.elt-envelope-filled{background:#16a34a}.elt-envelope-stats{font-size:.75rem;color:#5f6368;white-space:nowrap;min-width:180px;text-align:right}.elt-envelope-of{color:#9ca3af}.elt-momentum{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem}.elt-section-label{font-size:.72rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.elt-funnel-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem}.elt-hm-table{width:100%;border-collapse:collapse;font-size:.82rem}.elt-hm-row td{padding:.4rem .5rem;border-bottom:1px solid #f3f4f6;vertical-align:middle}.elt-hm-row:last-child td{border-bottom:none}.elt-hm-name{font-weight:600;color:#202124}.elt-hm-count{font-weight:700;font-size:.9rem;text-align:center;min-width:2.5rem}.elt-hm-bar{display:flex;height:6px;border-radius:3px;overflow:hidden;min-width:80px;gap:1px}.elt-hm-bar-seg{height:100%;border-radius:2px}.elt-hm-days{font-weight:600;font-size:.78rem;text-align:right;white-space:nowrap}.elt-activity-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem}.elt-activity-list{display:flex;flex-direction:column;gap:.4rem}.elt-activity-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;padding:.3rem 0}.elt-activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.elt-activity-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#374151}.elt-activity-fn{color:#9ca3af}.elt-activity-time{font-size:.72rem;color:#9ca3af;white-space:nowrap;flex-shrink:0}.elt-role-sections{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.elt-section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.elt-section-accent{width:4px;height:20px;border-radius:2px;flex-shrink:0}.elt-section-title{font-size:.88rem;font-weight:700;color:#202124}.elt-section-count{display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6;color:#5f6368;border-radius:9999px;min-width:22px;height:22px;font-size:.72rem;font-weight:700;padding:0 .4rem}.elt-section-subtitle{font-size:.75rem;color:#9ca3af;font-weight:400}.elt-role-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.elt-role-card{background:#fff;border:1px solid #dadce0;border-radius:8px;border-left:4px solid #9aa0a6;padding:1rem;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease}.elt-role-card:hover{box-shadow:0 2px 8px #00000014;border-color:#bdc1c6}.elt-role-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.35rem}.elt-role-card-title{font-weight:600;font-size:.95rem;color:#202124;cursor:pointer}.elt-role-card-title:hover{color:#1a73e8}.elt-role-card-badges{display:flex;gap:.35rem;flex-shrink:0}.elt-aging-badge{display:inline-block;border-radius:9999px;padding:.15rem .55rem;font-size:.72rem;font-weight:600;white-space:nowrap}.elt-stage-badge{display:inline-block;background:#f3f4f6;color:#6b7280;border-radius:9999px;padding:.15rem .55rem;font-size:.72rem;font-weight:500;white-space:nowrap}.elt-role-card-meta{font-size:.82rem;color:#5f6368;margin-bottom:.35rem}.elt-tier-chip{display:inline-block;background:#ede9fe;color:#6d28d9;border-radius:4px;padding:.1rem .4rem;font-size:.7rem;font-weight:600;margin-left:.35rem;vertical-align:middle}.elt-role-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-bottom:.25rem}.elt-recruiter-chip{display:inline-block;background:#e0f2fe;color:#0369a1;border-radius:9999px;padding:.1rem .5rem;font-size:.7rem;font-weight:500}.elt-type-chip{display:inline-block;background:#f3f4f6;color:#6b7280;border-radius:4px;padding:.1rem .4rem;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.elt-fn-chip{display:inline-block;border-radius:4px;padding:.05rem .35rem;font-size:.7rem;font-weight:600;margin-right:.25rem;vertical-align:middle}.elt-role-card-context{display:flex;flex-wrap:wrap;align-items:center;gap:.1rem 0;font-size:.78rem;color:#6b7280;margin-bottom:.3rem}.elt-context-item{display:inline-flex;align-items:center}.elt-context-item+.elt-context-item:before{content:"·";margin:0 .4rem;color:#d1d5db}.elt-backfill-badge{background:#fef3c7;color:#92400e;border-radius:4px;padding:.05rem .35rem;font-weight:500;font-size:.72rem}.elt-reqid{font-family:SF Mono,Menlo,monospace;font-size:.7rem;color:#9ca3af}.elt-role-card-why{font-size:.78rem;color:#5f6368;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.35rem;font-style:italic}.elt-section-filled .elt-role-list{opacity:.85}.elt-role-card-filled{background:#f9fafb;border:1px solid #e5e7eb;border-left:3px solid #16a34a;border-radius:8px;padding:.75rem 1rem;cursor:pointer;transition:box-shadow .15s}.elt-role-card-filled:hover{box-shadow:0 2px 8px #00000014}.elt-fill-type-badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:9999px;white-space:nowrap}.elt-toolbar{display:flex;flex-direction:column;gap:.6rem;margin-top:1.5rem;margin-bottom:.25rem}.elt-toolbar-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.elt-search-input{flex:1;min-width:180px;max-width:320px;padding:.4rem .65rem;border:1px solid #dadce0;border-radius:8px;font-size:.82rem;font-family:inherit;outline:none;background:#fff}.elt-search-input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e826}.elt-filter-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.elt-filter-select{padding:.35rem .5rem;border:1px solid #dadce0;border-radius:6px;font-size:.78rem;font-family:inherit;color:#374151;background:#fff;cursor:pointer;outline:none}.elt-filter-select:focus{border-color:#1a73e8}.elt-filter-clear{background:none;border:none;color:#dc2626;font-size:.75rem;font-weight:500;cursor:pointer;padding:.25rem .4rem;border-radius:4px}.elt-filter-clear:hover{background:#fef2f2}.elt-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.elt-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:680px;max-width:100%;max-height:calc(100vh - 4rem);display:flex;flex-direction:column;position:relative;animation:elt-modal-in .15s ease-out}@keyframes elt-modal-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.elt-modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;line-height:1;padding:.25rem;border-radius:4px;z-index:1}.elt-modal-close:hover{color:#374151;background:#f3f4f6}.elt-modal-header{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #f3f4f6}.elt-modal-title{font-size:1.15rem;font-weight:700;color:#202124;margin:0 0 .4rem;padding-right:2rem}.elt-modal-header-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.elt-modal-type{font-size:.72rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.elt-modal-status-badge{display:inline-block;border-radius:9999px;padding:.1rem .5rem;font-size:.7rem;font-weight:600}.elt-modal-body{overflow-y:auto;padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.elt-modal-glance{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem 1rem;background:#f8f9fa;border-radius:8px;padding:.75rem 1rem}.elt-modal-glance-item{display:flex;flex-direction:column;gap:.1rem}.elt-modal-glance-label{font-size:.68rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.elt-modal-glance-value{font-size:.85rem;color:#202124;font-weight:500}.elt-modal-section-title{font-size:.78rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;padding-bottom:.35rem;border-bottom:1px solid #f3f4f6}.elt-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem}.elt-modal-field{display:flex;flex-direction:column;gap:.1rem;font-size:.85rem;color:#202124}.elt-modal-field-full{grid-column:1 / -1}.elt-modal-label{font-size:.7rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.03em}.elt-modal-text-value{white-space:pre-wrap;line-height:1.45;color:#374151}.elt-modal-link{color:#2563eb;text-decoration:none;font-size:.82rem;word-break:break-all}.elt-modal-link:hover{text-decoration:underline}.elt-modal-chain{display:flex;flex-direction:column;gap:.35rem}.elt-modal-chain-step{display:flex;align-items:center;gap:.5rem}.elt-modal-chain-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.elt-modal-chain-info{display:flex;align-items:center;gap:.4rem;font-size:.82rem;flex-wrap:wrap}.elt-modal-chain-approver{font-weight:600;color:#202124}.elt-modal-chain-role{font-size:.72rem;color:#9ca3af;text-transform:capitalize}.elt-modal-chain-status{font-size:.72rem;font-weight:600}.elt-modal-chain-date{font-size:.68rem;color:#d1d5db}.elt-modal-linked{display:flex;flex-direction:column;gap:.35rem}.elt-modal-linked-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;background:#f9fafb;border-radius:6px;padding:.35rem .6rem}.elt-modal-linked-dir{font-size:.68rem;font-weight:600;text-transform:uppercase;color:#6b7280;background:#f3f4f6;border-radius:4px;padding:.05rem .35rem}.elt-modal-linked-type{font-weight:600;color:#4f46e5}.elt-modal-linked-status{font-size:.75rem;font-weight:600}@media (max-width: 700px){.elt-modal-backdrop{padding:1rem}.elt-modal{width:100%}.elt-modal-grid{grid-template-columns:1fr}}.elt-lr-popover-anchor{position:relative;display:inline}.elt-lr-indicator{font-size:.75rem;margin-left:.25rem;cursor:help}.elt-lr-popover{position:absolute;top:calc(100% + 6px);left:0;z-index:100;background:#fff;border:1px solid #dadce0;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:.75rem 1rem;width:300px;max-width:90vw}.elt-lr-popover-header{font-weight:600;font-size:.82rem;color:#202124;margin-bottom:.35rem}.elt-lr-popover-text{font-size:.8rem;color:#5f6368;line-height:1.45;margin-bottom:.35rem;white-space:pre-wrap;max-height:150px;overflow-y:auto}.elt-lr-popover-link{display:inline-block;font-size:.78rem;color:#1a73e8;font-weight:500;text-decoration:none}.elt-lr-popover-link:hover{text-decoration:underline}.elt-comment-section{margin-top:.5rem;border-top:1px solid #f3f4f6;padding-top:.35rem}.elt-comment-toggle{background:none;border:none;cursor:pointer;font-size:.78rem;color:#5f6368;font-weight:500;padding:.15rem 0;display:flex;align-items:center;gap:.35rem}.elt-comment-toggle:hover{color:#202124}.elt-comment-count{display:inline-flex;align-items:center;justify-content:center;background:#e8eaed;color:#5f6368;border-radius:9999px;min-width:18px;height:18px;font-size:.68rem;font-weight:600;padding:0 .3rem}.elt-comment-thread{margin-top:.35rem;display:flex;flex-direction:column;gap:.35rem}.elt-comment-loading,.elt-comment-empty{font-size:.78rem;color:#9aa0a6;padding:.25rem 0}.elt-comment-item{background:#f8f9fa;border-radius:6px;padding:.5rem .65rem}.elt-comment-author{font-size:.75rem;font-weight:600;color:#202124;display:flex;align-items:center;gap:.5rem}.elt-comment-date{font-weight:400;color:#9aa0a6;font-size:.7rem}.elt-comment-text{font-size:.8rem;color:#3c4043;margin-top:.15rem;line-height:1.4;white-space:pre-wrap}.elt-comment-input-row{display:flex;gap:.35rem;margin-top:.15rem}.elt-comment-input{flex:1;border:1px solid #dadce0;border-radius:6px;padding:.35rem .5rem;font-size:.8rem;outline:none;font-family:inherit}.elt-comment-input:focus{border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e826}.elt-comment-post{background:#1a73e8;color:#fff;border:none;border-radius:6px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap}.elt-comment-post:hover:not(:disabled){background:#1557b0}.elt-comment-post:disabled{opacity:.5;cursor:not-allowed}.elt-channel-badge{display:inline-block;border-radius:9999px;padding:.15rem .6rem;font-size:.7rem;font-weight:600;white-space:nowrap}.elt-linked-requests{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem;padding-top:.4rem;border-top:1px solid #f3f4f6}.elt-linked-request-item{display:inline-flex;align-items:center;gap:.3rem;background:#f9fafb;border-radius:6px;padding:.2rem .55rem;font-size:.72rem}.elt-linked-type{font-weight:600;color:#4f46e5}.elt-linked-status{font-weight:500}@media (max-width: 900px){.elt-momentum{grid-template-columns:1fr}}@media (max-width: 768px){.elt-envelope-row{flex-wrap:wrap}.elt-envelope-stats{min-width:auto;text-align:left;width:100%;padding-left:calc(36px + .75rem)}.elt-lr-popover{width:240px}}.pi-container{display:flex;flex-direction:column;gap:1.5rem}.pi-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.pi-kpi-tile{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;text-align:center}.pi-kpi-value{font-size:1.75rem;font-weight:700;line-height:1.2}.pi-kpi-label{font-size:.75rem;color:#64748b;margin-top:.25rem;text-transform:uppercase;letter-spacing:.03em}.pi-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem}.pi-section-title{font-size:.95rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.pi-legend{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;font-size:.75rem;color:#64748b}.pi-legend-item{display:flex;align-items:center;gap:.35rem}.pi-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pi-bar-chart{display:flex;flex-direction:column;gap:.5rem}.pi-bar-row{display:flex;align-items:center;gap:.75rem;transition:background .15s;border-radius:4px;padding:2px 4px}.pi-bar-row:hover{background:#f8fafc}.pi-bar-label{font-size:.8rem;font-weight:500;min-width:160px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pi-bar-track{flex:1;height:20px;position:relative;background:#f1f5f9;border-radius:4px;overflow:visible}.pi-stacked-bar{display:flex;height:100%;border-radius:4px;overflow:hidden;position:relative;z-index:1}.pi-stacked-segment{height:100%;transition:flex .3s ease}.pi-envelope-outline{position:absolute;top:0;left:0;height:100%;border:2px dashed #94a3b8;border-radius:4px;pointer-events:none;z-index:0}.pi-bar-values{font-size:.7rem;color:#94a3b8;min-width:120px;text-align:right;white-space:nowrap;flex-shrink:0}.pi-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.pi-filter-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#eff6ff;color:#2563eb;border-radius:999px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s}.pi-filter-chip:hover{background:#dbeafe}.pi-filter-clear{background:#f1f5f9;color:#64748b}.pi-filter-clear:hover{background:#e2e8f0}.pi-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.pi-two-col{grid-template-columns:1fr}}.pi-growth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.pi-growth-card{border:1px solid #e2e8f0;border-top:3px solid;border-radius:8px;padding:1rem;transition:box-shadow .15s}.pi-growth-card:hover{box-shadow:0 2px 8px #0000000f}.pi-growth-fn{font-size:.95rem;font-weight:700;margin-bottom:.75rem}.pi-growth-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.pi-growth-label{font-size:.7rem;color:#64748b;width:65px;flex-shrink:0}.pi-growth-bar-track{flex:1;height:10px;background:#f1f5f9;border-radius:4px;overflow:hidden}.pi-growth-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.pi-growth-val{font-size:.8rem;font-weight:600;min-width:30px;text-align:right}.pi-velocity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem}.pi-velocity-card{text-align:center;padding:1rem .5rem;border:1px solid #e2e8f0;border-radius:8px}.pi-velocity-big{font-size:2rem;font-weight:700;line-height:1}.pi-velocity-unit{font-size:.85rem;font-weight:400;color:#94a3b8;margin-left:.2rem}.pi-velocity-label{font-size:.75rem;color:#64748b;margin-top:.25rem;text-transform:uppercase;letter-spacing:.03em}.pi-velocity-sub{font-size:.7rem;color:#94a3b8;margin-top:.15rem}.pi-velocity-alert{border-color:#fecaca;background:#fef2f2}.pi-tenure-chart{display:flex;align-items:flex-end;gap:.75rem;height:140px;padding-top:1rem}.pi-tenure-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.pi-tenure-val{font-size:.75rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.pi-tenure-bar{width:100%;max-width:60px;background:linear-gradient(to top,#2563eb,#60a5fa);border-radius:4px 4px 0 0;min-height:4px;transition:height .3s ease}.pi-tenure-label{font-size:.7rem;color:#64748b;margin-top:.35rem;white-space:nowrap}.add-req-type-pills{display:flex;gap:.5rem;margin-bottom:1rem}.add-req-type-pill{padding:.4rem 1rem;border-radius:6px;border:2px solid #d1d5db;background:#fff;font-size:.85rem;font-weight:600;color:#5f6368;cursor:pointer;font-family:inherit;transition:all .15s}.add-req-type-pill:hover{border-color:#9ca3af}.add-req-type-pill.active{border-color:#1a73e8;background:#e8f0fe;color:#1a73e8}.add-req-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9aa0a6;margin:1rem 0 .5rem;padding-bottom:.35rem;border-bottom:1px solid #f0f0f0}.add-req-confirm-banner{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:1.25rem}.add-req-confirm-table{display:flex;flex-direction:column}.add-req-confirm-row{display:flex;padding:.5rem 0;border-bottom:1px solid #f3f4f6;gap:.75rem;font-size:.85rem}.add-req-confirm-row:last-child{border-bottom:none}.add-req-confirm-label{width:130px;flex-shrink:0;color:#5f6368;font-weight:500;font-size:.8rem}.add-req-confirm-value{flex:1;color:#202124;word-break:break-word}.nav-section-gated{position:relative;border-radius:6px;padding:4px 8px;background:repeating-linear-gradient(-45deg,#fbbf24,#fbbf24 6px,#1f2937 6px,#1f2937 12px);background-size:100% 100%}.nav-section-gated:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:4px;background:#fff}.nav-section-gated>*{position:relative;z-index:1}.nav-section-gated .nav-link{opacity:.55}.nav-section-gated .nav-section-label{display:flex;align-items:center;gap:4px}.nav-gated-icon{color:#d97706;flex-shrink:0}.nav-gated-label{font-size:.55rem;font-weight:700;color:#d97706;text-transform:uppercase;letter-spacing:.04em}.closed-beta-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:60vh;padding:2rem}.closed-beta-placeholder>svg{color:#9ca3af;margin-bottom:1rem}.closed-beta-placeholder h2{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:.5rem}.closed-beta-placeholder p{max-width:380px;font-size:.92rem;color:#6b7280;line-height:1.6}@media (max-width: 640px){.pi-kpi-grid{grid-template-columns:repeat(3,1fr)}.pi-bar-label{min-width:100px;font-size:.7rem}.pi-bar-values{display:none}.pi-growth-grid{grid-template-columns:1fr}.pi-velocity-grid{grid-template-columns:repeat(2,1fr)}}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.page-header-text{flex:1}.page-header .page-title{margin-bottom:.2rem}.page-header-subtitle{font-size:.84rem;color:#6b7280;margin:0}.request-row--travel:before{background:#5f6368;opacity:.35}.request-row--im:before{background:#c20075;opacity:.35}.request-row--offer:before{background:#854d0e;opacity:.35}.request-row--exthire:before{background:#065f46;opacity:.35}.request-row--commercial:before{background:#c20075;opacity:.55}.request-row--travel:hover:before,.request-row--im:hover:before,.request-row--offer:hover:before,.request-row--exthire:hover:before,.request-row--commercial:hover:before{opacity:1}.route-map{display:flex;flex-direction:column}.route-stop{display:flex;align-items:stretch;min-height:64px}.route-track{display:flex;flex-direction:column;align-items:center;width:30px;flex-shrink:0;position:relative}.route-line{width:5px;flex:1;min-height:8px;border-radius:2px}.route-line--top{margin-bottom:-1px}.route-line--bottom{margin-top:-1px}.route-line--approved{background:#059669}.route-line--rejected{background:#dc2626}.route-line--pending,.route-line--skipped{background:#e5e7eb}.route-station{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;transition:transform .2s ease}.route-station--approved{background:#059669;color:#fff;box-shadow:0 0 0 3px #fff,0 0 0 5px #05966940}.route-station--rejected{background:#dc2626;color:#fff;box-shadow:0 0 0 3px #fff,0 0 0 5px #dc262640}.route-station--pending{background:#fff;border:3px solid #d1d5db}.route-station--current{background:#c20075;color:#fff;border:none;box-shadow:0 0 0 3px #fff,0 0 0 5px #c200754d;animation:stationPulse 2s ease-in-out infinite}.route-station-hollow{width:8px;height:8px;border-radius:50%;background:#d1d5db}.route-train{animation:trainBounce 1.5s ease-in-out infinite}@keyframes stationPulse{0%,to{box-shadow:0 0 0 3px #fff,0 0 0 5px #c200754d}50%{box-shadow:0 0 0 3px #fff,0 0 0 8px #c2007526}}@keyframes trainBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-1.5px)}}.route-station--skipped{background:#fff;border:2px dashed #d1d5db;opacity:.5}.route-info{flex:1;padding:6px 0 6px 12px;min-width:0}.route-name{font-size:.82rem;font-weight:600;color:#111827;line-height:1.3}.route-stop--current .route-name{color:#c20075}.route-approver{font-size:.78rem;color:#6b7280;margin-top:1px}.route-admin-action{font-size:.72rem;color:#a30063;margin-top:.25rem;display:flex;align-items:center;gap:.3rem}.route-admin-badge{background:#fce8ef;color:#a30063;padding:.1rem .4rem;border-radius:4px;font-weight:600;font-size:.65rem}.route-comment{font-size:.78rem;color:#6b7280;font-style:italic;margin-top:.25rem;padding:.35rem .65rem;background:#f9fafb;border-radius:6px;border-left:3px solid #C20075}.route-timestamp{font-size:.72rem;color:#9ca3af;margin-top:.15rem}.activity-event{padding:.6rem 0;font-size:.78rem;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.activity-event:not(:last-child){border-bottom:1px solid #f3f4f6}.activity-actor{font-weight:600;color:#111827;font-size:.8rem}.activity-event-type{padding:.1rem .4rem;border-radius:4px;font-size:.72rem;font-weight:500;background:#f3f4f6;color:#6b7280}.activity-event-type--submitted{background:#fce8ef;color:#c20075}.activity-event-type--approved{background:#d1fae5;color:#065f46}.activity-event-type--rejected{background:#fecaca;color:#991b1b}.activity-event-type--cancelled{background:#e5e7eb;color:#5f6368}.activity-event-type--admin{background:#fce8ef;color:#a30063}.activity-timestamp{color:#9ca3af;font-size:.72rem;margin-left:auto}.activity-comment{width:100%;color:#6b7280;font-style:italic;margin-top:.15rem;padding:.3rem .55rem;background:#f9fafb;border-radius:6px;font-size:.78rem}.detail-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000a}.detail-header-meta{text-align:right;font-size:.78rem;color:#9ca3af}.detail-decision-card{border:1px solid rgba(194,0,117,.2);background:linear-gradient(135deg,#fdf2f8,#fce8ef);box-shadow:0 2px 8px #c2007514}.detail-cancel-card{border:1px solid #e5e7eb;background:#fafafa}.btn-link-ironclad{display:inline-flex;align-items:center;gap:.25rem;border:1px solid #C20075;color:#c20075;border-radius:6px;padding:.22rem .6rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .15s ease;white-space:nowrap;font-family:inherit;background:transparent}.btn-link-ironclad:hover{background:#fce8ef;color:#a30063}.tab-content-enter{animation:fadeInContent .2s ease-out}[data-theme=dark] .page-title,[data-theme=dark] .cal-title{color:var(--fg-primary)}[data-theme=dark] .cal-subtitle{color:var(--fg-muted)}[data-theme=dark] .form-page-bg{background:var(--bg-page)}[data-theme=dark] .form-header-card,[data-theme=dark] .form-section-card{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .form-section-card:focus-within{border-left-color:var(--brand)}[data-theme=dark] .form-title{color:var(--fg-primary)}[data-theme=dark] .form-description{color:var(--fg-muted)}[data-theme=dark] .form-label{color:var(--fg-primary)}[data-theme=dark] .form-label .required-star{color:var(--accent-red)}[data-theme=dark] .form-input,[data-theme=dark] .form-select{color:var(--fg-primary)}[data-theme=dark] .type-card{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .type-card-title{color:var(--fg-primary)}[data-theme=dark] .type-card-icon{background:var(--bg-surface-muted);color:var(--fg-secondary)}[data-theme=dark] .type-card:hover .type-card-icon{background:var(--brand-tint);color:var(--brand)}[data-theme=dark] .breadcrumb-btn{background:var(--bg-surface-muted);border-color:var(--border-default);color:var(--fg-secondary)}[data-theme=dark] .breadcrumb-btn:hover{background:var(--bg-surface);border-color:var(--fg-subtle);color:var(--fg-primary)}[data-theme=dark] .request-row{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .request-row-title{color:var(--fg-primary)}[data-theme=dark] .request-row-date,[data-theme=dark] .request-row-meta,[data-theme=dark] .request-row-id{color:var(--fg-muted)}[data-theme=dark] .detail-card{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .detail-card h3{color:var(--fg-primary)}[data-theme=dark] .detail-header-card{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .detail-header-card h1{color:var(--fg-primary)}[data-theme=dark] .detail-header-meta{color:var(--fg-muted)}[data-theme=dark] .detail-cancel-card{background:var(--bg-surface-muted);border-color:var(--border-default)}[data-theme=dark] .route-comment{background:var(--bg-surface-muted);color:var(--fg-secondary);border-left-color:var(--brand)}[data-theme=dark] .cal-cycle-banner{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-cycle-banner-name{color:var(--fg-primary)}[data-theme=dark] .cal-cycle-banner-dates{color:var(--fg-muted)}[data-theme=dark] .cal-cycle-arrow{background:var(--bg-surface-muted);border-color:var(--border-default);color:var(--fg-secondary)}[data-theme=dark] .cal-cycle-arrow:hover:not(:disabled){background:var(--bg-surface);border-color:var(--fg-subtle)}[data-theme=dark] .cal-cycle-arrow:disabled{background:var(--bg-surface-sunken);border-color:var(--border-subtle);color:var(--fg-subtle)}[data-theme=dark] .cal-summary-item{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-btn-outline{background:var(--bg-surface);border-color:var(--border-default);color:var(--fg-secondary)}[data-theme=dark] .cal-btn-outline:hover{background:var(--bg-surface-muted);border-color:var(--fg-subtle)}[data-theme=dark] .cal-btn-outline:disabled{color:var(--fg-subtle)}[data-theme=dark] .badge-pending{background:var(--pill-caution-bg);color:var(--pill-caution-fg)}[data-theme=dark] .badge-approved{background:var(--pill-success-bg);color:var(--pill-success-fg)}[data-theme=dark] .badge-rejected{background:var(--pill-danger-bg);color:var(--pill-danger-fg)}[data-theme=dark] .badge-cancelled,[data-theme=dark] .badge-legacy{background:var(--pill-neutral-bg);color:var(--pill-neutral-fg)}[data-theme=dark] .badge-pending .badge-dot{background:var(--pill-caution-fg)}[data-theme=dark] .badge-approved .badge-dot{background:var(--pill-success-fg)}[data-theme=dark] .badge-rejected .badge-dot{background:var(--pill-danger-fg)}[data-theme=dark] .badge-cancelled .badge-dot{background:var(--pill-neutral-fg)}[data-theme=dark] .badge-type-travel{background:var(--pill-neutral-bg);color:var(--pill-neutral-fg)}[data-theme=dark] .badge-type-im{background:var(--brand-tint);color:var(--brand)}[data-theme=dark] .badge-type-offer{background:var(--pill-caution-bg);color:var(--pill-caution-fg)}[data-theme=dark] .badge-type-exthire{background:var(--pill-success-bg);color:var(--pill-success-fg)}[data-theme=dark] .activity-event-type--submitted{background:var(--brand-tint);color:var(--brand)}[data-theme=dark] .activity-event-type--approved{background:var(--pill-success-bg);color:var(--pill-success-fg)}[data-theme=dark] .activity-event-type--rejected{background:var(--pill-danger-bg);color:var(--pill-danger-fg)}[data-theme=dark] .activity-event-type--cancelled{background:var(--pill-neutral-bg);color:var(--pill-neutral-fg)}[data-theme=dark] .activity-event-type--admin{background:var(--brand-tint);color:var(--brand-hover)}[data-theme=dark] .cal-cycle-badge-active{background:var(--pill-success-bg);color:var(--pill-success-fg)}[data-theme=dark] .cal-cycle-badge-locked{background:var(--pill-danger-bg);color:var(--pill-danger-fg)}[data-theme=dark] .approval-progress.pending{color:var(--pill-caution-fg)}[data-theme=dark] .approval-progress.done{color:var(--pill-success-fg)}[data-theme=dark] .approval-progress.rejected{color:var(--pill-danger-fg)}[data-theme=dark] .approval-progress.cancelled{color:var(--fg-muted)}[data-theme=dark] .approval-progress.auto{color:var(--fg-subtle)}.recruiting-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:500;white-space:nowrap}.recruiting-chip--ta_intake{background:#eef2ff;color:#6366f1}.recruiting-chip--open_internal,.recruiting-chip--open_external_custom,.recruiting-chip--open_external_hub{background:#eff6ff;color:#2563eb}.recruiting-chip--completed{background:#d1fae5;color:#065f46}.recruiting-chip--cancelled{background:#f9fafb;color:#6b7280}.recruiting-chip--unknown{background:#f3f4f6;color:#6b7280}[data-theme=dark] .recruiting-chip--ta_intake,[data-theme=dark] .recruiting-chip--open_internal,[data-theme=dark] .recruiting-chip--open_external_custom,[data-theme=dark] .recruiting-chip--open_external_hub{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .recruiting-chip--completed{background:var(--pill-success-bg);color:var(--pill-success-fg)}[data-theme=dark] .recruiting-chip--cancelled,[data-theme=dark] .recruiting-chip--unknown{background:var(--pill-neutral-bg);color:var(--pill-neutral-fg)}.rp-tier-badge--p0{background:#fee2e2;color:#991b1b}.rp-tier-badge--p1{background:#ffedd5;color:#9a3412}.rp-tier-badge--p2{background:#dbeafe;color:#1e40af}.rp-tier-badge--p3{background:#f3f4f6;color:#4b5563}.rp-tier-badge--close{background:#e5e7eb;color:#6b7280}.rp-tier-badge--unknown{background:#f3f4f6;color:#4b5563}[data-theme=dark] .rp-tier-badge--p0{background:var(--pill-danger-bg);color:var(--pill-danger-fg)}[data-theme=dark] .rp-tier-badge--p1{background:var(--pill-warn-bg);color:var(--pill-warn-fg)}[data-theme=dark] .rp-tier-badge--p2{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .rp-tier-badge--p3,[data-theme=dark] .rp-tier-badge--close,[data-theme=dark] .rp-tier-badge--unknown{background:var(--pill-neutral-bg);color:var(--pill-neutral-fg)}.alert-box{padding:12px 16px;border-radius:8px;border:1px solid;margin-bottom:16px;display:flex;gap:10px;align-items:flex-start}.alert-box-body{color:#374151;font-size:13px;line-height:1.5}.alert-box-label{font-size:11px;font-weight:700;color:#fff;border-radius:4px;padding:2px 6px;flex-shrink:0;margin-top:1px}.alert-box--critical{background:#fef2f2;border-color:#fecaca}.alert-box--warning{background:#fffbeb;border-color:#fde68a}.alert-box--low{background:#eff6ff;border-color:#bfdbfe}.alert-box--success{background:#f0fdf4;border-color:#bbf7d0}.alert-box-label--critical{background:#dc2626}.alert-box-label--warning{background:#d97706}.alert-box-label--low{background:#2563eb}.alert-box-label--success{background:#16a34a}[data-theme=dark] .alert-box-body{color:var(--fg-secondary)}[data-theme=dark] .alert-box--critical{background:var(--pill-danger-bg);border-color:var(--pill-danger-fg)}[data-theme=dark] .alert-box--warning{background:var(--pill-caution-bg);border-color:var(--pill-caution-fg)}[data-theme=dark] .alert-box--low{background:var(--pill-info-bg);border-color:var(--pill-info-fg)}[data-theme=dark] .alert-box--success{background:var(--pill-success-bg);border-color:var(--pill-success-fg)}[data-theme=dark] .alert-box-label{color:var(--bg-page)}[data-theme=dark] .alert-box-label--critical{background:var(--pill-danger-fg)}[data-theme=dark] .alert-box-label--warning{background:var(--pill-caution-fg)}[data-theme=dark] .alert-box-label--low{background:var(--pill-info-fg)}[data-theme=dark] .alert-box-label--success{background:var(--pill-success-fg)}[data-theme=dark] .detail-row-label{color:var(--fg-muted)}[data-theme=dark] .detail-row-value,[data-theme=dark] .route-name{color:var(--fg-primary)}[data-theme=dark] .route-stop--current .route-name{color:var(--brand)}[data-theme=dark] .route-approver{color:var(--fg-secondary)}[data-theme=dark] .route-admin-action{color:var(--brand-hover)}[data-theme=dark] .activity-actor{color:var(--fg-primary)}[data-theme=dark] .rp-modal-panel{background:var(--bg-surface);border-left-color:var(--brand);box-shadow:-4px 0 24px #00000080}[data-theme=dark] .cal-detail-form{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-detail-label{color:var(--fg-secondary)}[data-theme=dark] .cal-summary-value{color:var(--fg-primary)}[data-theme=dark] .cal-summary-label{color:var(--fg-muted)}[data-theme=dark] .cal-btn-primary{background:var(--brand);color:#fff}[data-theme=dark] .cal-btn-primary:hover{background:var(--brand-hover)}[data-theme=dark] .cal-btn-primary:disabled{background:var(--bg-surface-muted);color:var(--fg-subtle)}[data-theme=dark] .cal-detail-readonly-empty{color:var(--fg-muted)}[data-theme=dark] .cal-card-level{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .cal-card-hipo-badge,[data-theme=dark] .cal-detail-hipo-badge{background:var(--brand-tint);color:var(--brand)}[data-theme=dark] .cal-card-perf-badge{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .cal-card-promo-badge{background:var(--pill-success-bg);color:var(--pill-success-fg)}[data-theme=dark] .cal-card-departed-badge{background:var(--pill-danger-bg);color:var(--pill-danger-fg)}[data-theme=dark] .cal-card-promo-nom-badge{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .cal-detail-enrichment{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-detail-enrichment h3{color:var(--fg-primary)}[data-theme=dark] .rp-toolbar-btn{background:var(--bg-surface);color:var(--fg-secondary);border-color:var(--border-default)}[data-theme=dark] .rp-toolbar-btn:hover{background:var(--bg-surface-muted);border-color:var(--border-strong)}[data-theme=dark] .rp-toolbar-btn.active{background:var(--brand-tint);color:var(--brand);border-color:var(--brand)}[data-theme=dark] .or-recruiter-add-hint{color:var(--fg-muted)}.rp-fn-badge--gtm{background:#eff6ff;color:#2563eb}.rp-fn-badge--rpd{background:#f5f3ff;color:#7c3aed}.rp-fn-badge--ga{background:#ecfdf5;color:#059669}[data-theme=dark] .rp-fn-badge--gtm,[data-theme=dark] .rp-fn-badge--rpd{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .rp-fn-badge--ga{background:var(--pill-success-bg);color:var(--pill-success-fg)}.rp-level-badge--l1-2{background:#dbeafe;color:#1e40af}.rp-level-badge--l3-4{background:#6366f1;color:#fff}.rp-level-badge--l5up{background:#312e81;color:#fff}[data-theme=dark] .rp-level-badge--l1-2{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .rp-level-badge--l3-4,[data-theme=dark] .rp-level-badge--l5up{background:var(--pill-info-fg);color:var(--bg-page)}[data-theme=dark] .cleanup-action-btn:disabled{background:var(--bg-surface-muted);color:var(--fg-subtle)}:root{transition:background-color .18s ease,color .18s ease}[data-theme=dark] ::selection{background:var(--selection-bg);color:var(--selection-fg)}[data-theme=dark] ::placeholder{color:var(--text-placeholder);opacity:1}[data-theme=dark] input:disabled,[data-theme=dark] textarea:disabled,[data-theme=dark] select:disabled,[data-theme=dark] button:disabled{color:var(--text-disabled)}[data-theme=dark] input[type=text]:disabled,[data-theme=dark] input[type=email]:disabled,[data-theme=dark] input[type=number]:disabled,[data-theme=dark] textarea:disabled,[data-theme=dark] select:disabled{background:var(--surface-disabled)}[data-theme=dark] :focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}[data-theme=dark] .rp-modal-panel,[data-theme=dark] .avatar-dropdown,[data-theme=dark] .people-dropdown,[data-theme=dark] .admin-confirm-dialog,[data-theme=dark] .driver-popover{background:var(--bg-surface-overlay)!important}[data-theme=dark] .rp-modal-panel,[data-theme=dark] .avatar-dropdown,[data-theme=dark] .admin-confirm-dialog{box-shadow:var(--elevation-highlight),var(--shadow-lg)}[data-theme=dark] .rp-row:hover:not(.rp-row-selected),[data-theme=dark] .request-row:hover,[data-theme=dark] .rp-pipeline-card:hover,[data-theme=dark] .cal-card:hover,[data-theme=dark] .avatar-dropdown-item:hover,[data-theme=dark] .people-dropdown-item:hover{background-color:var(--surface-hover)}[data-theme=dark] .toast,[data-theme=dark] .snackbar,[data-theme=dark] .popover,[data-theme=dark] .tooltip{background:var(--bg-surface-overlay);color:var(--fg-primary);border:1px solid var(--border-default);box-shadow:var(--elevation-highlight),var(--shadow-lg)}[data-theme=dark] .detail-card,[data-theme=dark] .detail-header-card,[data-theme=dark] .form-header-card,[data-theme=dark] .form-section-card,[data-theme=dark] .cal-detail-form,[data-theme=dark] .cal-summary-item{box-shadow:var(--elevation-highlight),var(--shadow-sm)}[data-theme=dark] .cal-card{background:var(--bg-surface);border-color:var(--border-default);box-shadow:var(--elevation-highlight),var(--shadow-sm)}[data-theme=dark] .cal-card:hover{background:var(--surface-hover);border-color:var(--brand);box-shadow:var(--elevation-highlight),0 2px 8px #d7318f2e}[data-theme=dark] .cal-card-name{color:var(--fg-primary)}[data-theme=dark] .cal-card-meta,[data-theme=dark] .cal-card-status-label{color:var(--fg-muted)}[data-theme=dark] .cal-card-footer{border-top-color:var(--border-default)}[data-theme=dark] .cal-status-untouched{background:var(--fg-subtle)}[data-theme=dark] .cal-tree-row:hover{background:var(--surface-hover)}[data-theme=dark] .cal-tree-row.root{border-bottom-color:var(--border-default)}[data-theme=dark] .cal-tree-row.root:hover{background:transparent}[data-theme=dark] .cal-tree-chevron{color:var(--fg-subtle)}[data-theme=dark] .cal-room-card{background:var(--bg-surface);border-color:var(--border-default);box-shadow:var(--elevation-highlight),var(--shadow-sm)}[data-theme=dark] .cal-room-card:hover{border-color:var(--brand);box-shadow:var(--elevation-highlight),0 2px 8px #d7318f2e}[data-theme=dark] .cal-room-card-name{color:var(--fg-primary)}[data-theme=dark] .cal-room-card-meta{color:var(--fg-muted)}[data-theme=dark] .cal-room-header{background:var(--bg-surface);border-color:var(--border-default);border-left-color:var(--brand)}[data-theme=dark] .cal-room-title{color:var(--fg-primary)}[data-theme=dark] .cal-room-leader-name{color:var(--fg-primary);border-bottom-color:var(--border-default)}[data-theme=dark] .cal-room-member-chip{background:var(--brand-tint);color:var(--brand)}[data-theme=dark] .cal-room-member-chip-x{color:var(--accent-red)}[data-theme=dark] .cal-room-member-chip-x:hover{color:var(--pill-danger-fg)}[data-theme=dark] .cal-room-view-toggle{border-color:var(--border-default)}[data-theme=dark] .cal-room-view-btn{background:var(--bg-surface);color:var(--fg-muted)}[data-theme=dark] .cal-room-view-btn:not(:last-child){border-right-color:var(--border-default)}[data-theme=dark] .cal-room-view-btn.active{background:var(--brand-tint);color:var(--brand)}[data-theme=dark] .cal-room-view-btn:hover:not(.active){background:var(--surface-hover)}[data-theme=dark] .cal-room-table{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-room-table th{background:var(--bg-surface-muted);color:var(--fg-muted);border-bottom-color:var(--border-default)}[data-theme=dark] .cal-room-table td{color:var(--fg-primary);border-bottom-color:var(--border-subtle)}[data-theme=dark] .cal-room-table tr:hover td{background:var(--surface-hover)}[data-theme=dark] .cal-table-sticky-col{background:var(--bg-surface)}[data-theme=dark] .cal-table-sticky-th{background:var(--bg-surface-muted)}[data-theme=dark] .cal-room-table tr:hover .cal-table-sticky-col{background:var(--surface-hover)}[data-theme=dark] .cal-empty{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-empty h3{color:var(--fg-primary)}[data-theme=dark] .cal-empty p{color:var(--fg-muted)}[data-theme=dark] .cal-detail-header{background:var(--bg-surface);border-color:var(--border-default);border-left-color:var(--brand);box-shadow:var(--elevation-highlight),var(--shadow-sm)}[data-theme=dark] .cal-detail-name{color:var(--fg-primary)}[data-theme=dark] .cal-detail-email{color:var(--fg-muted)}[data-theme=dark] .cal-detail-status-draft{background:var(--pill-caution-bg);color:var(--pill-caution-fg)}[data-theme=dark] .cal-detail-status-submitted{background:var(--pill-success-bg);color:var(--pill-success-fg)}[data-theme=dark] .cal-detail-status-locked,[data-theme=dark] .cal-detail-chip{background:var(--pill-neutral-bg);color:var(--pill-neutral-fg)}[data-theme=dark] .cal-detail-tag-elt{background:var(--pill-caution-bg);color:var(--pill-caution-fg)}[data-theme=dark] .cal-detail-tag-exco{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .cal-rating-option{background:var(--bg-surface);border-color:var(--border-default);color:var(--fg-muted)}[data-theme=dark] .cal-rating-option:hover{background:var(--surface-hover);border-color:var(--fg-subtle);color:var(--fg-secondary)}[data-theme=dark] .cal-detail-textarea,[data-theme=dark] .cal-detail-select{color:var(--fg-primary);background:var(--bg-surface-sunken);border-color:var(--border-default)}[data-theme=dark] .cal-detail-textarea:focus,[data-theme=dark] .cal-detail-select:focus{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}[data-theme=dark] .cal-detail-save-ok{color:var(--pill-success-fg)}[data-theme=dark] .cal-detail-save-err{color:var(--pill-danger-fg)}[data-theme=dark] .cal-detail-readonly{background:var(--bg-surface-sunken);border-color:var(--border-default)}[data-theme=dark] .cal-detail-readonly-rating-value{color:var(--fg-primary)}[data-theme=dark] .cal-detail-readonly-rating-label{color:var(--fg-muted)}[data-theme=dark] .cal-detail-readonly-notes{color:var(--fg-secondary)}[data-theme=dark] .cal-detail-previous{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-detail-previous-toggle{color:var(--fg-muted)}[data-theme=dark] .cal-detail-previous-entry{background:var(--bg-surface-muted)}[data-theme=dark] .cal-detail-previous-email{color:var(--fg-primary)}[data-theme=dark] .cal-detail-previous-date{color:var(--fg-subtle)}[data-theme=dark] .cal-detail-previous-review{color:var(--fg-muted)}[data-theme=dark] .cal-detail-comments{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-comment{border-bottom-color:var(--border-subtle)}[data-theme=dark] .cal-comment-author{color:var(--fg-secondary)}[data-theme=dark] .cal-comment-date{color:var(--fg-subtle)}[data-theme=dark] .cal-comment-delete{color:var(--accent-red)}[data-theme=dark] .cal-comment-text{color:var(--fg-secondary)}[data-theme=dark] .cal-comment-outcome-context{background:var(--bg-surface-muted);border-color:var(--border-default)}[data-theme=dark] .cal-comment-cycle-label{color:var(--fg-muted)}[data-theme=dark] .cal-comment-compose{border-top-color:var(--border-default)}[data-theme=dark] .cal-comment-badge{background:var(--pill-info-bg);color:var(--pill-info-fg);border-color:var(--pill-info-bg)}[data-theme=dark] .cal-flag-badge{background:var(--pill-caution-bg);color:var(--pill-caution-fg);border-color:var(--pill-caution-bg)}[data-theme=dark] .cal-flag-resolved-badge{background:var(--pill-success-bg);color:var(--pill-success-fg);border-color:var(--pill-success-bg)}[data-theme=dark] .cal-detail-timestamps{color:var(--fg-subtle)}[data-theme=dark] .cal-tabs{border-bottom-color:var(--border-default)}[data-theme=dark] .cal-tab{color:var(--fg-muted)}[data-theme=dark] .cal-tab:hover{color:var(--fg-primary);background:var(--surface-hover)}[data-theme=dark] .cal-tab.active{color:var(--brand);border-bottom-color:var(--brand)}[data-theme=dark] .cal-locked-banner{background:var(--bg-surface-sunken);border-color:var(--border-default);color:var(--fg-muted)}[data-theme=dark] .cal-create-form,[data-theme=dark] .cal-room-create-form{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-detail-cocat{background:var(--bg-surface);border-color:var(--border-default);border-left-color:var(--pill-info-fg)}[data-theme=dark] .cal-detail-cocat-header .cal-detail-form-title{color:var(--pill-info-fg)}[data-theme=dark] .cal-detail-cocat-assignee{background:var(--pill-info-bg);color:var(--pill-info-fg)}[data-theme=dark] .cal-detail-cocat-remove{color:var(--accent-red)}[data-theme=dark] .cal-detail-cocat-remove:hover{color:var(--pill-danger-fg)}[data-theme=dark] .cal-btn-lock{background:var(--pill-caution-bg);border-color:var(--pill-caution-fg);color:var(--pill-caution-fg)}[data-theme=dark] .cal-btn-lock:hover:not(:disabled){background:var(--pill-caution-bg);filter:brightness(1.15)}[data-theme=dark] .cal-detail-calibration-outcome{background:var(--bg-surface);border-color:var(--border-default);border-left-color:var(--accent-green)}[data-theme=dark] .cal-calibrated-off-track{background:var(--pill-danger-bg);color:var(--pill-danger-fg)}[data-theme=dark] .cal-calibrated-on-track{background:var(--pill-caution-bg);color:var(--pill-caution-fg)}[data-theme=dark] .cal-calibrated-exceeding,[data-theme=dark] .cal-promo-approve{background:var(--pill-success-bg);color:var(--pill-success-fg)}[data-theme=dark] .cal-promo-deny{background:var(--pill-danger-bg);color:var(--pill-danger-fg)}[data-theme=dark] .cal-calibrate-inline{background:var(--bg-surface-muted);border-color:var(--border-default)}[data-theme=dark] .cal-room-stats-item{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .cal-room-stats-value{color:var(--fg-primary)}[data-theme=dark] .cal-room-stats-label{color:var(--fg-muted)}[data-theme=dark] .cal-room-stats-divider{background:var(--border-default)}[data-theme=dark] .cal-org-progress-bar{background:var(--bg-surface-muted)}[data-theme=dark] .cal-org-progress-fill{background:var(--brand)}[data-theme=dark] .cal-org-dist-delta{color:var(--fg-muted)}[data-theme=dark] .cal-room-toolbar-divider{background:var(--border-default)}[data-theme=dark] .bar-chart{background:var(--bg-surface);border-color:var(--border-default);box-shadow:var(--elevation-highlight),var(--shadow-sm)}[data-theme=dark] .bar-chart-label{color:var(--fg-secondary)}[data-theme=dark] .bar-chart-track{background:var(--bg-surface-sunken)}[data-theme=dark] .bar-chart-count{color:var(--fg-secondary)}[data-theme=dark] .cal-detail-form-title{color:var(--fg-primary)}[data-theme=dark] .cal-enrichment-table th{color:var(--fg-muted);border-bottom-color:var(--border-default)}[data-theme=dark] .cal-enrichment-table td{color:var(--fg-primary);border-bottom-color:var(--border-subtle)}[data-theme=dark] .cal-enrichment-notes-cell{color:var(--fg-secondary)}[data-theme=dark] .cal-notes-toggle{color:var(--accent-blue)}[data-theme=dark] .cal-enrichment-subsection h4{color:var(--fg-primary)}[data-theme=dark] .people-dropdown{background:var(--bg-surface-overlay);border-color:var(--border-default);box-shadow:var(--elevation-highlight),var(--shadow-lg)}[data-theme=dark] .people-dropdown-item{border-bottom-color:var(--border-subtle)}[data-theme=dark] .people-dropdown-item:hover{background:var(--surface-hover)}[data-theme=dark] .people-dropdown-item-name{color:var(--fg-primary)}[data-theme=dark] .people-dropdown-item-email,[data-theme=dark] .loading-text{color:var(--fg-muted)}[data-theme=dark] .tab-bar{border-bottom-color:var(--border-default)}[data-theme=dark] .tab-btn{color:var(--fg-muted)}[data-theme=dark] .tab-btn:hover{color:var(--fg-primary)}[data-theme=dark] .tab-btn.active{color:var(--brand);border-bottom-color:var(--brand)}[data-theme=dark] .metric-card{background:var(--bg-surface);border-color:var(--border-default);box-shadow:var(--elevation-highlight),var(--shadow-sm)}[data-theme=dark] .metric-card:hover{box-shadow:var(--elevation-highlight),var(--shadow-md)}[data-theme=dark] .metric-card-value{color:var(--fg-primary)}[data-theme=dark] .metric-card-label{color:var(--fg-muted)}[data-theme=dark] .filter-bar select,[data-theme=dark] .filter-bar input[type=date]{background:var(--bg-surface);border-color:var(--border-default);color:var(--fg-secondary)}[data-theme=dark] .filter-bar select:hover,[data-theme=dark] .filter-bar input[type=date]:hover{border-color:var(--brand)}[data-theme=dark] .filter-bar select:focus,[data-theme=dark] .filter-bar input[type=date]:focus{border-color:var(--brand);box-shadow:0 0 0 2px #d7318f33}[data-theme=dark] .filter-date-label{color:var(--fg-muted)}[data-theme=dark] .toggle-group{background:var(--bg-surface-sunken)}[data-theme=dark] .toggle-btn{color:var(--fg-muted)}[data-theme=dark] .toggle-btn:hover{color:var(--fg-primary)}[data-theme=dark] .toggle-btn.active{background:var(--bg-surface);color:var(--brand);box-shadow:var(--shadow-sm)}[data-theme=dark] .skeleton-line{background:linear-gradient(90deg,#24272f 25%,#2c3038,#24272f 75%);background-size:300% 100%}[data-theme=dark] .skeleton-card,[data-theme=dark] .skeleton-metric{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .skeleton-table-row{border-bottom-color:var(--border-subtle)}[data-theme=dark] .filter-checkbox{color:var(--fg-secondary)}[data-theme=dark] .request-row--travel:before,[data-theme=dark] .request-row--im:before,[data-theme=dark] .request-row--offer:before,[data-theme=dark] .request-row--exthire:before,[data-theme=dark] .request-row--commercial:before{opacity:.6}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.cal-welcome-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;animation:cal-welcome-fade-in .2s ease}.cal-welcome-panel{background:var(--bg-surface);border-radius:12px;padding:36px 32px 28px;max-width:460px;width:90%;box-shadow:var(--shadow-lg);text-align:center;animation:cal-welcome-slide-in .25s ease}.cal-welcome-icon{font-size:2.5rem;margin-bottom:8px}.cal-welcome-title{font-size:1.3rem;font-weight:700;color:var(--fg-primary);margin:0 0 12px}.cal-welcome-desc{font-size:.88rem;color:var(--fg-muted);line-height:1.5;margin:0 0 8px}.cal-welcome-actions{display:flex;gap:10px;justify-content:center;margin-top:20px}.cal-welcome-btn-primary{padding:10px 24px;border-radius:8px;border:none;background:var(--brand);color:#fff;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s}.cal-welcome-btn-primary:hover{background:var(--brand-hover)}.cal-welcome-btn-outline{padding:10px 24px;border-radius:8px;border:1px solid var(--border-strong);background:var(--bg-surface);color:var(--fg-secondary);font-size:.88rem;font-weight:500;cursor:pointer;transition:border-color .15s}.cal-welcome-btn-outline:hover{border-color:var(--fg-subtle)}.cal-welcome-checkbox{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:.78rem;color:var(--fg-subtle);cursor:pointer}.cal-welcome-checkbox input[type=checkbox]{accent-color:var(--brand)}@keyframes cal-welcome-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cal-welcome-slide-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.driver-popover{font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:12px!important;max-width:380px!important;padding:20px!important;background:var(--bg-surface)!important;box-shadow:var(--shadow-lg)!important}.driver-popover-title{font-size:.95rem!important;font-weight:700!important;color:var(--fg-primary)!important}.driver-popover-description{font-size:.84rem!important;line-height:1.55!important;color:var(--fg-secondary)!important;margin-top:6px!important}.driver-popover-navigation-btns{gap:8px!important}.driver-popover-next-btn,.driver-popover-prev-btn,.driver-popover-close-btn{border-radius:6px!important;font-size:.82rem!important;font-weight:600!important;padding:6px 16px!important;text-shadow:none!important}.driver-popover-next-btn{background:var(--brand)!important;color:#fff!important;border:none!important}.driver-popover-next-btn:hover{background:var(--brand-hover)!important}.driver-popover-prev-btn{background:var(--bg-surface)!important;color:var(--fg-secondary)!important;border:1px solid var(--border-strong)!important}.driver-popover-prev-btn:hover{border-color:var(--fg-subtle)!important}.driver-popover-close-btn{color:var(--fg-subtle)!important}.driver-popover-progress-text{font-size:.74rem!important;color:var(--fg-subtle)!important}:root[data-theme=dark] .driver-popover-arrow-side-left.driver-popover-arrow{border-left-color:var(--bg-surface)!important}:root[data-theme=dark] .driver-popover-arrow-side-right.driver-popover-arrow{border-right-color:var(--bg-surface)!important}:root[data-theme=dark] .driver-popover-arrow-side-top.driver-popover-arrow{border-top-color:var(--bg-surface)!important}:root[data-theme=dark] .driver-popover-arrow-side-bottom.driver-popover-arrow{border-bottom-color:var(--bg-surface)!important}
