.ac-modal-header,.associate-call-modal-kuro{width:100%}.ac-modal-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.ac-modal-title{margin:0;font-size:18px;font-weight:600;color:var(--k-fg-base)}.ac-modal-header__actions{display:flex;align-items:center;gap:0}.ac-sync-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;color:var(--k-success-fg);background:var(--k-success-soft);border:none;border-radius:6px;cursor:pointer;transition:background .15s ease}.ac-sync-btn:hover:not(:disabled){background:var(--k-success-soft);filter:brightness(.95)}.ac-sync-btn:disabled{opacity:.7;cursor:not-allowed}.ac-header-divider{width:1px;height:20px;background:var(--k-border-base);margin:0 12px}.ac-close-btn{display:flex;align-items:center;justify-content:center;padding:4px;border:none;background:transparent;cursor:pointer;color:var(--k-fg-muted);border-radius:4px;transition:background .15s ease}.ac-close-btn:hover{background:var(--k-bg-component-hover);color:var(--k-fg-base)}.ac-modal-body{display:flex;flex-direction:column;gap:16px;padding:0 20px 16px;overflow-y:auto;background:var(--k-bg-base);color:var(--k-fg-base)}.associate-call-modal-kuro .ac-modal-header{padding:0 4px}.ac-call-subtitle{margin:0;font-size:14px;font-weight:600;color:var(--k-fg-base)}.ac-call-card{border:1px solid var(--k-border-base);border-radius:8px;overflow:hidden;background:var(--k-bg-base)}.ac-call-card__title-row{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;color:var(--k-fg-base);border-bottom:1px solid var(--k-border-base)}.ac-members-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;padding:16px}.ac-member-panel{border:1px solid var(--k-border-base);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-height:200px;max-height:240px;background:var(--k-bg-base)}.ac-member-panel__header{padding:8px 14px;font-size:13px;font-weight:600;color:var(--k-fg-base);background:var(--k-bg-subtle);border-bottom:1px solid var(--k-border-base)}.ac-member-panel__body{flex:1 1;overflow-y:auto;padding:8px 14px;background:var(--k-bg-base)}.ac-member-panel__empty{margin:0;padding:24px 0;text-align:center;font-size:13px;font-weight:500;color:var(--k-fg-muted)}.ac-member-row{display:flex;align-items:center;gap:10px;padding:6px 0}.ac-member-avatar{width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;flex-shrink:0}.ac-member-row__text{min-width:0;flex:1 1}.ac-member-row__name{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--k-fg-base)}.ac-member-row__email{display:block;font-size:11px;color:var(--k-fg-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-host-pill{padding:1px 6px;font-size:9px;font-weight:600;text-transform:uppercase;color:var(--k-purple-500);border:.5px solid var(--k-purple-500);border-radius:4px}.ac-form-fields{display:flex;flex-direction:column;gap:16px}.ac-field__label{display:block;margin-bottom:6px;font-size:14px;font-weight:600;color:var(--k-fg-base)}.ac-spin{animation:ac-spin 1s linear infinite}@keyframes ac-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.ac-members-grid{grid-template-columns:1fr}}.highlights-panel-kuro{--hp-purple:var(--k-fg-interactive);--hp-border:var(--k-border-base);--hp-box-bg:var(--k-bg-subtle);--hp-text:var(--k-fg-base);--hp-text-muted:var(--k-fg-muted);--hp-text-subtle:var(--k-fg-subtle);--hp-surface:var(--k-bg-base);font-family:inherit;background:var(--hp-surface);color:var(--hp-text)}.highlights-panel-kuro .hp-panel-scroll{overflow-y:auto;flex:1 1;background:var(--hp-surface);padding:20px 24px 32px;box-sizing:border-box}.highlights-panel-kuro.details-highlights-tab .details-highlights-tab__scroll{padding:20px 24px 32px}.highlights-panel-kuro .hp-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.highlights-panel-kuro .hp-panel-title{margin:0;font-size:18px;font-weight:700;line-height:1.35;color:var(--hp-text);text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;min-width:0}.highlights-panel-kuro .hp-tabs-row{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--hp-border);margin-bottom:20px;flex-wrap:wrap;gap:12px}.highlights-panel-kuro .hp-tabs{display:flex;gap:28px}.highlights-panel-kuro .hp-tab{position:relative;padding:0 0 12px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:var(--hp-text-muted)}.highlights-panel-kuro .hp-tab--active{color:var(--hp-purple);font-weight:600}.highlights-panel-kuro .hp-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--hp-purple);border-radius:1px}.highlights-panel-kuro .hp-actions{display:flex;align-items:center;gap:0;padding-bottom:10px}.highlights-panel-kuro .hp-actions-divider{width:1px;height:18px;background:var(--hp-border);margin:0 12px}.highlights-panel-kuro .hp-action-link{display:inline-flex;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:500;color:var(--hp-text);background:none;border:none;cursor:pointer}.highlights-panel-kuro .hp-action-link:hover{color:var(--hp-purple)}.highlights-panel-kuro .hp-content{display:flex;flex-direction:column;gap:28px}.highlights-panel-kuro .hp-section{display:flex;flex-direction:column;gap:0}.highlights-panel-kuro .hp-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.highlights-panel-kuro .hp-section-title{margin:0;font-size:15px;font-weight:600;line-height:1.35;color:var(--hp-text);letter-spacing:-.01em}.highlights-panel-kuro .hp-section-copy{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:0;font-size:12px;font-weight:500;line-height:1;color:var(--hp-text-muted);background:none;border:none;cursor:pointer}.highlights-panel-kuro .hp-section-copy:hover{color:var(--hp-text)}.highlights-panel-kuro .hp-section-surface{border:1px solid var(--hp-border);border-radius:8px}.highlights-panel-kuro .hp-section-surface--text{padding:14px 16px;background:var(--hp-box-bg)}.highlights-panel-kuro .hp-section-surface--list{padding:4px 0;background:var(--hp-surface)}.highlights-panel-kuro .hp-purpose-text,.highlights-panel-kuro .hp-snap-text{margin:0;font-size:14px;line-height:1.65;color:var(--hp-text-subtle)}.highlights-panel-kuro .hp-followup-item{padding:16px 18px;border-bottom:1px solid var(--hp-border)}.highlights-panel-kuro .hp-followup-item:last-child{border-bottom:none}.highlights-panel-kuro .hp-followup-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.highlights-panel-kuro .hp-followup-title{margin:0;flex:1 1;min-width:0;font-size:14px;font-weight:600;color:var(--hp-text);line-height:1.4}.highlights-panel-kuro .hp-followup-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.highlights-panel-kuro .hp-meta-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:12px;color:var(--hp-text-subtle);background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:6px;line-height:1.4}.highlights-panel-kuro .hp-priority-badge{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;border-radius:6px;white-space:nowrap}.highlights-panel-kuro .hp-priority-badge--high{color:var(--k-fg-error,#dc2626);background:var(--k-error-soft,#fef2f2)}.highlights-panel-kuro .hp-priority-badge--medium{color:var(--k-warning-fg,#ea580c);background:var(--k-warning-soft,#fff7ed)}.highlights-panel-kuro .hp-step-item{padding:16px 18px;border-bottom:1px solid var(--hp-border)}.highlights-panel-kuro .hp-step-item:last-child{border-bottom:none}.highlights-panel-kuro .hp-step-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.highlights-panel-kuro .hp-step-title{margin:0;flex:1 1;min-width:0;font-size:14px;font-weight:600;color:var(--hp-text);line-height:1.4}.highlights-panel-kuro .hp-poi-box{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;font-size:12px;line-height:1.45;color:var(--hp-text-subtle);background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:8px}.highlights-panel-kuro .hp-poi-box__icon{flex-shrink:0;margin-top:1px;color:var(--hp-text-muted)}.highlights-panel-kuro .hp-meeting-tag{flex-shrink:0;padding:4px 12px;font-size:12px;font-weight:500;color:var(--hp-text-subtle);background:var(--hp-box-bg);border:1px solid var(--hp-border);border-radius:999px;white-space:nowrap}.highlights-panel-kuro .hp-kp-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid var(--hp-border)}.highlights-panel-kuro .hp-kp-item:last-child{border-bottom:none}.highlights-panel-kuro .hp-kp-body{flex:1 1;min-width:0}.highlights-panel-kuro .hp-kp-type{margin:0 0 4px;font-size:14px;font-weight:600;line-height:1.35;color:var(--hp-text)}.highlights-panel-kuro .hp-kp-desc{margin:0;font-size:14px;line-height:1.5;color:var(--hp-text-muted)}.highlights-panel-kuro .hp-timestamp-btn{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;padding:6px 10px;font-size:13px;font-weight:500;line-height:1;color:var(--hp-text);background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:6px;cursor:pointer}.highlights-panel-kuro .hp-timestamp-btn:hover{background:var(--hp-box-bg)}.highlights-panel-kuro .hp-outline-shell{border-radius:8px;background:var(--hp-surface);overflow:hidden;flex:1 1;min-height:0;display:flex;flex-direction:column}.highlights-panel-kuro .hp-outline-layout{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:stretch;flex:1 1;min-height:0}.highlights-panel-kuro .hp-outline-toc{padding:20px 20px 24px;border-right:1px solid var(--hp-border);background:var(--hp-surface);display:flex;flex-direction:column}.highlights-panel-kuro .hp-outline-toc-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.highlights-panel-kuro .hp-outline-toc-title{margin:0;font-size:15px;font-weight:600;line-height:1.35;color:var(--hp-text)}.highlights-panel-kuro .hp-outline-copy-btn--toc{width:28px;height:28px;flex-shrink:0}.highlights-panel-kuro .hp-outline-toc-list{margin:0;padding-left:20px;list-style-type:decimal;flex:1 1}.highlights-panel-kuro .hp-outline-toc-list li{margin-bottom:12px;padding-left:4px}.highlights-panel-kuro .hp-outline-toc-list li::marker{font-size:13px;font-weight:500;color:var(--hp-text-muted)}.highlights-panel-kuro .hp-outline-toc-link{border:none;background:none;padding:0;cursor:pointer;font-size:13px;font-weight:500;color:var(--hp-text);text-align:left;line-height:1.45}.highlights-panel-kuro .hp-outline-toc-link:hover{color:var(--hp-purple)}.highlights-panel-kuro .hp-outline-estimate{display:flex;align-items:center;gap:8px;margin-top:20px;padding-top:16px;font-size:12px;font-weight:500;color:var(--hp-text-muted)}.highlights-panel-kuro .hp-outline-main{min-width:0;padding:20px 22px 24px;display:flex;flex-direction:column;gap:24px;overflow-y:auto}.highlights-panel-kuro .hp-outline-section{scroll-margin-top:12px}.highlights-panel-kuro .hp-outline-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.highlights-panel-kuro .hp-outline-section-title{margin:0;flex:1 1;min-width:0;font-size:15px;font-weight:600;line-height:1.35;color:var(--hp-text)}.highlights-panel-kuro .hp-outline-section-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.highlights-panel-kuro .hp-outline-copy-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:var(--hp-text-muted);background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:6px;cursor:pointer}.highlights-panel-kuro .hp-outline-copy-btn:hover{color:var(--hp-text);background:var(--hp-box-bg)}.highlights-panel-kuro .hp-outline-section-surface{border:1px solid var(--hp-border);border-radius:8px;padding:14px 16px 16px;background:var(--hp-surface)}.highlights-panel-kuro .hp-outline-list{margin:0;padding:0 0 0 18px;list-style-type:disc}.highlights-panel-kuro .hp-outline-list-item{margin-bottom:10px;font-size:14px;line-height:1.65;color:var(--hp-text-subtle)}.highlights-panel-kuro .hp-outline-list-item:last-child{margin-bottom:0}.highlights-panel-kuro.details-outline-tab .details-outline-tab__scroll{padding:20px 24px 24px;display:flex;flex-direction:column}@media (max-width:720px){.highlights-panel-kuro .hp-outline-layout{grid-template-columns:1fr}.highlights-panel-kuro .hp-outline-toc{border-right:none;border-bottom:1px solid var(--hp-border)}.highlights-panel-kuro .hp-outline-main{max-height:none}}.library-folder-picker-kuro{flex:1 1;min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.library-folder-picker-kuro--loading{padding:4px 0}.library-folder-picker-kuro__tabs-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;border-bottom:1px solid var(--km-border-base)}.library-folder-picker-kuro__tabs-row>:first-child{flex:1 1;min-width:0}.library-folder-picker-kuro__add-folder{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;margin-bottom:6px;font-size:12px;font-weight:500;color:var(--km-fg-base);background:var(--km-bg-base);border:1px solid var(--km-border-base);border-radius:6px;cursor:pointer;font-family:inherit;transition:background .12s ease;flex-shrink:0}.library-folder-picker-kuro__add-folder:hover{background:var(--km-bg-subtle)}.library-folder-picker-kuro__list{flex:1 1;min-height:0;overflow-y:auto;padding-right:4px}.library-folder-picker-kuro__empty{padding:24px 0;text-align:center;font-size:12px;color:var(--km-fg-muted);margin:0}