*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #256340;--green-hover: #1a4d30;--green-light: #d8ede0;--green-border: #b3d9c0;--text: #1a1916;--text-muted: #7a7268;--text-light: #a89d92;--bg: #f5efe6;--bg-card: #ffffff;--bg-warm: #faf6f1;--bg-tan: #ede5d8;--border: #e2d9cc;--border-card: #ede5d8;--amber: #b45309;--amber-light: #fef3c7;--red: #b91c1c;--red-light: #fee2e2;--blue: #1d4ed8;--blue-light: #dbeafe;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-pill:999px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;color:var(--text);-webkit-font-smoothing:antialiased}body{min-height:100vh;background:var(--bg)}a{text-decoration:none;color:inherit}#app{display:flex;flex-direction:column;min-height:100vh}.kg-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;height:60px;background:#fff;border-bottom:1px solid var(--border-card);flex-shrink:0;position:relative;z-index:10}.kg-header--simple{grid-template-columns:1fr auto}.kg-header-logos{display:flex;align-items:center;gap:14px;justify-self:start}.kg-header .kg-logo{flex-shrink:0;text-decoration:none}.kg-logo img,.kg-logo--brand img{height:40px;display:block}.kg-header-brand{font-size:19px;font-weight:800;color:var(--green);flex-shrink:0;letter-spacing:.01em;margin-right:16px;white-space:nowrap}.kg-header-center{display:flex;align-items:center;gap:10px;justify-content:center}.kg-header-period{font-size:13px;color:var(--text-muted);white-space:nowrap}.kg-header-period strong{color:var(--text);font-weight:600}.kg-header-right{display:flex;align-items:center;gap:8px;justify-self:end;flex-shrink:0;justify-content:flex-end;flex-wrap:wrap}.kg-header-depts{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.kg-dept-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--r-pill);font-size:12px;font-weight:600;background:var(--green-light);color:var(--green);border:1px solid var(--green-border);white-space:nowrap}.kg-header-user{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.kg-header-name{font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap}.kg-header-pos{font-size:12px;color:var(--text-muted);line-height:1.2;white-space:nowrap}.acc-mini-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--green) 0%,#4a9e6b 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;overflow:hidden;letter-spacing:.04em;-webkit-user-select:none;user-select:none;border:2px solid rgba(37,99,64,.2)}.acc-mini-avatar img{width:100%;height:100%;object-fit:cover;display:block}.btn-account{background:var(--green-light);color:var(--green);border:1px solid var(--green-border);font-weight:600}.profile-dropdown{position:relative}.btn-profile-chip{display:flex;align-items:center;gap:8px;padding:0;background:none;border:none;cursor:pointer;outline:none}.btn-profile-chip:hover .btn-profile-chip__ava{box-shadow:0 0 0 3px #25634033}.btn-profile-chip__ava{width:40px;height:40px;border-radius:50%;background:var(--green);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;transition:box-shadow .18s}.btn-profile-chip__ava img{width:100%;height:100%;object-fit:cover}.btn-profile-chip__info,.btn-profile-chip__chevron{display:none}.profile-dropdown.open .btn-profile-chip__chevron{transform:rotate(180deg)}.profile-chip-menu{display:none;position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000021,0 1px 4px #0000000f;border:1px solid #e5e7eb;overflow:hidden;z-index:999}.profile-dropdown.open .profile-chip-menu{display:block}.profile-chip-menu__header{padding:16px 20px 14px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:3px}.profile-chip-menu__header strong{font-size:15px;font-weight:700;color:#111827;line-height:1.3}.profile-chip-menu__header span{font-size:13px;color:#6b7280;font-weight:400}.profile-chip-menu__item{display:block;width:100%;padding:13px 20px;font-size:14px;font-weight:400;color:#374151;text-decoration:none;background:transparent;border:none;-webkit-appearance:none;appearance:none;text-align:left;cursor:pointer;transition:background .12s}.profile-chip-menu__item:hover{background:#f9fafb}.profile-chip-menu__item--logout{color:#111827;font-weight:700;background:#fff;border-top:1px solid #f0f0f0;border-radius:0;-webkit-appearance:none;appearance:none}.profile-chip-menu__item--logout:hover{background:#f3f4f6}.btn-account:hover{background:#c4e0ce;color:var(--green-hover)}:root{--status-pending-chip-bg: #fee2e2;--status-pending-chip-border: #fca5a5;--status-pending-border: #f87171;--status-draft-chip-bg: #fef9c3;--status-draft-chip-border: #fde047;--status-draft-border: #facc15;--status-done-chip-bg: #d8ede0;--status-done-chip-border: #b3d9c0;--status-done-border: #6bbf8a}.kg-status-badge{display:inline-flex;align-items:center;padding:5px 14px;border-radius:var(--r-pill);font-size:12px;font-weight:700;white-space:nowrap;letter-spacing:.01em}.kg-status-pending{background:var(--status-pending-chip-bg);color:var(--amber);border:1px solid var(--status-pending-chip-border)}.kg-status-draft{background:var(--status-draft-chip-bg);color:#854d0e;border:1px solid var(--status-draft-chip-border)}.kg-status-submitted{background:var(--status-done-chip-bg);color:var(--green);border:1px solid var(--status-done-chip-border)}.kg-breadcrumb{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-muted)}.kg-breadcrumb a{color:var(--green)}.kg-breadcrumb a:hover{text-decoration:underline}.kg-avatar{width:32px;height:32px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:1px solid var(--green-border);flex-shrink:0}.kg-auth-wrap{flex:1;position:relative;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--bg)}.background-decor,.bg-illustration{display:none}.kg-auth-card{position:relative;z-index:2;width:100%;max-width:480px;background:#fff;border:1px solid var(--border-card);border-radius:20px;padding:44px 48px;box-shadow:0 4px 32px #00000012}.kg-auth-hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:28px}.kg-auth-logo{display:flex;justify-content:center;align-items:center;width:100%;margin:0 0 16px}.kg-auth-logo img{height:52px;width:auto;display:block}.kg-auth-title{font-size:22px;font-weight:700;color:var(--text);margin:0 0 6px}.kg-auth-sub{font-size:13px;color:var(--text-muted);margin:0}.kg-auth-form{display:flex;flex-direction:column;gap:14px}.kg-auth-grid{display:flex;flex-direction:column;gap:12px}.kg-auth-form .kg-field{gap:4px}.kg-auth-form .kg-field>label{font-size:13px;font-weight:600;color:var(--text)}.kg-auth-form .kg-field input{font-size:14px;padding:11px 14px}.kg-auth-form .btn-full{padding:13px 16px;font-size:14px;font-weight:700!important;color:#fff!important;margin-top:6px}.kg-auth-hint{font-size:12px;color:var(--text-light);text-align:center;line-height:1.5}.kg-dev-bar{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:16px;padding:10px 12px;background:#2563400d;border:1px dashed rgba(37,99,64,.25);border-radius:10px}.kg-dev-label{font-size:11px;font-weight:600;color:var(--text-muted);white-space:nowrap;margin-right:2px}.btn-dev-pill{padding:4px 12px;border-radius:var(--r-pill);border:1px solid rgba(37,99,64,.35);background:#25634014;color:var(--green);font:600 12px/1 inherit;cursor:pointer;transition:background .15s}.btn-dev-pill:hover{background:#2563402e}.multi{position:relative}.multi__trigger{height:44px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;padding:0 14px;font-family:inherit;font-size:14px;color:var(--text-light);cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;transition:border-color .15s,box-shadow .15s}.multi__trigger:focus,.multi.is-open .multi__trigger{border-color:var(--green);box-shadow:0 0 0 3px #2563401a}.multi__text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;text-transform:none!important;letter-spacing:normal!important}.multi__text.has-value{color:var(--text)}.multi__arrow{flex-shrink:0;color:var(--text-light);transition:transform .2s}.multi.is-open .multi__arrow{transform:rotate(180deg)}.multi__menu{display:none;position:absolute;top:calc(100% + 6px);left:0;width:100%;max-height:300px;overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:var(--r-md);box-shadow:0 10px 30px #0000001a;z-index:100;padding:6px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.multi.is-open .multi__menu{display:block}.multi__item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;cursor:pointer;font-size:13px!important;font-weight:400!important;color:var(--text)!important;text-transform:none!important;letter-spacing:normal!important;-webkit-user-select:none;user-select:none;transition:background .1s}.multi__item:hover{background:var(--bg-tan)}.multi__item.is-selected{background:var(--green-light)}.multi__item.is-selected span{font-weight:600!important}.multi__item.is-selected:hover{background:#c4e0ce}.multi__item input[type=checkbox]{width:15px;height:15px;margin:0;flex-shrink:0;cursor:pointer;accent-color:var(--green)}.kg-field-err{font-size:12px;color:var(--red);min-height:16px;display:block;margin-top:2px}.btn-full{width:100%;justify-content:center;margin-top:4px}.kg-main{flex:1;max-width:900px;width:100%;margin:0 auto;padding:40px 24px 80px}.hero{background:#fff;border:1px solid var(--border-card);border-radius:18px;padding:28px 32px;margin:0 auto 24px;box-shadow:0 2px 16px #0000000f;border-top:3px solid var(--green)}.hero__top{display:flex;align-items:center;gap:20px}.hero__avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--green) 0%,#4a9e6b 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0;letter-spacing:.04em;-webkit-user-select:none;user-select:none;overflow:hidden;box-shadow:0 2px 10px #25634040}.hero__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.hero__info{flex:1;min-width:0}.hero__account-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.hero__account-role{font-size:11px;color:var(--text-muted);font-weight:500}.hero__account-btn{flex-shrink:0}.btn.hero__account-btn{background:var(--green);color:#fff!important;border-color:var(--green)}.btn.hero__account-btn:hover{background:var(--green-hover);border-color:var(--green-hover)}.hero__title{font-size:22px;font-weight:400;color:var(--text);margin:0 0 8px;line-height:1.2}.hero__title strong{font-weight:700;color:var(--green)}.hero__subtitle{font-size:14px;color:var(--text-muted);margin:0}.hero__meta{display:flex;flex-direction:column;gap:5px;padding-top:10px;border-top:1px solid var(--border)}.hero__meta-row{font-size:13.5px;color:var(--text-muted);margin:0;line-height:1.4}.hero__meta-label{font-weight:600;color:var(--text)}.hero__projects{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.hero__project-tag{background:var(--green-light);color:var(--green);border:1px solid var(--green-border);font-size:12px;font-weight:600;padding:3px 11px;border-radius:var(--r-pill);white-space:nowrap}.hero__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.chip{display:inline-flex;align-items:center;background:var(--green-light);border:1px solid var(--green-border);color:var(--green);border-radius:var(--r-pill);padding:6px 12px;font-size:13px;font-weight:600;white-space:nowrap}.kg-welcome{margin-bottom:28px}.kg-welcome h1{font-size:24px;font-weight:700;color:var(--text);margin-bottom:4px}.kg-welcome h1 em{font-style:normal;color:var(--green)}.kg-welcome p{font-size:14px;color:var(--text-muted)}.kg-report-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:#fff;border:1px solid var(--border-card);border-radius:var(--r-lg);margin-bottom:24px}.kg-report-banner__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--green);margin-bottom:4px}.kg-report-banner__period{font-size:20px;font-weight:600;color:var(--text);margin-bottom:10px}.kg-report-banner__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.kg-locked-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;background:var(--green-light);border:1px solid var(--green-border);border-radius:var(--r-lg);font-size:14px;color:var(--text);margin-bottom:20px}.kg-locked-banner strong{color:var(--green)}.kg-current-report-eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--green);margin-bottom:5px}.kg-current-report-period{font-size:16px;font-weight:600;color:var(--text);margin-bottom:10px}.kg-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;padding:3px 10px;border-radius:var(--r-pill)}.kg-badge-pending{background:var(--amber-light);color:var(--amber)}.kg-badge-sent{background:var(--green-light);color:var(--green)}.kg-reports-list{display:flex;flex-direction:column}.kg-reports-list-head{display:grid;grid-template-columns:2fr 1fr 1.2fr 120px 100px;gap:12px;padding:0 0 10px;border-bottom:1px solid var(--border);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light)}.kg-report-row{display:grid;grid-template-columns:2fr 1fr 1.2fr 120px 100px;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--bg-tan);font-size:14px;color:var(--text)}.kg-report-row:last-child{border-bottom:none}.kg-report-row-period{font-weight:500}.kg-report-row-date{color:var(--text-muted)}.kg-team-emp{display:flex;align-items:center;gap:8px;font-weight:500}.kg-team-ava{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.kg-team-ava--initials{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-size:10px;font-weight:700}.kg-section-count{display:inline-flex;align-items:center;background:var(--bg-tan);color:var(--text-muted);font-size:11px;font-weight:700;padding:2px 10px;border-radius:20px;margin-left:10px}.kg-section-count--warn{background:#fef3c7;color:#92400e}.kg-stat-cards{display:flex;gap:14px;flex-wrap:wrap}.kg-stat-card{flex:1;min-width:120px;background:#fff;border:1px solid var(--border-card);border-radius:var(--r-md);padding:20px;text-align:center;box-shadow:0 1px 6px #0000000a}.kg-stat-card--green{border-color:var(--green-border);background:#f2faf5}.kg-stat-card--orange{border-color:#fde8c8;background:#fffaf5}.kg-stat-card--warn{border-color:#fbd38d;background:#fffbeb}.kg-stat-num{font-size:32px;font-weight:800;color:var(--green);line-height:1;margin-bottom:6px}.kg-stat-card--green .kg-stat-num{color:var(--green)}.kg-stat-card--orange .kg-stat-num{color:#c05621}.kg-stat-card--warn .kg-stat-num{color:#92400e}.kg-stat-label{font-size:12px;color:var(--text-muted);font-weight:500}.kg-section--warn .kg-section-head{background:#fffbeb;border-radius:10px 10px 0 0}.kg-warn-hint{font-size:13px;color:#92400e;background:#fef3c7;border-radius:8px;padding:10px 14px;margin-bottom:14px}.kg-no-manager-list{display:flex;flex-direction:column;gap:10px}.kg-no-manager-row{display:grid;grid-template-columns:2fr 1fr 2fr 2fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--bg-tan);font-size:13px}.kg-no-manager-row:last-child{border-bottom:none}.kg-reports-list--admin,.kg-reports-list--team{overflow-x:auto;-webkit-overflow-scrolling:touch}.kg-reports-list--admin .kg-reports-list-head,.kg-reports-list--admin .kg-report-row--admin{grid-template-columns:200px 105px 105px 120px 85px 2fr 70px 110px;min-width:1020px}.kg-reports-list--hr{overflow-x:visible}.kg-reports-list--hr .kg-reports-list-head,.kg-reports-list--hr .kg-report-row--admin{display:grid;grid-template-columns:2fr 1.5fr 1.3fr 100px;min-width:0}.kg-reports-list--hr .kg-reports-list-head{padding:14px 16px 10px;font-weight:700;gap:16px}.kg-reports-list--hr .kg-reports-list-head>span:first-child{padding-left:44px}.kg-reports-list--hr .kg-reports-list-head>span:last-child,.kg-reports-list--hr .kg-report-row--admin>span:last-child{text-align:center;display:flex;justify-content:center;align-items:center}.kg-reports-list--hr .kg-report-row--admin{padding:13px 16px;gap:16px}.kg-reports-list--team .kg-reports-list-head,.kg-reports-list--team .kg-report-row--team{grid-template-columns:140px 160px 130px 90px 105px 95px 130px;min-width:850px}.kg-reports-list--admin .kg-reports-list-head>span,.kg-reports-list--team .kg-reports-list-head>span,.kg-reports-list--team .kg-report-row--team>span{white-space:nowrap}.kg-reports-list--admin .kg-report-row--admin>span{white-space:normal}.kg-reports-list--admin .kg-reports-list-head>span:nth-child(5),.kg-reports-list--admin .kg-report-row--admin>span:nth-child(5){text-align:center;display:flex;justify-content:center;align-items:center}.kg-reports-list--admin .kg-team-emp{white-space:normal;align-items:flex-start}.kg-reports-list--team .kg-team-emp{white-space:nowrap}.kg-reports-list--admin .kg-report-row--admin,.kg-reports-list--team .kg-report-row--team{font-size:12px}.kg-badge-approved{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:700;font-size:12px;padding:5px 12px;border-radius:20px;white-space:nowrap;box-shadow:0 2px 10px #22c55e59;letter-spacing:.01em}.kg-reports-list--mine .kg-reports-list-head,.kg-reports-list--mine .kg-report-row{grid-template-columns:2fr 1.5fr 1.2fr 1fr}.kg-reports-list--mine .kg-reports-list-head>span,.kg-reports-list--mine .kg-report-row>span{text-align:center;justify-self:center}.kg-reports-list--mine .kg-reports-list-head>span:first-child,.kg-reports-list--mine .kg-report-row>span:first-child{text-align:left;justify-self:start}.kg-badge-returned{background:#feebcb;color:#c05621;font-weight:600;font-size:12px;padding:4px 10px;border-radius:20px;white-space:nowrap}.kg-badge-pending-review{background:#f0ede8;color:#7a7268;font-weight:600;font-size:12px;padding:4px 10px;border-radius:20px;white-space:nowrap}.kg-badge-no-manager{background:#fef3c7;color:#92400e;font-weight:600;font-size:12px;padding:4px 10px;border-radius:20px;white-space:nowrap}.kg-team-emp-info{display:flex;flex-direction:column;gap:3px;min-width:0}.kg-team-emp-name{font-size:12px;font-weight:600;color:var(--text);white-space:normal;line-height:1.35}.kg-team-emp-sub{font-size:11px;font-weight:400;color:var(--text);white-space:normal;line-height:1.45}.kg-team-emp-label{font-size:10px;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.kg-cell-two{display:flex;flex-direction:column;gap:2px;white-space:normal}.kg-cell-two-main{font-size:12px;font-weight:600;color:var(--text);line-height:1.35}.kg-cell-two-sub{font-size:11px;color:var(--text-muted);line-height:1.35}.kg-score{display:inline-block;font-size:12px;font-weight:700;padding:3px 8px;border-radius:20px;white-space:nowrap}.kg-score--high{background:var(--green-light);color:var(--green)}.kg-score--mid{background:#fef3c7;color:#92400e}.kg-score--low{background:#fee2e2;color:#b91c1c}.kg-score--none{background:#f0ede8;color:#7a7268}.kg-report-just{font-size:11px;color:var(--text-muted);line-height:1.5;white-space:normal}.kg-plan-status{display:inline-block;font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px;white-space:nowrap}.kg-plan-status--Выполнен{background:var(--green-light);color:var(--green)}.kg-plan-status--Частично-выполнен{background:#feebcb;color:#c05621}.kg-plan-status--Не-выполнен{background:#fed7d7;color:#9b2c2c}.kg-plan-status--В-процессе{background:#dbeafe;color:#1d4ed8}.kg-team-actions{display:flex;gap:5px;align-items:center;flex-wrap:wrap}.kg-approve-btn{background:var(--green);color:#fff;border:none;font-size:12px;font-weight:700;padding:6px 14px;border-radius:var(--r-pill);cursor:pointer;white-space:nowrap;box-shadow:0 2px 6px #2563404d;transition:background .15s}.kg-approve-btn:hover{background:var(--green-hover)}.btn-purple-light{background:var(--green-light);color:var(--green);border:1px solid var(--green-border);font-weight:600}.btn-purple-light:hover{background:#c4e0ce}.kg-text-muted{color:var(--text-muted);font-size:12px}.kg-empty{display:flex;flex-direction:column;align-items:center;padding:48px 20px;text-align:center}.kg-empty-icon{font-size:36px;margin-bottom:12px;opacity:.45}.kg-empty p{font-size:15px;font-weight:500;color:var(--text);margin-bottom:4px}.kg-empty span{font-size:13px;color:var(--text-muted)}.kg-section{background:#fff;border:1px solid var(--border-card);border-radius:var(--r-lg);margin-bottom:20px;box-shadow:0 1px 8px #0000000a;overflow:visible}.kg-section-head{display:flex;align-items:center;gap:10px;padding:14px 22px;border-bottom:1px solid var(--border-card);background:#fff;border-radius:var(--r-lg) var(--r-lg) 0 0}.kg-section-head-icon{width:26px;height:26px;border-radius:7px;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.kg-section-head h2{font-size:16px;font-weight:700;color:var(--text)}.kg-section-body{padding:22px}.kg-section-label{display:inline-flex;align-items:center;padding:4px 16px;background:var(--bg-tan);color:var(--text-muted);border-radius:var(--r-pill);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.kg-page-title{margin-bottom:32px}.kg-page-title h1{font-size:22px;font-weight:700;margin-bottom:4px}.kg-page-title p{font-size:14px;color:var(--text-muted)}.kg-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.kg-form-grid.c3{grid-template-columns:1fr 1fr 1fr}.kg-form-grid.c1{grid-template-columns:1fr}.kg-field{display:flex;flex-direction:column;gap:6px}.kg-field label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.kg-field input,.kg-field select,.kg-field textarea{background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);padding:10px 13px;font:14px/1.4 inherit;color:var(--text);outline:none;width:100%;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none}.kg-field input::placeholder,.kg-field textarea::placeholder{color:var(--text-light)}.kg-field input:focus,.kg-field select:focus,.kg-field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #2563401a}.kg-field textarea{resize:vertical;min-height:90px;line-height:1.6}.kg-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%237a7268' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.kg-field select option{background:#fff;color:var(--text)}.kg-kpi-row+.kg-kpi-row .kg-form-grid{margin-top:12px}.kg-divider{height:1px;background:var(--border);margin:20px 0}.kg-dropzone{border:2px dashed var(--border);border-radius:var(--r-lg);padding:36px 24px;text-align:center;cursor:pointer;background:var(--bg-warm);transition:border-color .15s,background .15s;display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;position:relative}.kg-dropzone:hover,.kg-dropzone.is-over{border-color:var(--green);background:#f2faf5}.kg-dropzone.is-loading{pointer-events:none;opacity:.7}.kg-dropzone__icon{color:var(--text-light);flex-shrink:0;display:block;width:40px;height:40px;margin-bottom:4px}.kg-dropzone__text{font-size:15px;font-weight:600;color:var(--text)}.kg-dropzone__hint{font-size:13px;color:var(--text-muted)}.kg-dropzone__link{color:var(--green);text-decoration:underline;cursor:pointer}.kg-dropzone__formats{font-size:12px;color:var(--text-light)}.kg-file-list{display:flex;flex-direction:column;gap:8px;list-style:none}.kg-file-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--bg-warm);border:1px solid var(--border-card);border-radius:var(--r-sm);font-size:13px}.kg-file-icon{font-size:18px;flex-shrink:0}.kg-file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.kg-file-size{color:var(--text-light);white-space:nowrap;flex-shrink:0}.kg-file-remove{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:16px;line-height:1;padding:0 2px;flex-shrink:0;transition:color .15s}.kg-file-remove:hover{color:var(--red)}.kg-ai-status{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--r-sm);font-size:14px;margin-top:12px}.kg-ai-status--loading,.kg-ai-status--success{background:var(--green-light);color:var(--green);border:1px solid var(--green-border)}.kg-ai-status--error{background:var(--red-light);color:var(--red);border:1px solid #fca5a5}.kg-ai-spin{animation:spin .7s linear infinite;display:inline-block}.kg-preview-state{display:flex;flex-direction:column;align-items:center;gap:12px;padding:36px 24px;text-align:center}.kg-preview-state__icon{font-size:40px;line-height:1}.kg-preview-state__title{font-size:16px;font-weight:600;color:var(--text);margin:0}.kg-preview-state__link{font-size:14px;font-weight:600;color:var(--green);text-decoration:underline;cursor:pointer}.kg-preview-state__link:hover{color:var(--green-hover)}.kg-preview-state__actions{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap;justify-content:center}.kg-submit-area{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;background:#fff;border:1px solid var(--border-card);border-radius:var(--r-lg);box-shadow:0 1px 6px #0000000a}.kg-submit-info strong{display:block;font-size:14px;font-weight:600;margin-bottom:3px}.kg-submit-info span{font-size:13px;color:var(--text-muted)}.kg-submit-actions{display:flex;gap:10px;flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:var(--r-pill);font:600 14px/1 inherit;cursor:pointer;border:1px solid transparent;outline:none;transition:all .15s;white-space:nowrap;text-decoration:none}.btn-sm{padding:7px 16px;font-size:13px}.btn-xs{padding:5px 12px;font-size:12px;font-weight:600}.btn-lg{padding:13px 28px;font-size:15px}.btn-primary{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 1px 4px #25634040}.btn-primary:hover{background:var(--green-hover);border-color:var(--green-hover);box-shadow:0 3px 10px #2563404d}.btn-primary:active{background:#153d27;box-shadow:none}.btn-primary.loading{pointer-events:none;opacity:.75}.btn-ghost{background:#fff;color:var(--text-muted);border-color:var(--border)}.btn-ghost:hover{border-color:var(--green-border);color:var(--green);background:var(--green-light)}.btn-outline{background:transparent;color:var(--green);border-color:var(--green-border)}.btn-outline:hover{background:var(--green-light);border-color:var(--green)}#btn-logout{background:var(--bg-tan);color:var(--text-muted);border:1px solid var(--border);padding:8px 20px;border-radius:var(--r-pill);font-size:13px;font-weight:600;cursor:pointer}#btn-logout:hover{background:var(--border);color:var(--text)}.spin{animation:spin .7s linear infinite}.kg-toast{position:fixed;bottom:28px;right:28px;background:#fff;border:1px solid var(--green-border);color:var(--text);padding:13px 18px;border-radius:var(--r-md);font-size:14px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 30px #0000001a;transform:translateY(60px);opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:200}.kg-toast.show{transform:translateY(0);opacity:1}.kg-toast-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0}.kg-modal-overlay{position:fixed;inset:0;background:#0a0f0a80;z-index:500;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .18s ease}.kg-modal-overlay.is-open{opacity:1;pointer-events:all}.kg-modal{background:#fff;border-radius:20px;max-width:720px;width:100%;max-height:88vh;overflow-y:auto;box-shadow:0 24px 64px #0003;transform:scale(.96);transition:transform .18s ease;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.kg-modal-overlay.is-open .kg-modal{transform:scale(1)}.kg-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 28px 0}.kg-modal-title{font-size:17px;font-weight:700;color:var(--text);line-height:1.35;margin:0}.kg-modal-close{flex-shrink:0;width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;margin-top:-2px}.kg-modal-close:hover{background:var(--bg-tan);color:var(--text)}.kg-modal-sub{font-size:13px;color:var(--text-muted);padding:8px 28px 0}.kg-modal-sub strong{color:var(--text)}.kg-modal-body{padding:20px 28px;display:flex;flex-direction:column;gap:20px}.kg-modal-section h3{font-size:14px;font-weight:700;color:var(--green);margin:0 0 8px}.kg-modal-section p{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0 0 8px}.kg-modal-section ul{padding-left:18px;display:flex;flex-direction:column;gap:6px}.kg-modal-section ul li{font-size:14px;color:var(--text-muted);line-height:1.55}.kg-modal-goal{display:flex;align-items:flex-start;gap:10px;padding:16px 18px;background:var(--green-light);border-radius:var(--r-md);font-size:14px;line-height:1.65;color:var(--text)}.kg-modal-goal svg{color:var(--green);flex-shrink:0;margin-top:2px}.kg-modal-statuses{display:flex;flex-direction:column;gap:10px}.kg-modal-status-row{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-muted)}.kg-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 28px 24px;border-top:1px solid var(--border-card)}.kg-admin-tabs{display:flex;align-items:center;gap:0;justify-content:center;height:100%;overflow-x:auto;scrollbar-width:none;position:relative}.kg-admin-tabs::-webkit-scrollbar{display:none}.kg-admin-tab{display:flex;align-items:center;gap:8px;padding:0 18px;height:100%;flex-shrink:0;border:none;background:transparent;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;transition:color .15s;white-space:nowrap}.kg-admin-tab svg{flex-shrink:0}.kg-admin-tab:hover{color:#1e293b}.kg-admin-tab--active,.kg-admin-tab.is-active{color:#1e293b;border-bottom-color:transparent}.kg-tabs-ink{position:absolute;bottom:0;height:3px;background:#1e293b;border-radius:3px 3px 0 0;pointer-events:none;transition:left .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1)}.an-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:20px}.an-periods-hint{display:flex;gap:8px;flex-wrap:wrap}.an-period-btn{cursor:pointer;border:none;transition:opacity .15s,transform .1s,box-shadow .15s}.an-period-btn:hover{opacity:.85;transform:translateY(-1px)}.an-period-btn--active{box-shadow:0 0 0 2px #fff,0 0 0 4px currentColor}.an-overall-btn{display:flex;align-items:center;gap:6px;padding:7px 18px;border-radius:8px;border:1.5px solid #e5e7eb;background:#fff;color:#374151;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.an-overall-btn:hover{background:#f9fafb;border-color:#6d28d9;color:#6d28d9}.an-period-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500}.an-period-badge--0{background:#dbeafe;color:#1d4ed8}.an-period-badge--1{background:#e0e7ff;color:#4338ca}.an-period-badge--2{background:#f3e8ff;color:#7c3aed}.an-detail-panel{animation:anFadeIn .2s ease}@keyframes anFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.an-detail-header{display:flex;align-items:center;gap:14px;margin-bottom:24px;flex-wrap:wrap}.an-back-btn{padding:6px 14px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;font-weight:600;cursor:pointer;color:#374151;transition:background .15s}.an-back-btn:hover{background:#f3f4f6}.an-detail-title{font-size:20px;font-weight:700;color:#1e293b}.an-detail-sub{font-size:13px;color:#9ca3af}.an-stat-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.an-stat-box{flex:1;min-width:100px;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb;text-align:center}.an-stat-box--green{background:#f0fdf4;border-color:#bbf7d0}.an-stat-box--blue{background:#eff6ff;border-color:#bfdbfe}.an-stat-box--orange{background:#fffbeb;border-color:#fde68a}.an-stat-box--red{background:#fef2f2;border-color:#fecaca}.an-stat-num{font-size:26px;font-weight:800;color:#1e293b;line-height:1.1}.an-stat-lbl{font-size:12px;color:#9ca3af;margin-top:4px}.an-dist-section{margin-bottom:28px}.an-dist-label{font-size:13px;font-weight:600;color:#6b7280;margin-bottom:10px;text-transform:uppercase;letter-spacing:.04em}.an-dist-rows{display:flex;flex-direction:column;gap:8px}.an-dist-row{display:flex;align-items:center;gap:10px}.an-dist-name{min-width:130px}.an-dist-track{flex:1;height:8px;background:#f3f4f6;border-radius:99px;overflow:hidden}.an-dist-bar{height:100%;border-radius:99px;transition:width .4s ease}.an-dist-cnt{font-size:13px;font-weight:600;color:#374151;min-width:24px;text-align:right}.an-detail-emp-title{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.an-overall-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.an-overall-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.an-overall-card-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:16px}.an-trend-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.an-trend-period{min-width:120px;font-size:13px;font-weight:600;color:#374151}.an-trend-track{flex:1;min-width:60px;height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden}.an-trend-fill{height:100%;background:linear-gradient(90deg,#6d28d9,#2563eb);border-radius:99px;transition:width .5s ease}.an-trend-meta{font-size:12px;color:#9ca3af;white-space:nowrap}.an-consist-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #f3f4f6}.an-consist-row:last-child{border-bottom:none}.an-table-wrap{overflow-x:auto}.an-table{width:100%;border-collapse:collapse;font-size:14px}.an-table thead tr{border-bottom:2px solid #e5e7eb}.an-table th{padding:10px 14px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.an-th-rank{width:44px;text-align:center}.an-th-claude{min-width:180px}.an-table tbody tr{border-bottom:1px solid #f3f4f6}.an-table tbody tr:last-child{border-bottom:none}.an-row td{padding:12px 14px;vertical-align:middle}.an-row--top{background:#fafafa}.an-rank{text-align:center;font-size:18px}.an-emp-cell{display:flex;align-items:center;gap:10px;min-width:180px}.an-emp-info{display:flex;flex-direction:column}.an-emp-name{font-weight:600;color:#1e293b;font-size:14px}.an-emp-sub{font-size:12px;color:#9ca3af}.an-no-report{font-size:12px;color:#d1d5db}.an-trend{font-size:16px;font-weight:700}.an-trend--up{color:#22c55e}.an-trend--down{color:#ef4444}.an-trend--same{color:#9ca3af}.an-claude-cell{display:flex;flex-direction:column;gap:4px;min-width:170px}.an-claude-bar-wrap{height:6px;background:#e5e7eb;border-radius:99px;overflow:hidden}.an-claude-bar{height:100%;border-radius:99px;transition:width .4s ease}.an-claude-bar--expert{background:#6d28d9}.an-claude-bar--confident{background:#2563eb}.an-claude-bar--basic{background:#f59e0b}.an-claude-bar--beginner{background:#9ca3af}.an-claude-bar--none{background:#e5e7eb}.an-claude-label{font-size:12px;font-weight:600}.an-claude-label--expert{color:#6d28d9}.an-claude-label--confident{color:#2563eb}.an-claude-label--basic{color:#d97706}.an-claude-label--beginner{color:#9ca3af}.an-claude-label--none{color:#d1d5db}.an-claude-pct{font-size:11px;color:#9ca3af}.inv-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:var(--bg)}.inv-card{width:100%;max-width:560px;background:#fff;border-radius:20px;border:1px solid var(--border-card);padding:40px 40px 32px;box-shadow:0 8px 40px #00000012}.inv-card--error,.inv-card--success{text-align:center}.inv-brand{margin-bottom:20px}.inv-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:99px;font-size:12px;font-weight:600}.inv-person-block{display:flex;align-items:flex-start;gap:14px;padding:16px;background:#f8fafc;border:1.5px solid #e5e7eb;border-radius:12px;margin-bottom:24px}.inv-person-ava{width:52px;height:52px;flex-shrink:0;border-radius:50%;background:#ede9fe;color:#5b21b6;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center}.inv-person-info{flex:1}.inv-person-name{font-size:17px;font-weight:700;color:#1e293b;margin-bottom:6px}.inv-person-mgr{font-size:12px;color:#9ca3af;margin-top:6px}.inv-title{font-size:22px;font-weight:800;color:#1e293b;margin:0 0 6px}.inv-sub{font-size:14px;color:#9ca3af;margin:0 0 24px}.inv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}.inv-global-err{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;color:#dc2626;margin-bottom:16px}.inv-submit{width:100%;padding:13px;font-size:16px;margin-top:4px}.inv-footer-note{text-align:center;font-size:13px;color:#9ca3af;margin-top:16px}.inv-footer-note a{color:var(--primary, #1e3a5f);font-weight:600}.inv-error-icon,.inv-success-icon{font-size:48px;margin:16px 0}.kg-stat-card--red{background:#fef2f2;border-color:#fecaca}.kg-stat-card--red .kg-stat-num{color:#dc2626}.hr-legend{display:flex;gap:12px;margin-left:auto;align-items:center;flex-wrap:wrap}.hr-legend-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#6b7280}.hr-dot{font-size:14px;line-height:1}.hr-dot--ok{color:#22c55e}.hr-dot--ret{color:#ef4444}.hr-dot--wait{color:#f59e0b}.hr-dot--none{color:#d1d5db}.hr-prog{font-size:12px;font-weight:600;padding:2px 8px;border-radius:99px}.hr-prog--up{background:#dcfce7;color:#166534}.hr-prog--down{background:#fef2f2;color:#dc2626}.hr-prog--same{background:#f3f4f6;color:#6b7280}.hr-prog--none{background:#f9fafb;color:#d1d5db}.hr-rec{font-size:12px;font-weight:700;padding:4px 10px;border-radius:8px}.hr-rec--promote{background:#ede9fe;color:#5b21b6}.hr-rec--retain{background:#dcfce7;color:#166534}.hr-rec--attention{background:#fffbeb;color:#92400e}.hr-rec--risk{background:#fef2f2;color:#dc2626}.hr-rec--none{background:#f3f4f6;color:#9ca3af}.hr-table-wrap{overflow-x:auto}.hr-table{width:100%;border-collapse:collapse;font-size:14px}.hr-table thead tr{border-bottom:2px solid #e5e7eb}.hr-table th{padding:10px 12px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.hr-table tbody tr{border-bottom:1px solid #f3f4f6}.hr-table tbody tr:last-child{border-bottom:none}.hr-row td{padding:12px;vertical-align:middle}.hr-emp-cell{display:flex;align-items:center;gap:10px;min-width:180px}.hr-period-cell{display:flex;align-items:center;gap:6px}.hr-eff-wrap{display:flex;align-items:center;gap:8px}.hr-eff-bar-bg{flex:1;height:6px;background:#e5e7eb;border-radius:99px;overflow:hidden;min-width:60px}.hr-eff-bar{height:100%;border-radius:99px;transition:width .4s}.hr-eff-num{font-size:13px;font-weight:700;min-width:36px}.hr-ai-btn{white-space:nowrap}.hr-modal-overlay{display:none;position:fixed;inset:0;background:#00000073;z-index:1000;align-items:center;justify-content:center;padding:20px}.hr-modal-overlay.is-open{display:flex}.hr-modal{background:#fff;border-radius:20px;width:100%;max-width:620px;max-height:90vh;overflow-y:auto;padding:32px;animation:hrModalIn .2s ease}@keyframes hrModalIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}.hr-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.hr-modal-emp{display:flex;align-items:center;gap:12px}.hr-modal-name{font-size:17px;font-weight:700;color:#1e293b}.hr-modal-pos{font-size:13px;color:#9ca3af;margin-top:2px}.hr-modal-close{background:none;border:none;font-size:18px;cursor:pointer;color:#9ca3af;padding:4px 8px;border-radius:6px}.hr-modal-close:hover{background:#f3f4f6;color:#374151}.hr-ai-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;color:#6b7280}.hr-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#6d28d9;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hr-ai-error{text-align:center;padding:24px;color:#dc2626}.hr-ai-error p{font-weight:600;margin-bottom:4px}.hr-ai-error span{font-size:13px;color:#9ca3af}.hr-ai-result{display:flex;flex-direction:column;gap:20px}.hr-ai-scores{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.hr-ai-score-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:4px}.hr-ai-score-num{font-size:28px;font-weight:800;line-height:1}.hr-ai-score-lbl{font-size:12px;color:#9ca3af}.hr-ai-bar-wrap{height:5px;background:#e5e7eb;border-radius:99px;overflow:hidden;margin-top:6px}.hr-ai-bar{height:100%;border-radius:99px;transition:width .5s ease}.hr-ai-section{display:flex;flex-direction:column;gap:8px}.hr-ai-section-title{font-size:13px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.04em}.hr-ai-summary{font-size:14px;color:#374151;line-height:1.6;margin:0}.hr-ai-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:4px;font-size:14px;color:#374151}.hr-ai-list--risk li{color:#dc2626}.sa-prompt-card{border:1.5px solid #e5e7eb;border-radius:12px;overflow:hidden}.sa-prompt-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.sa-prompt-badge{padding:3px 10px;border-radius:99px;background:#ede9fe;color:#5b21b6;font-size:12px;font-weight:700}.sa-prompt-model{font-size:12px;color:#9ca3af;font-family:monospace}.sa-prompt-pre{margin:0;padding:16px;font-size:12px;line-height:1.7;color:#374151;background:#fff;white-space:pre-wrap;word-break:break-word;max-height:380px;overflow-y:auto;font-family:SF Mono,Fira Code,monospace}.inv-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:14px}.inv-card-item{border:1.5px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;transition:box-shadow .15s}.inv-card-item:hover{box-shadow:0 4px 16px #0000000f}.inv-card-item--dim{opacity:.65}.inv-card-item--used{border-color:#bbf7d0;background:#f0fdf4}.inv-card-item--used .inv-card-bottom{background:#dcfce7;border-top-color:#bbf7d0}.inv-card-top{display:flex;align-items:flex-start;gap:12px;padding:16px 16px 12px}.inv-card-ava{width:42px;height:42px;flex-shrink:0;border-radius:50%;background:#ede9fe;color:#5b21b6;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.inv-card-info{flex:1;min-width:0}.inv-card-name{font-size:15px;font-weight:700;color:#1e293b;margin-bottom:5px}.inv-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.inv-card-mgr{font-size:12px;color:#9ca3af;margin-top:2px}.inv-card-login{font-size:11px;color:#16a34a;margin-top:3px;font-weight:500}.inv-card-status-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.inv-role-badge{padding:3px 10px;border-radius:99px;font-size:12px;font-weight:600;white-space:nowrap}.inv-meta-chip{padding:2px 8px;border-radius:99px;background:#f3f4f6;color:#6b7280;font-size:11px;white-space:nowrap}.inv-card-bottom{display:flex;align-items:center;gap:8px;padding:10px 16px 14px;border-top:1px solid #f3f4f6;background:#fafafa}.inv-url-input{flex:1;padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:11px;color:#9ca3af;background:#fff;font-family:monospace;min-width:0}.inv-copy-btn{white-space:nowrap;flex-shrink:0}.inv-copy-btn:disabled{opacity:.45;cursor:default}.inv-del-btn{background:none;border:none;font-size:14px;color:#d1d5db;cursor:pointer;padding:2px 4px;border-radius:4px;transition:color .15s}.inv-del-btn:hover{color:#ef4444}.inv-status{font-size:11px;font-weight:600;padding:3px 8px;border-radius:99px;white-space:nowrap}.inv-status--active{background:#dcfce7;color:#166534}.inv-status--used{background:#f3f4f6;color:#9ca3af}.inv-status--expired{background:#fef2f2;color:#dc2626}.kg-admin-table-wrap{overflow-x:auto}.kg-admin-table{width:100%;border-collapse:collapse;font-size:14px}.kg-admin-table thead th{padding:10px 14px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);border-bottom:1px solid var(--border);white-space:nowrap}.kg-admin-table tbody td{padding:12px 14px;border-bottom:1px solid var(--bg-tan);color:var(--text);vertical-align:middle}.kg-admin-table tbody tr:last-child td{border-bottom:none}.kg-admin-table tbody tr:hover td{background:var(--bg-warm)}.kg-role-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--r-pill);font-size:11px;font-weight:700;white-space:nowrap}.kg-role-employee{background:var(--bg-tan);color:var(--text-muted)}.kg-role-manager{background:var(--green-light);color:var(--green)}.kg-role-admin{background:#dbeafe;color:var(--blue)}.kg-role-superadmin{background:#fef9c3;color:#854d0e}.account-page-bg{position:fixed;inset:0;background:#f5f0e8;z-index:-1}.account-wrap{max-width:580px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.account-avatar-wrap{position:relative;display:inline-flex;margin-bottom:-70px;z-index:2;flex-shrink:0}.account-wrap>.account-avatar-wrap{align-self:center}.account-avatar{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,var(--green) 0%,#4a9e6b 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;overflow:hidden;position:relative;border:5px solid #f5f0e8;flex-shrink:0}.account-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.account-card{width:100%;background:#fff;border:none;border-radius:16px;box-shadow:0 2px 16px #00000014;padding:88px 40px 36px}.account-photo-center{display:flex;flex-direction:column;align-items:center;gap:0;margin-bottom:32px}.account-photo-btn{display:inline-block;padding:9px 22px;border:1.5px solid #d1d5db;border-radius:999px;font-size:14px;font-weight:500;color:#374151;background:#fff;cursor:pointer;transition:background .15s,border-color .15s;text-decoration:none;outline:none;-webkit-appearance:none;appearance:none}.account-photo-btn:hover{background:#f9fafb;border-color:#9ca3af}.account-photo-btn:focus{outline:none}.account-photo-btn input[type=file]{display:none}.avatar-remove-btn{margin-top:8px;background:none;border:none;cursor:pointer;padding:0;font-size:13px;color:#4f6ef7;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.avatar-remove-btn:hover{color:#2d4fd6}.account-fields{display:flex;flex-direction:column;gap:22px}.acc-field{display:flex;flex-direction:column;gap:7px}.acc-label{font-size:15px;font-weight:700;color:#1c1c1e}.acc-field input{width:100%;padding:12px 14px;border:1.5px solid #d1d5db;border-radius:10px;font-size:15px;color:#1c1c1e;background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box}.acc-field input:focus{border-color:var(--green)}.acc-save-btn{width:100%;margin-top:12px;padding:16px;background:var(--green);color:#fff;border:none;border-radius:999px;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s}.acc-save-btn:hover{background:var(--green-hover)}.land-container{max-width:900px;margin:0 auto;padding:0 40px}.land-hero{padding:80px 0 88px;text-align:center;border-bottom:1px solid var(--border)}.land-eyebrow{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--green);background:var(--green-light);padding:4px 12px;border-radius:50px;margin-bottom:20px}.land-h1{font-size:40px;font-weight:800;line-height:1.15;color:var(--text);margin-bottom:20px;letter-spacing:-.5px}.land-period{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:500;color:var(--green);background:var(--green-light);padding:7px 16px;border-radius:50px;margin-bottom:22px}.land-desc{max-width:520px;margin:0 auto 32px;font-size:16px;line-height:1.7;color:var(--text-muted)}.land-section{padding:72px 0;border-bottom:1px solid var(--border)}.land-section--gray{background:var(--bg-warm)}.land-h2{font-size:24px;font-weight:700;color:var(--text);margin-bottom:36px;letter-spacing:-.3px}.land-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.land-step{background:#fff;border:1px solid var(--border-card);border-radius:var(--r-lg);padding:28px 24px}.land-step-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}.land-step-n{width:28px;height:28px;border-radius:50%;background:var(--green-light);color:var(--green);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.land-step-icon{font-size:20px}.land-step-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px}.land-step-text{font-size:14px;line-height:1.65;color:var(--text-muted)}.land-reg-owner{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-muted);margin-bottom:28px}.land-reg-owner strong{color:var(--text)}.land-reg-owner svg{color:var(--green);flex-shrink:0}.land-accordion{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-bottom:24px}.land-acc-item{border-bottom:1px solid var(--border)}.land-acc-item:last-child{border-bottom:none}.land-acc-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:#fff;border:none;cursor:pointer;text-align:left;font:inherit;transition:background .15s}.land-acc-trigger:hover,.land-acc-item.open .land-acc-trigger{background:var(--bg-warm)}.land-acc-trigger-left{display:flex;align-items:center;gap:12px}.land-acc-num{font-size:11px;font-weight:700;color:var(--green);background:var(--green-light);padding:3px 7px;border-radius:4px;flex-shrink:0}.land-acc-title{font-size:15px;font-weight:600;color:var(--text)}.land-acc-arrow{color:var(--text-light);flex-shrink:0;transition:transform .25s}.land-acc-item.open .land-acc-arrow{transform:rotate(180deg)}.land-acc-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.land-acc-content{padding:6px 22px 22px;border-top:1px solid var(--border)}.land-list{list-style:none;display:flex;flex-direction:column;gap:8px}.land-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;color:var(--text-muted)}.land-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--green);flex-shrink:0;margin-top:8px}.land-acc-lead{font-size:13px;color:var(--text-muted);margin-bottom:10px}.land-statuses{display:flex;flex-direction:column;gap:10px}.land-status-row{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-muted)}.land-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.land-badge--fix{background:var(--red-light);color:var(--red)}.land-badge--ok{background:var(--green-light);color:var(--green)}.land-badge--notes{background:#fef9c3;color:#a16207}.land-goal{display:flex;align-items:flex-start;gap:10px;padding:16px 20px;background:var(--green-light);border-radius:var(--r-md);font-size:14px;line-height:1.65;color:var(--text)}.land-goal svg{color:var(--green);flex-shrink:0;margin-top:2px}.land-formats{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.land-format{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:1px solid var(--border-card);border-radius:var(--r-md);min-width:160px}.land-format-icon{flex-shrink:0;display:flex;align-items:center}.land-format-label{font-size:14px;font-weight:600;color:var(--text)}.land-format-sub{font-size:12px;color:var(--text-light);margin-left:auto}.land-formats-hint{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:var(--text-muted);line-height:1.55}.land-formats-hint svg{color:var(--green);flex-shrink:0;margin-top:2px}.land-footer{padding:24px 0;background:#fff}.land-footer-inner{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-muted)}.kg-current-report-btns{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hr-period-group{margin-bottom:8px}.hr-period-divider{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--bg-warm);border-radius:var(--r-sm);margin-bottom:2px}.hr-period-divider--current{background:#eefdf4}.hr-period-label{font-size:14px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px}.hr-period-badge{font-size:11px;font-weight:600;background:var(--green);color:#fff;padding:2px 8px;border-radius:20px}.hr-period-count{margin-left:auto;font-size:12px;color:var(--text-muted)}.hr-reports-list{display:flex;flex-direction:column}.hr-report-row{display:grid;grid-template-columns:1fr 110px 200px 100px;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--bg-warm);transition:background .15s}.hr-report-row:last-child{border-bottom:none}.hr-report-row:hover{background:var(--bg-warm)}.hr-report-emp{display:flex;align-items:center;gap:10px;min-width:0}.hr-report-ava{width:34px;height:34px;border-radius:50%;background:#ede9fe;color:#5b21b6;font-size:12px;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hr-report-name{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hr-report-meta{font-size:12px;color:var(--text-muted);margin-top:1px}.hr-report-date{font-size:13px;color:var(--text-muted)}.hr-status-badge{display:inline-block;font-size:11px;font-weight:700;padding:3px 9px;border-radius:20px;white-space:nowrap}.hr-status-badge--ok{background:#dcfce7;color:#15803d}.hr-status-badge--notes{background:#fef9c3;color:#92400e}.hr-status-badge--fix{background:#fee2e2;color:#b91c1c}.hr-status-badge--none{background:var(--bg-warm);color:var(--text-muted)}.hr-report-action{display:flex;justify-content:flex-end}.hr-users-table{display:flex;flex-direction:column}.hr-users-head{display:grid;grid-template-columns:2.5fr 1.2fr 1.5fr 100px;padding:10px 16px;font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--border)}.hr-users-head span:nth-child(1){padding-left:66px}.hr-users-head span:nth-child(2),.hr-users-head span:nth-child(3){text-align:center}.hr-users-row{display:grid;grid-template-columns:2.5fr 1.2fr 1.5fr 100px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);transition:background .15s}.hr-users-row:last-of-type{border-bottom:none}.hr-users-row:hover{background:var(--bg-warm)}.hr-users-emp{display:flex;align-items:center;gap:14px;min-width:0}.hr-ava-btn{flex-shrink:0;width:52px;height:52px;border-radius:50%;border:2px solid var(--border);background:var(--green-light, #e7f5d9);overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;color:var(--green);transition:transform .18s,box-shadow .18s,border-color .18s;padding:0}.hr-ava-btn:hover{transform:scale(1.09);box-shadow:0 4px 16px #52a82640;border-color:var(--green)}.hr-ava-btn img{width:100%;height:100%;object-fit:cover}.hr-users-info{display:flex;flex-direction:column;gap:2px;min-width:0}.hr-users-name{font-size:14px;font-weight:600;color:var(--text)}.hr-users-pos{font-size:12px;color:var(--text-muted)}.hr-users-dept{font-size:11px;color:var(--green);background:#edf9e1;border-radius:8px;padding:1px 7px;display:inline-block;margin-top:2px;width:fit-content}.hr-users-center{display:flex;align-items:center;justify-content:center;text-align:center;word-break:break-word}.hr-profile-popup{position:fixed;inset:0;background:#0f172a73;z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .18s ease}.hr-profile-popup.is-open{opacity:1;pointer-events:all}.hr-profile-popup__card{position:relative;background:#fff;border-radius:16px;box-shadow:0 24px 64px #0003;width:460px;max-width:100%;max-height:calc(100vh - 40px);overflow-y:auto;padding:28px 28px 24px;transform:scale(.94) translateY(8px);transition:transform .18s ease}.hr-profile-popup.is-open .hr-profile-popup__card{transform:scale(1) translateY(0)}.hr-profile-popup__close{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:50%;border:none;background:var(--bg-warm);cursor:pointer;font-size:14px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.hr-profile-popup__close:hover{background:#fee2e2;color:#dc2626}.hr-profile-popup__top{display:flex;gap:18px;align-items:flex-start;margin-bottom:22px;padding-right:36px}.hr-profile-popup__ava{flex-shrink:0;width:72px;height:72px;border-radius:50%;overflow:hidden;background:var(--green-light, #e7f5d9);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--green);border:2px solid var(--border)}.hr-profile-popup__ava img{width:100%;height:100%;object-fit:cover}.hr-profile-popup__top-info{min-width:0;flex:1}.hr-profile-popup__name{font-size:16px;font-weight:700;color:var(--text);line-height:1.35;word-break:break-word}.hr-profile-popup__pos{font-size:13px;color:var(--text-muted);margin-top:3px}.hr-profile-popup__fields{display:flex;flex-direction:column}.hr-profile-popup__field{display:grid;grid-template-columns:120px 1fr;align-items:baseline;gap:12px;font-size:13.5px;color:var(--text);padding:10px 0;border-bottom:1px solid var(--border)}.hr-profile-popup__field:last-child{border-bottom:none;padding-bottom:0}.hr-profile-popup__label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.hr-profile-popup__pass{font-family:monospace;font-size:13px;color:var(--text-muted);letter-spacing:.05em}@media(max-width:900px){.kg-header{padding:0 12px;gap:0}.kg-header-brand{font-size:15px;margin-right:8px}.kg-logo img{height:34px}.kg-admin-tab{padding:0 12px;font-size:13px;gap:5px}.kg-admin-tab svg{display:none}.kg-header-right{gap:6px}.kg-header-right .btn{font-size:12px;padding:5px 10px}.kg-main{padding:20px 12px}.kg-section{padding:0}.kg-section-body{padding:12px}.hr-report-row{grid-template-columns:1fr 90px 120px 80px;font-size:13px;padding:10px 12px}.hero{padding:16px}}.kg-notif-bell{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.kg-notif-bell:hover{background:var(--green-light);color:var(--green)}.kg-notif-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;pointer-events:none}.kg-notif-popup-wrap{position:fixed;top:76px;right:18px;z-index:9000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.kg-notif-popup{width:288px;background:#fff;border-radius:14px;box-shadow:0 8px 32px #00000021,0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.06);overflow:hidden;pointer-events:all;transform:translate(320px);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .28s}.kg-notif-popup.is-visible{transform:translate(0);opacity:1}.kg-notif-popup:before{content:"";display:block;height:3px;background:#d1d5db}.kg-notif-popup--approved:before{background:#22c55e}.kg-notif-popup--reminder:before{background:var(--green)}.kg-notif-popup--overdue:before{background:#ef4444}.kg-notif-popup__inner{display:flex;align-items:center;gap:10px;padding:11px 13px}.kg-notif-popup__icon{font-size:18px;flex-shrink:0}.kg-notif-popup__body{flex:1;min-width:0}.kg-notif-popup__title{font-size:12.5px;font-weight:700;color:#111827;line-height:1.3}.kg-notif-popup__msg{font-size:11.5px;color:#6b7280;margin-top:1px;line-height:1.35}.kg-notif-popup__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:none;border:none;cursor:pointer;color:#9ca3af;transition:background .15s,color .15s}.kg-notif-popup__close:hover{background:#f3f4f6;color:#374151}.kg-notif-panel-overlay{position:fixed;inset:0;background:#0000004d;z-index:8000;opacity:0;transition:opacity .25s;pointer-events:none}.kg-notif-panel-overlay.is-open{opacity:1;pointer-events:all}.kg-notif-panel{position:absolute;top:0;right:0;width:380px;max-width:100vw;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(380px);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001a}.kg-notif-panel-overlay.is-open .kg-notif-panel{transform:translate(0)}.kg-notif-panel__head{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.kg-notif-panel__head-title{display:flex;align-items:center;gap:8px;color:#111827}.kg-notif-panel__head-title h3{font-size:16px;font-weight:700;margin:0}.kg-notif-panel__close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#f3f4f6;border:none;cursor:pointer;font-size:14px;color:#6b7280;transition:background .15s}.kg-notif-panel__close:hover{background:#e5e7eb}.kg-notif-panel__list{flex:1;overflow-y:auto;padding:8px 0}.kg-notif-item{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;border-bottom:1px solid #f9fafb;border-left:3px solid transparent;transition:background .15s}.kg-notif-item:hover{background:#f9fafb}.kg-notif-item--approved{border-left-color:#22c55e}.kg-notif-item--reminder{border-left-color:var(--green)}.kg-notif-item--overdue{border-left-color:#ef4444}.kg-notif-item__icon{font-size:20px;flex-shrink:0;margin-top:3px}.kg-notif-item__body{flex:1;min-width:0}.kg-notif-item__head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:3px}.kg-notif-item__title{font-size:13px;font-weight:600;color:#111827}.kg-notif-item__date{font-size:11px;color:#9ca3af;flex-shrink:0;white-space:nowrap}.kg-notif-item__msg{font-size:12px;color:#6b7280;line-height:1.4}.kg-notif-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#9ca3af;text-align:center}.kg-notif-empty__icon{font-size:36px;margin-bottom:12px;opacity:.5}.kg-notif-empty p{font-size:14px;margin:0}.kg-acc-list{display:flex;flex-direction:column}.kg-acc-list-head{display:grid;grid-template-columns:2fr 1.2fr 140px 100px 130px 44px;gap:12px;padding:0 16px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);border-bottom:1px solid var(--border)}.kg-acc-row{border-bottom:1px solid var(--bg-tan)}.kg-acc-row:last-child{border-bottom:none}.kg-acc-top{display:grid;grid-template-columns:2fr 1.2fr 140px 100px 130px 44px;gap:12px;align-items:center;padding:14px 16px;cursor:pointer;transition:background .15s;border-radius:8px}.kg-acc-top:hover{background:var(--bg-tan)}.kg-acc-col{font-size:13px;color:var(--text)}.kg-acc-count-badge{display:inline-block;background:var(--bg-tan);color:var(--text-muted);font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px}.kg-acc-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--bg-tan);border:none;border-radius:50%;color:var(--text-muted);cursor:pointer;transition:transform .2s,background .15s;justify-self:center}.kg-acc-toggle:hover{background:var(--border)}.kg-acc-row.is-open .kg-acc-toggle{transform:rotate(180deg);background:var(--green-light);color:var(--green)}.kg-acc-body{max-height:0;overflow:hidden;transition:max-height .25s ease}.kg-acc-row.is-open .kg-acc-body{max-height:800px}.kg-acc-inner{margin:0 16px 14px;background:var(--bg-tan);border-radius:10px;overflow:hidden}.kg-acc-table-head{display:grid;grid-template-columns:1.8fr 140px 130px 80px 60px 120px;gap:10px;padding:8px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);background:var(--border)}.kg-acc-table-row{display:grid;grid-template-columns:1.8fr 140px 130px 80px 60px 120px;gap:10px;align-items:center;padding:10px 14px;border-top:1px solid var(--border);font-size:13px}.kg-acc-table-row:first-of-type{border-top:none}.kg-acc-period{font-weight:500;color:var(--text)}.kg-mgr-goals-hint{font-size:13px;color:var(--text-muted);margin-bottom:16px}.kg-mgr-goals-grid{display:flex;align-items:flex-start;gap:0}.kg-mgr-col{flex:1;min-width:0;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.kg-mgr-col-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:linear-gradient(135deg,#f8faff,#f1f5fd);border-bottom:1px solid var(--border);gap:10px}.kg-mgr-col-ident{display:flex;align-items:center;gap:12px}.kg-mgr-col-name{font-size:14px;font-weight:700;color:var(--text);line-height:1.3}.kg-mgr-col-pos{font-size:11px;color:var(--text-muted);margin-top:2px}.kg-mgr-col-count{font-size:11px;font-weight:600;background:var(--bg-tan);color:var(--text-muted);padding:3px 10px;border-radius:20px;white-space:nowrap}.kg-team-ava--lg{width:44px!important;height:44px!important;font-size:15px!important}.kg-mgr-col-body{flex:1;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.kg-mgr-goals-empty{font-size:13px;color:var(--text-muted);padding:20px 0;text-align:center}.kg-mgr-goal-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:var(--bg-tan);border-radius:10px;border:1px solid var(--border);transition:border-color .15s}.kg-mgr-goal-item:hover{border-color:#c7d2fe}.kg-mgr-goal-num{flex-shrink:0;width:22px;height:22px;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-size:11px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.kg-mgr-goal-content{flex:1;min-width:0}.kg-mgr-goal-title{font-size:13px;font-weight:600;color:var(--text);line-height:1.4}.kg-mgr-goal-desc{font-size:12px;color:var(--text-muted);margin-top:3px;line-height:1.5}.kg-mgr-goal-meta{font-size:11px;color:var(--text-light);margin-top:4px}.kg-mgr-goal-btns{display:flex;flex-direction:column;gap:2px;flex-shrink:0;opacity:0;transition:opacity .15s}.kg-mgr-goal-item:hover .kg-mgr-goal-btns{opacity:1}.kg-mgr-col-foot{padding:12px 16px;border-top:1px solid var(--border);background:var(--bg-tan)}.kg-mgr-vs-divider{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;align-self:stretch;position:relative}.kg-mgr-vs-divider:before{content:"";position:absolute;top:60px;bottom:0;left:50%;transform:translate(-50%);width:1px;background:var(--border)}.kg-mgr-vs-divider span{position:relative;z-index:1;margin-top:30px;background:#fff;border:2px solid var(--border);color:var(--text-muted);font-size:11px;font-weight:800;padding:4px 6px;border-radius:20px;letter-spacing:.05em}@media(max-width:700px){.kg-mgr-goals-grid{flex-direction:column}.kg-mgr-vs-divider{width:auto;height:40px;flex-direction:row}.kg-mgr-vs-divider:before{inset:50% 0 auto;width:auto;height:1px}}.kg-goal-modal-overlay{position:fixed;inset:0;z-index:1100;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.kg-goal-modal-overlay.is-open{opacity:1}.kg-goal-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;margin:16px;box-shadow:0 20px 60px #0003;transform:translateY(12px);transition:transform .2s;overflow:hidden}.kg-goal-modal-overlay.is-open .kg-goal-modal{transform:translateY(0)}.kg-goal-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border)}.kg-goal-modal-head h3{font-size:16px;font-weight:700;margin:0}.kg-goal-modal-close-btn{background:none;border:none;font-size:16px;color:var(--text-muted);cursor:pointer;padding:4px;line-height:1;border-radius:6px}.kg-goal-modal-close-btn:hover{background:var(--bg-tan)}.kg-goal-modal-body{padding:20px 22px;display:flex;flex-direction:column;gap:14px}.kg-form-grp{display:flex;flex-direction:column;gap:5px}.kg-form-lbl{font-size:13px;font-weight:600;color:#374151}.kg-form-opt{font-size:11px;font-weight:400;color:var(--text-muted);margin-left:4px}.kg-form-ctrl{font-size:13px;font-family:inherit;padding:9px 12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);transition:border-color .15s;width:100%;resize:vertical}.kg-form-ctrl:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.kg-form-ctrl:disabled{background:var(--bg-tan);color:var(--text-muted)}.kg-goal-modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid var(--border);background:var(--bg-tan)}.kg-goals-subtabs{display:flex;gap:4px;background:var(--bg-tan);border-radius:10px;padding:4px;margin-bottom:16px;width:fit-content}.kg-goals-subtab{font-size:13px;font-weight:600;padding:7px 16px;border-radius:7px;border:none;background:none;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;gap:6px}.kg-goals-subtab:hover{color:var(--text);background:#fff}.kg-goals-subtab.is-active{background:#fff;color:var(--text);box-shadow:0 1px 4px #00000014}.kg-goals-subtab-cnt{background:#6366f1;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.kg-align-banner{display:flex;align-items:center;gap:20px;padding:16px 20px;border-radius:12px;margin-bottom:16px;border:1px solid var(--border)}.kg-align-banner--high{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#bbf7d0}.kg-align-banner--mid{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fde68a}.kg-align-banner--low{background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-color:#fecdd3}.kg-align-ring{position:relative;width:64px;height:64px;flex-shrink:0}.kg-align-svg{width:64px;height:64px;transform:rotate(-90deg)}.kg-align-svg-bg{fill:none;stroke:#e5e7eb;stroke-width:3}.kg-align-svg-fill{fill:none;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .4s}.kg-align-svg-fill--high{stroke:#22c55e}.kg-align-svg-fill--mid{stroke:#f59e0b}.kg-align-svg-fill--low{stroke:#ef4444}.kg-align-pct{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:var(--text)}.kg-align-info{flex:1}.kg-align-label{font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px}.kg-align-sub{font-size:12px;color:var(--text-muted);margin-bottom:8px}.kg-align-bar-track{height:6px;background:#00000014;border-radius:3px;overflow:hidden}.kg-align-bar{height:100%;border-radius:3px;transition:width .4s}.kg-align-bar--high{background:linear-gradient(90deg,#22c55e,#4ade80)}.kg-align-bar--mid{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.kg-align-bar--low{background:linear-gradient(90deg,#ef4444,#f87171)}.kg-empgoals-wrap{display:flex;flex-direction:column;gap:10px}.kg-empgoals-toolbar{display:flex;align-items:center;justify-content:space-between;padding:2px 0 10px}.kg-empgoals-hint{font-size:13px;color:var(--text-muted)}.kg-empgoal-block{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.kg-empgoal-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:10px;border-bottom:1px solid transparent}.kg-empgoal-block:has(.kg-empgoal-list) .kg-empgoal-head{border-bottom-color:var(--border)}.kg-empgoal-ident{display:flex;align-items:center;gap:10px}.kg-empgoal-name{font-size:13px;font-weight:700;color:var(--text)}.kg-empgoal-pos{font-size:11px;color:var(--text-muted);margin-top:1px}.kg-empgoal-head-right{display:flex;align-items:center;gap:8px}.kg-empgoal-count{font-size:11px;font-weight:600;padding:2px 9px;border-radius:20px;background:#eff6ff;color:#1d4ed8}.kg-empgoal-none{padding:10px 16px;font-size:13px;color:var(--text-muted)}.kg-empgoal-list{padding:10px 16px;display:flex;flex-direction:column;gap:6px}.kg-empgoal-item{display:flex;align-items:flex-start;gap:10px;padding:9px 10px;background:var(--bg-tan);border-radius:8px;border:1px solid var(--border)}.kg-empgoal-num{flex-shrink:0;width:20px;height:20px;margin-top:1px;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.kg-empgoal-content{flex:1;min-width:0}.kg-empgoal-title{font-size:13px;font-weight:600;color:var(--text)}.kg-empgoal-desc{font-size:12px;color:var(--text-muted);margin-top:2px}.kg-empgoal-meta{font-size:11px;color:var(--text-light);margin-top:3px}.kg-empgoal-btns{display:flex;gap:2px;opacity:0;transition:opacity .15s}.kg-empgoal-item:hover .kg-empgoal-btns{opacity:1}.kg-voice-row{display:flex;gap:6px;align-items:flex-start}.kg-voice-row .kg-form-ctrl{flex:1}.kg-voice-row--area{align-items:flex-start}.kg-voice-btn{flex-shrink:0;width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:var(--bg-tan);font-size:15px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s}.kg-voice-btn:hover{background:#fff;border-color:#6366f1}.kg-voice-btn.is-listening{background:#fee2e2;border-color:#ef4444;animation:pulse-mic .8s infinite}@keyframes pulse-mic{0%,to{opacity:1}50%{opacity:.5}}.kg-ecc-section{margin-top:28px;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.kg-ecc-section-title{font-size:14px;font-weight:700;color:var(--text);padding:16px 20px 4px}.kg-ecc-hint{font-size:12px;color:var(--text-muted);padding:0 20px 14px;border-bottom:1px solid var(--border)}.kg-ecc-row{display:flex;align-items:center;gap:16px;padding:12px 20px;border-bottom:1px solid #f1f0ec}.kg-ecc-row:last-child{border-bottom:none}.kg-ecc-ident{display:flex;align-items:center;gap:10px;width:220px;flex-shrink:0}.kg-ecc-name{font-size:13px;font-weight:600;color:var(--text)}.kg-ecc-pos{font-size:11px;color:var(--text-muted)}.kg-ecc-scores{flex:1;display:flex;flex-direction:column;gap:6px}.kg-ecc-score-item{display:flex;align-items:center;gap:10px}.kg-ecc-mgr-label{font-size:11px;color:var(--text-muted);font-weight:600;width:130px;flex-shrink:0;text-align:right;white-space:nowrap}.kg-ecc-bar-wrap{flex:1;display:flex;align-items:center;gap:8px;background:#f4f3ef;border-radius:6px;height:8px;position:relative}.kg-ecc-bar{height:8px;border-radius:6px;transition:width .4s ease;min-width:2px}.kg-ecc-bar--high{background:#22c55e}.kg-ecc-bar--mid{background:#f59e0b}.kg-ecc-bar--low{background:#94a3b8}.kg-ecc-pct{font-size:11px;font-weight:700;color:var(--text-muted);position:absolute;right:-28px;white-space:nowrap}.kg-ecc-no-goals{font-size:11px;color:#c9c4b8;font-style:italic}.kg-period-card{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:14px;margin:0 0 16px;border:1px solid var(--border)}.kg-period-card--normal{background:#f0fdf4;border-color:#86efac}.kg-period-card--urgent{background:#fffbeb;border-color:#fcd34d}.kg-period-card--overdue{background:#fff5f5;border-color:#fca5a5}.kg-period-card--sent{background:#f0fdf4;border-color:#86efac}.kg-period-card--approved{background:#f0fdf4;border-color:#22c55e}.kg-period-card__icon-wrap{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px}.kg-period-card--normal .kg-period-card__icon-wrap{background:#dcfce7;color:#16a34a}.kg-period-card--urgent .kg-period-card__icon-wrap{background:#fef3c7;color:#d97706}.kg-period-card--overdue .kg-period-card__icon-wrap{background:#fee2e2;color:#ef4444}.kg-period-card--sent .kg-period-card__icon-wrap,.kg-period-card--approved .kg-period-card__icon-wrap{background:#dcfce7;color:#16a34a}.kg-period-card__body{flex:1;min-width:0}.kg-period-card__label{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.kg-period-card__title{font-size:15px;font-weight:700;color:var(--text);margin-top:2px}.kg-period-card__bar{height:4px;background:#00000014;border-radius:2px;margin:7px 0 5px;overflow:hidden}.kg-period-card__bar-fill{height:100%;border-radius:2px;transition:width .5s ease;background:#16a34a}.kg-period-card--urgent .kg-period-card__bar-fill{background:#d97706}.kg-period-card--overdue .kg-period-card__bar-fill{background:#ef4444}.kg-period-card--sent .kg-period-card__bar-fill,.kg-period-card--approved .kg-period-card__bar-fill{background:#16a34a}.kg-period-card__deadline{font-size:12px;color:var(--text-muted)}.kg-period-card--normal .kg-period-card__deadline{color:#16a34a}.kg-period-card--urgent .kg-period-card__deadline{color:#d97706;font-weight:600}.kg-period-card--overdue .kg-period-card__deadline{color:#ef4444;font-weight:600}.kg-period-card__badge{flex-shrink:0;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;white-space:nowrap}.kg-period-card--sent .kg-period-card__badge{background:#dcfce7;color:#16a34a;font-weight:700}.kg-period-card--approved .kg-period-card__badge{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:700;box-shadow:0 2px 10px #22c55e59}.kg-period-card__badge--pending{background:#fee2e2;color:#ef4444;font-weight:700}.kg-section--goals{margin-bottom:0}.kg-goals-list{display:flex;flex-direction:column;gap:8px}.kg-goal-item{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;background:#fafaf8;border:1px solid var(--border);border-radius:10px}.kg-goal-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.kg-goal-content{flex:1;min-width:0}.kg-goal-title{font-size:13px;font-weight:600;color:var(--text)}.kg-goal-desc{font-size:12px;color:var(--text-muted);margin-top:2px}.kg-goal-period{font-size:11px;color:var(--text-light);margin-top:3px}.kg-rlist__stats{display:flex;gap:6px;align-items:center;margin-left:auto;flex-wrap:wrap}.kg-rlist__stat{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;white-space:nowrap}.kg-rlist__stat--total{background:#f0ede8;color:#6b7280}.kg-rlist__stat--ok{background:#dcfce7;color:#16a34a}.kg-rlist__stat--wait{background:#fef9c3;color:#a16207}.kg-rlist{width:100%}.kg-rlist__head{display:grid;grid-template-columns:36px 1fr 140px 170px 110px;padding:0 12px 8px;font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.kg-rlist__head>span:nth-child(3),.kg-rlist__head>span:nth-child(4),.kg-rlist__head>span:nth-child(5){text-align:center}.kg-rlist__row{display:grid;grid-template-columns:36px 1fr 140px 170px 110px;align-items:center;padding:10px 12px;margin:4px 0;border-radius:10px;background:#fafaf8;transition:background .15s}.kg-rlist__row:hover{background:#f3f1ec}.kg-rlist__icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kg-rlist__icon--approved{background:#dcfce7;color:#16a34a}.kg-rlist__icon--sent{background:#dbeafe;color:#3b82f6}.kg-rlist__period{display:flex;flex-direction:column;gap:2px;padding-left:4px}.kg-rlist__label{font-size:13px;font-weight:600;color:var(--text)}.kg-rlist__date{font-size:11px;color:var(--text-muted)}.kg-rlist__status{display:flex;justify-content:center}.kg-rlist__files{display:flex;flex-direction:column;gap:4px;align-items:center}.kg-rlist__action{display:flex;justify-content:center}.kg-rlist__no-file{font-size:13px;color:var(--text-muted)}.kg-src-file-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;padding:3px 8px;cursor:pointer;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background .15s,border-color .15s;text-align:left}.kg-src-file-chip:hover{background:#dbeafe;border-color:#93c5fd}.kg-header--simple{align-items:stretch}.kg-header-tabs{display:flex;align-items:stretch;flex:1;justify-content:center;gap:0}.kg-tab-item{display:flex;align-items:center;gap:7px;padding:0 22px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent;transition:color .15s;white-space:nowrap}.kg-tab-item:hover{color:var(--text)}.kg-tab-item.is-active{color:var(--text);border-bottom-color:#1e293b;font-weight:600}.kg-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:2px;border-radius:9px;font-size:11px;font-weight:700;background:#6366f1;color:#fff}
