:root{--primary: #4759d8;--primary-dark: #303eaa;--primary-light: #eef0ff;--gradient-brand: linear-gradient(135deg, #4759d8 0%, #6d65e8 100%);--gradient-bg: #f5f6fa;--bg: #f5f6fa;--card: #ffffff;--border: #e3e5ed;--text: #252936;--heading: #171a24;--muted: #747987;--error-bg: #fdecec;--error-text: #a12020;--info-bg: #e6f6fd;--info-text: #00527a;--success-bg: #e6f8ee;--success-text: #16743f;--shadow-sm: 0 1px 2px rgba(16, 40, 60, .06);--shadow-md: 0 6px 20px rgba(16, 40, 60, .08);--shadow-lg: 0 12px 32px rgba(16, 40, 60, .14)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:var(--gradient-bg);color:var(--text);font-size:14px;line-height:1.5}h1{font-size:1.6rem;color:var(--heading);margin:0 0 1rem;font-weight:800;letter-spacing:-.01em}h2{font-size:1.1rem;color:var(--heading);margin:0 0 .75rem;font-weight:700}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.center-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.topbar{background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-md)}.topbar-inner{max-width:1100px;margin:0 auto;padding:.7rem 1rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:.6rem;font-weight:800;letter-spacing:-.01em}.topbar nav{display:flex;gap:1.25rem;flex:1}.topbar nav a{color:#fffc;padding:.25rem 0;font-weight:600;border-bottom:2px solid transparent}.topbar nav a.active{color:#fff;border-bottom:2px solid #fff}.topbar nav a:hover{color:#fff;text-decoration:none}.topbar-user{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.topbar-user .btn{color:#ffffffd9}.topbar-user .btn:hover{color:#fff}.app{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:#171a2b;color:#fff;padding:1.4rem 1rem;display:flex;flex-direction:column;z-index:30}.sidebar .brand{padding:.35rem .65rem 1.9rem;font-size:1rem;font-weight:800;letter-spacing:-.02em}.brand-mark{width:34px;height:34px;border-radius:10px;background:var(--gradient-brand);display:grid;place-items:center;font-weight:900}.brand small{display:block;color:#8e94ad;font-size:.66rem;font-weight:500;margin-top:1px}.sidebar nav{display:flex;flex-direction:column;gap:.25rem}.sidebar nav a{display:flex;align-items:center;gap:.8rem;color:#aeb3c7;padding:.7rem .75rem;border-radius:9px;font-weight:600;font-size:.88rem}.sidebar nav a span{width:20px;text-align:center;font-size:1.05rem}.sidebar nav a:hover,.sidebar nav a.active{color:#fff;background:#ffffff17;text-decoration:none}.sidebar-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.09);padding:1rem .35rem 0;display:flex;flex-direction:column;align-items:stretch;gap:.65rem;min-width:0}.sidebar-user .avatar{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#5968df;font-weight:800}.sidebar-user div{display:flex;flex-direction:column;min-width:0;flex:1}.sidebar-user>strong{font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user small{color:#8e94ad;text-transform:capitalize}.sidebar-user button{border:0;background:none;color:#8e94ad;cursor:pointer;font-size:1rem}.workspace{margin-left:248px;width:calc(100% - 248px)}.mobile-head{display:none}.content{max-width:1380px;margin:0 auto;padding:2.4rem 2.6rem 4rem}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.35rem;margin-bottom:1.25rem;box-shadow:var(--shadow-sm)}.auth-card{width:100%;max-width:400px;display:flex;flex-direction:column;gap:.9rem;box-shadow:var(--shadow-lg);border-top:4px solid var(--primary);padding:1.75rem}.auth-card h1{margin:0;font-size:1.35rem}label{display:flex;flex-direction:column;gap:.3rem;font-weight:600;font-size:.85rem;color:var(--heading)}input,select,textarea{font:inherit;font-weight:400;padding:.55rem .65rem;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);width:100%;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}textarea{resize:vertical}.btn{font:inherit;font-weight:700;padding:.55rem 1.1rem;border-radius:8px;border:1px solid transparent;cursor:pointer;background:none;transition:transform .1s,box-shadow .15s,background .15s}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:default}.btn-small{padding:.38rem .7rem;font-size:.76rem;white-space:nowrap}.btn-primary{background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){box-shadow:var(--shadow-md)}.btn-accent{background:var(--primary-dark);color:#fff;box-shadow:var(--shadow-sm)}.btn-accent:hover:not(:disabled){background:#003a5c;box-shadow:var(--shadow-md)}.btn-secondary{background:#fff;color:var(--primary);border-color:var(--primary)}.btn-secondary:hover:not(:disabled){background:var(--primary-light)}.btn-ghost{color:var(--primary)}.btn-ghost:hover:not(:disabled){text-decoration:underline}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.9rem;margin-bottom:.9rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem}.plan-editor section label{margin-bottom:.75rem}.row-item{position:relative;border-top:1px solid var(--border);padding-top:.9rem;margin-top:.5rem}.row-item:first-of-type{border-top:none}.row-remove{justify-self:start}.row-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.objective-item{border:1px solid var(--border);border-radius:10px;padding:.9rem;margin-bottom:.9rem;background:var(--bg)}.objective-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;color:var(--heading)}.submit-card{border-color:var(--primary);background:var(--primary-light)}.banner{padding:.65rem .9rem;border-radius:10px;margin-bottom:1rem;font-weight:600}.banner.error{background:var(--error-bg);color:var(--error-text)}.banner.info{background:var(--info-bg);color:var(--info-text)}.banner.success{background:var(--success-bg);color:var(--success-text)}.form-message{font-size:.85rem;color:var(--error-text);margin:0}.muted{color:var(--muted);font-weight:400}.empty-state{text-align:center;padding:2.75rem 1rem}.field{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.6rem}.field-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.field-value{white-space:pre-wrap}.plan-view-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.plan-view-head h2{margin:0}.status{display:inline-block;padding:.2rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.status-draft,.status-pending_mentor_review{background:#eef0f4;color:#555f73}.status-pending_employee_signature{background:var(--primary-light);color:var(--primary-dark)}.status-pending_manager_approval{background:#fff4dc;color:#8b5c00}.status-active{background:var(--primary-light);color:var(--primary-dark)}.status-completed{background:var(--success-bg);color:var(--success-text)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.55rem .7rem;border-bottom:1px solid var(--border);vertical-align:top}th{font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.objective-view{border-top:1px solid var(--border);padding-top:.75rem;margin-top:.75rem}.objective-view:first-of-type{border-top:none;margin-top:0}.objective-view>strong{display:block;margin-bottom:.5rem;color:var(--heading)}.sig-slot{border:1px dashed var(--border);border-radius:10px;padding:.85rem}.sig-slot.signed{border-style:solid;border-color:var(--primary);background:var(--primary-light);position:relative;padding-left:2.5rem}.sig-slot.signed:before{content:"";position:absolute;left:.85rem;top:.85rem;width:22px;height:22px;border-radius:999px;background:var(--primary);color:#fff;display:block}.sig-slot.signed:after{content:"";position:absolute;left:1.18rem;top:1.13rem;width:7px;height:4px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg)}.sig-done{display:flex;flex-direction:column}.sig-name{font-family:Snell Roundhand,Segoe Script,cursive;font-size:1.4rem;color:var(--heading)}.attest-check{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:.5rem;font-weight:400;font-size:.85rem;color:var(--text);margin-top:.9rem}.attest-check input{width:auto;margin-top:.2rem}.plan-actions{display:flex;gap:.75rem;margin-top:1rem}.signature-pad{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.4rem 1.4rem;margin-top:1rem;max-width:480px}.signature-pad-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.signature-pad-role{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.signature-pad-date{font-size:.78rem;color:var(--muted)}.signature-pad-preview{font-family:Snell Roundhand,Segoe Script,cursive;font-size:2rem;line-height:1.15;color:var(--heading);min-height:2.5rem;padding:0 .1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.signature-pad-preview.placeholder{color:var(--muted);font-family:inherit;font-size:.9rem;font-weight:400}.signature-pad-input{width:100%;border:none;border-bottom:2px solid var(--border);border-radius:0;background:transparent;padding:.35rem .1rem;font-size:.92rem;font-weight:600}.signature-pad-input:focus{outline:none;border-bottom-color:var(--primary);box-shadow:none}.signature-pad-caption{display:block;font-size:.7rem;color:var(--muted);margin-top:.3rem}.signature-pad-btn{margin-top:1rem;width:100%}.review-form{border:1px solid var(--border);border-radius:10px;padding:.9rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem;background:var(--bg)}.review-item{border-top:1px solid var(--border);padding-top:.75rem;margin-top:.75rem}.review-head{display:flex;justify-content:space-between;margin-bottom:.4rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.25rem}.stat{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:.9rem;display:flex;flex-direction:column;font-size:.82rem;color:var(--muted);box-shadow:var(--shadow-sm)}.stat-n{font-size:1.7rem;font-weight:800;color:var(--heading)}.filters{display:flex;gap:.75rem;margin-bottom:1rem}.filters select{max-width:220px}.stepper{display:flex;align-items:flex-start;gap:0;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.25rem}.step{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1;min-width:84px;border:none;background:none;cursor:pointer;font:inherit;padding:.25rem;position:relative}.step:before{content:"";position:absolute;top:15px;left:-50%;width:100%;height:2px;background:var(--border);z-index:0}.step:first-child:before{display:none}.step.done:before{background:var(--primary)}.step-dot{width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;background:#fff;border:2px solid var(--border);color:var(--muted);z-index:1;transition:all .15s}.step.active .step-dot{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 4px var(--primary-light)}.step.done .step-dot{background:var(--primary);border-color:transparent;color:#fff}.check-mark{width:10px;height:6px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg) translateY(-1px)}.step-label{font-size:.72rem;font-weight:700;color:var(--muted);text-align:center;white-space:nowrap}.step.active .step-label,.step.done .step-label{color:var(--heading)}.wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;gap:.75rem}.wizard-nav .spacer{flex:1}.plan-period-bar{position:sticky;top:12px;z-index:45;min-height:76px;margin:-.55rem 0 1.15rem;padding:.75rem .9rem;display:grid;grid-template-columns:38px minmax(220px,1.25fr) minmax(150px,.75fr) auto;align-items:center;gap:.85rem;border:1px solid #cce4ee;border-radius:12px;background:#fffffff7;box-shadow:0 8px 24px #004c6f17;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.plan-period-bar.calculated{border-color:#acd9e9;box-shadow:0 8px 24px #006f9f1c}.plan-period-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#e5f6fc}.plan-period-icon>span{width:17px;height:16px;border:1.5px solid #0084bb;border-radius:3px;position:relative}.plan-period-icon>span:before{content:"";position:absolute;left:-1.5px;right:-1.5px;top:4px;border-top:1.5px solid #0084bb}.plan-period-copy,.plan-period-duration{min-width:0;display:flex;flex-direction:column;gap:2px}.plan-period-copy strong{overflow:hidden;color:#254854;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.plan-period-copy strong span{margin:0 .22rem;color:#91a2a9;font-size:.67rem;font-weight:600}.plan-period-copy small{color:#6f8892;font-size:.62rem}.plan-period-bar.calculated .plan-period-copy small{color:#007fad;font-weight:700}.plan-period-duration{padding-left:.9rem;border-left:1px solid #dcebf1}.plan-period-duration strong{color:#31535f;font-size:.73rem}.plan-period-link{padding:.55rem .65rem;border:0;border-radius:8px;background:#eaf8fe;color:#007bad;font:inherit;font-size:.67rem;font-weight:800;cursor:pointer;white-space:nowrap}.plan-period-link:hover{background:#0094d4;color:#fff}.plan-period-link span{margin-left:.25rem}.review-summary section{margin-bottom:1.25rem}.review-summary h3{font-size:.95rem;color:var(--heading);margin:0 0 .5rem}.review-section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.55rem}.review-section-title h2,.review-section-title h3{margin:0}.review-section-title button,.section-edit-button{padding:.34rem .65rem;border:1px solid rgba(255,255,255,.7);border-radius:7px;background:#ffffff24;color:#fff;font:inherit;font-size:.64rem;font-weight:800;cursor:pointer}.review-section-title button{border-color:#b8dce9;background:#f1fafe;color:#007bad}.review-section-title button:hover{background:#0094d4;color:#fff}.section-edit-button:hover{background:#fff;color:#007bad}.section-head>.section-edit-button{margin-left:auto;flex:0 0 auto}.plan-head-actions .section-edit-button{border-color:#ffffffb8}.plan-view .section-edit-button,.plan-view-head .section-edit-button{border-color:#a8d6e7;background:#edf9fd;color:#007bad;box-shadow:none}.plan-view .section-edit-button:hover,.plan-view-head .section-edit-button:hover{border-color:#0094d4;background:#0094d4;color:#fff}.section-edit-button,.pencil-edit-button{width:30px;height:30px;min-width:30px;padding:0!important;display:grid;place-items:center;border-radius:8px}.section-edit-button>span,.pencil-edit-button>span{position:relative;width:13px;height:13px;display:block;transform:rotate(-42deg)}.section-edit-button>span:before,.pencil-edit-button>span:before{content:"";position:absolute;left:5px;top:0;width:4px;height:10px;border:1.5px solid currentColor;border-radius:1px}.section-edit-button>span:after,.pencil-edit-button>span:after{content:"";position:absolute;left:6px;top:11px;width:0;height:0;border-left:2px solid transparent;border-right:2px solid transparent;border-top:3px solid currentColor}.review-section-title .pencil-edit-button{border:1px solid #b8dce9;background:#f1fafe;color:#007bad}.review-section-title .pencil-edit-button:hover{border-color:#0094d4;background:#0094d4;color:#fff}.plan-view .section-edit-text,.plan-view-head .section-edit-text{width:auto;min-width:48px;height:30px;padding:0 12px!important;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem}.skill-review-table-wrap{margin-top:.8rem;border:1px solid #d8e8ee;border-radius:10px}.skill-review-table{min-width:900px;table-layout:fixed;font-size:.7rem}.skill-review-table th{padding:.62rem .65rem;background:#f4f9fb;color:#6f858e;font-size:.58rem;letter-spacing:.035em;text-transform:uppercase}.skill-review-table td{padding:.68rem .65rem;vertical-align:middle}.skill-review-table th:nth-child(1),.skill-review-table td:nth-child(1){width:38px;text-align:center}.skill-review-table th:nth-child(2){width:20%}.skill-review-table th:nth-child(3){width:20%}.skill-review-table th:nth-child(4){width:75px}.skill-review-table th:nth-child(5){width:180px}.skill-review-table th:nth-child(6){width:130px}.skill-review-table th:nth-child(7){width:65px}.skill-review-table tbody>tr:not(.skill-review-expanded-row):hover{background:#f8fcfd}.skill-review-table tbody>tr.expanded{background:#f1fafe}.review-cell-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-expand-button{padding:.34rem .45rem;border:0;border-radius:7px;background:#e9f7fc;color:#007bad;font:inherit;font-size:.62rem;font-weight:800;cursor:pointer}.review-expand-button:hover{background:#0094d4;color:#fff}.skill-review-expanded-row td{padding:0;border-top:0}.skill-review-table .skill-review-expanded-row>td{text-align:left}.skill-review-expanded{padding:1rem;border-top:1px solid #d5eaf2;border-bottom:1px solid #c7e2ec;background:#f8fcfd}.objective-view.embedded{margin:0;border:0;border-radius:0;box-shadow:none;background:#f8fcfd}.skill-review-full-copy{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.9rem}.skill-review-full-copy>div{padding:.75rem;border:1px solid #dcebf1;border-radius:8px;background:#fff}.skill-review-full-copy p{margin:.3rem 0 0;color:#405d68;font-size:.72rem;line-height:1.55;white-space:pre-wrap}.skill-review-action-list{display:flex;flex-direction:column;gap:.45rem}.skill-review-action-list>div{padding:.65rem .75rem;display:grid;grid-template-columns:26px minmax(220px,1fr) 190px 130px;align-items:center;gap:.7rem;border:1px solid #d9e9ef;border-radius:8px;background:#fff}.skill-review-action-number{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#e6f6fc;color:#007bad;font-size:.64rem;font-weight:900}.skill-review-action-list>div>span:not(.skill-review-action-number){min-width:0;display:flex;flex-direction:column;color:#425e69;font-size:.67rem}.skill-review-action-list strong{color:#2d515e;font-size:.7rem}.skill-review-action-list small{overflow:hidden;color:#82969e;font-size:.59rem;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 720px){.skill-review-full-copy{grid-template-columns:1fr}.skill-review-action-list>div{grid-template-columns:26px minmax(0,1fr)}.skill-review-action-list>div>span:nth-child(n+3){grid-column:2}}.objective-item{padding:1.2rem;border-color:#d8eaf2;background:#fbfdfe}.objective-foundation{margin-bottom:1.15rem}.development-actions{padding-top:1rem;border-top:1px solid #deedf3}.development-actions>.muted{margin:.2rem 0 .7rem;font-size:.76rem}.action-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.action-option{min-height:62px;padding:.7rem .8rem;display:flex;align-items:center;gap:.65rem;border:1px solid #cfe3ec;border-radius:11px;background:#fff;color:var(--heading);font:inherit;font-size:.78rem;font-weight:700;text-align:left;cursor:pointer;box-shadow:0 2px 8px #00588009;transition:transform .15s,border-color .15s,box-shadow .15s,background .15s}.action-option:hover{transform:translateY(-1px);border-color:#64bee2;background:#f4fbfe;box-shadow:0 7px 18px #006f9f17}.action-option>span:first-child{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#e7f6fc;color:#0078ad;font-size:1rem}.action-option-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.action-option-copy strong{color:#294b5a;font-size:.77rem}.action-option-copy small{color:#78909a;font-size:.63rem;font-weight:600}.action-option.selected{border-color:#0094d4;background:#eaf8fe;color:#006f9f}.action-option.selected span{background:#0094d4;color:#fff}.selected-action-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--form-gap-y) var(--form-gap-x);margin-top:1rem}.objective-followup{margin-top:1rem;padding:1rem;border:1px solid #d8eaf2;border-radius:11px;background:#fff;align-items:start}.mentor-choice-block{min-width:0}.choice-buttons{display:flex;gap:.5rem;margin-top:.42rem}.choice-buttons button{min-width:68px;height:36px;border:1px solid #cfe3ec;border-radius:8px;background:#fff;color:var(--text);font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.choice-buttons button.selected{border-color:#0094d4;background:#0094d4;color:#fff}.mentor-search-label{display:block;margin-top:.85rem}.objective-save-row{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #deedf3}.objective-save-row>span{margin-right:auto;color:var(--muted);font-size:.68rem}.objective-summary{min-height:86px;margin-bottom:.8rem;padding:.85rem 1rem;display:grid;grid-template-columns:38px minmax(220px,1fr) 120px auto;align-items:center;gap:.9rem;border:1px solid #cde3ec;border-left:3px solid #0094d4;border-radius:12px;background:#fff;box-shadow:0 4px 14px #004d700b;transition:border-color .15s,box-shadow .15s}.objective-summary:hover{border-color:#9dcede;box-shadow:0 7px 20px #004d7012}.objective-summary-number{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#0094d4;color:#fff;font-size:.76rem;font-weight:900}.objective-summary-copy{min-width:0}.objective-summary-copy>div{display:flex;align-items:center;gap:.5rem}.objective-summary-copy strong{overflow:hidden;color:#264955;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.objective-summary-copy p{margin:.25rem 0 0;overflow:hidden;color:#6d828a;font-size:.69rem;text-overflow:ellipsis;white-space:nowrap}.objective-summary-count{padding-left:.9rem;display:flex;flex-direction:column;border-left:1px solid #e0edf2}.objective-summary-count small{color:#8699a0;font-size:.56rem;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.objective-summary-count strong{color:#007cad;font-size:1.1rem}.objective-summary-controls{display:flex;gap:.25rem}.objective-summary-controls button{padding:.42rem .55rem;border:0;border-radius:7px;background:transparent;color:#007bad;font:inherit;font-size:.66rem;font-weight:800;cursor:pointer;white-space:nowrap}.objective-summary-controls button:hover{background:#eaf8fe}.objective-summary-controls button.danger{color:#a14c4c}.objective-summary-controls button.danger:hover{background:#fff0f0}.action-entry-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.action-entry{padding:1.05rem;border:1px solid #cfe3ec;border-left:3px solid #0094d4;border-radius:11px;background:#fff;box-shadow:0 5px 16px #0053790b}.action-entry-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.action-entry-title{display:flex;align-items:center;gap:.65rem}.action-entry-title>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#e8f7fc;color:#0078ad;font-size:.75rem;font-weight:900}.action-entry-title>div{display:flex;flex-direction:column;gap:1px}.action-entry-title strong{color:#244956;font-size:.84rem}.action-entry-title small{color:var(--muted);font-size:.64rem}.action-remove{border:0;background:transparent;color:#a24c4c;font:inherit;font-size:.68rem;font-weight:700;cursor:pointer}.action-remove:hover{text-decoration:underline}.action-dates{margin-top:.85rem}.action-entry .mentor-choice-block{margin-top:.9rem}.action-save-row{display:flex;justify-content:flex-end;align-items:center;gap:.8rem;margin-top:1rem;padding-top:.9rem;border-top:1px solid #e4eff3}.action-saved{margin-right:auto;color:#278050;font-size:.7rem;font-weight:750}.action-summary{min-height:78px;padding:.8rem .9rem;display:grid;grid-template-columns:32px minmax(190px,1.35fr) minmax(240px,1fr) auto;align-items:center;gap:.85rem;border:1px solid #d3e6ee;border-radius:11px;background:#fff;box-shadow:0 3px 12px #004e730a}.action-summary:hover{border-color:#acd5e5}.action-summary-number{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#e7f6fc;color:#007bad;font-size:.73rem;font-weight:900}.action-summary-main{min-width:0}.action-summary-main>div{display:flex;align-items:center;gap:.5rem}.action-summary-main strong{color:#294b58;font-size:.77rem}.action-summary-main p{margin:.22rem 0 0;overflow:hidden;color:#637b85;font-size:.69rem;text-overflow:ellipsis;white-space:nowrap}.saved-pill{padding:.17rem .4rem;border-radius:999px;background:#e5f5eb;color:#287c4b;font-size:.57rem;font-weight:800;white-space:nowrap}.action-summary-meta{display:grid;grid-template-columns:1.2fr 1fr;gap:.75rem;min-width:0}.action-summary-meta>span{min-width:0;display:flex;flex-direction:column;overflow:hidden;color:#425e69;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}.action-summary-meta small{margin-bottom:2px;color:#8a9ca3;font-size:.56rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.action-summary-controls{display:flex;align-items:center;gap:.25rem}.action-summary-controls button{padding:.38rem .5rem;border:0;border-radius:7px;background:transparent;color:#007bad;font:inherit;font-size:.65rem;font-weight:800;cursor:pointer}.action-summary-controls button:hover{background:#eaf8fe}.action-summary-controls button.danger{color:#a14c4c}.action-summary-controls button.danger:hover{background:#fff0f0}.action-empty-state{min-height:78px;padding:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;border:1px dashed #bddce8;border-radius:11px;background:#f8fcfd;color:var(--muted)}.action-empty-state>span{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#e5f5fb;color:#0085bd;font-size:1.1rem}.action-empty-state strong{display:block;color:#4b6975;font-size:.76rem}.action-empty-state p{margin:2px 0 0;font-size:.68rem}.view-action-list{display:flex;flex-direction:column;gap:.7rem;margin-top:.9rem}.view-action-card{padding:.85rem 1rem;border:1px solid #d9eaf1;border-radius:10px;background:#f9fcfd}.view-action-card>strong{display:block;margin-bottom:.55rem;color:#0078ad;font-size:.8rem}.nested-action-list{margin-top:.9rem;overflow:hidden;border:1px solid #d6e8ef;border-radius:10px;background:#fff}.nested-action-head,.nested-action-summary{display:grid;grid-template-columns:28px minmax(115px,.8fr) minmax(190px,1.4fr) 155px 105px 82px 20px;align-items:center;gap:.6rem}.nested-action-head{min-height:34px;padding:.45rem .7rem;background:#f1f8fb;color:#7d9199;font-size:.55rem;font-weight:850;letter-spacing:.035em;text-transform:uppercase}.nested-action{border-top:1px solid #e2edf2}.nested-action:first-of-type{border-top:0}.nested-action-summary{width:100%;min-height:52px;padding:.55rem .7rem;border:0;background:#fff;color:#45616c;font:inherit;font-size:.66rem;text-align:left;cursor:pointer}.nested-action-summary:hover,.nested-action.expanded .nested-action-summary{background:#f5fbfd}.nested-action-summary strong{overflow:hidden;color:#2d5360;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.nested-action-number{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#e6f6fc;color:#007bad;font-size:.62rem;font-weight:900}.nested-action-description,.nested-action-mentor{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-approval-badge{width:fit-content;max-width:100%;padding:4px 7px;border-radius:999px;font-size:.56rem;font-weight:850;line-height:1;white-space:nowrap}.action-approval-badge.approved{background:#e3f5ea;color:#28784a}.action-approval-badge.pending{background:#fff3dc;color:#8a5d08}.action-approval-badge.not-required{background:#eef2f4;color:#697980}.nested-action-chevron{width:8px;height:8px;justify-self:center;border-right:1.5px solid #0082b8;border-bottom:1.5px solid #0082b8;transform:rotate(45deg) translate(-2px,-2px);transition:transform .15s}.nested-action.expanded .nested-action-chevron{transform:rotate(225deg) translate(-1px,-1px)}.nested-action-details{padding:.8rem 1rem .9rem 3.35rem;display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(330px,1fr);gap:1rem;border-top:1px solid #dbeaf0;background:#f8fcfd}.nested-action-details p{margin:.3rem 0 0;color:#405e69;font-size:.7rem;line-height:1.55;white-space:pre-wrap}.nested-action-details,.nested-action-details .field,.nested-action-details .field-label,.nested-action-details .field-value{text-align:left}.nested-action-detail-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.nested-action-detail-meta .field{margin:0}@media (max-width: 760px){.nested-action-details{grid-template-columns:1fr;padding-left:1rem}.nested-action-detail-meta{grid-template-columns:1fr}}@media (max-width: 900px){.action-summary{grid-template-columns:32px minmax(0,1fr) auto}.action-summary-meta{grid-column:2 / -1}.action-summary-controls{grid-column:3;grid-row:1}}@media (max-width: 900px){.objective-summary{grid-template-columns:38px minmax(0,1fr) auto}.objective-summary-count{grid-column:2;padding-left:0;border-left:0}.objective-summary-controls{grid-column:3;grid-row:1 / 3;flex-direction:column}}@media (max-width: 800px){.plan-period-bar{position:relative;top:auto;grid-template-columns:38px minmax(0,1fr) auto}.plan-period-duration{grid-column:2;padding-left:0;border-left:0}.plan-period-link{grid-column:3;grid-row:1 / 3}}@media (max-width: 720px){.action-picker,.selected-action-fields{grid-template-columns:1fr}.action-summary{grid-template-columns:32px minmax(0,1fr)}.action-summary-controls{grid-column:2;grid-row:auto;justify-content:flex-end}.action-summary-meta{grid-column:2;grid-template-columns:1fr}.objective-summary{grid-template-columns:34px minmax(0,1fr)}.objective-summary-controls{grid-column:2;grid-row:auto;flex-direction:row;justify-content:flex-end}.objective-summary-count{grid-column:2}.objective-save-row{align-items:stretch;flex-direction:column}.objective-save-row>span{margin-right:0}}@media (max-width: 520px){.plan-period-bar{grid-template-columns:34px minmax(0,1fr)}.plan-period-link{grid-column:2;grid-row:auto;justify-self:start}.plan-period-duration{grid-column:2}}.person-search{position:relative}.person-search-list{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-lg);max-height:240px;overflow-y:auto;padding:.3rem}.person-search-item{display:block;width:100%;text-align:left;padding:.45rem .6rem;border:none;border-radius:6px;background:none;cursor:pointer;font:inherit;font-weight:400;color:var(--text)}.person-search-item{transition:background .15s ease,color .15s ease}.person-search-item:hover,.person-search-item:focus-visible{background:#0094d4;color:#fff;outline:none}.person-search-item:hover strong,.person-search-item:hover .muted,.person-search-item:focus-visible strong,.person-search-item:focus-visible .muted{color:#fff!important;text-shadow:0 1px 2px rgba(0,55,82,.2)}.person-search-empty{display:block;padding:.45rem .6rem;font-weight:400}.person-search-row{display:flex;gap:.75rem;align-items:flex-start;flex-wrap:wrap}.person-search-row .person-search{flex:1;min-width:260px}.admin-person-card{padding-bottom:1rem}.admin-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.admin-row-info{flex:1;min-width:200px;display:flex;flex-direction:column}.admin-row select{width:auto;min-width:130px}.admin-row-manager{display:flex;align-items:center;gap:.4rem;min-width:240px}.admin-row-manager .person-search{flex:1}.admin-details{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);margin-bottom:0}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.6rem}.page-head h1{font-size:2rem;margin:.15rem 0 .3rem}.page-head p{margin:0}.eyebrow,.section-kicker{color:var(--primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.record-count{padding:.8rem 1.1rem;border-radius:10px;background:#fff;border:1px solid var(--border);display:flex;flex-direction:column;min-width:120px}.record-count strong{font-size:1.25rem;color:var(--heading)}.record-count span{font-size:.72rem;color:var(--muted)}.import-card{display:grid;grid-template-columns:minmax(260px,1fr) minmax(300px,1.1fr) auto;align-items:center;gap:1.4rem;padding:1.4rem 1.5rem}.import-copy h2{margin:.2rem 0}.import-copy p{margin:0;font-size:.85rem}.file-drop{min-height:88px;border:1.5px dashed #b9bfcd;border-radius:10px;padding:.9rem;align-items:center;justify-content:center;text-align:center;cursor:pointer;gap:.1rem;background:#fafafe}.file-drop:hover{border-color:var(--primary);background:var(--primary-light)}.file-drop input{display:none}.file-drop span:last-child{color:var(--muted);font-size:.72rem;font-weight:400}.file-icon{color:var(--primary);font-size:1.3rem}.directory-card{padding:0;overflow:hidden}.directory-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.4rem;border-bottom:1px solid var(--border);gap:1rem}.directory-toolbar h2,.directory-toolbar p{margin:0}.directory-toolbar p{font-size:.8rem}.directory-search{max-width:320px}.people-table{font-size:.83rem}.people-table th{background:#fafafd;padding:.7rem 1rem;white-space:nowrap}.people-table td{padding:.75rem 1rem;max-width:230px}.people-table td strong{display:block}.cell-sub{display:block;color:var(--muted);font-size:.74rem;overflow:hidden;text-overflow:ellipsis}.people-table select{min-width:105px;padding:.35rem .45rem;font-size:.78rem}.badge-neutral{display:inline-block;background:#f0f1f5;color:#696e7b;border-radius:999px;padding:.25rem .55rem;white-space:nowrap;font-size:.72rem;font-weight:700}.people-table .inactive-row{opacity:.6;background:#fafafa}.pagination{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.2rem;border-top:1px solid var(--border);color:var(--muted);font-size:.78rem}.pagination div{display:flex;gap:.4rem}.pagination .btn{padding:.35rem .7rem;font-size:.76rem}.read-only{background:#f5f6f8;color:#686d78;cursor:default}@media (max-width: 900px){.app{display:block}.sidebar{position:static;width:100%;height:auto;padding:.8rem 1rem}.sidebar .brand{padding:0 0 .7rem}.brand small,.sidebar-user{display:none}.sidebar nav{flex-direction:row;overflow-x:auto}.sidebar nav a{white-space:nowrap;padding:.5rem .65rem}.workspace{margin-left:0;width:100%}.content{padding:1.4rem 1rem 3rem}.import-card{grid-template-columns:1fr}.page-head{align-items:center}.directory-toolbar{align-items:stretch;flex-direction:column}.directory-search{max-width:none}}:root{--primary: #0094d4;--primary-dark: #0078ad;--primary-light: #eaf8fe;--gradient-brand: linear-gradient(145deg, #0094d4 0%, #007fb8 100%);--gradient-bg: linear-gradient(145deg, #f4fbfe 0%, #ffffff 48%, #edf9fe 100%);--bg: #f7fcff;--card: #ffffff;--border: #dcecf3;--text: #173442;--heading: #0b2b3a;--muted: #67808c;--shadow-sm: 0 1px 3px rgba(0, 86, 125, .06);--shadow-md: 0 12px 32px rgba(0, 100, 145, .09);--shadow-lg: 0 24px 60px rgba(0, 100, 145, .15)}body{min-height:100vh;background:var(--gradient-bg);position:relative}body:before,body:after{content:"";position:fixed;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(2px);opacity:.5}body:before{width:420px;height:420px;right:-150px;top:7%;background:radial-gradient(circle,#0094d424,#0094d400 70%);animation:ambientFloat 14s ease-in-out infinite}body:after{width:520px;height:520px;left:12%;bottom:-280px;background:radial-gradient(circle,#0094d41a,#0094d400 70%);animation:ambientFloat 18s ease-in-out infinite reverse}@keyframes ambientFloat{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(30px,-24px,0) scale(1.08)}}@media (prefers-reduced-motion: reduce){body:before,body:after{animation:none}}.workspace{position:relative;isolation:isolate;background-image:linear-gradient(rgba(0,148,212,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(0,148,212,.026) 1px,transparent 1px);background-size:32px 32px}.workspace:before{content:"";position:fixed;z-index:-1;top:0;left:248px;right:0;height:210px;background:linear-gradient(180deg,rgba(0,148,212,.055),transparent);pointer-events:none}.sidebar{background:linear-gradient(170deg,#0094d4,#0089c4 58%,#0078ad);box-shadow:10px 0 40px #005e891a;border-right:1px solid rgba(255,255,255,.24)}.brand-mark{color:#0094d4;background:#fff;box-shadow:0 8px 20px #003c5a26}.brand small,.sidebar-user small{color:#ffffffad}.sidebar nav a{color:#ffffffc7}.sidebar nav a:hover,.sidebar nav a.active{color:#0094d4;background:#fff;box-shadow:0 6px 18px #004c6e1f}.sidebar nav a.active{position:relative}.sidebar nav a.active:after{content:"";position:absolute;width:4px;height:4px;right:10px;top:50%;border-radius:50%;background:#0094d4;transform:translateY(-50%)}.sidebar-user{border-color:#fff3}.sidebar-user .avatar{color:#0094d4;background:#fff}.sidebar-user button{color:#fff}.content{padding-top:2.6rem}h1{font-size:1.85rem;letter-spacing:-.035em}h2{letter-spacing:-.015em}.card{position:relative;border-color:#0094d424;background:#fffffff0;box-shadow:var(--shadow-sm);border-radius:14px;padding:1.55rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:var(--shadow-md)}.card:after{content:"";position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.5),transparent 28%);opacity:.55}.card>*{position:relative;z-index:1}label{gap:.45rem;font-size:.78rem;letter-spacing:.01em}input,select,textarea{min-height:44px;padding:.7rem .82rem;border:1px solid #cfe3ec;border-radius:10px;background:#fff;line-height:1.4}textarea{min-height:92px}input:hover,select:hover,textarea:hover{border-color:#9dcee3}input:focus,select:focus,textarea:focus{border-color:#0094d4;box-shadow:0 0 0 4px #0094d41c}.btn{min-height:42px;border-radius:10px;padding:.65rem 1.05rem}.btn-primary,.btn-accent{background:linear-gradient(135deg,#0094d4,#007fb8);border-color:#0094d4;color:#fff;box-shadow:0 7px 18px #0094d433}.btn-primary:hover:not(:disabled),.btn-accent:hover:not(:disabled){background:#0094d4;box-shadow:0 10px 24px #0094d447;transform:translateY(-1px)}.btn-primary:hover:not(:disabled),a.btn-primary:hover,a.btn-primary:focus-visible{color:#fff;text-decoration:none}.btn-secondary{color:#0078ad;border-color:#b7dfef}.btn-secondary:hover:not(:disabled){background:#eaf8fe}.btn-small{min-height:34px}.section-icon{width:30px;height:30px;background:#eaf8fe;border:1px solid #ccebf7;font-size:0}.section-icon:after{content:"";width:8px;height:8px;border-radius:50%;background:#0094d4;box-shadow:0 0 0 5px #0094d41a}.section-head{gap:.7rem}.section-head h2{font-size:1.12rem}.section-desc{margin-left:2.7rem;max-width:720px}.stepper{background:#ffffffb8;border:1px solid rgba(0,148,212,.12);border-radius:14px;padding:.9rem .8rem .75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.step-dot{width:30px;height:30px;border-color:#cce7f2}.step.active .step-dot{color:#0094d4;border-color:#0094d4;box-shadow:0 0 0 4px #0094d41a}.step.done .step-dot,.step.done:before{background:#0094d4}.employee-profile-panel{border:1px solid #cdeaf6;border-radius:14px;overflow:hidden;margin:1.25rem 0 1.65rem;background:#fff}.employee-profile-primary{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.3rem;background:linear-gradient(100deg,#eaf8fe,#fff 72%);border-bottom:1px solid #d9eef7}.profile-initials{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;background:#0094d4;color:#fff;font-size:.9rem;font-weight:800;box-shadow:0 8px 18px #0094d433}.employee-profile-primary div{display:flex;flex-direction:column}.employee-profile-primary strong{color:var(--heading);font-size:1.05rem}.employee-profile-primary div>span:last-child{color:var(--muted);font-size:.82rem}.summary-label{color:#0078ad!important;font-size:.65rem!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.employee-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:0}.employee-summary-grid .field{min-width:0;margin:0;padding:1rem 1.15rem;border-right:1px solid #e1f0f6}.employee-summary-grid .field:last-child{border-right:0}.employee-summary-grid .field-value{overflow:hidden;text-overflow:ellipsis;font-size:.84rem}.form-section-head{margin:0 0 1rem}.form-section-head h3{margin:0 0 .2rem;font-size:.95rem;color:var(--heading)}.form-section-head p{margin:0;color:var(--muted);font-size:.8rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-span-2{grid-column:1 / -1}.context-form-grid label{margin-bottom:0!important}.context-form-grid textarea{height:116px}.row-item{border-color:#dbeef6}.objective-item,.review-form,.signature-pad{background:#f8fcfe;border-color:#d3ebf5;border-radius:13px}.status{border:1px solid rgba(0,148,212,.16)}.status-pending_mentor_review,.status-pending_employee_signature,.status-active{background:#eaf8fe;color:#006c9c}.status-pending_manager_approval{border-color:#eed8a7;background:#fff6e3;color:#845b08}.stat{border-color:#0094d421;border-radius:14px}.stat-n{color:#0094d4}.directory-card,.import-card{border-color:#0094d424}.file-drop{border-color:#9ed6eb;background:#f8fdff}.people-table th{background:#f3fbfe;color:#47717f}.auth-card{border-top:0;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.auth-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:#0094d4}@media (max-width: 1100px){.employee-summary-grid{grid-template-columns:repeat(2,1fr)}.employee-summary-grid .field{border-bottom:1px solid #e1f0f6}}@media (max-width: 640px){.form-grid{grid-template-columns:1fr}.form-span-2{grid-column:auto}.employee-summary-grid{grid-template-columns:1fr}.employee-summary-grid .field{border-right:0}.page-head h1{font-size:1.6rem}}:root{--control-height: 46px;--control-radius: 10px;--control-border: 1px;--control-pad-x: 14px;--control-font-size: 14px;--field-gap: 8px;--form-gap-x: 18px;--form-gap-y: 18px}label{display:grid;grid-template-rows:20px auto;align-content:start;gap:var(--field-gap);margin:0;line-height:20px}input:not([type=checkbox]):not([type=radio]),select{display:block;width:100%;height:var(--control-height);min-height:var(--control-height);max-height:var(--control-height);margin:0;padding:0 var(--control-pad-x);border-width:var(--control-border);border-style:solid;border-radius:var(--control-radius);font-size:var(--control-font-size);line-height:20px}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:42px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%230094d4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px 8px}select::-ms-expand{display:none}input[type=date]{-moz-appearance:none;appearance:none;-webkit-appearance:none}input[type=date]{padding-right:44px;line-height:calc(var(--control-height) - 2px);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect x='2.25' y='3.75' width='13.5' height='12' rx='2' stroke='%230094d4' stroke-width='1.4'/%3E%3Cpath d='M5.5 2.25V5.25M12.5 2.25V5.25M2.5 7.25H15.5' stroke='%230094d4' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px 18px}input[type=date]::-webkit-date-and-time-value{display:flex;align-items:center;height:calc(var(--control-height) - 2px);min-height:calc(var(--control-height) - 2px);margin:0;padding:0;text-align:left}input[type=date]::-webkit-datetime-edit{display:flex;align-items:center;height:calc(var(--control-height) - 2px);padding:0}input[type=date]::-webkit-datetime-edit-fields-wrapper{display:flex;align-items:center;height:100%}input[type=date]::-webkit-calendar-picker-indicator{width:18px;height:18px;margin:0;padding:0;opacity:0;cursor:pointer}input[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}textarea{display:block;width:100%;min-height:104px;margin:0;padding:12px var(--control-pad-x);border-width:var(--control-border);border-style:solid;border-radius:var(--control-radius);font-size:var(--control-font-size);line-height:21px}.form-grid,.grid-2,.grid-3{align-items:start;column-gap:var(--form-gap-x);row-gap:var(--form-gap-y)}.form-grid{gap:var(--form-gap-y) var(--form-gap-x)}.plan-editor section>label{margin-bottom:var(--form-gap-y)}.plan-editor .grid-2>label,.plan-editor .grid-3>label,.plan-editor .form-grid>label{margin-bottom:0}.context-form-grid textarea{height:116px;min-height:116px;max-height:116px}.person-search{width:100%}.person-search-row{align-items:center}.person-search-row .btn{height:var(--control-height);min-height:var(--control-height)}.file-drop{display:flex}.admin-row select,.people-table select{height:38px;min-height:38px;max-height:38px}.signature-pad-input{height:40px!important;min-height:40px!important;border-radius:0!important}.filters{align-items:center}.filters select{height:var(--control-height)}.section-icon{display:none}.section-desc{margin-left:0}.sidebar nav a{gap:0;padding-left:.9rem}.sidebar-user button{color:#ffffffd1;font-size:.68rem;font-weight:700;padding:.25rem 0}.sidebar-user button:hover{color:#fff}.sidebar-user button{width:100%;height:36px;padding:0 12px;border:1px solid rgba(255,255,255,.7);border-radius:9px;background:#fff;color:#0078ad;font-size:11px;font-weight:800;line-height:34px;cursor:pointer}.sidebar-user button:hover{background:#f2fbff;color:#006b9a}.file-icon{display:none}@media (max-width: 640px){:root{--form-gap-x: 14px;--form-gap-y: 16px}}@media (max-width: 900px){.workspace:before{left:0}}.date-picker{position:relative;width:100%}.date-trigger{width:100%;height:var(--control-height);margin:0;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #cfe3ec;border-radius:var(--control-radius);background:#fff;color:var(--text);font:inherit;font-size:var(--control-font-size);text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s}.date-trigger:hover{border-color:#9dcee3}.date-trigger:focus{outline:none;border-color:#0094d4;box-shadow:0 0 0 4px #0094d41c}.date-trigger.placeholder{color:var(--muted)}.calendar-mark{width:17px;height:16px;flex:0 0 auto;border:1.5px solid #0094d4;border-radius:3px;position:relative}.calendar-mark:before{content:"";position:absolute;left:-1.5px;right:-1.5px;top:4px;border-top:1.5px solid #0094d4}.calendar-mark:after{content:"";position:absolute;width:7px;height:3px;left:3.5px;top:-3px;border-left:1.5px solid #0094d4;border-right:1.5px solid #0094d4}.date-required{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;opacity:0;pointer-events:none;padding:0!important;border:0!important}.calendar-popover{position:absolute;z-index:80;top:calc(100% + 8px);left:0;width:292px;padding:14px;border:1px solid #cde8f3;border-radius:14px;background:#fff;box-shadow:0 20px 50px #005b842e;animation:calendarIn .14s ease-out}@keyframes calendarIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.calendar-head{min-height:36px;display:grid;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;gap:5px;margin-bottom:10px}.calendar-head button{width:32px;height:32px;padding:0;border:0;border-radius:8px;background:transparent;color:#0078ad;font:inherit;font-size:1.35rem;line-height:1;cursor:pointer}.calendar-head button:hover{background:#eaf8fe}.calendar-jump-controls{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 76px;gap:5px}.calendar-jump-controls select{width:100%;height:32px;min-height:32px;padding:0 24px 0 8px;border:1px solid #cde5ef;border-radius:7px;background-position:right 7px center;color:#315460;font-size:11px;font-weight:750;cursor:pointer}.calendar-jump-controls select:focus{border-color:#0094d4;box-shadow:0 0 0 2px #0094d41a}.calendar-grid{display:grid;grid-template-columns:repeat(7,32px);justify-content:space-between;gap:3px}.calendar-grid>span,.calendar-grid>button{width:32px;height:32px;display:grid;place-items:center}.calendar-weekdays{margin-bottom:3px}.calendar-weekdays span{height:24px;color:var(--muted);font-size:.64rem;font-weight:800;text-transform:uppercase}.calendar-grid>button{padding:0;border:0;border-radius:8px;background:transparent;color:var(--text);font:inherit;font-size:.78rem;cursor:pointer}.calendar-grid>button:hover{color:#0078ad;background:#eaf8fe}.calendar-grid>button.today{color:#0078ad;font-weight:800;box-shadow:inset 0 0 0 1px #8fd3ec}.calendar-grid>button.selected{color:#fff;background:#0094d4;box-shadow:none;font-weight:800}.calendar-footer{display:flex;justify-content:space-between;align-items:center;min-height:30px;margin-top:10px;padding-top:10px;border-top:1px solid #e1f0f6}.calendar-footer button{border:0;background:transparent;color:#0078ad;padding:4px;font:inherit;font-size:.72rem;font-weight:700;cursor:pointer}@media (max-width: 420px){.calendar-popover{width:min(292px,calc(100vw - 48px))}.calendar-grid{grid-template-columns:repeat(7,1fr)}.calendar-grid>span,.calendar-grid>button{width:100%}}.approval-card{min-height:94px;display:flex;flex-direction:column;justify-content:center;border-style:solid;padding:14px 16px;background:#fff}.approval-card.waiting{border-color:#d8eaf2}.approval-waiting{display:flex;align-items:center;gap:11px;margin-top:8px}.approval-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#b7d8e6;box-shadow:0 0 0 5px #eef8fc}.approval-waiting div{display:flex;flex-direction:column;gap:2px;min-width:0}.approval-waiting strong{color:var(--heading);font-size:12px;font-weight:700}.approval-waiting div span{color:var(--muted);font-size:10px;line-height:1.4}.approval-guidance{margin:14px 0 0;padding:10px 12px;border-left:2px solid #0094d4;background:#f3fbfe;color:#52727f;font-size:11px}.employee-sign-area{max-width:480px}.signature-error{margin-top:8px;padding:9px 11px;border:1px solid #f1caca;border-radius:8px;background:#fff5f5;color:#9c2525;font-size:11px;line-height:1.45}.content>div>h1,.content>div>.page-head h1{position:relative;padding-bottom:12px;margin-bottom:20px}.content>div>h1:after,.content>div>.page-head h1:after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;border-radius:3px;background:#0094d4}.plan-editor section.card,.plan-view section.card{overflow:hidden}.plan-editor section.card:has(.date-picker){overflow:visible}.plan-editor section.card:has(.date-picker:focus-within){z-index:90}.plan-editor section.card:has(.date-picker)>.section-head{border-radius:14px 14px 0 0}.plan-editor section.card>.section-head,.plan-view section.card>.section-head{min-height:58px;margin:-1.55rem -1.55rem 1.2rem;padding:14px 20px;display:flex;align-items:center;gap:12px;background:linear-gradient(110deg,#0094d4,#0082bc);border-bottom:1px solid rgba(0,108,157,.15)}.plan-editor section.card>.section-head:before,.plan-view section.card>.section-head:before,.plan-view-head .section-head:before{content:"";width:26px;height:26px;flex:0 0 auto;border:1px solid rgba(255,255,255,.65);border-radius:7px;background:linear-gradient(#fff,#fff) 7px 7px / 11px 1.5px no-repeat,linear-gradient(#fff,#fff) 7px 12px / 8px 1.5px no-repeat,linear-gradient(#fff,#fff) 7px 17px / 11px 1.5px no-repeat}.plan-editor section.card>.section-head h2,.plan-view section.card>.section-head h2{color:#fff;font-size:14px;letter-spacing:.01em}.plan-editor section.card>.section-desc{margin:-4px 0 18px;padding:0 0 12px;border-bottom:1px solid #e0eef4;font-size:11px}.plan-view-head{min-height:76px;margin:-1.55rem -1.55rem 1.3rem;padding:16px 20px;background:linear-gradient(110deg,#0094d4,#007caf)}.plan-view-head .section-head{margin:0;gap:12px}.plan-view-head .section-head h2{color:#fff;font-size:16px}.plan-view-head .status{min-height:32px;padding:0 13px;display:inline-flex;align-items:center;background:#fff;border:0;color:#0078ad;box-shadow:0 5px 16px #00466929;font-size:10px;letter-spacing:.035em;text-transform:uppercase}.status-pending_mentor_review,.status-pending_employee_signature{background:#0094d4;border-color:#0094d4;color:#fff;box-shadow:0 4px 12px #0094d433}.team-plans-table .status-pending_mentor_review,.team-plans-table .status-pending_employee_signature,.team-plans-table .status-pending_manager_approval{min-width:124px}.field{padding:8px 0}.field-label{margin-bottom:3px;color:#66818d;font-size:9px;letter-spacing:.07em}.field-value{color:#173442;font-size:12px;line-height:1.55}.plan-view .grid-3{gap:0 22px}.plan-view .grid-3 .field{border-bottom:1px solid #e7f1f5}.objective-view{margin-top:16px;padding:16px;border:1px solid #d7ebf4;border-radius:12px;background:#fbfeff}.objective-view:first-of-type{margin-top:0;padding-top:16px;border-top:1px solid #d7ebf4}.objective-view>strong{padding-bottom:10px;border-bottom:1px solid #dcecf3;color:#0078ad;font-size:12px}.objective-view.mentor-review-target{border-color:#77c9e8;background:#f5fcff;box-shadow:0 0 0 3px #0094d414,0 12px 30px #006b9a17;scroll-margin:28px}.mentor-review-action{margin-top:15px}.mentor-review-callout{margin-bottom:12px;padding:11px 13px;display:flex;flex-direction:column;gap:2px;border-left:3px solid #0094d4;border-radius:8px;background:#eaf8fe}.mentor-review-callout strong{color:#0078ad;font-size:10px;font-weight:850;letter-spacing:.035em;text-transform:uppercase}.mentor-review-callout span{color:#587783;font-size:10px}.mentor-signoff-summary{margin-bottom:15px;padding:12px 14px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid #d5e8ef;border-radius:11px;background:#f8fcfd}.mentor-signoff-summary.complete{border-color:#cce8d7;background:#f3fbf6}.mentor-signoff-summary-icon{position:relative;width:34px;height:34px;border-radius:9px;background:#e5f6fc}.mentor-signoff-summary-icon:before{content:"";position:absolute;left:10px;top:8px;width:12px;height:15px;border:1.5px solid #0087c0;border-radius:2px}.mentor-signoff-summary-icon:after{content:"";position:absolute;left:14px;top:13px;width:6px;height:3px;border-left:1.5px solid #0087c0;border-bottom:1.5px solid #0087c0;transform:rotate(-45deg)}.mentor-signoff-summary.complete .mentor-signoff-summary-icon{background:#dff4e7}.mentor-signoff-summary.complete .mentor-signoff-summary-icon:before,.mentor-signoff-summary.complete .mentor-signoff-summary-icon:after{border-color:#2c8150}.mentor-signoff-summary>div{min-width:0;display:flex;flex-direction:column;gap:2px}.mentor-signoff-summary>div strong{color:#32464f;font-size:11px}.mentor-signoff-summary>div span{color:#74858c;font-size:9px}.mentor-signoff-total{min-width:38px;height:28px;padding:0 8px;display:grid;place-items:center;border-radius:14px;background:#e6f6fc;color:#0078ad;font-size:10px;font-weight:900}.mentor-signoff-summary.complete .mentor-signoff-total{background:#dff4e7;color:#277649}.mentoring-action{min-width:104px;justify-content:center;white-space:nowrap;text-decoration:none}.mentoring-action:hover{text-decoration:none}.sidebar nav .todo-nav-link{display:flex;align-items:center}.todo-count{min-width:21px;height:21px;margin-left:auto;padding:0 6px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.72);border-radius:11px;background:#fff;color:#0078ad;box-shadow:0 4px 10px #00496921;font-size:8px;font-weight:900;line-height:1}.sidebar nav .todo-nav-link.active .todo-count,.sidebar nav .todo-nav-link:hover .todo-count{border-color:#d8edf5;background:#eaf8fe;color:#0078ad}.todo-page{max-width:980px}.todo-section{padding:0;overflow:hidden}.todo-section-head{min-height:74px;padding:16px 19px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #dcebf1;background:#f3fbfe}.todo-section-head h2{margin:2px 0 0;color:#293940;font-size:16px}.todo-section-head>strong{min-width:30px;height:30px;display:grid;place-items:center;border-radius:15px;background:#0094d4;color:#fff;font-size:10px}.todo-list{padding:7px}.todo-item{min-width:0;padding:13px 12px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;border-bottom:1px solid #edf1f3;border-radius:9px;color:#34454d;text-decoration:none;transition:background .15s}.todo-item:last-child{border-bottom:0}.todo-item:hover{background:#eef9fd;color:#26373e;text-decoration:none}.todo-item>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.todo-item>span:nth-child(2) strong,.todo-item>span:nth-child(2) small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todo-item>span:nth-child(2) strong{font-size:11px}.todo-item>span:nth-child(2) small{color:#74858d;font-size:10px}.todo-item>span:last-child{color:#0078ad;font-size:9px;font-weight:850;white-space:nowrap}.todo-item-icon{position:relative;width:38px;height:38px;border-radius:10px;background:#e7f7fd}.todo-item-icon:before{content:"";position:absolute;left:11px;top:9px;width:13px;height:16px;border:1.5px solid #0087c0;border-radius:2px}.todo-item-icon:after{content:"";position:absolute;left:15px;top:14px;width:7px;height:4px;border-left:1.5px solid #0087c0;border-bottom:1.5px solid #0087c0;transform:rotate(-45deg)}.todo-item-icon.update{background:#eaf8ee}.todo-item-icon.update:before,.todo-item-icon.update:after{border-color:#2d8550}.todo-empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.todo-empty>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#eaf8fe;color:#0088c1;font-size:18px;font-weight:900}.todo-empty h2{margin:12px 0 3px}.todo-empty p{margin:0;color:#74858d;font-size:11px}.notifications-menu{position:relative;z-index:70;top:3px;right:auto;flex:0 0 auto}.notifications-trigger{position:relative;width:38px;height:38px;display:grid;place-items:center;border:1px solid #bde0ed;border-radius:10px;background:#ffffffe6;color:#0078ad;cursor:pointer;box-shadow:0 5px 14px #00577e1a;transition:border-color .15s,background .15s,box-shadow .15s}.notifications-trigger:hover,.notifications-trigger[aria-expanded=true]{border-color:#0094d4;background:#fff;box-shadow:0 7px 18px #00577e29}.notification-bell{position:relative;width:15px;height:16px;border:1.7px solid currentColor;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom:0}.notification-bell:before{content:"";position:absolute;left:-3px;right:-3px;bottom:-3px;border-top:1.7px solid currentColor;border-radius:50%}.notification-bell:after{content:"";position:absolute;left:5px;bottom:-6px;width:4px;height:2px;border-radius:0 0 4px 4px;background:currentColor}.notification-count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border:2px solid #fff;border-radius:10px;background:#e54848;color:#fff;font-size:8px;font-weight:900;line-height:1}.notifications-popover{position:absolute;top:calc(100% + 10px);left:0;width:355px;overflow:hidden;border:1px solid #cde5ee;border-radius:15px;background:#fff;box-shadow:0 24px 60px #00324938;animation:calendarIn .14s ease-out}.notifications-popover header{padding:16px 17px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e3eef2;background:#f4fbfe}.notifications-popover header h2{margin:1px 0 0;color:#24353d;font-size:15px}.notifications-popover header>span{padding:5px 8px;border-radius:999px;background:#0094d4;color:#fff;font-size:8px;font-weight:850;text-transform:uppercase}.notifications-list{max-height:min(420px,calc(100vh - 130px));overflow-y:auto;padding:6px}.notification-item{min-width:0;padding:11px 10px;display:grid;grid-template-columns:34px minmax(0,1fr) 12px;align-items:center;gap:9px;border-radius:10px;color:#39484f;text-decoration:none;transition:background .15s}.notification-item:hover{background:#eef9fd;color:#25343b;text-decoration:none}.notification-type-icon{position:relative;width:34px;height:34px;border-radius:9px;background:#e7f7fd}.notification-type-icon:before{content:"";position:absolute;left:10px;top:8px;width:12px;height:15px;border:1.5px solid #0087c0;border-radius:2px}.notification-type-icon:after{content:"";position:absolute;left:14px;top:13px;width:6px;height:3px;border-left:1.5px solid #0087c0;border-bottom:1.5px solid #0087c0;transform:rotate(-45deg)}.notification-type-icon.mentor{background:#edf5ff}.notification-type-icon.manager{background:#fff4dc}.notification-type-icon.update{background:#eaf8ee}.notification-type-icon.update:before{border-color:#2d8550}.notification-type-icon.update:after{border-color:#2d8550}.notification-item>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.notification-item strong,.notification-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-item strong{font-size:10px}.notification-item small{color:#77868d;font-size:9px}.notification-arrow{color:#0094d4;font-size:18px}.notifications-empty{min-height:150px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#79878d;font-size:10px;text-align:center}.notifications-empty strong{margin-top:8px;color:#3b484e;font-size:12px}.notifications-empty p{margin:3px 0 0}.notifications-empty-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#eaf8fe}.notifications-empty-icon:before{content:"✓";color:#0088c1;font-size:15px;font-weight:900}@media (max-width: 900px){.todo-count{margin-left:7px;flex:0 0 auto}.notifications-trigger{width:40px;height:40px}.notifications-popover{right:0;left:auto;width:min(355px,calc(100vw - 28px))}}@media (max-width: 600px){.todo-item{grid-template-columns:36px minmax(0,1fr)}.todo-item>span:last-child{grid-column:2}}.employee-signoff-alert{margin-bottom:18px;padding:17px 18px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid #9ed9ef;border-radius:14px;background:#f0faff;box-shadow:0 10px 28px #0071a117}.employee-signoff-alert-icon{position:relative;width:44px;height:44px;border-radius:12px;background:#0094d4;box-shadow:0 7px 17px #0094d433}.employee-signoff-alert-icon:before{content:"";position:absolute;left:13px;top:11px;width:16px;height:19px;border:1.5px solid #fff;border-radius:3px}.employee-signoff-alert-icon:after{content:"";position:absolute;left:18px;top:17px;width:8px;height:4px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg)}.employee-signoff-alert>div{min-width:0;display:flex;flex-direction:column}.employee-signoff-alert strong{margin-top:1px;color:#173f50;font-size:13px}.employee-signoff-alert p{margin:3px 0 0;color:#5b7884;font-size:10px;line-height:1.5}.employee-signoff-alert .btn{min-width:122px;white-space:nowrap}#employee-signoff{scroll-margin-top:24px}@media (max-width: 700px){.employee-signoff-alert{grid-template-columns:40px minmax(0,1fr);padding:15px}.employee-signoff-alert-icon{width:40px;height:40px}.employee-signoff-alert-icon:before{left:11px;top:9px}.employee-signoff-alert-icon:after{left:16px;top:15px}.employee-signoff-alert .btn{width:100%;grid-column:1 / -1}}.section-toggle{min-width:0;flex:1;height:30px;padding:0;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;color:#fff;font:inherit;text-align:left;cursor:pointer}.section-toggle h2{margin:0;color:#fff!important}.section-caret{width:8px;height:8px;margin-right:3px;flex:0 0 auto;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}.section-toggle[aria-expanded=false] .section-caret{transform:rotate(-45deg) translate(-2px,-2px)}.plan-editor section.card:has(>.section-head .section-toggle[aria-expanded=false])>:not(.section-head),.plan-view section.card:has(>.section-head .section-toggle[aria-expanded=false])>:not(.section-head){display:none}.plan-editor section.card:has(>.section-head .section-toggle[aria-expanded=false]),.plan-view section.card:has(>.section-head .section-toggle[aria-expanded=false]){padding-bottom:0}.plan-editor section.card:has(>.section-head .section-toggle[aria-expanded=false])>.section-head,.plan-view section.card:has(>.section-head .section-toggle[aria-expanded=false])>.section-head{margin-bottom:0}.objective-title-row{min-height:34px;padding-bottom:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #dcecf3}.objective-title-row>strong{color:#0078ad;font-size:12px;line-height:1.45}.objective-approval{flex:0 0 auto;min-height:24px;padding:0 9px;display:inline-flex;align-items:center;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.objective-approval.pending{border:1px solid #bcdce9;background:#fff;color:#68808b}.objective-approval.approved{border:1px solid #0094d4;background:#0094d4;color:#fff}.mentor-approved-by{margin-top:10px;padding-top:10px;border-top:1px solid #e1eef4;color:var(--muted);font-size:10px}.mentor-approved-by strong{color:var(--text)}.reviews-section-head .section-head{flex:1;min-width:0;margin:0;gap:12px}.reviews-section-head .section-toggle{width:100%}.reviews-section-head .btn-secondary{flex:0 0 auto;border-color:#fff;background:#fff;color:#0078ad}.reviews-section-head .btn-secondary:hover{background:#f0faff}.workspace-topbar{position:sticky;top:0;z-index:40;height:68px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,148,212,.12);background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.workspace-label{color:#6b838e;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.profile-menu{position:relative}.profile-trigger{min-width:220px;height:48px;padding:5px 9px 5px 14px;display:flex;align-items:center;justify-content:flex-end;gap:10px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--text);font:inherit;cursor:pointer;transition:background .15s,border-color .15s}.profile-trigger:hover,.profile-trigger[aria-expanded=true]{border-color:#cde7f2;background:#f5fbfe}.profile-trigger-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-end;line-height:1.25}.profile-trigger-copy strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.profile-trigger-copy small{color:var(--muted);font-size:9px}.profile-avatar{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#0094d4,#007eb6);color:#fff;box-shadow:0 6px 16px #0094d433;font-size:10px;font-weight:900;letter-spacing:.04em}.profile-avatar.large{width:44px;height:44px;border-radius:12px;font-size:12px}.profile-chevron{width:7px;height:7px;margin:0 3px 3px 0;border-right:1.5px solid #0094d4;border-bottom:1.5px solid #0094d4;transform:rotate(45deg);transition:transform .15s}.profile-trigger[aria-expanded=true] .profile-chevron{transform:rotate(225deg);margin-top:6px}.profile-popover{position:absolute;top:calc(100% + 9px);right:0;width:320px;overflow:hidden;border:1px solid #cde7f2;border-radius:15px;background:#fff;box-shadow:0 24px 60px #0051762e;animation:calendarIn .14s ease-out}.profile-popover:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:#0094d4}.profile-popover-head{padding:20px 18px 16px;display:flex;align-items:center;gap:12px;background:linear-gradient(110deg,#f0faff,#fff);border-bottom:1px solid #e0eff5}.profile-popover-head div{min-width:0;display:flex;flex-direction:column}.profile-popover-head strong{color:var(--heading);font-size:13px}.profile-popover-head span:not(.profile-avatar){overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:10px}.profile-details{padding:8px 18px}.profile-details>div{min-height:46px;padding:8px 0;display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:12px;border-bottom:1px solid #edf4f7}.profile-details>div:last-child{border-bottom:0}.profile-details span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.profile-details strong{min-width:0;color:var(--text);font-size:10px;font-weight:700;text-align:right;line-height:1.35}.profile-signout{width:calc(100% - 36px);height:38px;margin:8px 18px 18px;border:1px solid #0094d4;border-radius:9px;background:#0094d4;color:#fff;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.profile-signout:hover{background:#007eb6}@media (max-width: 900px){.workspace-topbar{height:60px;padding:0 14px}.workspace-label{display:none}.profile-trigger{min-width:0;margin-left:auto}.profile-trigger-copy{display:none}.profile-popover{width:min(320px,calc(100vw - 28px))}}.app{display:block}.workspace{width:100%;margin-left:0;min-height:100vh}.workspace:before{left:0}.saas-header{position:sticky;top:0;z-index:50;height:68px;padding:0 32px;display:grid;grid-template-columns:minmax(170px,1fr) auto minmax(220px,1fr);align-items:center;gap:24px;border-bottom:1px solid rgba(0,148,212,.14);background:#ffffffeb;box-shadow:0 5px 22px #005f8a0e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.header-brand{color:#0078ad;font-size:14px;font-weight:900;letter-spacing:-.025em;white-space:nowrap}.header-nav{height:100%;display:flex;align-items:center;justify-content:center;gap:5px}.header-nav a{position:relative;height:38px;padding:0 13px;display:inline-flex;align-items:center;border-radius:9px;color:#607986;font-size:11px;font-weight:750;white-space:nowrap;text-decoration:none;transition:color .15s,background .15s}.header-nav a:hover{color:#0078ad;background:#f0faff}.header-nav a.active{color:#0078ad;background:#eaf8fe}.header-nav a.active:after{content:"";position:absolute;left:13px;right:13px;bottom:-15px;height:2px;border-radius:2px 2px 0 0;background:#0094d4}.saas-header .profile-menu{justify-self:end}.content{max-width:1320px;padding-top:32px}@media (max-width: 900px){.saas-header{height:62px;padding:0 14px;grid-template-columns:auto minmax(0,1fr) auto;gap:10px}.header-brand{font-size:12px}.header-nav{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.header-nav::-webkit-scrollbar{display:none}.header-nav a{height:34px;padding:0 9px;font-size:10px}.header-nav a.active:after{display:none}.saas-header .profile-trigger{min-width:42px;width:42px;padding:4px;gap:0}.saas-header .profile-trigger-copy,.saas-header .profile-chevron{display:none}}@media (max-width: 620px){.saas-header{grid-template-columns:auto minmax(0,1fr) auto}.header-brand{max-width:92px;overflow:hidden;text-overflow:ellipsis}.content{padding-top:22px}}.app{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:280px;height:100vh;padding:22px 16px 16px;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff 0,#fff 88px,#dff5fd 108px,#0094d4 172px,#0089c4 58%,#0078ad)}.sidebar .brand{padding:3px 7px 43px;display:flex;flex-direction:row;align-items:center;gap:10px;color:#103746}.brand-logo{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center}.brand-logo img{width:44px;height:44px;object-fit:contain}.brand-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.sidebar .brand strong{color:#0078ad;font-size:14px;font-weight:850;letter-spacing:-.015em}.sidebar .brand span{color:#607d89;font-size:11px;font-weight:600;letter-spacing:.01em}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{min-height:40px;padding:0 12px;display:flex;align-items:center;border-radius:9px;color:#fffc;font-size:11px;font-weight:750}.sidebar nav a:hover,.sidebar nav a.active{color:#0078ad;background:#fff;text-decoration:none}.sidebar nav a.active:after{width:4px;height:4px;right:10px;bottom:auto;top:50%}.sidebar-account-area{margin-top:auto;padding-top:13px;display:flex;flex-direction:column;gap:9px;border-top:1px solid rgba(255,255,255,.22)}.sidebar-profile-menu{width:100%}.sidebar-profile-menu .profile-trigger{width:100%;min-width:0;height:50px;padding:6px 8px;justify-content:flex-start;gap:9px;border-color:transparent;color:#fff}.sidebar-profile-menu .profile-trigger:hover,.sidebar-profile-menu .profile-trigger[aria-expanded=true]{border-color:#ffffff59;background:#ffffff1f}.sidebar-profile-menu .profile-avatar{background:#fff;color:#0078ad;box-shadow:0 5px 14px #00486829}.sidebar-profile-menu .profile-trigger-copy{flex:1;align-items:flex-start}.sidebar-profile-menu .profile-trigger-copy strong{max-width:174px;color:#fff}.sidebar-profile-menu .profile-trigger-copy small{color:#ffffffb3}.sidebar-profile-menu .profile-chevron{border-color:#fff}.sidebar-profile-menu .profile-popover{top:auto;right:auto;bottom:0;left:calc(100% + 13px);width:380px}.sidebar-signout{width:100%;height:38px;border:1px solid rgba(255,255,255,.75);border-radius:9px;background:transparent;color:#fff;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.sidebar-signout:hover{background:#fff;color:#0078ad}.mobile-profile-signout{display:none}.workspace{width:calc(100% - 280px);min-height:100vh;margin-left:280px}.workspace:before{left:280px}.content{width:calc(100% - 24px);max-width:1500px;margin:0;padding:30px 24px 64px}@media (max-width: 900px){.app{display:block}.sidebar{position:static;width:100%;height:auto;padding:12px 14px;background:linear-gradient(110deg,#0094d4,#0078ad)}.sidebar .brand strong{color:#fff}.sidebar .brand span{color:#ffffffbf}.sidebar .brand{padding:2px 4px 10px}.sidebar nav{flex-direction:row;overflow-x:auto;scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}.sidebar nav a{min-height:34px;padding:0 10px;white-space:nowrap}.sidebar nav a.active:after{display:none}.sidebar-account-area{position:absolute;right:12px;top:8px;width:42px;margin:0;padding:0;border:0}.sidebar-profile-menu .profile-trigger{width:42px;height:42px;padding:4px}.sidebar-profile-menu .profile-trigger-copy,.sidebar-profile-menu .profile-chevron,.sidebar-signout{display:none}.sidebar-profile-menu .profile-popover{position:fixed;top:58px;right:14px;bottom:auto;left:auto}.mobile-profile-signout{width:calc(100% - 36px);height:38px;margin:8px 18px 18px;display:block;border:1px solid #0094d4;border-radius:9px;background:#0094d4;color:#fff;font:inherit;font-size:10px;font-weight:800}.workspace{width:100%;margin-left:0}.workspace:before{left:0}.content{width:100%;padding:22px 14px 48px}}.page-title-block{margin-bottom:22px}.page-title-block h1{position:relative;margin-bottom:10px;padding-bottom:11px}.page-title-block h1:after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;border-radius:3px;background:#0094d4}.page-title-block p{max-width:650px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.employee-selection-result{margin:-2px 0 20px;padding:14px 16px;display:grid;grid-template-columns:42px minmax(220px,1fr) auto auto;align-items:center;gap:14px;border:1px solid #bfe3f1;border-radius:13px;background:#fff;box-shadow:0 8px 24px #00669314}.selection-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#0094d4;color:#fff;font-size:10px;font-weight:900}.selection-person{min-width:0;display:flex;flex-direction:column}.selection-person>span{color:#0078ad;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.selection-person strong{color:var(--heading);font-size:12px}.selection-person small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px}.selection-plan-state{min-width:130px;text-align:center}.employee-selection-result>.btn{min-width:124px;text-decoration:none}@media (max-width: 700px){.employee-selection-result{grid-template-columns:42px 1fr}.selection-plan-state{min-width:0;text-align:left;grid-column:2}.employee-selection-result>.btn{grid-column:1 / -1;width:100%}}body{font-size:15px}.sidebar .brand{font-size:16px}.sidebar nav a{font-size:13px}h1{font-size:2rem}h2{font-size:1.2rem}.page-title-block p{font-size:13px;line-height:1.6}.muted{font-size:13px}label{font-size:12px}input:not([type=checkbox]):not([type=radio]),select,textarea,.date-trigger{font-size:14px}.btn{font-size:12px}.section-desc,.plan-editor section.card>.section-desc{font-size:12px;line-height:1.55}.plan-editor section.card>.section-head h2,.plan-view section.card>.section-head h2{font-size:15px}.field-label{font-size:10px}.field-value,.team-plans-table{font-size:13px}.team-plans-table td:nth-child(2),.team-plans-table td:nth-child(3){font-size:12px}.team-plans-table .status,.table-action,.status{font-size:11px}.selection-person>span{font-size:9px}.selection-person strong{font-size:14px}.selection-person small{font-size:12px}.objective-title-row>strong{font-size:13px}.objective-approval{font-size:10px}.mentor-approved-by{font-size:11px}.approval-waiting strong{font-size:13px}.approval-waiting div span,.approval-guidance,.profile-trigger-copy strong{font-size:12px}.profile-trigger-copy small{font-size:10px}.profile-popover-head strong{font-size:14px}.profile-popover-head span:not(.profile-avatar){font-size:11px}.profile-details span{font-size:10px}.profile-details strong,.sidebar-signout,.mobile-profile-signout{font-size:12px}.login-brand{display:flex;align-items:center;gap:12px}.login-brand>img{width:52px;height:52px;padding:0;object-fit:contain;border:0;border-radius:0;background:transparent}.login-brand>div{display:flex;flex-direction:column;gap:3px}.login-brand>div>span{color:#0094d4;font-size:12px;font-weight:850;letter-spacing:.02em}.login-brand h1{margin:0}.page-title-block{position:relative;width:100%;margin-bottom:24px;padding:20px 24px 21px;overflow:hidden;border:1px solid rgba(0,148,212,.16);border-radius:14px;background:linear-gradient(105deg,#eaf8feeb,#fffffff5 58%);box-shadow:0 8px 26px #00649112}.page-title-block:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#0094d4}.page-title-block:after{content:"";position:absolute;width:180px;height:180px;right:-65px;top:-105px;border:1px solid rgba(0,148,212,.09);border-radius:50%;box-shadow:0 0 0 26px #0094d406;pointer-events:none}.page-title-block h1{margin:0 0 7px;padding:0}.page-title-block h1:after{display:none}.page-title-block p{position:relative;z-index:1;max-width:none;margin:0;white-space:nowrap;color:#587682}@media (max-width: 1100px){.page-title-block p{white-space:normal}}@media (max-width: 640px){.page-title-block{padding:17px 18px 18px}.page-title-block p{line-height:1.55}}.plan-list-heading{margin:28px 0 12px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.plan-list-heading h2{margin:0 0 3px;color:var(--heading);font-size:16px}.plan-list-heading p{margin:0;color:var(--muted);font-size:12px}.plan-list-heading>span{min-width:72px;padding:6px 10px;border:1px solid #cce8f3;border-radius:999px;background:#fff;color:#0078ad;font-size:11px;font-weight:800;text-align:center;white-space:nowrap}.plan-editor section.card,.plan-view section.card,.directory-card,.import-card{border-color:#0094d42e;background:#ffffffd1;box-shadow:0 14px 38px #005c8514,inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(22px) saturate(125%);backdrop-filter:blur(22px) saturate(125%)}.plan-editor section.card>.section-head,.plan-view section.card>.section-head{background:linear-gradient(105deg,#e2f6feeb,#ffffffb8);border-bottom:1px solid rgba(0,148,212,.15);box-shadow:inset 0 1px #fffffff2}.plan-editor section.card>.section-head:before,.plan-view section.card>.section-head:before,.plan-view-head .section-head:before{border-color:#0094d440;background-color:#0094d4;background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);background-position:7px 7px,7px 12px,7px 17px;background-size:11px 1.5px,8px 1.5px,11px 1.5px;background-repeat:no-repeat;box-shadow:0 7px 16px #0094d433,inset 0 1px #ffffff47}.plan-editor section.card>.section-head h2,.plan-view section.card>.section-head h2,.section-toggle h2{color:#103746!important}.section-caret{border-color:#0094d4}.section-toggle:hover h2{color:#0078ad!important}.plan-editor section.card>.section-desc{border-bottom-color:#0094d41f;color:#617e89}.plan-view-head{background:linear-gradient(110deg,#def5fefa,#fffc);border-bottom:1px solid rgba(0,148,212,.16);box-shadow:inset 0 1px #fff}.plan-view-head .section-head h2{color:#103746}.plan-view-head .status{background:#0094d4;color:#fff;box-shadow:0 7px 18px #0094d438}.reviews-section-head .btn-secondary{border-color:#0094d4;background:#0094d4;color:#fff;box-shadow:0 6px 16px #0094d42e}.reviews-section-head .btn-secondary:hover{background:#007fb8;color:#fff}.plan-head-actions{display:flex;align-items:center;gap:9px}.complete-plan-button{min-height:36px;padding:0 15px;border:1px solid #006d9d;border-radius:9px;background:#fff;color:#006f9f;box-shadow:0 7px 18px #005f8a24;font:inherit;font-size:10px;font-weight:850;letter-spacing:.02em;cursor:pointer;transition:color .15s,background .15s,box-shadow .15s,transform .15s}.complete-plan-button:hover:not(:disabled){background:#006f9f;color:#fff;box-shadow:0 9px 22px #005f8a3d;transform:translateY(-1px)}.complete-plan-button:disabled{opacity:.55;cursor:wait}.completion-dialog-backdrop{position:fixed;z-index:500;top:0;right:0;bottom:0;left:0;padding:20px;display:grid;place-items:center;background:#051f2b94;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:overlayIn .16s ease-out}.completion-dialog{width:min(520px,100%);padding:27px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:0 16px;border:1px solid rgba(255,255,255,.7);border-radius:17px;background:#fff;box-shadow:0 28px 80px #001e2d52,inset 0 1px #fff;animation:completionDialogIn .2s ease-out}.completion-dialog-icon{position:relative;width:48px;height:48px;grid-row:span 1;border:1px solid #bfe3f1;border-radius:14px;background:#eaf8fe;box-shadow:0 7px 18px #007eb41a}.completion-dialog-icon:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:#0094d4;box-shadow:0 4px 10px #007eb433}.completion-dialog-icon:after{content:"";position:absolute;left:18px;top:18px;width:10px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.completion-dialog-copy{min-width:0}.completion-dialog-copy h2{margin:3px 0 9px;color:#253139;font-size:19px}.completion-dialog-copy p{margin:0;color:#687a83;font-size:12px;line-height:1.65}.completion-dialog-warning{grid-column:1 / -1;margin-top:20px;padding:13px 15px;display:flex;flex-direction:column;gap:3px;border-left:3px solid #0094d4;border-radius:8px;background:#f0faff}.completion-dialog-warning strong{color:#176483;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.completion-dialog-warning span{color:#5d7884;font-size:11px;line-height:1.5}.completion-dialog-actions{grid-column:1 / -1;margin-top:21px;display:flex;justify-content:flex-end;gap:9px}.complete-confirm-button{border-color:#0078ad;background:#0078ad;color:#fff;box-shadow:0 7px 18px #0078ad33}.complete-confirm-button:hover:not(:disabled){background:#006793}@keyframes completionDialogIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 650px){.plan-view-head{align-items:flex-start;flex-direction:column}.plan-head-actions{width:100%;align-items:stretch;flex-direction:column}.plan-head-actions .status,.complete-plan-button{width:100%;justify-content:center}.completion-dialog{padding:21px;grid-template-columns:40px minmax(0,1fr);gap:0 12px}.completion-dialog-icon{width:40px;height:40px}.completion-dialog-icon:before{top:8px;right:8px;bottom:8px;left:8px}.completion-dialog-icon:after{left:14px;top:14px}.completion-dialog-actions{align-items:stretch;flex-direction:column-reverse}.completion-dialog-actions .btn{width:100%}}@media (prefers-reduced-motion: reduce){.completion-dialog,.completion-dialog-backdrop{animation:none}}.employee-profile-panel,.employee-selection-result,.objective-view,.signature-pad,.approval-card{border-color:#0094d42e;background:#ffffffb8;box-shadow:inset 0 1px #fffffff2,0 8px 24px #005f890e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.employee-profile-primary{background:linear-gradient(105deg,#e1f6fedb,#ffffff9e)}.stepper{background:#ffffffa3;border-color:#0094d42b;box-shadow:inset 0 1px #fff,0 10px 28px #00608b0f}.page-title-block{background:linear-gradient(105deg,#def5fed1,#ffffffb3);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%);box-shadow:0 14px 38px #005c8513,inset 0 1px #fff}.page-head{position:relative;width:100%;margin-bottom:24px;padding:20px 24px 21px;overflow:hidden;border:1px solid rgba(0,148,212,.18);border-radius:14px;background:linear-gradient(105deg,#def5fed1,#ffffffb3);box-shadow:0 14px 38px #005c8513,inset 0 1px #fff;-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}.page-head:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#0094d4}.page-head:after{content:"";position:absolute;width:180px;height:180px;right:-65px;top:-105px;border:1px solid rgba(0,148,212,.09);border-radius:50%;box-shadow:0 0 0 26px #0094d406;pointer-events:none}.page-head>*{position:relative;z-index:1}.page-head h1{margin:3px 0 7px!important;padding:0!important}.page-head h1:after{display:none!important}.page-head p{margin:0;font-size:13px}.page-head .record-count{background:#ffffffb8;border-color:#0094d42e;box-shadow:inset 0 1px #fff}.page-title-block,.page-head{min-height:88px;margin:0 0 24px;padding:8px 2px 20px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.page-title-block:before,.page-head:before{display:none}.page-title-block:after,.page-head:after{content:"";position:absolute;left:2px;right:0;top:auto;bottom:0;width:auto;height:1px;border:0;border-radius:0;background:linear-gradient(90deg,rgba(0,148,212,.48),rgba(0,148,212,.1) 48%,transparent 86%);box-shadow:none}.page-title-block h1,.page-head h1{color:#103746;letter-spacing:-.035em}.page-title-block p,.page-head p{color:#5f7b87}.page-head .record-count{margin-right:2px;border:1px solid rgba(0,148,212,.18);border-radius:11px;background:#ffffffa8;box-shadow:0 8px 22px #005e890f,inset 0 1px #fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.btn-danger-ghost{border-color:#efcaca;background:#fff;color:#a73535}.btn-danger-ghost:hover:not(:disabled){border-color:#d99696;background:#fff6f6}.table-action-group{display:flex;justify-content:flex-end;align-items:center;gap:5px}.table-action-group .table-action{min-width:48px}.selection-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.selection-actions .btn{white-space:nowrap;text-decoration:none}.plan-audit-line{margin:-7px 0 18px;padding:9px 12px;display:flex;justify-content:space-between;gap:12px;border:1px solid #d9ebf3;border-radius:9px;background:#ffffffa8;color:var(--muted);font-size:11px}.plan-audit-line strong{color:var(--text)}.plan-audit-line span:last-child{text-align:right}@media (max-width: 700px){.selection-actions{grid-column:1 / -1;width:100%}.selection-actions .btn{flex:1}}.processing-overlay,.app .center-screen{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;text-align:center;padding:20px;background:#051f2b7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;cursor:wait;animation:overlayIn .16s ease-out}.app .center-screen{left:280px;width:auto}.processing-indicator{position:relative;overflow:hidden;min-width:190px;padding:22px 24px 20px;display:flex;flex-direction:column;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.48);border-radius:15px;background:#ffffffeb;box-shadow:0 24px 70px #001e2d40,inset 0 1px #fff;color:#103746;animation:indicatorFloat 2.4s ease-in-out infinite}.processing-indicator:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(110deg,transparent 28%,rgba(255,255,255,.7) 46%,transparent 64%);transform:translate(-120%);animation:indicatorShine 2.8s ease-in-out infinite}.processing-indicator strong{position:relative;z-index:1;font-size:12px;font-weight:750;letter-spacing:.01em;animation:loadingLabelPulse 1.5s ease-in-out infinite}.processing-spinner{position:relative;z-index:1;width:42px;height:42px;display:grid;place-items:center;border:3px solid rgba(0,148,212,.14);border-top-color:#0094d4;border-right-color:#0094d48c;border-radius:50%;box-shadow:0 0 20px #0094d41f;animation:processingSpin .9s cubic-bezier(.55,.15,.45,.85) infinite}.processing-spinner__orbit{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;animation:processingCounterSpin 1.6s linear infinite}.processing-spinner__orbit:before{content:"";position:absolute;top:-2px;left:50%;width:7px;height:7px;border-radius:50%;background:#50c8ee;box-shadow:0 0 0 4px #50c8ee26,0 0 12px #0094d480;transform:translate(-50%)}.processing-spinner__core{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#50c8ee,#007fb8);box-shadow:0 0 #0094d44d;animation:processingCorePulse 1.2s ease-out infinite}.app .center-screen:before{content:"";width:32px;height:32px;flex:0 0 32px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-right-color:#50c8eee6;border-radius:50%;box-shadow:0 0 #ffffff40;animation:processingSpin .85s cubic-bezier(.55,.15,.45,.85) infinite,pageLoaderPulse 1.5s ease-out infinite}@keyframes processingSpin{to{transform:rotate(360deg)}}@keyframes processingCounterSpin{to{transform:rotate(-720deg)}}@keyframes processingCorePulse{0%{transform:scale(.72);box-shadow:0 0 #0094d459}60%,to{transform:scale(1);box-shadow:0 0 0 9px #0094d400}}@keyframes pageLoaderPulse{50%{box-shadow:0 0 0 7px #fff0}}@keyframes indicatorFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes indicatorShine{0%,35%{transform:translate(-120%)}70%,to{transform:translate(120%)}}@keyframes loadingLabelPulse{0%,to{opacity:.65}50%{opacity:1}}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.processing-indicator,.processing-indicator:after,.processing-indicator strong,.processing-spinner,.processing-spinner__orbit,.processing-spinner__core,.app .center-screen:before{animation:none}}@media (max-width: 900px){.app .center-screen{left:0;width:100vw}}:root{--text: #3f474c;--heading: #252b2f;--muted: #7c868c;--border: #e2e7ea}body{color:var(--text)}h1,h2,h3,h4,.field-value,.objective-title-row>strong{color:var(--heading)}p,.muted,.section-desc,.page-title-block p,.page-head p{color:var(--muted)}a{color:#4d575d}a:hover{color:#252b2f}.field-label,.summary-label,.section-kicker,.eyebrow{color:#747f85!important}.page-title-block h1,.page-head h1,.plan-view-head .section-head h2,.plan-editor section.card>.section-head h2,.plan-view section.card>.section-head h2,.section-toggle h2{color:#252b2f!important}.sidebar{background:#fff;border-right:1px solid #e2e7ea;box-shadow:8px 0 30px #2331390e}.sidebar .brand,.sidebar .brand strong{color:#252b2f}.sidebar .brand span{color:#7c868c}.sidebar nav a{color:#69747a}.sidebar nav a:hover{color:#252b2f;background:#f4f6f7}.sidebar nav a.active{color:#252b2f;background:#eef1f2;box-shadow:none}.sidebar nav a.active:after{background:#0094d4}.sidebar-account-area{border-top-color:#e2e7ea}.sidebar-profile-menu .profile-trigger{color:#252b2f}.sidebar-profile-menu .profile-trigger:hover,.sidebar-profile-menu .profile-trigger[aria-expanded=true]{border-color:#dce3e6;background:#f5f7f8}.sidebar-profile-menu .profile-avatar{background:#0094d4;color:#fff;box-shadow:none}.sidebar-profile-menu .profile-trigger-copy strong{color:#343c41}.sidebar-profile-menu .profile-trigger-copy small{color:#8b9499}.sidebar-profile-menu .profile-chevron{border-color:#7c868c}.sidebar-signout{border-color:#d4dadd;background:#fff;color:#4d575d}.sidebar-signout:hover{border-color:#aeb8bd;background:#f4f6f7;color:#252b2f}.sidebar nav a{transition:background .2s ease,color .2s ease,transform .2s ease}.sidebar nav a:hover,.sidebar nav a:focus-visible{background:#0094d4;color:#fff;outline:none;transform:translate(2px);box-shadow:0 7px 18px #0094d42b}.sidebar nav a:hover:before,.sidebar nav a:focus-visible:before{color:#fff}.selection-person>span,.record-count span,.plan-list-heading>span,.profile-details span,.profile-trigger-copy small{color:#7c868c}.selection-person strong,.profile-details strong,.profile-popover-head strong{color:#343c41}.profile-popover-head span:not(.profile-avatar),.login-footer,.login-support{color:#7c868c}.badge-neutral{color:#69747a;background:#f0f2f3}@media (max-width: 900px){.sidebar{background:#fff}.sidebar .brand strong{color:#252b2f}.sidebar .brand span{color:#7c868c}}@property --pointer-x{syntax: "<percentage>"; inherits: true; initial-value: 50%;}@property --pointer-y{syntax: "<percentage>"; inherits: true; initial-value: 50%;}.login-screen{--pointer-x: 50%;--pointer-y: 50%;position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;background:#eef8fb}.login-screen:before{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.04) 0%,transparent 40%,rgba(0,51,73,.14) 100%)}.login-fluid-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;background:#078bb8}.login-fluid-canvas canvas{display:block!important}.login-corner-logo{position:absolute;z-index:4;top:clamp(20px,3.2vw,38px);left:clamp(20px,3.5vw,48px);width:clamp(128px,12vw,174px);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 3px 12px rgba(0,47,66,.22))}.login-ambient{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.login-ambient span{display:none}.login-ambient i{position:absolute;width:4px;height:4px;border-radius:50%;background:#ffffffeb;box-shadow:0 0 5px #fffffff2,0 0 15px #007eb152;animation:loginSparkle 7s ease-in-out infinite}.login-ambient i:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:1px;transform:translate(-50%,-50%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent)}.login-ambient i:nth-of-type(1){left:13%;top:22%}.login-ambient i:nth-of-type(2){right:18%;top:27%;animation-delay:-1.7s}.login-ambient i:nth-of-type(3){left:27%;bottom:16%;animation-delay:-4.3s}.login-ambient i:nth-of-type(4){right:34%;bottom:24%;animation-delay:-2.6s}.login-ambient i:nth-of-type(5){left:38%;top:14%;animation-delay:-5.2s}.login-ambient i:nth-of-type(6){right:8%;top:52%;animation-delay:-.8s}.login-ambient i:nth-of-type(7){left:8%;bottom:34%;animation-delay:-3.5s}.login-ambient i:nth-of-type(8){right:29%;top:12%;animation-delay:-6s}.login-main{position:relative;z-index:2;min-height:100vh;min-height:100dvh;display:grid;place-items:center}.login-form-pane{width:100%;padding:28px 18px;display:flex;align-items:center;justify-content:center}.login-form-pane .auth-card{width:100%;max-width:420px;margin:0;padding:clamp(24px,3vw,34px);gap:17px;border:1px solid rgba(197,220,229,.82);border-radius:18px;background:#ffffffe8;box-shadow:0 22px 55px #2346551f,0 2px 8px #2346550d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.login-form-pane .auth-card:before,.login-form-pane .auth-card:after{display:none}.login-welcome{margin-bottom:3px}.login-welcome>span{color:#0084bb;font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.login-welcome h1{margin:5px 0 4px;color:#173d4c;font-size:27px;line-height:1.15;letter-spacing:-.03em}.login-welcome p{margin:0;color:#6b8089;font-size:12px}.login-form-pane label{gap:6px;color:#35525e;font-size:11px;font-weight:750}.login-form-pane input{min-height:44px;padding:10px 12px;border-color:#cfdee4;border-radius:9px;background:#fffffff0;font-size:13px}.login-form-pane input::placeholder{color:#9aa9ae}.login-form-pane input:focus{border-color:#0094d4;box-shadow:0 0 0 3px #0094d41c}.login-password-field{position:relative}.login-password-field input{padding-right:58px}.login-password-field button{position:absolute;top:50%;right:7px;transform:translateY(-50%);min-width:44px;padding:6px;border:0;border-radius:6px;background:transparent;color:#007eae;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.login-password-field button:hover{background:#eaf7fc}.login-submit{width:100%;min-height:44px;margin-top:2px;border-radius:9px;font-size:12px;box-shadow:0 9px 20px #007eb12e}.login-support{margin:0;color:#6d858f;font-size:11px;line-height:1.55;text-align:center}.login-support a{color:#0078ad;font-weight:750;text-decoration:none}.login-support a:hover{text-decoration:underline}.login-credit{display:block;margin-top:1px;padding-top:14px;border-top:1px solid #dce9ee;color:#87979d;font-size:9px;line-height:1.5;letter-spacing:.018em;text-align:center}@keyframes loginFluid{0%{transform:translate3d(-2%,-1%,0) rotate(-5deg) scale(.96);border-radius:42% 58% 64% 36%/46% 38% 62% 54%}50%{transform:translate3d(5%,3%,0) rotate(6deg) scale(1.07);border-radius:58% 42% 38% 62%/38% 61% 39% 62%}to{transform:translate3d(-1%,7%,0) rotate(-2deg) scale(1.02);border-radius:35% 65% 55% 45%/60% 42% 58% 40%}}@keyframes loginFloat{0%{transform:translate3d(-12px,-9px,0) rotate(-3deg) scale(.98)}to{transform:translate3d(24px,20px,0) rotate(5deg) scale(1.07)}}@keyframes loginSparkle{0%,to{transform:translateY(0) rotate(0) scale(.35);opacity:.08}42%{opacity:.25}55%{transform:translateY(-18px) rotate(90deg) scale(1.25);opacity:.8}68%{opacity:.2}}@media (max-width: 520px){.login-form-pane{padding:18px 14px}.login-form-pane .auth-card{padding:23px 19px;border-radius:16px}.login-welcome h1{font-size:24px}}@media (max-width: 520px){.login-corner-logo{top:17px;left:18px;width:122px}}@media (prefers-reduced-motion: reduce){.login-ambient span,.login-ambient i{animation:none}.login-screen:before,.login-screen:after{--pointer-x: 50%;--pointer-y: 50%}}.login-brand>div>span,.sidebar .brand strong{color:#252b2f!important}.team-table-card{padding:0;overflow-x:auto}.team-plans-table{min-width:820px;table-layout:fixed;font-size:12px}.team-plans-table th,.team-plans-table td{height:64px;padding:10px 16px;vertical-align:middle}.team-plans-table th:nth-child(1){width:22%}.team-plans-table th:nth-child(2){width:27%}.team-plans-table th:nth-child(3){width:20%}.team-plans-table th:nth-child(4){width:16%;text-align:center}.team-plans-table th:nth-child(5){width:15%;text-align:right}.team-plans-table td:nth-child(4){text-align:center}.team-plans-table td:last-child{text-align:right}.team-plans-table .status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;white-space:nowrap;line-height:1}.team-plans-table td:nth-child(2),.team-plans-table td:nth-child(3){font-size:11px;line-height:1.35}.team-plans-table .status{font-size:10px}.table-action{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-width:0;padding-left:7px;padding-right:7px;white-space:nowrap;font-size:10px;text-decoration:none}.table-action:hover{text-decoration:none}.page-title-with-search{position:relative;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,500px);align-items:end;gap:28px;overflow:visible}.page-title-copy,.employee-finder-compact{min-width:0}.employee-finder-heading{display:flex;align-items:center;gap:9px;margin:0 0 7px}.employee-finder-compact label{color:#69747a;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.employee-finder-cue{position:relative;display:inline-flex;align-items:center;min-height:22px;padding:4px 22px 4px 8px;border-radius:6px;background:#0094d4;color:#fff;font-size:9px;font-weight:850;letter-spacing:.07em;line-height:1;text-transform:uppercase;box-shadow:0 5px 14px #0094d42e}.employee-finder-cue:after{content:"";position:absolute;right:8px;width:6px;height:6px;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(45deg) translateY(-2px)}.employee-finder-compact .person-search{width:100%}.employee-finder-compact input{background:#fff;border-color:#0094d47a;box-shadow:0 0 0 3px #0094d40f,0 8px 22px #2331390f}.employee-finder-compact input:focus{border-color:#0094d4;box-shadow:0 0 0 4px #0094d41f,0 9px 24px #0094d41a}.employee-finder-compact .person-search-list{z-index:80}.employee-finder-hint{display:block;margin-top:7px;color:#7c868c;font-size:10px;line-height:1.35}.page-title-with-search+.banner,.page-title-with-search~.employee-selection-result,.page-title-with-search~.plan-list-heading,.page-title-with-search~.team-table-card{position:relative;z-index:1}@media (max-width: 760px){.page-title-with-search{grid-template-columns:1fr;align-items:stretch;gap:18px}.employee-finder-compact{max-width:none}}@media (min-width: 761px) and (max-width: 1100px){.page-title-with-search{grid-template-columns:minmax(0,1fr) minmax(340px,420px)}}.plans-workspace-head{display:flex;align-items:center;justify-content:space-between;gap:28px}.create-plan-trigger{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap}.create-plan-trigger>span{position:relative;width:12px;height:12px;flex:0 0 12px;display:inline-block}.create-plan-trigger>span:before,.create-plan-trigger>span:after{content:"";position:absolute;top:5px;left:1px;width:10px;height:1.5px;border-radius:2px;background:currentColor}.create-plan-trigger>span:after{transform:rotate(90deg)}.plan-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 28px}.plan-metric{min-width:0;min-height:86px;padding:16px 18px;display:flex;align-items:center;gap:13px;border:1px solid #e2e7ea;border-radius:13px;background:#fff;color:#3f474c;text-align:left;cursor:pointer;box-shadow:0 8px 25px #2331390b;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.plan-metric:hover,.plan-metric.active{border-color:#0094d47a;box-shadow:0 10px 28px #0094d41c;transform:translateY(-2px)}.plan-metric.active{background:linear-gradient(115deg,#fff,#f1faff)}.plan-metric>span:last-child{display:flex;min-width:0;flex-direction:column;gap:5px}.plan-metric small{color:#7c868c;font-size:10px;font-weight:750;white-space:nowrap}.plan-metric strong{color:#252b2f;font-size:23px;line-height:1}.metric-indicator{width:9px;height:36px;flex:0 0 auto;border-radius:8px;background:#bac2c6}.metric-draft{background:#8d989e}.metric-pending_manager_approval{background:#d99a27}.metric-pending_employee_signature{background:#68bee4}.metric-pending_mentor_review{background:#0094d4}.metric-active{background:#3f474c}.manager-approval-alert{border-color:#ead49f;background:#fffaf0}.manager-approval-panel{max-width:620px}.manager-review-copy{margin-bottom:1rem;padding:.9rem 1rem;border-left:3px solid #d99a27;border-radius:8px;background:#fff9eb}.manager-review-copy h3{margin:.2rem 0 .35rem;color:var(--heading);font-size:1rem}.manager-review-copy p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.55}.workspace-list-heading{margin-bottom:13px}.plans-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) minmax(160px,.42fr) minmax(180px,.48fr);gap:9px;margin-bottom:12px}.plans-toolbar input,.plans-toolbar select{height:42px;min-height:42px;font-size:11px;background-color:#fff}.plans-search{min-width:0}.plans-search input{width:100%;height:42px;min-height:42px;max-height:42px;padding:0 14px 0 42px!important;border:1px solid var(--border);border-radius:var(--control-radius);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='7' cy='7' r='4.75' stroke='%237c868c' stroke-width='1.5'/%3E%3Cpath d='M10.5 10.5L14 14' stroke='%237c868c' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;background-size:16px 16px}.plans-workspace .team-plans-table{min-width:860px}.plans-workspace .team-plans-table th:nth-child(1){width:36%}.plans-workspace .team-plans-table th:nth-child(2){width:18%}.plans-workspace .team-plans-table th:nth-child(3){width:18%}.plans-workspace .team-plans-table th:nth-child(4){width:17%}.plans-workspace .team-plans-table th:nth-child(5){width:11%}.plans-workspace .team-plans-table td:nth-child(2){text-align:left}.plan-employee-cell{min-width:0;display:flex;align-items:center;gap:11px}.plan-employee-avatar{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#edf3f5;color:#4d575d;font-size:10px;font-weight:850}.plan-employee-cell>span:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.plan-employee-cell strong{overflow:hidden;color:#252b2f;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.plan-employee-cell small,.table-secondary-text{overflow:hidden;color:#7c868c;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.table-primary-text{display:block;color:#4d575d;font-size:11px;font-weight:700}.table-secondary-text{display:block;margin-top:4px}.plan-row-actions{position:relative}.plan-row-actions-inner{display:flex;align-items:center;justify-content:flex-end;gap:5px}.row-action-menu{position:relative}.row-action-trigger{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;gap:3px;border:1px solid #e2e7ea;border-radius:8px;background:#fff;cursor:pointer}.row-action-trigger>span{width:3px;height:3px;border-radius:50%;background:#69747a}.row-action-trigger:hover,.row-action-trigger[aria-expanded=true]{border-color:#0094d4;background:#f1faff}.row-action-trigger:hover>span,.row-action-trigger[aria-expanded=true]>span{background:#0094d4}.row-action-menu>div{position:absolute;z-index:50;top:50%;left:calc(100% + 7px);right:auto;width:132px;padding:5px;border:1px solid #e2e7ea;border-radius:10px;background:#fff;box-shadow:0 14px 35px #23313926;transform:translateY(-50%)}.plan-row-actions:has(.row-action-menu.open){z-index:60}.row-action-menu a,.row-action-menu button{width:100%;min-height:34px;padding:8px 10px;display:flex;align-items:center;border:0;border-radius:7px;background:transparent;color:#4d575d;font:inherit;font-size:10px;font-weight:700;text-align:left;text-decoration:none;cursor:pointer}.row-action-menu a:hover{background:#edf9fe;color:#0078ad}.row-action-menu button:hover{background:#fff3f3;color:#a74141}.row-action-menu .menu-delete-action{color:#a74141}.row-action-menu .menu-delete-action:disabled{opacity:.55;cursor:default}.plans-empty-state{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-plan-icon{position:relative;width:42px;height:48px;margin-bottom:7px;border:1.5px solid #aeb8bd;border-radius:8px}.empty-plan-icon:before,.empty-plan-icon:after{content:"";position:absolute;left:10px;right:10px;height:1.5px;background:#aeb8bd}.empty-plan-icon:before{top:17px}.empty-plan-icon:after{top:25px}.plan-drawer-layer{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#1f2a3061;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:overlayIn .18s ease}.plan-create-drawer{width:min(620px,94vw);height:100%;padding:30px;overflow-y:auto;background:#fff;box-shadow:-22px 0 60px #1c2c342e;animation:drawerIn .22s ease both}@keyframes drawerIn{0%{opacity:.5;transform:translate(32px)}to{opacity:1;transform:translate(0)}}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid #e7ebed}.drawer-head h2{margin:5px 0 7px;font-size:22px}.drawer-head p{max-width:360px;margin:0;color:#7c868c;font-size:11px;line-height:1.55}.drawer-close{position:relative;width:34px;height:34px;flex:0 0 34px;border:1px solid #e2e7ea;border-radius:9px;background:#fff;cursor:pointer}.drawer-close:before,.drawer-close:after{content:"";position:absolute;top:16px;left:10px;width:13px;height:1.5px;border-radius:2px;background:#69747a}.drawer-close:before{transform:rotate(45deg)}.drawer-close:after{transform:rotate(-45deg)}.drawer-close:hover{border-color:#0094d4;background:#f1faff}.drawer-search{position:relative;z-index:10;margin:24px 0}.drawer-search>label{display:block;margin-bottom:8px;color:#4d575d;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.drawer-search input{border-color:#0094d46b}.drawer-search .person-search-item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drawer-search .person-search-item:hover,.drawer-search .person-search-item:focus-visible{background:#0094d4}.drawer-search .person-search-item strong,.drawer-search .person-search-item .muted{white-space:nowrap}.drawer-guidance{padding:18px;display:flex;align-items:flex-start;gap:13px;border:1px solid #dcecf3;border-radius:12px;background:#f7fcfe}.drawer-guidance-icon{position:relative;width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:#0094d4}.drawer-guidance-icon:before{content:"";position:absolute;top:8px;left:10px;width:8px;height:8px;border:1.5px solid #fff;border-radius:50%}.drawer-guidance-icon:after{content:"";position:absolute;top:18px;left:8px;width:12px;height:6px;border:1.5px solid #fff;border-bottom:0;border-radius:7px 7px 0 0}.drawer-guidance strong{color:#343c41;font-size:11px}.drawer-guidance p{margin:4px 0 0;color:#7c868c;font-size:10px;line-height:1.5}.drawer-employee-card{padding:20px;border:1px solid #dfe6e9;border-radius:14px;background:#fff;box-shadow:0 12px 32px #23313911}.drawer-employee-identity{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #e7ebed}.drawer-employee-identity>div{min-width:0;display:flex;flex-direction:column;gap:3px}.drawer-employee-identity small{color:#0094d4;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.drawer-employee-identity strong{color:#252b2f;font-size:14px}.drawer-employee-identity span:last-child{color:#7c868c;font-size:10px}.drawer-employee-card dl{margin:10px 0 20px}.drawer-employee-card dl>div{min-height:44px;display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:12px;border-bottom:1px solid #edf0f2}.drawer-employee-card dt{color:#7c868c;font-size:9px;font-weight:750;text-transform:uppercase}.drawer-employee-card dd{margin:0;color:#3f474c;font-size:10px;font-weight:700;text-align:right}.drawer-actions{display:flex;gap:8px}.drawer-actions .btn-primary{flex:1}@media (max-width: 1050px){.plan-metrics,.plans-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1451px){.plans-workspace .team-table-card{overflow:visible}}@media (max-width: 900px){.row-action-menu>div{top:calc(100% + 5px);left:auto;right:0;transform:none}.team-plans-table tbody tr:nth-last-child(-n+2) .row-action-menu>div{top:auto;bottom:calc(100% + 5px)}}@media (max-width: 680px){.plans-workspace-head{align-items:stretch;flex-direction:column}.create-plan-trigger{align-self:flex-start}.plan-metrics{grid-template-columns:1fr 1fr}.plan-metric{padding:13px}.plan-metric small{white-space:normal}.plans-toolbar{grid-template-columns:1fr}.plan-create-drawer{width:100%;padding:22px 18px}.drawer-actions{flex-direction:column}}.activate-account-btn{min-width:78px}.account-active-badge{display:inline-flex;min-height:27px;padding:5px 10px;align-items:center;justify-content:center;border:1px solid #d9e2e6;border-radius:8px;background:#f3f6f7;color:#4d575d;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.staff-directory-page .page-head{align-items:center}.import-panel{position:relative;overflow:hidden;grid-template-columns:48px minmax(220px,.8fr) minmax(360px,1.2fr);min-height:92px;margin-bottom:18px;padding:15px 18px;gap:15px;background:linear-gradient(112deg,#eef9fdeb,#fffffff0 58%);transition:border-color .2s,box-shadow .2s,transform .2s}.import-panel:after{content:"";position:absolute;top:-80px;right:22%;width:150px;height:150px;border:1px solid rgba(0,148,212,.09);border-radius:50%;box-shadow:0 0 0 22px #0094d406;pointer-events:none;transition:transform .6s ease}.import-panel:hover{border-color:#0094d452;box-shadow:0 16px 38px #005c851a,inset 0 1px #fffffff2;transform:translateY(-1px)}.import-panel:hover:after{transform:translate3d(8px,6px,0) scale(1.06)}.import-visual{position:relative;z-index:1;width:48px;height:48px;display:grid;place-items:center;border:1px solid #bfe2ef;border-radius:13px;background:#fff;box-shadow:0 7px 18px #0074a71a}.import-visual:before{content:"";position:absolute;left:12px;right:12px;bottom:11px;height:8px;border:2px solid #0094d4;border-top:0;border-radius:0 0 5px 5px}.import-arrow{position:relative;width:2px;height:19px;margin-top:-6px;border-radius:2px;background:#0094d4;animation:importArrowFloat 1.7s ease-in-out infinite}.import-arrow:before{content:"";position:absolute;top:0;left:-4px;width:8px;height:8px;border-top:2px solid #0094d4;border-left:2px solid #0094d4;transform:rotate(45deg)}.import-panel.has-file .import-visual{border-color:#8ed3eb;background:#eaf8fe;animation:importReadyPulse 1.8s ease-out infinite}.import-copy{position:relative;z-index:1;min-width:0}.import-copy h2{margin:2px 0 1px;color:#30383d;font-size:14px}.import-copy p{overflow:hidden;color:#77858b;font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.import-controls{position:relative;z-index:1;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:9px}.compact-file-drop{min-width:0;min-height:58px;padding:9px 14px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-width:1px;border-style:solid;background:#ffffffdb;color:#0078ad;text-align:center;transition:border-color .16s,background .16s,box-shadow .16s}.compact-file-drop:hover{background:#fff;box-shadow:0 6px 18px #00699712}.compact-file-drop strong,.compact-file-drop small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-file-drop strong{color:#0078ad;font-size:11px}.compact-file-drop small{color:#6f858e;font-size:9px;font-weight:650}.import-confirm{min-width:104px;min-height:42px;white-space:nowrap;animation:importButtonIn .22s ease-out}@keyframes importArrowFloat{0%,to{transform:translateY(3px)}50%{transform:translateY(-3px)}}@keyframes importReadyPulse{0%,to{box-shadow:0 7px 18px #0074a71a,0 0 #0094d42e}55%{box-shadow:0 7px 18px #0074a71a,0 0 0 7px #0094d400}}@keyframes importButtonIn{0%{opacity:0;transform:translate(7px)}to{opacity:1;transform:translate(0)}}.directory-card{overflow:hidden}.directory-toolbar{padding:22px 24px;background:linear-gradient(105deg,#eaf8fee0,#ffffffb8)}.directory-toolbar h2{margin:3px 0 2px;font-size:18px}.directory-search-field{width:min(390px,42%);display:flex;flex-direction:column;gap:6px;color:#64757d;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.directory-search-field .directory-search{width:100%;max-width:none;height:43px;padding-left:14px;border-color:#cfe5ed;border-radius:10px;background:#ffffffeb;box-shadow:0 4px 14px #005b840b;text-transform:none}.directory-summary{padding:14px 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;border-bottom:1px solid #e4eef2;background:#f8fcfdcc}.directory-summary>div{min-width:0;padding:10px 13px;display:flex;align-items:baseline;gap:8px;border:1px solid #e2edf1;border-radius:10px;background:#fff}.directory-summary strong{color:#0078ad;font-size:17px}.directory-summary span{color:#78868c;font-size:10px;font-weight:700}.staff-grid{width:100%;padding:18px 20px 22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.staff-card{min-width:0;overflow:hidden;border:1px solid #dfe9ed;border-radius:14px;background:#fffffff5;box-shadow:0 7px 22px #243d470e;transition:border-color .16s,box-shadow .16s,transform .16s}.staff-card:hover{border-color:#b8dce9;box-shadow:0 11px 30px #00669317;transform:translateY(-1px)}.staff-card-inactive{background:#f9fafb;opacity:.72}.staff-card-head{min-width:0;padding:16px 17px 13px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;border-bottom:1px solid #edf1f3}.staff-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#0094d4,#0078ad);color:#fff;box-shadow:0 6px 15px #0094d433;font-size:11px;font-weight:900;letter-spacing:.04em}.staff-identity{min-width:0;display:flex;flex-direction:column;gap:2px}.staff-identity strong,.staff-identity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-identity strong{color:#30383d;font-size:13px}.staff-identity span{color:#7c898f;font-size:10px}.staff-status{padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.staff-status.is-active{background:#e8f7ee;color:#257044}.staff-status.is-inactive{background:#eef0f1;color:#69747a}.staff-details{margin:0;padding:8px 17px 12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px}.staff-details>div{min-width:0;padding:9px 0;border-bottom:1px solid #eff2f3}.staff-details dt{margin-bottom:2px;color:#8a959a;font-size:8px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.staff-details dd{margin:0;overflow:hidden;color:#485258;font-size:10px;font-weight:650;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.staff-card-actions{padding:12px 17px 15px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;background:#fafcfd}.staff-card-actions label{min-width:0;display:flex;flex-direction:column;gap:4px;color:#7c898f;font-size:8px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.staff-card-actions select{width:132px;height:34px;padding:4px 9px;border-radius:8px;background:#fff;font-size:11px;text-transform:none}.staff-card-actions .activate-account-btn{min-height:34px;white-space:nowrap}.staff-card-actions .account-active-badge{min-height:34px}@media (max-width: 1180px){.staff-grid{grid-template-columns:1fr}}@media (max-width: 1100px){.import-panel{grid-template-columns:48px minmax(0,1fr)}.import-controls{grid-column:1 / -1}}@media (max-width: 700px){.page-head{margin-bottom:18px}.import-panel{grid-template-columns:42px minmax(0,1fr);padding:14px}.import-visual{width:42px;height:42px}.import-controls{align-items:stretch;flex-direction:column}.compact-file-drop,.import-confirm{width:100%}.import-copy p{white-space:normal}.directory-toolbar{align-items:stretch;flex-direction:column;padding:18px}.directory-search-field{width:100%}.directory-summary{padding:12px 18px;grid-template-columns:1fr;gap:7px}.directory-summary>div{justify-content:space-between}.staff-grid{padding:12px}.staff-card-head{grid-template-columns:38px minmax(0,1fr);padding:14px}.staff-avatar{width:38px;height:38px}.staff-status{grid-column:2;justify-self:start}.staff-details{padding-inline:14px;grid-template-columns:1fr}.staff-card-actions{padding:12px 14px 14px;align-items:stretch;flex-direction:column}.staff-card-actions label,.staff-card-actions select,.staff-card-actions .btn,.staff-card-actions .account-active-badge{width:100%}}@media (prefers-reduced-motion: reduce){.import-panel,.import-panel:after,.import-arrow,.import-panel.has-file .import-visual,.import-confirm{animation:none;transition:none}}.workspace,.content,.plans-workspace,.plans-workspace-head,.plans-toolbar>*,.plan-list-heading>*{min-width:0}.btn{max-width:100%;overflow-wrap:anywhere}@media (max-width: 1650px){.row-action-menu>div{top:calc(100% + 6px);left:auto;right:0;transform:none}.team-plans-table tbody tr:nth-last-child(-n+2) .row-action-menu>div{top:auto;bottom:calc(100% + 6px)}}@media (max-width: 1450px){.plans-workspace .team-table-card{overflow:visible;border:0;background:transparent;box-shadow:none}.plans-workspace .team-plans-table{min-width:0;display:block}.plans-workspace .team-plans-table thead{display:none}.plans-workspace .team-plans-table tbody{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.plans-workspace .team-plans-table tr{min-width:0;display:flex;flex-direction:column;overflow:visible;border:1px solid #e2e7ea;border-radius:13px;background:#fff;box-shadow:0 8px 24px #2331390e}.plans-workspace .team-plans-table td,.plans-workspace .team-plans-table td:nth-child(2),.plans-workspace .team-plans-table td:nth-child(3),.plans-workspace .team-plans-table td:nth-child(4),.plans-workspace .team-plans-table td:last-child{width:100%;height:auto;min-height:46px;padding:10px 14px;display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:10px;border-bottom:1px solid #edf0f2;text-align:left}.plans-workspace .team-plans-table td:before{content:attr(data-label);color:#8b9499;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.plans-workspace .team-plans-table td:first-child{min-height:70px;grid-template-columns:1fr}.plans-workspace .team-plans-table td:first-child:before{display:none}.plans-workspace .team-plans-table td:last-child{min-height:58px;border-bottom:0}.plan-employee-cell strong,.plan-employee-cell small{max-width:100%}.plan-row-actions-inner{min-width:0;justify-content:flex-start}.plan-row-actions-inner>.table-action{min-width:92px;white-space:normal}.row-action-menu>div,.team-plans-table tbody tr:nth-last-child(-n+2) .row-action-menu>div{top:calc(100% + 6px);bottom:auto;left:0;right:auto;width:min(150px,calc(100vw - 52px));transform:none}.plans-workspace .team-plans-table tr:nth-last-child(-n+2) .row-action-menu>div{top:auto;bottom:calc(100% + 6px)}}@media (max-width: 1100px){.plans-workspace .team-plans-table tbody{grid-template-columns:1fr}}@media (max-width: 760px){.content{padding-left:16px;padding-right:16px}.plans-workspace-head{gap:17px}.plans-workspace-head h1{font-size:clamp(23px,7vw,30px)}.plans-workspace-head .create-plan-trigger{width:100%;min-height:44px;align-self:stretch;white-space:normal}.plan-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:14px 0 23px}.plan-metric{min-height:76px;padding:12px;gap:10px}.plan-metric strong{font-size:20px}.metric-indicator{width:7px;height:31px}.workspace-list-heading{align-items:flex-start;gap:10px}.workspace-list-heading h2{font-size:17px}.workspace-list-heading>span{flex:0 0 auto}.plans-toolbar{grid-template-columns:1fr}.plans-toolbar input,.plans-toolbar select,.plans-search input{width:100%}.plans-workspace .team-plans-table tbody{grid-template-columns:1fr}.plans-workspace .team-plans-table td,.plans-workspace .team-plans-table td:nth-child(2),.plans-workspace .team-plans-table td:nth-child(3),.plans-workspace .team-plans-table td:nth-child(4),.plans-workspace .team-plans-table td:last-child{grid-template-columns:82px minmax(0,1fr);padding-left:12px;padding-right:12px}.plan-employee-cell{min-width:0}.plan-employee-cell>span:last-child{overflow:hidden}.plan-employee-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-action-menu>div,.plans-workspace .team-plans-table tr:nth-last-child(-n+2) .row-action-menu>div{top:auto;bottom:calc(100% + 6px);left:0;right:auto;max-width:calc(100vw - 56px)}.plan-create-drawer{width:100%;max-width:100%;padding:21px 16px}.drawer-head h2{font-size:20px}.drawer-employee-card{padding:16px}.drawer-employee-card dl>div{grid-template-columns:92px minmax(0,1fr)}.drawer-actions .btn{width:100%;white-space:normal}}@media (max-width: 390px){.content{padding-left:11px;padding-right:11px}.plan-metrics{grid-template-columns:1fr}.plans-workspace .team-plans-table td,.plans-workspace .team-plans-table td:nth-child(2),.plans-workspace .team-plans-table td:nth-child(3),.plans-workspace .team-plans-table td:nth-child(4),.plans-workspace .team-plans-table td:last-child{grid-template-columns:74px minmax(0,1fr)}.plan-row-actions-inner{flex-wrap:wrap}}.plans-workspace .plan-row-actions-inner>.table-action{width:auto;min-width:94px;max-width:none;min-height:34px;padding:7px 12px;flex:0 0 auto;box-sizing:border-box;white-space:nowrap;line-height:18px}.plans-workspace .plan-row-actions-inner{min-width:136px}.plans-workspace .team-plans-table th:nth-child(1){width:33%}.plans-workspace .team-plans-table th:nth-child(5){width:14%}@media (max-width: 1450px){.plans-workspace .plan-row-actions-inner{width:100%;min-width:0}}@media (min-width: 1451px){.plans-workspace .team-table-card{overflow:visible}.plans-workspace .team-plans-table{width:100%;min-width:1040px;table-layout:fixed}.plans-workspace .team-plans-table th:nth-child(1){width:25%}.plans-workspace .team-plans-table th:nth-child(2){width:14%}.plans-workspace .team-plans-table th:nth-child(3){width:18%}.plans-workspace .team-plans-table th:nth-child(4){width:14%;text-align:left}.plans-workspace .team-plans-table th:nth-child(5){width:12%;text-align:left}.plans-workspace .team-plans-table th:nth-child(6){width:17%;text-align:right}.plans-workspace .team-plans-table td:nth-child(4),.plans-workspace .team-plans-table td:nth-child(5){text-align:left}.plans-workspace .team-plans-table td:nth-child(6){text-align:right}.plans-workspace .plan-row-actions-inner{width:100%;min-width:0;justify-content:flex-end}.plans-workspace .row-action-menu>div{top:calc(100% + 6px);right:0;left:auto;transform:none}.plans-workspace .team-plans-table tbody tr:nth-last-child(-n+2) .row-action-menu>div{top:auto;bottom:calc(100% + 6px)}.plans-workspace .team-plans-table th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plans-workspace .team-plans-table td:not(:last-child){min-width:0;overflow:hidden}.plans-workspace .team-plans-table td:not(:last-child)>*{max-width:100%;min-width:0}.plans-workspace .team-plans-table .status{min-width:0;max-width:100%;padding-inline:9px;overflow:hidden;text-overflow:ellipsis}.plans-workspace .team-plans-table .table-primary-text,.plans-workspace .team-plans-table .table-secondary-text{width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plans-workspace .plan-row-actions{overflow:visible}.plans-workspace .plan-row-actions-inner>.table-action{min-width:88px;padding-inline:9px}}@media (max-width: 1450px){.plans-workspace .team-plans-table td>:not(.plan-row-actions-inner){min-width:0;max-width:100%}.plans-workspace .team-plans-table .status{min-width:0;justify-self:start;white-space:normal;text-align:center}.plans-workspace .team-plans-table .table-primary-text,.plans-workspace .team-plans-table .table-secondary-text{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.plan-page-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.plan-page-meta .plan-audit-line{margin-bottom:0}.plan-page-meta>.btn{flex:0 0 auto;white-space:nowrap}.plan-view section.card:has(>.section-head .section-toggle[aria-expanded=false])>:not(.section-head){display:none}@media (max-width: 700px){.plan-page-meta{align-items:stretch;flex-direction:column}.plan-page-meta>.btn{align-self:flex-start;white-space:normal}}.section-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.3rem}.section-head h2{margin:0}.section-icon{width:34px;height:34px;border-radius:10px;background:var(--gradient-brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0}.section-desc{margin:0 0 1.1rem;color:var(--muted);font-size:.87rem}.status{width:fit-content;max-width:100%;min-width:0!important;height:auto;min-height:26px;padding:6px 9px;white-space:normal;overflow-wrap:anywhere;text-align:center;line-height:1.2}.status-cell .status{justify-self:start}.plans-workspace .team-plans-table .plan-list-status{width:auto;max-width:100%;min-height:26px;padding:5px 8px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;font-size:clamp(7px,.55vw,9px);letter-spacing:0;white-space:nowrap;text-overflow:ellipsis;line-height:1}:root{--type-page-title: 28px;--type-section-title: 16px;--type-subheading: 14px;--type-body: 13px;--type-control: 13px;--type-label: 11px;--type-helper: 11px;--type-table: 12px;--type-table-head: 10px;--type-badge: 9px}.workspace{font-size:var(--type-body);line-height:1.5}.workspace h1,.workspace .page-title-block h1,.workspace .page-head h1{font-size:var(--type-page-title);line-height:1.2}.workspace h2{font-size:var(--type-section-title);line-height:1.3}.workspace h3,.workspace .review-summary h3{font-size:var(--type-subheading);line-height:1.35}.workspace p,.workspace .muted,.workspace .section-desc,.workspace .page-title-block p,.workspace .page-head p{font-size:var(--type-body);line-height:1.55}.workspace label{font-size:var(--type-label);line-height:1.35}.workspace input,.workspace select,.workspace textarea,.workspace .date-trigger{font-size:var(--type-control);line-height:1.4}.workspace .btn,.workspace button{line-height:1.25}.workspace .btn{font-size:12px}.workspace .field-label,.workspace .summary-label,.workspace .section-kicker,.workspace .eyebrow{font-size:var(--type-label)!important;line-height:1.3}.workspace .field-value{font-size:var(--type-body);line-height:1.5}.workspace table{font-size:var(--type-table);line-height:1.4}.workspace th{font-size:var(--type-table-head);line-height:1.25}.workspace td{font-size:var(--type-table);line-height:1.4}.workspace .status,.workspace .badge-neutral,.workspace .saved-pill,.workspace .action-approval-badge{font-size:var(--type-badge);line-height:1.15}.workspace .step-label{font-size:var(--type-label);line-height:1.25}.workspace .section-toggle h2,.workspace .plan-view-head .section-head h2,.workspace .plan-editor section.card>.section-head h2,.workspace .plan-view section.card>.section-head h2{font-size:var(--type-section-title);line-height:1.3}.workspace .section-edit-text,.workspace .pencil-edit-button{font-size:var(--type-label)}.workspace .table-primary-text,.workspace .plan-employee-cell strong{font-size:var(--type-table);line-height:1.35}.workspace .table-secondary-text,.workspace .plan-employee-cell small,.workspace small{font-size:var(--type-helper);line-height:1.4}.workspace .nested-action-head,.workspace .skill-review-table th{font-size:var(--type-table-head)}.workspace .nested-action-summary,.workspace .nested-action-summary strong,.workspace .skill-review-table td{font-size:var(--type-table);line-height:1.35}.workspace .nested-action-details p,.workspace .skill-review-full-copy p,.workspace .skill-review-action-list>div>span:not(.skill-review-action-number),.workspace .skill-review-action-list strong{font-size:var(--type-body);line-height:1.5}.workspace .nested-action-details small,.workspace .skill-review-action-list small{font-size:var(--type-helper);line-height:1.35}.workspace .action-option-copy strong,.workspace .action-entry-title strong,.workspace .objective-summary-copy strong,.workspace .action-summary-main strong{font-size:var(--type-body);line-height:1.35}.workspace .action-option-copy small,.workspace .action-entry-title small,.workspace .objective-summary-copy p,.workspace .action-summary-main p,.workspace .action-summary-meta,.workspace .action-empty-state p{font-size:var(--type-helper);line-height:1.4}.workspace .plan-period-copy strong{font-size:var(--type-body)}.workspace .plan-period-copy small,.workspace .plan-period-duration strong,.workspace .plan-period-link{font-size:var(--type-helper)}.sidebar nav a{font-size:13px;line-height:1.35}.sidebar .profile-trigger-copy strong{font-size:12px}.sidebar .profile-trigger-copy small,.sidebar-user button{font-size:11px}.skill-focus-view{display:flex;flex-direction:column;gap:14px}.skill-list-heading{padding:0 2px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.skill-list-heading>div{display:flex;flex-direction:column;gap:2px}.skill-list-heading strong{color:#294b57;font-size:14px}.skill-list-heading>span{color:#718690;font-size:11px}.objective-list[data-layout=vertical-accordion]{width:100%;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:8px}.objective-list-item{width:100%;min-width:0;display:block;overflow:hidden;border:1px solid #d5e4ea;border-radius:11px;background:#fff;transition:border-color .15s,box-shadow .15s}.objective-list-item.active{border-color:#43acd7;box-shadow:0 0 0 2px #0094d414,0 8px 24px #26576a14}.objective-list-trigger{width:100%;min-height:68px;padding:10px 13px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;border:0;border-left:4px solid transparent;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer}.objective-list-trigger:hover{background:#f7fbfd}.objective-list-item.active>.objective-list-trigger{border-left-color:#0094d4;background:#edf8fc}.section-toggle-static{cursor:default}.manager-approval-inline{margin-top:4px;padding:12px 14px;border:1px solid #dce8ed;border-radius:10px;background:#f8fbfc;scroll-margin:90px}.manager-approval-inline.actionable{padding:16px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(320px,1.2fr);align-items:start;gap:22px;border-color:#b9dce9;background:#f3fafd}.manager-approval-inline .manager-review-copy h3{margin:3px 0 5px;color:#294b57;font-size:14px}.manager-approval-inline .manager-review-copy p{margin:0;color:#667d87;font-size:11px;line-height:1.5}.manager-approval-inline .signature-pad{max-width:none;margin:0;padding:12px 14px;background:#fff}@media (max-width: 760px){.manager-approval-inline.actionable{grid-template-columns:1fr}}.objective-list-number{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#e8f4f8;color:#167da7;font-size:11px;font-weight:900}.objective-list-item.active .objective-list-number{background:#0094d4;color:#fff}.objective-list-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.objective-list-copy strong{overflow:hidden;color:#294b57;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.objective-list-copy small{color:#748993;font-size:10px}.objective-list-chevron,.development-action-chevron{color:#6e8791;font-size:20px;line-height:1;transition:transform .15s}.objective-list-item.active>.objective-list-trigger .objective-list-chevron,.development-action-item.active .development-action-chevron{transform:rotate(180deg);color:#0087bf}.objective-list-content{padding:14px 16px 16px;border-top:1px solid #d8e8ee;background:#fbfdfe}.objective-outcome{position:relative;padding:13px 150px 13px 14px;border:1px solid #dce8ed;border-radius:9px;background:#fff}.objective-outcome>span:first-child{display:block;margin-bottom:5px;color:#607883;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.objective-outcome p{margin:0;color:#385660;font-size:12px;line-height:1.55;white-space:pre-wrap}.objective-outcome .objective-approval{position:absolute;top:12px;right:12px}.development-action-list{margin-top:11px;display:flex;flex-direction:column;gap:6px}.development-action-item{overflow:hidden;border:1px solid #dce7eb;border-radius:9px;background:#fff}.development-action-item.active{border-color:#6bbddd;box-shadow:inset 4px 0 #0094d4}.development-action-trigger{width:100%;min-height:58px;padding:8px 11px;display:grid;grid-template-columns:27px minmax(0,1fr) auto 18px;align-items:center;gap:10px;border:0;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer}.development-action-trigger:hover{background:#f6fbfd}.development-action-item.active .development-action-trigger{background:#f0f9fc}.development-action-trigger.no-mentor{grid-template-columns:27px minmax(0,1fr) 18px}.development-action-number{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:#edf4f6;color:#5f7781;font-size:10px;font-weight:900}.development-action-item.active .development-action-number{background:#d9f1fa;color:#007ead}.development-action-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.development-action-copy small{color:#0082b4;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.035em}.development-action-copy strong{overflow:hidden;color:#36545f;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.development-action-detail{padding:14px 16px 16px 48px;border-top:1px solid #dce9ee;background:#fff}.development-action-detail>.field{margin-bottom:13px}.development-action-detail .field-value{color:#385660;line-height:1.55;white-space:pre-wrap}.action-detail-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.action-detail-meta .field-value{padding-top:4px}.focus-actions-empty{padding:18px;margin:0}.objective-focus-footer:empty{display:none}.objective-focus-footer>.mentor-approved-by,.objective-focus-footer>.mentor-review-action{margin:0;padding:14px 18px;border:1px solid #dceaf0;border-radius:10px}@media (max-width: 760px){.skill-list-heading{align-items:flex-start;flex-direction:column;gap:5px}.objective-list-trigger{grid-template-columns:32px minmax(0,1fr) auto}.objective-outcome{padding:48px 13px 13px}.objective-outcome .objective-approval{left:12px;right:auto}.development-action-trigger{grid-template-columns:25px minmax(0,1fr) 18px}.development-action-trigger .action-approval-badge{grid-column:2;justify-self:start}.development-action-chevron{grid-column:3;grid-row:1 / span 2}.development-action-detail{padding-left:14px}.action-detail-meta{grid-template-columns:1fr;gap:8px}}
