:root{
  --bg:#F3F7FC;--surface:#FFFFFF;--soft:#ECF1F8;--sunken:#E1EAF5;
  --text:#171717;--muted:#607086;--dim:#91A0B4;--border:#DDE6F1;
  --green:#16a34a;--yellow:#ca8a04;--red:#dc2626;
  --font:-apple-system,BlinkMacSystemFont,"Inter","SF Pro Display","Segoe UI",sans-serif;
  --mono:"SF Mono","Roboto Mono",monospace;
}
*{box-sizing:border-box}
html{background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font)}
button,textarea{font:inherit}
.mf-app{max-width:520px;min-height:100svh;margin:0 auto;background:var(--bg);position:relative;overflow:hidden}
.mf-top{height:108px;margin:0;padding:50px 16px 10px;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;position:sticky;top:0;z-index:10;pointer-events:none}
.mf-top::after{content:"";position:absolute;left:0;right:0;top:0;height:112px;pointer-events:none;background:linear-gradient(180deg,rgba(243,247,252,.92),rgba(243,247,252,.54) 58%,rgba(243,247,252,0));z-index:-1}
.mf-app.is-link-home .mf-top{height:62px;padding:28px 16px 0}
.mf-app.is-link-home .mf-top::after{height:68px;background:linear-gradient(180deg,rgba(243,247,252,.9),rgba(243,247,252,.42) 64%,rgba(243,247,252,0))}
.mf-org{font-family:var(--mono);font-size:12px;color:var(--muted)}
.mf-top h1{margin:2px 0 0;font-size:25px;letter-spacing:-.04em}
.org-switch{border:0;background:transparent;color:var(--text);height:34px;padding:0;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:750;letter-spacing:-.02em;position:relative;z-index:1;pointer-events:auto;box-shadow:none}
.org-switch[hidden]{display:none}
.org-mark{width:27px;height:27px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1F2937,#475569);color:white;font-family:var(--mono);font-size:12px;font-weight:800}
.top-titlebar{height:50px;width:100%;display:flex;align-items:center;gap:8px;pointer-events:auto}
.top-titlebar[hidden]{display:none}
.top-titlebar.new-flow-title{width:auto}
.top-titlebar.new-flow-title .top-title-pill{display:none}
.top-titlebar.flow-list-title{position:relative;justify-content:center}
.top-titlebar.flow-list-title .top-title-back{position:absolute;left:0;top:4px}
.top-titlebar.flow-list-title .top-title-pill{height:42px;display:flex;justify-content:center;align-items:center;flex:0 0 auto;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.top-titlebar.flow-list-title #topTitleAvatar,.top-titlebar.flow-list-title #topTitleMeta{display:none}
.top-titlebar.flow-list-title .top-title-main strong{font-size:17px;line-height:42px;font-weight:680;text-align:center;letter-spacing:-.03em}
.top-titlebar .top-title-back{width:42px;height:42px;border:1px solid rgba(255,255,255,.64);background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.36));border-radius:50%;padding:0;color:var(--text);box-shadow:0 6px 16px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.8),inset 0 -1px 0 rgba(255,255,255,.18);backdrop-filter:blur(26px) saturate(1.45);-webkit-backdrop-filter:blur(26px) saturate(1.45);display:flex;align-items:center;justify-content:center}
.top-titlebar .top-title-back svg,.back svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.top-title-pill{height:50px;min-width:0;flex:1;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:8px;padding:6px 14px 6px 7px;border:1px solid rgba(255,255,255,.64);border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.36));backdrop-filter:blur(26px) saturate(1.55);-webkit-backdrop-filter:blur(26px) saturate(1.55);box-shadow:0 8px 22px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.84),inset 0 -1px 0 rgba(255,255,255,.2)}
.top-title-pill.is-clickable{cursor:pointer}
.running-flows-btn,.group-assistant-btn,.kiki-outputs-btn,.flow-more-btn{width:42px;height:42px;border:1px solid rgba(255,255,255,.64);background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.36));border-radius:50%;padding:0;color:var(--text);position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.8),inset 0 -1px 0 rgba(255,255,255,.18);backdrop-filter:blur(26px) saturate(1.45);-webkit-backdrop-filter:blur(26px) saturate(1.45)}
.running-flows-btn[hidden],.group-assistant-btn[hidden],.kiki-outputs-btn[hidden],.flow-more-btn[hidden]{display:none}.running-flows-btn strong{white-space:nowrap;font-size:12px;line-height:1;font-weight:780;letter-spacing:-.02em}
.flow-more-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.kiki-outputs-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.running-flows-btn.has-running{position:absolute;left:50%;top:104px;transform:translateX(-50%);width:auto;height:38px;border-radius:999px;padding:0 15px;z-index:2;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,255,255,.52));box-shadow:0 8px 22px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.88),inset 0 -1px 0 rgba(255,255,255,.2)}
.running-flows-btn.has-running strong{position:relative;z-index:2}.running-flows-btn.has-running::before{content:"";position:absolute;inset:-18px -34px;border-radius:inherit;background:linear-gradient(100deg,rgba(255,255,255,0) 8%,rgba(214,245,255,.55) 28%,rgba(232,222,255,.62) 48%,rgba(223,255,234,.5) 66%,rgba(255,255,255,0) 88%);background-size:220% 100%;filter:blur(8px);opacity:.82;animation:flowAura 3.2s linear infinite;pointer-events:none}.running-flows-btn.has-running::after{content:"";position:absolute;inset:-1px auto -1px 0;width:42%;border-radius:inherit;background:linear-gradient(105deg,rgba(255,255,255,0),rgba(255,255,255,.86),rgba(255,255,255,0));transform:translateX(-150%) skewX(-16deg);opacity:0;pointer-events:none}.running-flows-btn.has-running.is-bumping::after{animation:flowSheen .72s ease-out}
@keyframes flowAura{0%{background-position:0 0;transform:translateX(-8%)}100%{background-position:220% 0;transform:translateX(8%)}}
@keyframes flowSheen{0%{transform:translateX(-150%) skewX(-16deg);opacity:0}18%{opacity:.9}100%{transform:translateX(270%) skewX(-16deg);opacity:0}}
.mf-app.has-running-flows .mf-view[data-view="thread"]{padding-top:58px}
.group-assistant-btn .kiki-avatar{width:30px;height:30px;border-radius:50%;box-shadow:none}.group-assistant-btn .kiki-avatar img{width:100%;height:100%;display:block;border-radius:50%}
#topTitleAvatar .agent-icon,#topTitleAvatar .kiki-avatar,#topTitleAvatar .human-avatar,#topTitleAvatar .group-avatar{width:36px;height:36px;font-size:12px}
#topTitleAvatar .flow-thread-mark{width:36px;height:36px;border-radius:50%;font-size:16px;margin:0;background:rgba(255,255,255,.72)}
.top-title-main{min-width:0;display:block}
.top-title-main strong{display:block;font-size:14px;line-height:1.05;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.top-title-main small{display:block;height:12px;margin-top:3px;font-size:10.5px;line-height:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:none}
.top-title-main small:empty{display:none}
.top-mood-line{display:flex;align-items:center;gap:5px;color:#6F8192;font-size:11.5px;font-weight:400;line-height:12px;letter-spacing:0}
.top-mood-line i{width:5px;height:5px;border-radius:50%;background:#22C55E;box-shadow:none;flex-shrink:0}
.top-mood-line span{transition:opacity .22s ease,transform .22s ease}
.top-mood-line.is-swapping span{opacity:0;transform:translateY(2px)}
.icon-btn,.back{border:1px solid var(--border);background:var(--surface);border-radius:11px;height:38px;color:var(--text)}
.icon-btn{padding:0 11px;font-size:12px;font-weight:650;position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center}
.mf-top .icon-btn{width:42px;height:42px;padding:0;border-radius:50%;border-color:rgba(255,255,255,.62);background:linear-gradient(145deg,rgba(255,255,255,.68),rgba(255,255,255,.34));pointer-events:auto;backdrop-filter:blur(26px) saturate(1.55);-webkit-backdrop-filter:blur(26px) saturate(1.55);box-shadow:0 14px 34px rgba(0,0,0,.13),inset 0 1px 0 rgba(255,255,255,.84),inset 0 -1px 0 rgba(255,255,255,.2)}
.top-chat-actions{display:flex;align-items:center;gap:2px;position:relative;z-index:1;pointer-events:auto;height:42px;padding:3px;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.66),rgba(255,255,255,.36));backdrop-filter:blur(26px) saturate(1.45);-webkit-backdrop-filter:blur(26px) saturate(1.45);box-shadow:0 4px 10px rgba(0,0,0,.045),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -1px 0 rgba(255,255,255,.18)}
.top-chat-actions[hidden]{display:none}
.top-chat-actions .icon-btn{width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.top-chat-actions .icon-btn:active{background:rgba(23,23,23,.08)}
.mf-main{height:calc(100svh - 108px);overflow:hidden;padding-top:0}
.mf-app.is-link-home .mf-main{height:calc(100svh - 62px)}
.mf-view{height:100%;overflow-y:auto;padding:12px 14px 178px;display:none}
.mf-view.active{display:block}
.mf-view[data-view="thread"] .thread-top{display:none}
.kiki-strip{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:13px;margin-bottom:12px}
.kiki-strip img{width:48px;height:48px;border-radius:50%;border:1px solid var(--border)}
.kiki-strip strong{display:block;font-size:18px;letter-spacing:-.03em}
.kiki-strip span{display:block;margin-top:2px;color:var(--muted);font-size:12px}
.kiki-strip button{border:0;background:var(--text);color:var(--surface);border-radius:999px;padding:8px 12px;font-weight:700}
.agent-rail-wrap{margin:0 0 18px}
.rail-head{display:flex;align-items:center;justify-content:flex-start;margin:0 2px 8px}
.rail-head span,.section-kicker{font-family:var(--mono);font-size:11px;text-transform:uppercase;color:var(--dim);letter-spacing:.08em}
.agent-map-trigger{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:4px;color:var(--dim);line-height:1}
.agent-map-arrow{font-family:var(--mono)!important;font-size:11px!important;line-height:1;text-transform:uppercase!important;letter-spacing:.08em!important;color:currentColor!important;margin-top:0}
.agent-rail{display:flex;gap:14px;overflow-x:auto;padding:1px 2px 4px;scrollbar-width:none}
.agent-chip{min-width:58px;background:transparent;border:0;border-radius:0;padding:0;text-align:center;color:var(--text)}
.agent-chip .agent-icon,.agent-chip .kiki-avatar{width:44px;height:44px;margin:0 auto 7px;font-size:15px}
.agent-chip .agent-icon{border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.48));border:1px solid rgba(255,255,255,.72);box-shadow:0 8px 20px rgba(80,103,126,.045),inset 0 1px 0 rgba(255,255,255,.86)}
.agent-chip .agent-icon svg{width:50%;height:50%;stroke-width:1.65}
.agent-chip .agent-sop{color:#7A8794}.agent-chip .agent-finance{color:#55A98B}.agent-chip .agent-it{color:#6F91D6}.agent-chip .agent-marketing{color:#CE6D9A}.agent-chip .agent-coding{color:#5F9C96}.agent-chip .agent-design{color:#BF628B}.agent-chip .agent-research{color:#7B78C8}.agent-chip .agent-legal{color:#C49A58}
.agent-chip .kiki-avatar{position:relative;overflow:visible}
.agent-chip .kiki-avatar img{border-radius:50%}
.agent-chip strong{display:block;max-width:64px;margin:0 auto;font-size:11.5px;font-weight:500;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.agent-chip small{display:none}
.flow-control{display:flex;gap:6px;overflow-x:auto;margin:34px 0 14px}
.chat-switch{display:flex;gap:6px;overflow-x:auto;margin-bottom:10px}
.flow-control button,.chat-switch button{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:7px 11px;color:var(--muted);font-size:12px;white-space:nowrap}
.flow-control button.active,.chat-switch button.active{background:var(--text);border-color:var(--text);color:var(--surface)}
.flow-assistant-main{width:100%;margin:30px 0 10px;border:0;background:transparent;color:var(--text);display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:0 4px;text-align:left}
.flow-assistant-main .kiki-avatar{width:58px;height:58px;box-shadow:0 10px 24px rgba(80,103,126,.12),inset 0 1px 0 rgba(255,255,255,.82)}
.flow-assistant-main strong{display:block;min-width:0;font-size:17px;line-height:1.08;letter-spacing:-.035em}
.assistant-mood-line{display:flex;align-items:center;gap:6px;margin-top:6px;color:#6F8192;font-size:12px;line-height:1;font-weight:400;letter-spacing:0}
.assistant-mood-line i{width:5px;height:5px;border-radius:50%;background:#22C55E;box-shadow:none;flex-shrink:0}
.assistant-mood-line span{transition:opacity .22s ease,transform .22s ease}
.assistant-mood-line.is-swapping span{opacity:0;transform:translateY(2px)}
.flow-assistant-pulse{width:100%;min-height:54px;margin:8px 0 10px;padding:9px 36px 9px 12px;border:1px solid rgba(214,224,234,.78);border-radius:17px;background:rgba(255,255,255,.72);box-shadow:0 8px 22px rgba(36,56,76,.04),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:blur(16px) saturate(1.18);-webkit-backdrop-filter:blur(16px) saturate(1.18);display:flex;align-items:center;text-align:left;color:inherit;position:relative}
.flow-assistant-hero{margin:0 0 18px;padding:12px;border:1px solid rgba(255,255,255,.68);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.38));box-shadow:0 10px 28px rgba(0,0,0,.055),inset 0 1px 0 rgba(255,255,255,.84);backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35)}
.flow-assistant-pulse:active{background:rgba(255,255,255,.88)}
.flow-assistant-pulse p{min-width:0;margin:0;color:var(--muted);font-size:13px;line-height:1.28;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:opacity .22s ease,transform .22s ease}
.flow-assistant-pulse.is-swapping p{opacity:0;transform:translateY(2px)}
.pulse-unread{position:absolute;right:11px;top:50%;transform:translateY(-50%);min-width:17px;height:17px;border-radius:999px;background:#25384B;color:white;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:9.5px;font-weight:760;line-height:1;box-shadow:0 0 0 2px rgba(255,255,255,.88)}
.assistant-card-variant .flow-assistant-hero{margin:22px 0 18px;padding:12px}
.assistant-card-variant .flow-assistant-main{margin:0;width:100%;grid-template-columns:54px minmax(0,1fr);padding:0}
.assistant-card-variant .flow-assistant-main .kiki-avatar{width:54px;height:54px;box-shadow:0 10px 24px rgba(80,103,126,.1)}
.assistant-card-variant .flow-assistant-pulse{margin:12px 0 0;background:rgba(255,255,255,.72);box-shadow:0 8px 22px rgba(36,56,76,.04),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:none;-webkit-backdrop-filter:none}
.assistant-quiet-variant .quiet-presence-card{margin:22px 0 12px;padding:18px 13px 13px;border:1px solid rgba(255,255,255,.68);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.42));box-shadow:0 12px 34px rgba(36,56,76,.06),inset 0 1px 0 rgba(255,255,255,.86);backdrop-filter:blur(24px) saturate(1.35);-webkit-backdrop-filter:blur(24px) saturate(1.35)}
.assistant-quiet-variant .quiet-presence-card .flow-assistant-main{margin:0 auto 11px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:0;text-align:center}
.assistant-quiet-variant .quiet-presence-card .flow-assistant-main .kiki-avatar{width:64px;height:64px;box-shadow:none}
.assistant-quiet-variant .quiet-presence-card .flow-assistant-main strong{font-size:22px;line-height:1;letter-spacing:-.045em}
.assistant-quiet-variant .quiet-presence-card .assistant-mood-line{justify-content:center;margin-top:6px}
.assistant-quiet-variant .quiet-presence-card .flow-assistant-pulse{margin:0;min-height:58px;background:rgba(226,234,243,.72);border-color:rgba(214,224,234,.72);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.assistant-quiet-variant .quiet-presence-card .pulse-unread{box-shadow:0 0 0 2px rgba(226,234,243,.88)}
.assistant-quiet-variant .flow-assistant-hero{margin:0 0 14px;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.assistant-quiet-variant .flow-focus-head{display:none}
.assistant-quiet-variant .flow-stack,
.assistant-quiet-variant .flow-page-dots{display:none}
.assistant-quiet-summary{display:none}
.assistant-quiet-variant .assistant-quiet-summary{display:grid;grid-template-columns:1fr;gap:7px;margin-top:8px}
.assistant-quiet-summary button{min-width:0;border:1px solid rgba(214,224,234,.72);border-radius:15px;background:rgba(255,255,255,.55);padding:10px 8px;text-align:center;color:var(--text)}
.assistant-quiet-summary button:active{background:rgba(255,255,255,.82);transform:translateY(1px)}
.assistant-quiet-summary .quiet-need-you,
.assistant-quiet-summary .quiet-all-flows,
.assistant-quiet-summary .quiet-recent-outputs{height:54px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;padding:9px 12px 9px 10px;border-color:rgba(214,224,234,.78);background:rgba(255,255,255,.72);box-shadow:0 8px 22px rgba(36,56,76,.04),inset 0 1px 0 rgba(255,255,255,.82)}
.assistant-quiet-summary .quiet-all-flows,
.assistant-quiet-summary .quiet-recent-outputs{background:rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.76)}
.quiet-card-icon{width:34px;height:34px;border-radius:12px;background:rgba(226,234,243,.72);display:flex;align-items:center;justify-content:center;color:#50677E}
.quiet-card-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.quiet-need-you span,.quiet-all-flows span,.quiet-recent-outputs span{min-width:0;display:block;margin:0}
.quiet-need-you strong,.quiet-all-flows strong,.quiet-recent-outputs strong{display:block;font-size:14px;font-weight:680;line-height:1.15;letter-spacing:-.025em;color:#24384C}
.quiet-all-flows strong,.quiet-recent-outputs strong{font-weight:640;color:#3F4E5F}
.quiet-need-you small,.quiet-all-flows small,.quiet-recent-outputs small{display:block;margin-top:4px;color:var(--muted);font-size:11.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quiet-need-you em,.quiet-all-flows em,.quiet-recent-outputs em{font-style:normal;color:#7E91A5;font-size:20px;line-height:1;display:flex;align-items:center;gap:6px}
.quiet-count{min-width:17px;height:17px;border-radius:999px;background:#25384B;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:9.5px;font-weight:760;line-height:1}
.assistant-quiet-variant .flow-expand-btn{display:none}
.flow-focus-head{display:flex;align-items:center;justify-content:space-between;margin:14px 2px 6px}
.flow-focus-head span{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--dim)}
.flow-focus-head small{font-family:var(--mono);font-size:10.5px;color:var(--muted);letter-spacing:-.01em;white-space:nowrap}
.flow-focus-head button{border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:720;padding:4px 0}
.flow-stack{background:transparent;border-top:0;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0 -2px;padding:0 2px 2px}
.flow-stack::-webkit-scrollbar{display:none}
.flow-page{min-width:100%;scroll-snap-align:start;display:grid;gap:2px}
.flow-page-dots{height:14px;display:flex;align-items:center;justify-content:center;gap:5px;margin:0 0 5px}
.flow-page-dots i{width:5px;height:5px;border-radius:999px;background:#C9D5E1;transition:width .18s ease,background .18s ease}
.flow-page-dots i.active{width:15px;background:#7E91A5}
.flow-expand-btn{width:100%;height:36px;margin-top:0;border:1px solid rgba(214,224,234,.92);border-radius:999px;background:#fff;box-shadow:none;color:#66798C;font-size:12.5px;font-weight:500;letter-spacing:-.01em}
.flow-expand-btn:active{background:rgba(243,247,252,.82);color:var(--text)}
.flow-card{width:100%;border:0;background:transparent;border-radius:12px;padding:6px 2px;display:grid;grid-template-columns:30px minmax(0,1fr) 18px;gap:9px;align-items:center;text-align:left;color:var(--text);box-shadow:none}
.flow-card:active{background:rgba(226,234,243,.62);transform:translateY(1px)}
.flow-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}
.flow-thread-mark{width:26px;height:26px;border:1px solid rgba(214,224,234,.72);border-radius:8px;background:rgba(255,255,255,.42);color:var(--muted);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:13px;font-weight:760;align-self:center;margin-top:0}
.flow-thread-main{min-width:0}
.flow-thread-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}
.flow-line{display:grid;grid-template-columns:1fr auto;align-items:start;gap:10px}
.flow-id{font-family:var(--mono);font-size:12px;color:var(--muted)}
.status{font-family:var(--mono);font-size:10.5px;border-radius:999px;padding:3px 8px;background:var(--soft);color:var(--muted);white-space:nowrap;text-transform:lowercase}
.running{color:var(--green);background:#e9f7ee}.awaiting{color:var(--yellow);background:#fbf2d4}.blocked{color:var(--red);background:#fce7e7}
.flow-updated{font-family:var(--mono);font-size:10.5px;color:var(--dim);white-space:nowrap}
.flow-card h3{margin:0;font-size:15px;line-height:20px;font-weight:520;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.flow-signal{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;justify-self:end}
.flow-signal.loading::before{content:"";width:9px;height:9px;border-radius:50%;border:1.7px solid rgba(245,158,11,.32);border-top-color:#F59E0B;animation:flowSpin 1.8s linear infinite}
.flow-signal.unread::before{content:"";width:5px;height:5px;border-radius:50%;background:#3B82F6}
@keyframes flowSpin{to{transform:rotate(360deg)}}
.flow-card .flow-assistant-note{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.flow-card .flow-status-dot{width:8px;height:8px;border-radius:50%;background:var(--dim)}
.flow-card .flow-status-dot.running{background:var(--green);box-shadow:0 0 0 5px rgba(22,163,74,.1)}
.flow-card .flow-status-dot.awaiting{background:var(--yellow);box-shadow:0 0 0 5px rgba(202,138,4,.1)}
.flow-card .flow-status-dot.blocked{background:var(--red);box-shadow:0 0 0 5px rgba(220,38,38,.1)}
.flow-card h3 .collab-icon{width:17px;height:17px;margin-left:5px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);vertical-align:-2px}
.flow-card h3 .collab-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.flow-latest{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.watched-flow-list{padding-bottom:92px}
.watched-flow-row{width:100%;border:0;border-bottom:1px solid rgba(214,224,234,.72);background:transparent;padding:13px 2px;display:grid;grid-template-columns:30px minmax(0,1fr) 18px;gap:10px;align-items:center;text-align:left;color:var(--text)}
.watched-flow-row:active{background:rgba(226,234,243,.62)}
.watched-flow-main{min-width:0}
.watched-flow-main strong{display:block;font-size:15px;font-weight:580;line-height:1.25;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.watched-flow-main small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.watched-flow-row em{font-style:normal;font-size:22px;line-height:1;color:#A4B2C0;white-space:nowrap}
.avatar-stack{display:flex;align-items:center}
.avatar-stack>*{margin-left:-6px;box-shadow:0 0 0 2px var(--surface)}
.avatar-stack>*:first-child{margin-left:0}
.agent-icon,.kiki-avatar,.human-avatar{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:white;font-size:11px;font-weight:800;overflow:hidden;flex-shrink:0}
.agent-icon svg{width:54%;height:54%;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.kiki-avatar img,.human-avatar img{width:100%;height:100%;object-fit:cover}
.agent-tanka{background:linear-gradient(135deg,#111827,#334155)}.agent-sop{background:linear-gradient(135deg,#64748b,#475569)}.agent-finance{background:linear-gradient(135deg,#10b981,#047857)}.agent-it{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.agent-marketing{background:linear-gradient(135deg,#ec4899,#be185d)}.agent-hr{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.agent-legal{background:linear-gradient(135deg,#f59e0b,#b45309)}.agent-expense{background:linear-gradient(135deg,#06b6d4,#0e7490)}.agent-coding{background:linear-gradient(135deg,#0f766e,#115e59)}.agent-design{background:linear-gradient(135deg,#be185d,#9d174d)}.agent-research{background:linear-gradient(135deg,#4338ca,#3730a3)}
.detail-top{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin-bottom:12px}
.thread-top{grid-template-columns:auto auto 1fr}
.back{width:38px;height:38px;border:0;background:transparent;color:var(--text);padding:0;display:flex;align-items:center;justify-content:center}
.detail-top span{font-family:var(--mono);font-size:12px;color:var(--muted)}
.detail-top h2{margin:2px 0 0;font-size:21px;line-height:1.16;letter-spacing:-.035em}
.timeline{padding-bottom:80px}.event{display:grid;grid-template-columns:32px 1fr;gap:10px;padding:11px 0;border-bottom:1px solid var(--border)}
.event strong{font-size:14px}.event p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.45}
.composer{position:fixed;left:50%;bottom:84px;transform:translateX(-50%);width:min(492px,calc(100vw - 28px));display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px;background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(255,255,255,.42));border:1px solid rgba(255,255,255,.58);border-radius:20px;backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);box-shadow:0 16px 44px rgba(0,0,0,.13),inset 0 1px 0 rgba(255,255,255,.76);z-index:21}
.composer textarea{resize:none;border:1px solid var(--border);border-radius:13px;background:var(--surface);padding:10px 12px;outline:none}
.composer button{border:0;background:var(--text);color:var(--surface);border-radius:13px;padding:0 14px;font-weight:700}
.composer.chat-composer{left:50%;bottom:calc(82px + env(safe-area-inset-bottom));width:min(390px,calc(100vw - 26px));grid-template-columns:42px 1fr 42px;gap:5px;height:58px;padding:6px;border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(246,249,253,.58));border:1px solid rgba(255,255,255,.68);backdrop-filter:blur(28px) saturate(1.42);-webkit-backdrop-filter:blur(28px) saturate(1.42);box-shadow:0 8px 22px rgba(0,0,0,.065),inset 0 1px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(222,232,242,.24);z-index:22;overflow:visible}
.composer.chat-composer::before{content:"";position:absolute;inset:-7px;border-radius:inherit;background:linear-gradient(100deg,rgba(155,216,255,.32),rgba(219,206,255,.34),rgba(190,242,222,.26),rgba(155,216,255,.32));background-size:220% 100%;filter:blur(11px);opacity:.42;animation:flowAura 5.8s linear infinite;z-index:0;pointer-events:none}
.composer.chat-composer>*{position:relative;z-index:1}
.composer.chat-composer.has-flow-reference,
.composer.chat-composer.has-output-reference,
.composer.chat-composer.has-composer-mode{height:106px;grid-template-rows:36px 46px;border-radius:28px;padding:8px}
.composer.chat-composer.has-flow-reference.has-composer-mode,
.composer.chat-composer.has-output-reference.has-composer-mode,
.composer.chat-composer.has-flow-reference.has-output-reference{height:146px;grid-template-rows:34px 34px 46px;border-radius:28px}
.flow-reference,.output-reference{grid-column:1 / -1;height:34px;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 26px;align-items:center;gap:8px;border:1px solid rgba(204,216,228,.9);border-radius:999px;background:rgba(226,234,243,.9);padding:4px 5px 4px 12px;color:var(--text)}
.flow-reference[hidden],.output-reference[hidden]{display:none}.flow-reference-main{min-width:0;display:flex;align-items:center;gap:7px;height:24px;line-height:24px}.flow-reference strong,.output-reference strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12.5px;line-height:24px;letter-spacing:-.02em}.flow-reference span,.output-reference span{font-family:var(--mono);font-size:10px;line-height:24px;text-transform:uppercase;letter-spacing:.06em;color:var(--dim);flex-shrink:0}.flow-reference button,.output-reference button{width:26px;height:26px;border:0;border-radius:50%;background:rgba(23,23,23,.08);color:var(--muted);font-size:16px;line-height:24px;padding:0;display:flex;align-items:center;justify-content:center}
.composer-mode{grid-column:1 / -1;justify-self:start;height:34px;max-width:100%;min-width:0;display:inline-grid;grid-template-columns:minmax(0,auto) 22px;align-items:center;gap:4px;border:1px solid rgba(204,216,228,.9);border-radius:999px;background:rgba(226,234,243,.9);padding:4px 3px 4px 12px;color:var(--text)}
.composer-mode[hidden]{display:none}.composer-mode-main{min-width:0;display:flex;align-items:center;height:24px;line-height:24px}.composer-mode strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12.5px;line-height:24px;letter-spacing:-.02em}.composer-mode span{display:none}.composer-mode button{width:22px;height:22px;border:0;border-radius:50%;background:transparent;color:var(--muted);font-size:17px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center}
.composer.chat-composer .composer-plus{display:flex}.composer.chat-composer textarea{height:46px;min-height:46px;border:0;background:transparent;border-radius:0;padding:13px 4px;line-height:20px;overflow:hidden;font-size:16px;color:var(--text);font-family:inherit}
.composer.chat-composer textarea::placeholder{color:var(--muted)}
.composer.chat-composer button{width:42px;height:42px;padding:0;border-radius:50%;background:rgba(255,255,255,.42);color:var(--text);display:flex;align-items:center;justify-content:center}
.composer.chat-composer .flow-reference button,
.composer.chat-composer .output-reference button{width:26px;height:26px;min-width:26px;min-height:26px;border:0;border-radius:50%;background:rgba(23,23,23,.08);color:var(--muted);font-size:16px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:none}
.composer.chat-composer .composer-mode button{width:22px;height:22px;min-width:22px;min-height:22px;border:0;border-radius:50%;background:transparent;color:var(--muted);font-size:17px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:none}
.composer.chat-composer svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.composer.chat-composer .composer-action{color:var(--muted)}
.composer.chat-composer .icon-send{display:none}
.composer.chat-composer:focus-within .composer-action{background:rgba(23,23,23,.9);color:var(--surface)}
.composer.chat-composer:focus-within .icon-mic{display:none}
.composer.chat-composer:focus-within .icon-send{display:block}
.composer.chat-composer.new-flow-composer{left:50%;width:min(390px,calc(100vw - 26px));grid-template-columns:42px 1fr 42px;gap:5px}
.composer.chat-composer.is-disabled{opacity:.72}
.composer.chat-composer.is-disabled textarea{color:var(--dim)}
.composer.chat-composer.is-disabled textarea::placeholder{color:var(--dim)}
.composer.chat-composer.is-disabled button{pointer-events:none;color:var(--dim)}
.chat-stack{background:transparent;border:0;border-radius:0;overflow:visible}
.chat-row{width:100%;display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:center;border:0;border-bottom:1px solid rgba(214,224,234,.72);background:transparent;padding:12px 2px;text-align:left;color:var(--text)}
.chat-row:last-child{border-bottom:0}
.chat-row:active{background:var(--soft)}
.chat-row .agent-icon,.chat-row .kiki-avatar,.chat-row .human-avatar,.group-avatar{width:44px;height:44px;font-size:15px}
.group-avatar{border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:var(--mono);font-weight:850;background:linear-gradient(135deg,#111827,#475569);box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}
.chat-row-main{min-width:0;display:block}
.chat-row-head{display:flex;align-items:center;gap:8px;min-width:0}
.chat-row-title{flex:1;min-width:0;font-weight:760;font-size:15.5px;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chat-row-last{display:block;color:var(--muted);font-size:13px;line-height:1.35;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chat-row-time{font-family:var(--mono);color:var(--dim);font-size:11px;white-space:nowrap}
.link-hero{margin:12px 0 16px;padding:18px 2px 6px}
.link-kicker{display:block;font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--dim);margin-bottom:10px}
.link-hero h2{margin:0;font-size:30px;line-height:1.02;letter-spacing:-.055em}
.link-hero p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.48}
.kiki-level-card{position:relative;margin:2px 0 4px;padding:8px 4px 4px;background:transparent;border:0;border-radius:0;box-shadow:none}
.kiki-level-top{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;align-items:center;text-align:left;padding:0 4px}
.kiki-avatar-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}
.kiki-level-top .kiki-avatar{position:static;transform:none;width:56px;height:56px;box-shadow:0 10px 24px rgba(48,63,84,.09)}
.kiki-range-label{display:inline-flex;align-items:center;justify-content:center;height:18px;margin-top:-8px;padding:0 8px;border:1px solid rgba(214,224,234,.72);border-radius:999px;background:rgba(255,255,255,.78);color:#728294;font-family:var(--mono);font-size:9.5px;font-weight:760;line-height:1;position:relative;z-index:2}
.kiki-name-line{display:grid;gap:5px;align-items:start;justify-items:start;min-width:0}
.kiki-name-row{display:flex;align-items:center;gap:8px;min-width:0}
.kiki-level-top strong{display:block;font-size:22px;line-height:1.05;letter-spacing:-.045em}
.kiki-level-badge{appearance:none;position:relative;overflow:hidden;width:max-content;display:inline-flex;align-items:center;gap:3px;height:21px;margin:0;border:1px solid rgba(111,145,179,.58);border-radius:999px;background:linear-gradient(115deg,#24384C,#355B78 45%,#24384C);color:#fff;padding:0 6px 0 8px;font-family:var(--mono);font-size:9.5px;font-weight:800;letter-spacing:-.01em;box-shadow:none;cursor:pointer}
.kiki-level-badge svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;opacity:.92}
.kiki-level-badge::after{content:"";position:absolute;inset:-1px auto -1px 0;width:44%;border-radius:inherit;background:linear-gradient(105deg,rgba(255,255,255,0),rgba(255,255,255,.78),rgba(255,255,255,0));transform:translateX(-150%) skewX(-16deg);animation:levelSheen 2.8s ease-in-out infinite;pointer-events:none}
@keyframes levelSheen{0%,42%{transform:translateX(-150%) skewX(-16deg);opacity:0}56%{opacity:.8}100%{transform:translateX(270%) skewX(-16deg);opacity:0}}
.kiki-level-badge:active{transform:translateY(1px)}
.kiki-level-top small{display:block;margin:0;color:#728294;font-size:12px;line-height:1.15;font-weight:400;letter-spacing:-.01em}
.level-detail{padding:0 14px 14px}
.level-detail[hidden]{display:none}
.memory-overview-card{width:100%;margin:12px 0 0;border:1px solid rgba(255,255,255,.66);border-radius:24px;background:rgba(255,255,255,.62);display:grid;gap:21px;padding:17px 14px 15px;color:var(--text);text-align:left;box-shadow:0 14px 30px rgba(48,63,84,.06),inset 0 1px 0 rgba(255,255,255,.82)}
.memory-overview-card:active{background:rgba(255,255,255,.78);transform:scale(.992)}
.memory-overview-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.memory-overview-head strong{font-size:20px;font-weight:690;letter-spacing:-.045em;line-height:1.05;color:#24384C}
.section-title-icon{width:25px;height:25px;margin-right:9px;vertical-align:-6px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;opacity:.95}
.memory-overview-action{display:inline-flex;align-items:center;gap:7px;flex-shrink:0}
.memory-overview-head svg{width:17px;height:17px;fill:none;stroke:#728294;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.memory-level-tag{height:28px;border:1px solid rgba(204,216,228,.86);border-radius:999px;background:#EEF3F8;color:#435267;display:inline-flex;align-items:center;padding:0 10px;font-family:var(--font);font-size:11.5px;font-weight:650;letter-spacing:-.02em;white-space:nowrap}
.memory-level-tag::after{display:none}
.agent-level-page{display:grid;gap:15px;padding:4px 0 24px}
.agent-level-hero{border:1px solid rgba(255,255,255,.7);border-radius:24px;background:rgba(255,255,255,.68);box-shadow:0 14px 30px rgba(48,63,84,.06),inset 0 1px 0 rgba(255,255,255,.82);padding:18px 16px;display:grid;gap:14px}
.agent-level-hero-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.agent-level-hero-head span{display:inline-flex;align-items:center;height:26px;border-radius:999px;background:#EEF3F8;color:#435267;border:1px solid rgba(204,216,228,.86);padding:0 10px;font-size:12px;font-weight:760;letter-spacing:-.02em}
.agent-level-hero-head b{color:#6D63FF;font-size:14px;font-weight:850}
.agent-level-hero h2{margin:0;font-size:28px;line-height:1.02;letter-spacing:-.055em;color:#172033}
.agent-level-hero p{margin:0;color:#5E6B7F;font-size:13.5px;line-height:1.5}
.agent-level-rule{display:grid;gap:9px;border-top:1px solid rgba(221,230,241,.78);padding-top:13px}
.agent-level-rule strong{font-family:var(--mono);font-size:13px;color:#172033;letter-spacing:-.03em}
.agent-level-rule span{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#5E6B7F;font-size:12.5px}
.agent-level-rule em{font-style:normal;color:#6D63FF;font-weight:800}
.agent-level-switch{display:flex;gap:7px;overflow-x:auto;padding:0 1px 2px;scrollbar-width:none}
.agent-level-switch::-webkit-scrollbar{display:none}
.agent-level-switch button{height:34px;border:1px solid rgba(204,216,228,.78);border-radius:999px;background:rgba(255,255,255,.7);color:#617083;padding:0 12px;font-size:12px;font-weight:760;white-space:nowrap}
.agent-level-switch button.active{border-color:rgba(109,99,255,.24);background:#6D63FF;color:#fff;box-shadow:0 10px 24px rgba(109,99,255,.18)}
.agent-level-detail-card{border:1px solid rgba(255,255,255,.7);border-radius:24px;background:rgba(255,255,255,.68);box-shadow:0 14px 30px rgba(48,63,84,.06),inset 0 1px 0 rgba(255,255,255,.82);padding:17px 16px;display:grid;gap:13px}
.agent-level-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.agent-level-title strong{font-size:22px;line-height:1.1;letter-spacing:-.045em;color:#172033}
.agent-level-title span{font-family:var(--mono);font-size:12px;font-weight:820;color:#6D63FF}
.agent-level-detail-card p{margin:0;color:#4F5F73;font-size:14px;line-height:1.55}
.agent-level-shift{border-radius:18px;background:#F3F6FA;padding:12px;color:#26374C;font-size:13px;line-height:1.48}
.agent-level-shift b{display:block;margin-bottom:4px;color:#172033;font-size:12px;letter-spacing:.02em}
.agent-level-scale{display:grid;gap:10px}
.agent-level-scale-row{display:grid;grid-template-columns:42px 1fr;gap:9px;align-items:center;color:#5E6B7F;font-size:12.5px}
.agent-level-scale-row i{height:8px;border-radius:999px;background:#E3E9F1;overflow:hidden}
.agent-level-scale-row i::before{content:"";display:block;width:var(--w);height:100%;border-radius:inherit;background:linear-gradient(90deg,#6D63FF,#A79BFF)}
.agent-level-scale-row b{font-family:var(--mono);font-size:12px;color:#26374C}
.memory-delta-row{display:flex;gap:6px;flex-wrap:wrap}
.memory-delta-row span{height:27px;border-radius:999px;background:rgba(76,142,98,.1);border:1px solid rgba(76,142,98,.16);color:#3F7651;display:inline-flex;align-items:center;padding:0 9px;font-family:var(--mono);font-size:10.5px;font-weight:820;letter-spacing:-.02em}
.memory-bar-list{display:grid;gap:11px}
.memory-bar-list span{display:grid;grid-template-columns:82px 92px auto;align-items:center;gap:9px;min-width:0}
.memory-bar-list small{color:#607588;font-size:11.5px;line-height:1;font-weight:560;white-space:nowrap;text-transform:none}
.memory-bar-list i{width:92px;height:7px;border-radius:999px;background:transparent;overflow:hidden}
.memory-bar-list i em{display:block;width:var(--w);height:100%;border-radius:inherit;background:linear-gradient(90deg,#6672E8,#4958D9)}
.memory-bar-list b{font-family:var(--mono);color:#24384C;font-size:13px;line-height:1;font-weight:800;letter-spacing:-.045em;white-space:nowrap;font-variant-numeric:tabular-nums}
.memory-understood-progress{display:block;height:7px;border-radius:999px;background:#E4EAF2;overflow:hidden}
.memory-understood-progress i{display:block;width:82%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6672E8,#4F5DD9)}
.memory-today-line{display:grid;gap:8px;min-width:0;margin-top:3px;padding-top:4px;color:#171717}
.memory-today-line small{color:#7E8FA3;font-size:11.5px;font-weight:650;line-height:1}
.memory-today-line span{display:flex;align-items:center;gap:6px;min-width:0;flex-wrap:wrap}
.memory-today-line b{font-size:12px;font-weight:520;line-height:1;letter-spacing:-.018em;white-space:nowrap;color:#171717}
.memory-today-line b strong{font-weight:760;color:#4F5DD9}
.memory-today-line em{font-style:normal;color:#9CADBD;font-size:11px;line-height:1}
.memory-gap-summary{display:flex;align-items:center;gap:9px;padding-top:12px;border-top:1px solid rgba(214,224,234,.64);color:#343A32}
.memory-gap-summary i{width:14px;height:14px;border:1.6px dashed #6672E8;border-radius:50%;flex:0 0 auto}
.memory-gap-summary b{font-size:13px;font-weight:520;line-height:1.2;letter-spacing:-.015em}
.memory-data-grid{display:grid;grid-template-columns:1fr;gap:8px}
.memory-data-panel{min-width:0;border:1px solid rgba(214,224,234,.68);border-left:3px solid rgba(60,107,122,.72);border-radius:17px;background:rgba(247,250,253,.66);padding:10px 11px;display:grid;gap:8px;color:#24384C}
.memory-data-panel.process{border-left-color:rgba(154,124,58,.76)}
.memory-data-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
.memory-data-top b{font-size:14px;line-height:1;font-weight:760;letter-spacing:-.025em;color:#385E6B;white-space:nowrap}
.memory-data-panel.process .memory-data-top b{color:#8A6B25}
.memory-data-top em{font-style:normal;font-family:var(--mono);font-size:11px;line-height:1;font-weight:800;color:#536B77;white-space:nowrap}
.memory-data-panel.process .memory-data-top em{color:#8A6B25}
.memory-data-line{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;border-top:1px dashed rgba(191,205,220,.78);padding-top:7px}
.memory-data-line span{min-width:0;color:#4C5B68;font-size:12.5px;line-height:1.1;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.memory-data-line strong{flex-shrink:0;color:#607086;font-family:var(--mono);font-size:11px;line-height:1.1;font-weight:800;letter-spacing:-.035em;white-space:nowrap}
.memory-live-summary{display:grid;gap:15px}
.memory-stage-summary{display:grid;gap:10px}
.memory-stage-title{display:flex;align-items:center;gap:10px;min-width:0}
.memory-stage-title b{height:28px;border:1px solid rgba(204,216,228,.86);border-radius:999px;background:#EEF3F8;color:#24384C;display:inline-flex;align-items:center;padding:0 12px;font-family:var(--font);font-size:11.5px;font-weight:820;letter-spacing:-.02em;white-space:nowrap}
.memory-stage-title strong{min-width:0;color:#111827;font-size:20px;font-weight:730;line-height:1.06;letter-spacing:-.045em}
.memory-stage-summary>small{color:#333B45;font-size:13.5px;font-weight:430;line-height:1.35;letter-spacing:-.02em}
.memory-stage-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}
.memory-stage-progress i{height:7px;border-radius:999px;background:#DDE5EF;overflow:hidden}
.memory-stage-progress em{display:block;width:82%;height:100%;border-radius:inherit;background:#6672E8}
.memory-stage-progress b{color:#171717;font-size:17px;font-weight:690;letter-spacing:-.04em;line-height:1;white-space:nowrap}
.memory-stage-summary.detail{padding:0 2px 2px}
.memory-stage-summary.detail .memory-stage-title{justify-content:center}
.memory-stage-summary.detail>small{text-align:center;max-width:260px;justify-self:center}
.memory-overview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(214,224,234,.58);border-bottom:1px solid rgba(214,224,234,.45);padding:11px 0}
.memory-overview-stats span{display:grid;gap:5px;align-content:center;justify-items:start;min-width:0;padding:0 9px;border-right:1px solid rgba(214,224,234,.58)}
.memory-overview-stats span:first-child{padding-left:0}
.memory-overview-stats span:last-child{border-right:0;padding-right:0}
.memory-overview-stats b{font-family:var(--mono);font-size:16px;line-height:1;font-weight:850;letter-spacing:-.065em;color:#24384C;white-space:nowrap}
.memory-overview-stats small{font-size:10px;line-height:1.15;color:#65778B;font-weight:680;white-space:nowrap}
.memory-live-metrics{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap}
.memory-live-metrics span{color:#303D4A;font-size:15px;line-height:1;font-weight:520;letter-spacing:-.02em;white-space:nowrap}
.memory-live-metrics b{font-family:var(--mono);font-size:24px;font-weight:860;letter-spacing:-.075em;color:#2F7A3B;vertical-align:-1px}
.memory-live-recent{display:grid;gap:7px}
.memory-live-recent small{display:block;color:#728294;font-size:12.5px;line-height:1;font-weight:660}
.memory-live-recent span{display:flex;align-items:center;gap:8px;color:#171717;font-size:15.5px;line-height:1.18;font-weight:560;letter-spacing:-.028em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.memory-live-recent span i{width:7px;height:7px;border-radius:50%;background:#3F7651;flex:0 0 auto;opacity:.9}
.memory-live-alert{min-height:36px;border:1px solid rgba(228,181,94,.38);border-radius:14px;background:rgba(255,246,226,.72);display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 9px;color:#775719}
.memory-live-alert i{width:15px;height:15px;border:1.35px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-family:var(--mono);font-size:9px;font-weight:900;line-height:15px;transform:translateY(.2px)}
.memory-live-alert span{min-width:0;font-size:12.5px;line-height:15px;font-weight:640;letter-spacing:-.02em;display:flex;align-items:center;gap:4px}
.memory-live-alert span b{font-family:var(--mono);font-size:14px;font-weight:850;letter-spacing:-.04em}
.memory-live-alert mark{display:none}
.memory-live-alert em{font-style:normal;font-size:17px;line-height:15px;color:#775719;transform:translateY(-.2px)}
.memory-overview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;border:0;padding:0}
.memory-overview-stats>span{min-height:44px;border:0;border-radius:0;background:transparent;display:grid;align-content:center;justify-items:center;text-align:center;gap:5px;padding:5px 4px}
.memory-overview-stats b{font-family:var(--mono);font-size:15.5px;line-height:1;font-weight:850;letter-spacing:-.055em;color:#24384C;font-variant-numeric:tabular-nums}
.memory-overview-stats small{font-size:9.5px;font-weight:690;color:#728294;line-height:1.08}
.memory-level-tag b{font-weight:820;color:#24384C}
.kiki-run-summary{margin:18px 2px 0;display:grid;gap:12px}
.kiki-run-head{height:25px;display:flex;align-items:center;justify-content:flex-start;padding:0 0 7px}
.kiki-range-tabs{display:inline-flex;align-items:center;height:24px;border:1px solid rgba(214,224,234,.72);border-radius:999px;background:rgba(255,255,255,.48);padding:2px;gap:1px}
.kiki-range-tabs button{height:19px;border:0;border-radius:999px;background:transparent;color:#8291A1;padding:0 8px;font-family:var(--mono);font-size:9.5px;font-weight:760}
.kiki-range-tabs button.active{background:rgba(255,255,255,.86);color:#24384C;box-shadow:0 1px 3px rgba(36,56,76,.06)}
.kiki-today-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px}
.kiki-today-head strong{font-family:var(--mono);font-size:11.5px;font-weight:820;letter-spacing:.16em;text-transform:uppercase;color:#7E8FA3}
.kiki-today-head span{color:#6E7F91;font-size:12.5px;font-weight:560;letter-spacing:-.02em;white-space:nowrap}
.kiki-work-list{display:grid;gap:10px;padding:0 2px}
.kiki-work-list span{display:grid;grid-template-columns:minmax(42px,var(--w)) minmax(0,1fr) 22px;align-items:center;gap:13px;min-width:0}
.kiki-work-list i{height:8px;border-radius:999px;background:#6672E8;display:block}
.kiki-work-list b{min-width:0;color:#3F444A;font-size:15px;line-height:1.08;font-weight:560;letter-spacing:-.035em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kiki-work-list em{font-style:normal;text-align:right;font-family:var(--mono);font-size:16px;line-height:1;font-weight:820;letter-spacing:-.05em;color:#24384C}
.kiki-work-deltas{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:2px 0 0 2px}
.kiki-work-deltas span{height:30px;border:1px solid rgba(76,142,98,.22);border-radius:999px;background:rgba(76,142,98,.08);display:inline-flex;align-items:center;padding:0 11px;color:#3F7651;font-size:12.5px;font-weight:660;letter-spacing:-.02em;white-space:nowrap}
.kiki-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid rgba(214,224,234,.68);border-radius:17px;background:rgba(214,224,234,.62);overflow:hidden}
.kiki-metrics div{min-height:55px;background:rgba(255,255,255,.64);padding:10px 6px 8px;text-align:center}
.kiki-metrics strong{display:block;font-family:var(--mono);font-size:16px;line-height:1.05;font-weight:820;letter-spacing:-.055em;color:#24384C;white-space:nowrap}
.kiki-metrics span{display:block;margin-top:5px;color:#728294;font-size:11px;line-height:1.05;white-space:nowrap}
.connected-tools-strip{width:100%;height:58px;margin:18px 0 12px;border:1px solid rgba(255,255,255,.66);border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 16px;color:var(--text);box-shadow:0 12px 28px rgba(48,63,84,.065),inset 0 1px 0 rgba(255,255,255,.82);text-align:left}
.connected-tools-strip:active{background:rgba(255,255,255,.86)}
.connected-tools-strip span{font-size:15px;font-weight:680;letter-spacing:-.025em;color:#24384C}
.connected-tools-strip strong{min-width:30px;text-align:right;font-family:var(--mono);font-size:14px;font-weight:820;color:#728294}
.link-section{margin-top:18px}
.link-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 2px 8px}
.link-section-head span{font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--dim)}
.link-section-head button{border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:720;padding:4px 0}
.link-list{display:grid;gap:2px}
.link-list div{border:0;border-radius:14px;padding:10px 2px;color:var(--text);font-size:14px;line-height:1.35}
.link-list div::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#8AA5BE;margin:0 9px 1px 0}
.growth-section{margin-top:18px}
.growth-list{display:grid;gap:0}
.growth-list button{position:relative;width:100%;border:0;border-bottom:1px solid rgba(214,224,234,.52);background:transparent;padding:11px 0 11px 20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;color:var(--text)}
.growth-list button:last-child{border-bottom:0}
.growth-list button:active{background:rgba(226,234,243,.42)}
.growth-list button>i{position:absolute;left:3px;top:18px;width:7px;height:7px;border-radius:50%;background:#4C8E62}
.growth-list button[data-capability="knowledge"]>i{background:#4C8E62}
.growth-list button[data-capability="capability"]>i{background:#4778A8}
.growth-list button[data-capability="authority"]>i{background:#8A73B8}
.growth-list button[data-capability="ownership"]>i{background:#C28A3A}
.growth-list button::before{content:"";position:absolute;left:6px;top:30px;bottom:-8px;width:1px;background:rgba(194,209,224,.78)}
.growth-list button:last-child::before{display:none}
.growth-list strong{display:block;font-size:14.5px;font-weight:620;letter-spacing:-.025em}
.growth-list small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.3}
.growth-list em{font-style:normal;border:1px solid rgba(214,224,234,.74);border-radius:999px;background:rgba(255,255,255,.62);color:#607588;padding:4px 7px;font-size:10.5px;font-weight:800;white-space:nowrap}
.growth-list button[data-capability="knowledge"] em{border-color:rgba(76,142,98,.2);background:rgba(76,142,98,.09);color:#3F7651}
.growth-list button[data-capability="capability"] em{border-color:rgba(71,120,168,.2);background:rgba(71,120,168,.09);color:#3F6F9D}
.growth-list button[data-capability="authority"] em{border-color:rgba(138,115,184,.22);background:rgba(138,115,184,.1);color:#725EA0}
.growth-list button[data-capability="ownership"] em{border-color:rgba(194,138,58,.24);background:rgba(194,138,58,.11);color:#93682E}
.level-path{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;margin:18px 0 8px;padding:0 4px}
.level-path::before{content:"";position:absolute;left:11%;right:11%;top:28px;height:2px;background:#D6E0EA;border-radius:999px}
.level-path div{position:relative;z-index:1;display:grid;justify-items:center;gap:7px;color:var(--muted)}
.level-path span{font-family:var(--mono);font-size:10.5px;color:var(--dim)}
.level-path i{width:16px;height:16px;border-radius:50%;border:2px solid #D6E0EA;background:var(--bg);display:block}
.level-path div.current span{color:var(--text);font-weight:800}
.level-path div.current i{width:20px;height:20px;margin-top:-2px;border-color:#24384C;background:#24384C;box-shadow:0 0 0 5px rgba(36,56,76,.1)}
.level-current-note{border-radius:16px;background:rgba(220,232,244,.58);padding:11px 12px;margin-top:12px;text-align:left}
.level-current-note strong{display:block;font-size:14px;letter-spacing:-.02em}
.level-current-note span{display:block;margin-top:5px;color:var(--muted);font-size:12.5px;line-height:1.38}
.capability-radar-card{width:100%;min-height:0;margin:12px 0 0;border:1px solid rgba(255,255,255,.66);border-radius:24px;background:rgba(255,255,255,.62);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px 10px;padding:17px 14px 20px;color:var(--text);text-align:left;box-shadow:0 14px 30px rgba(48,63,84,.06),inset 0 1px 0 rgba(255,255,255,.82)}
.capability-radar-card:active{background:rgba(255,255,255,.78);transform:scale(.992)}
.radar-copy{display:block;min-width:0}
.radar-copy strong{display:block;font-size:20px;font-weight:690;letter-spacing:-.045em;line-height:1.05}
.radar-copy small{display:block;margin-top:7px;color:var(--muted);font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.capability-entry-meta{display:inline-flex;align-items:center;gap:8px;color:var(--dim);white-space:nowrap}
.capability-entry-meta b{font-family:var(--font);font-size:11.5px;font-weight:650;letter-spacing:-.02em;color:#435267}
.capability-entry-meta em{font-style:normal;color:var(--dim);font-size:19px;line-height:1}
.capability-radar-card .contribution-role-pill,
.capability-radar-card .contribution-share-bar,
.capability-radar-card .capability-delivered{grid-column:1/-1}
.capability-radar-card .contribution-role-pill{margin-top:2px}
.capability-delivered{border-top:1px solid rgba(214,224,234,.62);padding-top:14px;display:grid;gap:11px}
.capability-delivered-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.capability-delivered-head strong{font-size:13.5px;font-weight:700;letter-spacing:-.025em;color:#24384C}
.capability-delivered-head em{font-style:normal;color:var(--dim);font-size:19px;line-height:1}
.contribution-overview-card{width:100%;margin:12px 0 0;border:1px solid rgba(255,255,255,.66);border-radius:24px;background:rgba(255,255,255,.62);display:grid;gap:17px;padding:17px 14px 15px;color:var(--text);text-align:left;box-shadow:0 14px 30px rgba(48,63,84,.06),inset 0 1px 0 rgba(255,255,255,.82)}
.contribution-overview-card:active{background:rgba(255,255,255,.78);transform:scale(.992)}
.contribution-overview-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.contribution-overview-title{display:flex;align-items:center;gap:8px;min-width:0}
.contribution-overview-title svg{width:20px;height:20px;fill:none;stroke:#343D47;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.contribution-overview-title strong{font-size:20px;font-weight:690;letter-spacing:-.045em;line-height:1.05}
.contribution-overview-title small{color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.contribution-overview-head em{font-style:normal;color:var(--dim);font-size:20px;line-height:1}
.contribution-period{color:#4C5560;font-size:12.5px;font-weight:520;line-height:1;white-space:nowrap}
.contribution-impact-sub{display:block;margin-top:-6px;color:#6B6965;font-size:13.5px;line-height:1.25;font-weight:500}
.contribution-impact-grid{display:grid;grid-template-columns:1fr;gap:8px;padding:0}
.contribution-impact-grid span{display:flex;align-items:center;gap:8px;min-width:0;color:#4B5B6B;font-size:12.5px;line-height:1.15;font-weight:530;white-space:nowrap}
.contribution-impact-grid svg{width:18px;height:18px;fill:none;stroke:#4B5B6B;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.contribution-impact-grid b{font-family:var(--mono);font-size:15.5px;font-weight:760;letter-spacing:-.04em;color:#24384C}
.contribution-impact-trend{padding-top:0;display:flex;align-items:center;gap:5px;color:#718094;font-size:12.5px;line-height:1.2;font-weight:540}
.contribution-impact-trend b{font-size:12.5px;font-weight:760;color:#2F7A3B;white-space:nowrap}
.contribution-role-pill{justify-self:start;max-width:100%;height:32px;border:1px solid rgba(214,224,234,.82);border-radius:999px;background:rgba(247,250,253,.7);display:inline-flex;align-items:center;gap:7px;padding:0 11px;color:#435267;font-size:12.5px;line-height:1;white-space:nowrap}
.contribution-role-pill i{width:7px;height:7px;border-radius:50%;background:#6672E8;flex:0 0 auto}
.contribution-role-pill b{color:var(--text);font-weight:760}
.capability-role-card{border:1px solid rgba(255,255,255,.68);border-radius:22px;background:rgba(255,255,255,.62);padding:14px;display:grid;gap:12px;box-shadow:0 12px 26px rgba(48,63,84,.055),inset 0 1px 0 rgba(255,255,255,.82)}
.contribution-share-bar{height:36px;border-radius:14px;overflow:hidden;display:grid;grid-template-columns:39fr 61fr;background:#E4EAF2;margin-top:5px}
.contribution-share-bar span{display:flex;align-items:center;gap:4px;padding:0 10px;font-size:12.5px;font-weight:400;letter-spacing:-.015em;color:#526173}
.contribution-share-bar b{font-weight:760;color:inherit}
.contribution-share-bar .human-share{background:#DDE5EE;justify-content:flex-end}
.contribution-share-bar .ai-share{background:#6672E8;color:#fff;justify-content:flex-start}
.contribution-split{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contribution-split b{display:block;margin-bottom:5px;color:#4B5B6B;font-size:12px;font-weight:760}
.contribution-split small{display:block;color:var(--muted);font-size:11.5px;line-height:1.45}
.mini-radar{width:86px;height:76px;overflow:visible}
.mini-radar-grid{fill:none;stroke:#D7E1EC;stroke-width:1}
.mini-radar line{stroke:#DCE6F0;stroke-width:1}
.mini-radar-fill{fill:rgba(80,122,224,.18);stroke:#507AE0;stroke-width:2;stroke-linejoin:round}
.mini-radar circle{fill:#507AE0;stroke:#fff;stroke-width:1.2}
.unlock-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 6px;scrollbar-width:none;max-width:100%}
.unlock-card{width:calc(100% - 4px);min-width:calc(100% - 4px);scroll-snap-align:start;border:1px solid rgba(214,224,234,.95);border-radius:24px;background:rgba(255,255,255,.58);padding:0;text-align:left;color:var(--text);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.unlock-card:active{background:rgba(255,255,255,.72)}
.unlock-head{height:66px;display:grid;grid-template-columns:42px minmax(0,1fr) 8px;gap:10px;align-items:center;padding:12px;border-bottom:1px solid rgba(214,224,234,.72)}
.tool-logo{width:42px;height:42px;border:1px solid rgba(214,224,234,.9);border-radius:14px;background:rgba(255,255,255,.72);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:16px;font-weight:850;color:#52687B}
.unlock-head strong{min-width:0;font-size:17px;font-weight:700;letter-spacing:-.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.unlock-head i{width:8px;height:8px;border-radius:50%;background:#D7B895}
.unlock-card b{display:block;padding:16px 14px 0;font-size:20px;line-height:1.16;letter-spacing:-.045em}
.unlock-card small{display:block;padding:8px 14px 0;color:var(--muted);font-size:13px;line-height:1.42}
.unlock-preview{display:inline-flex;margin:14px 14px 18px;border:1px solid rgba(214,224,234,.86);border-radius:999px;background:rgba(255,255,255,.58);padding:7px 10px;color:#607588;font-size:12px;font-weight:650}
.unlock-card em{display:block;border-top:1px solid rgba(214,224,234,.62);background:rgba(250,252,255,.72);padding:12px 14px;text-align:center;color:#9A7D60;font-style:normal;font-size:13px;font-weight:760}
.capability-section-label{margin:22px 4px 9px;color:#7E8FA3;font-family:var(--mono);font-size:11.5px;font-weight:780;letter-spacing:.055em;text-transform:uppercase}
.capability-card{border:1px solid rgba(255,255,255,.66);border-radius:22px;background:rgba(255,255,255,.62);box-shadow:0 14px 30px rgba(48,63,84,.065),inset 0 1px 0 rgba(255,255,255,.82);overflow:hidden}
.capability-list{display:block;margin-top:0;border-top:0;background:transparent;box-shadow:none;overflow:hidden}
.capability-list button{width:100%;height:64px;border:0;border-bottom:1px solid rgba(214,224,234,.62);border-radius:0;background:transparent;padding:10px 14px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:11px;align-items:center;text-align:left;color:var(--text)}
.capability-list button:last-child{border-bottom:0}
.capability-list button:active{background:rgba(226,234,243,.64)}
.capability-list .actions-overview-card{height:auto;min-height:0;border:0;border-top:1px solid rgba(214,224,234,.62);border-bottom:0;border-radius:0;background:transparent;display:grid;grid-template-columns:1fr;gap:13px;align-items:stretch;padding:15px 14px 16px;color:var(--text)}
.capability-list .actions-overview-card:active{background:rgba(226,234,243,.42)}
.actions-overview-card.standalone{width:100%;margin:12px 0 0;border:1px solid rgba(255,255,255,.66);border-radius:24px;background:rgba(255,255,255,.62);display:grid;grid-template-columns:1fr;gap:16px;align-items:stretch;padding:17px 14px 16px;color:var(--text);text-align:left;box-shadow:0 14px 30px rgba(48,63,84,.06),inset 0 1px 0 rgba(255,255,255,.82)}
.actions-overview-card.standalone:active{background:rgba(255,255,255,.78);transform:scale(.992)}
.actions-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.actions-card-head strong{font-size:20px;font-weight:690;letter-spacing:-.045em;line-height:1.05}
.actions-card-head em{font-style:normal;color:var(--dim);font-size:20px;line-height:1}
.actions-head-action{display:inline-flex;align-items:center;gap:6px;color:var(--dim)}
.actions-head-action small{font-size:11.5px;font-weight:650;color:#435267;line-height:1;letter-spacing:-.02em}
.actions-head-action em{font-style:normal;color:var(--dim);font-size:20px;line-height:1}
.actions-card-main{display:flex;align-items:baseline;gap:9px;min-width:0}
.actions-card-main b{font-family:var(--mono);font-size:35px;line-height:.9;font-weight:850;letter-spacing:-.08em;color:#24384C}
.actions-card-main small{font-size:13px;color:var(--muted);font-weight:560;letter-spacing:-.02em;line-height:1.2}
.actions-tools-entry{border-top:1px solid rgba(214,224,234,.68);padding-top:13px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}
.actions-tools-entry.compact{min-height:36px;padding-top:12px}
.actions-tools-label{font-size:13px;font-weight:560;color:#435267;letter-spacing:-.02em;line-height:1}
.actions-tools-label b{font-family:var(--mono);font-size:13px;font-weight:780;color:#435267;letter-spacing:-.03em}
.actions-tools-count{display:inline-flex;align-items:center;gap:7px;color:#7E8FA3;white-space:nowrap}
.actions-tools-count b{font-family:var(--mono);font-size:13px;font-weight:780;letter-spacing:-.03em;color:#7E8FA3}
.actions-tools-count em{font-style:normal;font-size:19px;line-height:1;color:#8A99AA}
.actions-tool-chips,.actions-scope-chips{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:0}
.actions-tool-chips span{width:32px;height:32px;border:1px solid rgba(214,224,234,.78);border-radius:10px;background:rgba(247,250,253,.66);display:inline-flex;align-items:center;justify-content:center;padding:0;color:#526173;font-size:15px;font-weight:700;line-height:1}
.actions-tool-chips img{width:17px;height:17px;display:block;object-fit:contain;opacity:.82}
.actions-tool-chips .add-tool{background:rgba(255,255,255,.72);color:#7E8FA3;font-family:var(--mono);font-size:17px;font-weight:760}
.actions-scope-chips span{height:29px;border:1px solid rgba(214,224,234,.78);border-radius:10px;background:rgba(247,250,253,.66);display:inline-flex;align-items:center;padding:0 10px;color:#526173;font-size:12px;font-weight:600;line-height:1}
.actions-scope-chips span{border-radius:11px;background:rgba(255,255,255,.54)}
.actions-scope-chips .ok{border-color:rgba(78,150,92,.2);background:rgba(78,150,92,.09);color:#3F7651}
.actions-scope-chips .warn{border-color:rgba(210,151,54,.24);background:rgba(210,151,54,.1);color:#9A6818}
.actions-scope-chips .off{border-color:rgba(129,139,151,.18);background:rgba(129,139,151,.08);color:#7C8793}
.actions-autonomy-bar{height:36px;border-radius:14px;overflow:hidden;display:grid;grid-template-columns:62fr 38fr 24fr;background:#E4EAF2;margin:1px 0 0}
.actions-autonomy-bar span{display:flex;align-items:center;gap:4px;padding:0 10px;font-size:12.5px;font-weight:400;letter-spacing:-.015em;line-height:1;color:#526173;white-space:nowrap}
.actions-autonomy-bar b{font-weight:760;color:inherit}
.actions-autonomy-bar .ask-first{background:#C59B4A;color:#fff;justify-content:flex-end}
.actions-autonomy-bar .act-alone{background:#6672E8;color:#fff;justify-content:flex-start}
.actions-autonomy-bar .off{background:#C7CDD6;color:#3F4652;justify-content:flex-end}
.autonomy-category-grid{display:grid;gap:12px;padding:2px 0 0}
.autonomy-category-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:38px}
.autonomy-category-row b{min-width:0;color:#3F444A;font-size:14px;line-height:1;font-weight:520;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.autonomy-category-row span{display:flex;align-items:center;gap:9px}
.autonomy-category-row i{width:33px;height:33px;border-radius:11px;background:rgba(239,238,233,.86);display:inline-flex;align-items:center;justify-content:center;color:#3E454C;flex:0 0 auto}
.autonomy-category-row svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.autonomy-category-row img{width:17px;height:17px;display:block;object-fit:contain;opacity:.82}
.linked-tools-card{width:100%;height:68px;margin:12px 0 0;border:1px solid rgba(255,255,255,.66);border-radius:22px;background:rgba(255,255,255,.62);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;color:var(--text);text-align:left;box-shadow:0 14px 30px rgba(48,63,84,.06),inset 0 1px 0 rgba(255,255,255,.82)}
.linked-tools-card:active{background:rgba(255,255,255,.78);transform:scale(.992)}
.linked-tools-head{display:flex;align-items:center;gap:11px;min-width:0}
.linked-tools-meta{display:inline-flex;align-items:center;gap:8px;color:var(--dim)}
.linked-tools-meta b{font-family:var(--mono);font-size:12.5px;font-weight:760;letter-spacing:-.02em;color:#7E8FA3}
.linked-tools-meta em{font-style:normal;color:var(--dim);font-size:20px;line-height:1}
.capability-icon{width:36px;height:36px;border-radius:13px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(220,232,244,.74));border:1px solid rgba(214,224,234,.88);display:flex;align-items:center;justify-content:center;color:#50677E;flex-shrink:0}
.capability-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.capability-copy{min-width:0}
.capability-copy strong{display:block;font-size:16.5px;font-weight:650;letter-spacing:-.03em}
.capability-copy small{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.capability-list em{font-style:normal;font-family:var(--mono);font-size:12.5px;font-weight:760;color:var(--dim);padding-right:4px}
.capability-sheet{padding-bottom:4px}
.capability-sheet .sheet-hero{align-items:center}
.capability-sheet .sheet-hero p{margin-top:3px}
.capability-sheet-list{display:grid;gap:2px;margin-top:12px}
.capability-sheet-row{min-height:50px;border:0;border-radius:15px;background:transparent;padding:9px 2px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;color:var(--text);text-align:left;width:100%}
.capability-sheet-row.tool-row{grid-template-columns:36px minmax(0,1fr) auto;padding:8px 2px}
.tool-brand{width:32px;height:32px;border:1px solid rgba(214,224,234,.9);border-radius:11px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(226,234,243,.72));display:flex;align-items:center;justify-content:center;color:#50677E;font-family:var(--mono);font-size:11px;font-weight:800;font-style:normal;letter-spacing:-.04em}
.tool-brand img{width:18px;height:18px;display:block;object-fit:contain;opacity:.84}
.tool-brand.large{width:44px;height:44px;border-radius:15px}
.tool-brand.large img{width:24px;height:24px}
#topTitleAvatar .tool-brand{width:36px;height:36px;border-radius:13px}
#topTitleAvatar .tool-brand img{width:20px;height:20px}
.top-titlebar.tool-title .top-title-pill{grid-template-columns:36px minmax(0,1fr)}
.mf-view[data-view="tools"]{padding-bottom:156px}
.mf-view[data-view="tool-detail"]{padding-bottom:112px}
.mf-view[data-view="maturity-detail"]{padding-bottom:112px}
.maturity-detail-page{display:grid;gap:12px;min-width:0;max-width:100%;overflow:hidden}
.maturity-detail-page .knowledge-sheet-list,.maturity-detail-page .capability-pack-list,.maturity-detail-page .authority-page-list,.maturity-detail-page .authority-tier-list{margin-top:4px}
.memory-level-page{display:grid;gap:12px;min-width:0}
.memory-base-strip{border:1px solid rgba(214,224,234,.68);border-radius:19px;background:rgba(255,255,255,.6);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;box-shadow:0 10px 24px rgba(48,63,84,.045),inset 0 1px 0 rgba(255,255,255,.82)}
.memory-base-strip span{min-height:58px;border-right:1px solid rgba(214,224,234,.62);display:grid;align-content:center;justify-items:center;text-align:center;gap:5px;padding:9px 5px}
.memory-base-strip span:last-child{border-right:0}
.memory-base-strip strong{font-family:var(--mono);font-size:15px;line-height:1;font-weight:850;letter-spacing:-.06em;color:#24384C;white-space:nowrap}
.memory-base-strip small{font-size:10px;line-height:1.12;color:#65778B;font-weight:680;white-space:nowrap}
.memory-base-list{border:1px solid rgba(214,224,234,.74);border-radius:21px;background:rgba(255,255,255,.66);display:grid;padding:6px 12px;box-shadow:0 10px 24px rgba(48,63,84,.045),inset 0 1px 0 rgba(255,255,255,.82)}
.memory-base-list span{min-height:42px;border-bottom:1px solid rgba(214,224,234,.58);display:flex;align-items:center;justify-content:space-between;gap:12px}
.memory-base-list span:last-child{border-bottom:0}
.memory-base-list small{color:#65778B;font-size:12px;font-weight:560;line-height:1;white-space:nowrap}
.memory-base-list b{font-family:var(--mono);font-size:15px;font-weight:850;letter-spacing:-.055em;color:#24384C;line-height:1;white-space:nowrap}
.memory-brain-card{border:1px solid rgba(214,224,234,.74);border-radius:24px;background:rgba(255,255,255,.68);display:grid;gap:18px;padding:20px 13px 17px;box-shadow:0 12px 28px rgba(48,63,84,.055),inset 0 1px 0 rgba(255,255,255,.84);overflow:hidden}
.memory-orbit{position:relative;height:188px;display:flex;align-items:center;justify-content:center}
.memory-orbit::before{content:"";position:absolute;width:144px;height:144px;border-radius:50%;background:radial-gradient(circle,rgba(102,114,232,.08),rgba(102,114,232,0) 66%);filter:blur(2px)}
.memory-orbit>i{position:absolute;left:50%;top:50%;width:var(--s,7px);height:var(--s,7px);border-radius:50%;background:var(--c,#8EA2F6);opacity:var(--o,.72);transform:rotate(calc(var(--i) * 15deg)) translateX(var(--r,76px));animation:memoryOrbit 22s linear infinite,memoryFloat 6s ease-in-out infinite;animation-delay:calc(var(--i) * -.52s)}
.memory-orbit>i:nth-child(3n){--c:#C4A4FF;--s:6px;--r:70px;--o:.68}
.memory-orbit>i:nth-child(4n){--c:#8AD9E8;--s:5px;--r:82px;--o:.62}
.memory-orbit>i:nth-child(5n){--c:#9AA6B5;--s:8px;--r:73px;--o:.58}
.memory-orbit>i:nth-child(7n){--c:#5F8DF4;--s:9px;--r:86px;--o:.78}
.memory-brain-core{position:relative;z-index:2;width:78px;height:78px;border-radius:24px;background:linear-gradient(145deg,#5C5D5F,#111);box-shadow:0 18px 36px rgba(17,24,39,.18);display:flex;align-items:center;justify-content:center}
.memory-brain-core svg{width:42px;height:42px;display:block;fill:#fff}
.memory-brain-status{justify-self:center;height:29px;border:1px solid rgba(204,216,228,.78);border-radius:999px;background:#EEF3F8;color:#435267;display:inline-flex;align-items:center;padding:0 12px;font-size:12px;font-weight:560;letter-spacing:-.02em;white-space:nowrap}
.memory-brain-status b{font-weight:760;color:#24384C}
.memory-base-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:transparent}
.memory-base-grid>span{min-height:44px;display:grid;align-content:center;justify-items:center;text-align:center;gap:5px;padding:4px}
.memory-base-grid b{font-family:var(--mono);font-size:14px;line-height:1;font-weight:850;letter-spacing:-.055em;color:#24384C;white-space:nowrap}
.memory-base-grid small{font-size:9.2px;line-height:1.1;color:#65778B;font-weight:680;white-space:nowrap}
@keyframes memoryOrbit{to{transform:rotate(calc(var(--i) * 15deg + 360deg)) translateX(var(--r,76px))}}
@keyframes memoryFloat{0%,100%{margin-top:0}50%{margin-top:9px}}
.knowledge-formation-card{border:1px solid rgba(255,255,255,.68);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.44));padding:15px 14px;box-shadow:0 16px 34px rgba(48,63,84,.075),inset 0 1px 0 rgba(255,255,255,.82);display:grid;gap:14px}
.knowledge-formation-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.knowledge-formation-head strong{display:block;font-size:18px;font-weight:720;letter-spacing:-.04em;line-height:1.08}
.knowledge-formation-head small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.25}
.knowledge-formation-head>b{font-family:var(--mono);font-size:23px;line-height:1;font-weight:850;letter-spacing:-.065em;color:#3F7651}
.knowledge-funnel{display:grid;gap:6px;padding:2px 0}
.knowledge-funnel>span{height:28px;width:var(--w);min-width:34%;border-radius:10px;background:rgba(71,120,168,.13);display:flex;align-items:center;padding:0 10px;color:#3F6F9D}
.knowledge-funnel>span:nth-child(2){background:rgba(71,120,168,.1);color:#607588}
.knowledge-funnel>span:nth-child(3){background:rgba(80,122,224,.13);color:#4D65BD}
.knowledge-funnel>span:nth-child(4){background:rgba(76,142,98,.14);color:#3F7651}
.knowledge-funnel b{font-size:12px;font-weight:760;white-space:nowrap}
.knowledge-quality-row{border-top:1px solid rgba(214,224,234,.62);padding-top:11px;display:flex;align-items:center;justify-content:space-between}
.knowledge-quality-row span{color:var(--muted);font-size:12.5px;font-weight:650}
.knowledge-quality-row strong{font-family:var(--mono);font-size:20px;font-weight:850;letter-spacing:-.055em;color:#3F7651}
.memory-base-card{border:1px solid rgba(255,255,255,.68);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(255,255,255,.42));padding:16px 14px 14px;box-shadow:0 16px 34px rgba(48,63,84,.075),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:blur(22px) saturate(1.18);-webkit-backdrop-filter:blur(22px) saturate(1.18)}
.memory-base-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}
.memory-base-head strong{display:block;font-size:18px;line-height:1.05;font-weight:720;letter-spacing:-.035em}
.memory-base-head small{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.2}
.memory-base-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(214,224,234,.58);padding-top:12px}
.memory-base-stats div{min-height:42px;border:0;border-right:1px solid rgba(214,224,234,.58);border-radius:0;background:transparent;padding:0 8px;display:grid;align-content:center;justify-items:start;text-align:left;gap:6px}
.memory-base-stats div:last-child{border-right:0}
.memory-base-stats strong{font-family:var(--mono);font-size:17px;line-height:1;font-weight:850;letter-spacing:-.06em;color:#24384C;font-variant-numeric:tabular-nums;white-space:nowrap}
.memory-base-stats span{font-size:10.5px;font-weight:680;color:#65778B;letter-spacing:-.02em;line-height:1.15}
.memory-layer-list{display:grid;gap:16px}
.memory-layer-card{position:relative;width:100%;min-height:96px;border:1px solid rgba(214,224,234,.86);border-radius:21px;background:rgba(255,255,255,.62);display:block;padding:14px 12px;color:var(--text);text-align:left;box-shadow:0 10px 26px rgba(36,56,76,.04)}
.memory-layer-card:nth-child(3){background:rgba(255,255,255,.62);border-color:rgba(214,224,234,.86)}
.memory-layer-card:active{background:rgba(255,255,255,.78)}
.memory-layer-index{height:24px;border-radius:999px;background:rgba(220,232,244,.78);display:flex;align-items:center;justify-content:center;color:#607588;font-family:var(--mono);font-size:10px;font-weight:820;letter-spacing:-.03em}
.memory-layer-copy{min-width:0;display:block;width:100%;padding-right:0}
.memory-layer-copy strong{display:block;font-size:15px;font-weight:690;letter-spacing:-.028em;line-height:1.18}
.memory-layer-copy>strong{font-size:18px;font-weight:720;letter-spacing:-.04em;line-height:1.08}
.memory-layer-copy>strong::after{content:"";display:block;height:1px;background:rgba(214,224,234,.62);margin:12px 0 0}
.memory-layer-copy small{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.34}
.memory-layer-copy em{display:inline-flex;height:25px;align-items:center;margin-top:10px;border:1px solid rgba(194,209,224,.86);border-radius:999px;background:rgba(255,255,255,.68);padding:0 9px;color:#50677E;font-style:normal;font-size:11.5px;font-weight:760}
.memory-base-stats.compact{margin-top:12px;border-top:0;padding-top:0;border:1px solid rgba(214,224,234,.62);border-radius:16px;background:rgba(247,250,253,.68);overflow:hidden}
.memory-base-stats.compact>span{min-height:50px;border-right:1px solid rgba(214,224,234,.58);padding:9px 8px;display:grid;align-content:center;justify-items:start;gap:5px}
.memory-base-stats.compact>span:last-child{border-right:0}
.memory-base-stats.compact b{font-family:var(--mono);font-size:14px;line-height:1;font-weight:850;letter-spacing:-.055em;color:#24384C;white-space:nowrap}
.memory-base-stats.compact small{margin:0;color:#65778B;font-size:9.5px;font-weight:680;line-height:1.1}
.memory-understanding-card{border:1px solid rgba(214,224,234,.76);border-radius:22px;background:rgba(255,255,255,.68);padding:16px 14px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:13px 12px;box-shadow:0 10px 26px rgba(36,56,76,.045)}
.memory-understanding-card>span{display:grid;align-content:center;gap:5px;min-width:0}
.memory-understanding-card strong{font-size:20px;font-weight:760;letter-spacing:-.055em;line-height:1.05;color:#111827}
.memory-understanding-card small{font-size:12.5px;font-weight:500;color:#555F6B;line-height:1.12}
.memory-understanding-card>em{font-style:normal;display:inline-flex;align-items:baseline;justify-content:flex-end;gap:2px;color:#111827;font-family:var(--mono);font-size:16px;font-weight:820;letter-spacing:-.055em;line-height:1;white-space:nowrap}
.memory-understanding-card>em b{font-size:26px;font-weight:850;letter-spacing:-.075em}
.memory-understanding-card>em small{margin-left:5px;font-family:var(--font);font-size:11.5px;font-weight:520;letter-spacing:0;color:#6E6B64}
.memory-understanding-card>i{grid-column:1/-1;height:7px;border-radius:999px;background:rgba(239,238,233,.9);overflow:hidden}
.memory-understanding-card>i b{display:block;width:82%;height:100%;border-radius:inherit;background:#255F22}
.memory-understanding-card p{grid-column:1/-1;margin:0;color:#333B31;font-size:12.8px;font-weight:520;line-height:1.2}
.memory-cta-list{display:grid;gap:6px;margin-top:10px}
.memory-cta-list span{height:34px;border:1px solid rgba(214,224,234,.72);border-radius:13px;background:rgba(255,255,255,.62);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;color:#435267;font-size:12.5px;font-weight:650}
.memory-cta-list b{width:20px;height:20px;border-radius:50%;background:#24384C;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:14px;font-weight:760;line-height:1}
.memory-card-count{position:absolute;right:12px;top:16px;text-align:right;display:inline-flex;align-items:baseline;gap:4px;white-space:nowrap}
.memory-card-count b{display:inline;font-family:var(--mono);font-size:15px;font-weight:850;letter-spacing:-.05em;color:#24384C;line-height:1}
.memory-card-count small{display:inline;margin-top:0;color:var(--dim);font-size:10px;line-height:1}
.basic-data-sources{display:grid;gap:8px;margin-top:14px;padding-bottom:14px;border-bottom:1px solid rgba(214,224,234,.62)}
.basic-data-sources span{font-size:13.5px;font-weight:500;color:#2B3847;line-height:1.15;white-space:nowrap}
.basic-data-sources b{font-family:var(--mono);font-size:14px;font-weight:850;letter-spacing:-.045em;color:#111827}
.memory-section-label{display:block;margin-top:12px;color:#435267;font-size:10.5px;font-weight:400;line-height:1;text-transform:none}
.memory-chip-cloud{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.memory-chip-cloud span,.memory-import-row span{height:25px;border-radius:999px;background:rgba(226,234,243,.58);display:inline-flex;align-items:center;padding:0 9px;color:#435267;font-size:11.5px;font-weight:680}
.memory-chip-cloud span.is-checked{background:transparent;border-radius:0;padding:0;color:#24384C}
.memory-chip-cloud span.is-checked::before{content:"✓";margin-right:6px;color:#2F8A4B;font-size:13px;font-weight:760;line-height:1;flex:0 0 auto}
.memory-chip-cloud span.is-checked::after{display:none}
.memory-role-block{display:grid;gap:8px;margin-top:14px;padding-bottom:14px;border-bottom:1px solid rgba(214,224,234,.62)}
.memory-role-block small{margin:0;color:#6E6B64;font-size:12.5px;font-weight:400;text-transform:none}
.memory-role-block b{font-size:16px;font-weight:720;letter-spacing:-.035em;color:#111827}
.memory-role-block em{font-style:normal;color:var(--muted);font-size:12px;line-height:1.35}
.role-mix-bar{height:7px;border-radius:999px;display:grid;grid-template-columns:55fr 30fr 15fr;overflow:hidden;background:rgba(222,231,240,.78)}
.role-mix-bar i{display:block;height:100%}
.role-ui{background:#6672E8}
.role-pm{background:#929AEE}
.role-tech{background:#C3C7F6}
.memory-role-block .memory-role-plain{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:0;padding:0;border:0;border-radius:0;background:transparent;color:#4D5D6E;font-size:12.2px;font-weight:520;line-height:1.2}
.memory-role-plain span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.memory-role-plain i{width:8px;height:8px;border-radius:2px;display:inline-block;flex:0 0 auto}
.memory-overview-role{margin-top:2px;padding-bottom:6px;border-bottom:0}
.memory-overview-role small{font-size:11.5px;color:#65778B}
.memory-overview-role b{font-size:15px}
.memory-overview-role .role-mix-bar{height:6px}
.memory-overview-role .memory-role-plain{font-size:11px;gap:9px}
.memory-overview-role .memory-role-plain i{width:7px;height:7px}
.memory-gap-intro{display:block;margin-top:14px;color:#6E6B64;font-size:12.3px;font-weight:500;line-height:1.35}
.memory-warning-block{display:grid;gap:5px;margin-top:12px;border:1px solid rgba(228,181,94,.42);border-radius:14px;background:rgba(255,246,226,.7);padding:10px;color:#8A5E16}
.memory-warning-block.neutral{border-color:rgba(214,224,234,.78);background:rgba(247,250,253,.72);color:#4D5E70}
.memory-warning-block b{font-size:12px;font-weight:760;line-height:1.2}
.memory-warning-block small{margin:0;color:inherit;font-size:11.5px;line-height:1.45}
.memory-gap-list{display:grid;gap:9px;margin-top:14px;border:0;border-radius:0;background:transparent;overflow:visible;color:#775719}
.memory-gap-list.compact{gap:9px;margin-top:10px}
.memory-gap-row{min-height:30px;border:0;border-bottom:0;border-radius:0;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:0;color:#775719}
.memory-gap-row:last-child{border-bottom:0}
.memory-gap-row small{position:relative;font-size:13px;font-weight:560;color:#9A6412;line-height:1.25;padding-left:23px}
.memory-gap-row small::before{content:"";position:absolute;left:2px;top:.5em;width:10px;height:10px;border:1.5px dashed #8A6719;border-radius:50%;transform:translateY(-50%);opacity:.95}
.memory-gap-row b{height:26px;border-radius:999px;background:#fff;border:1px solid rgba(170,181,193,.72);display:inline-flex;align-items:center;gap:0;padding:0 10px;color:#171717;font-size:11px;font-weight:650;white-space:nowrap}
.memory-gap-row b i{display:none}
.process-subtitle{display:block;margin-top:4px;color:#6E6B64;font-size:12.5px;font-weight:400;line-height:1.25}
.process-output-row{display:grid;gap:8px;margin-top:16px;padding-bottom:16px;border-bottom:1px solid rgba(214,224,234,.62)}
.process-output-row span{font-size:13px;font-weight:520;color:#3E434A;white-space:nowrap;line-height:1.15}
.process-output-row b{font-family:var(--mono);font-size:14px;font-weight:850;letter-spacing:-.045em;color:#111827}
.process-source-block{display:grid;gap:10px;margin-top:14px;padding-bottom:14px;border-bottom:1px solid rgba(214,224,234,.62)}
.process-source-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.process-source-head small{margin:0;color:#6E6B64;font-size:12.5px;font-weight:400;line-height:1}
.process-source-head em{margin:0;border:0;background:transparent;padding:0;height:auto;color:#333B45;font-style:normal;font-size:12px;font-weight:520;line-height:1}
.process-source-head em b{color:#2F6F25;font-weight:720}
.process-source-text{display:block;color:#333B45;font-size:13.2px;font-weight:570;line-height:1.35}
.process-link-tools{width:max-content;max-width:100%;min-height:29px;border:1px solid rgba(170,181,193,.76);border-radius:999px;background:#fff;color:#171717;display:inline-flex;align-items:center;padding:0 12px;font-size:12.2px;font-weight:620;line-height:1.15}
.process-missing-note{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:14px;color:#171717}
.process-missing-note>i{width:20px;height:20px;color:#7A671D;display:inline-flex;align-items:center;justify-content:center}
.process-missing-note>i svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.process-missing-note span{display:grid;gap:2px;min-width:0}
.process-missing-note b{font-size:14px;font-weight:720;letter-spacing:-.025em;color:#111827}
.process-missing-note small{margin:0;color:#555F6B;font-size:12.4px;line-height:1.2}
.process-missing-note em{height:28px;border:1px solid rgba(170,181,193,.76);border-radius:999px;background:#fff;color:#171717;display:inline-flex;align-items:center;padding:0 12px;font-style:normal;font-size:12px;font-weight:620;white-space:nowrap}
.memory-cta-list.inline{grid-template-columns:1fr;gap:6px}
.memory-cta-list.inline span{height:31px}
.memory-import-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.memory-decision-detail{display:grid;gap:8px;margin-top:12px;border:1px solid rgba(214,224,234,.72);border-radius:16px;background:rgba(255,255,255,.7);padding:10px}
.memory-decision-detail>span{display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.memory-decision-detail b{font-size:13px;font-weight:720;color:#24384C}
.memory-decision-detail strong{font-family:var(--mono);font-size:13px;color:#3F7651}
.memory-decision-detail i{display:block;height:5px;border-radius:999px;background:rgba(214,224,234,.78);overflow:hidden}
.memory-decision-detail i em{display:block;height:100%;width:var(--w);background:#3F7651;border-radius:inherit}
.memory-decision-detail small{margin:0;color:var(--muted);font-size:11.5px;line-height:1.35}
.decision-graph-preview{display:grid;gap:5px;margin-top:15px;padding-right:34px}
.decision-graph-preview b{font-size:17px;font-weight:760;line-height:1.16;letter-spacing:-.04em;color:#171717}
.decision-graph-preview small{margin:0;color:#555F6B;font-size:12.8px;line-height:1.32;font-weight:520}
.decision-evidence-list{display:grid;gap:8px;margin-top:16px}
.decision-evidence-list>small{margin:0 0 2px;color:#728294;font-size:11.5px;font-weight:650;line-height:1}
.decision-evidence-list span{display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:8px;color:#24384C}
.decision-evidence-list i{font-style:normal;color:#4D5B68;font-size:14px;line-height:1;text-align:center}
.decision-evidence-list b{min-width:0;font-size:13.5px;font-weight:640;letter-spacing:-.025em;line-height:1.18;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.decision-missing-card{min-height:30px;margin-top:15px;border:0;border-radius:0;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:0;color:#775719}
.decision-missing-card span{display:block;min-width:0}
.decision-missing-card b{position:relative;display:block;min-width:0;color:#9A6412;font-size:13px;font-weight:560;line-height:1.25;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:23px}
.decision-missing-card b::before{content:"";position:absolute;left:2px;top:.5em;width:10px;height:10px;border:1.5px dashed #8A6719;border-radius:50%;transform:translateY(-50%);opacity:.95}
.decision-missing-card em{height:26px;border:1px solid rgba(170,181,193,.72);border-radius:999px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#171717;font-style:normal;font-size:11px;font-weight:650;margin:0;padding:0 10px;white-space:nowrap}
.contribution-page{display:grid;gap:12px;min-width:0}
.contribution-hero{border:1px solid rgba(214,224,234,.88);border-radius:24px;background:rgba(255,255,255,.7);padding:16px 14px 14px;box-shadow:0 12px 34px rgba(36,56,76,.045)}
.contribution-kicker{margin:0 0 12px;color:#3478F6;font-family:var(--mono);font-size:11px;font-weight:820;letter-spacing:.035em;text-transform:uppercase}
.contribution-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.contribution-stats strong{display:block;font-size:28px;line-height:1;font-weight:820;letter-spacing:-.06em;font-variant-numeric:tabular-nums}
.contribution-stats span{display:block;margin-top:5px;color:var(--muted);font-size:11.5px;font-weight:650}
.contribution-chart{width:100%;height:76px;margin:12px 0 4px;display:block}
.contribution-note{margin:0;color:var(--muted);font-size:12px;line-height:1.35}
.contribution-tabs{height:42px;border:1px solid rgba(214,224,234,.86);border-radius:999px;background:rgba(226,234,243,.62);display:grid;grid-template-columns:repeat(2,1fr);gap:3px;padding:4px}
.contribution-tabs button{border:0;border-radius:999px;background:transparent;color:#6B7D90;font-size:11px;font-weight:760;letter-spacing:-.02em;font-family:var(--font)}
.contribution-tabs button.active{background:rgba(255,255,255,.92);color:#24384C;box-shadow:0 1px 4px rgba(36,56,76,.08)}
.contribution-panel{display:none;border:1px solid rgba(214,224,234,.88);border-radius:22px;background:rgba(255,255,255,.68);padding:14px 12px;box-shadow:0 10px 28px rgba(36,56,76,.04)}
.contribution-panel.active{display:grid;gap:10px}
.contribution-subtitle{margin:0 0 2px;color:var(--muted);font-size:12px;font-weight:680}
.contribution-metric{border:1px solid rgba(214,224,234,.72);border-radius:17px;background:rgba(247,250,253,.72);padding:12px}
.contribution-metric.with-bar div{display:flex;justify-content:space-between;align-items:baseline;gap:10px}
.contribution-metric.with-bar strong{font-size:14.5px;font-weight:720;letter-spacing:-.025em}
.contribution-metric.with-bar span{color:#24384C;font-size:12.5px;font-weight:760;font-variant-numeric:tabular-nums}
.contribution-metric.with-bar i{display:block;height:8px;border-radius:999px;background:#DCE6F2;overflow:hidden;margin:10px 0 0}
.contribution-metric.with-bar i b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#5A8AF7,#2F6FED)}
.contribution-metric p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.32}
.contribution-metric.count-only{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px}
.contribution-metric.count-only>strong{font-size:29px;line-height:1;font-weight:820;letter-spacing:-.06em;font-variant-numeric:tabular-nums;color:#172132}
.contribution-metric.count-only b{display:block;font-size:14.5px;font-weight:720;letter-spacing:-.025em}
.contribution-metric.count-only small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.3}
.contribution-insight{border:1px solid rgba(194,209,224,.82);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(234,240,247,.64));padding:13px}
.contribution-insight strong{display:block;font-size:14.5px;font-weight:720;letter-spacing:-.025em;line-height:1.3}
.contribution-insight p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.38}
.contribution-insight button{height:34px;margin-top:11px;border:1px solid rgba(194,209,224,.88);border-radius:999px;background:rgba(255,255,255,.72);padding:0 13px;color:#24384C;font-size:12px;font-weight:760;font-family:var(--font)}
.tool-page-list{margin-top:6px;display:grid;gap:9px}
.tool-page-row{width:100%;height:60px;border:1px solid rgba(214,224,234,.88);border-radius:18px;background:rgba(255,255,255,.72);display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 12px;text-align:left;color:var(--text);box-shadow:0 8px 22px rgba(36,56,76,.045)}
.tool-page-row:active{transform:scale(.992);background:rgba(255,255,255,.86)}
.tool-page-row strong{font-size:15px;font-weight:620;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tool-page-row em{font-style:normal;color:var(--dim);font-size:20px;line-height:1}
.tool-detail-page{display:grid;gap:12px}
.tool-detail-hero{margin-top:6px;border:1px solid rgba(214,224,234,.88);border-radius:24px;background:rgba(255,255,255,.68);padding:18px 14px;display:grid;justify-items:center;text-align:center;box-shadow:0 12px 34px rgba(36,56,76,.055)}
.tool-detail-hero strong{margin-top:10px;font-size:18px;font-weight:680;letter-spacing:-.035em}
.tool-detail-hero span{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.35}
.tool-detail-card{margin-top:0;border:1px solid rgba(214,224,234,.88);border-radius:20px;background:rgba(255,255,255,.64);padding:12px 12px 4px;box-shadow:0 10px 28px rgba(36,56,76,.04)}
.tool-fixed-cta{position:fixed;left:50%;bottom:calc(82px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(390px,calc(100vw - 28px));height:48px;border:1px solid rgba(194,209,224,.92);border-radius:999px;background:rgba(255,255,255,.84);color:#24384C;font-size:14px;font-weight:760;letter-spacing:-.01em;box-shadow:0 10px 26px rgba(36,56,76,.075);backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);z-index:19}
.capability-sheet-row strong{display:block;font-size:14.5px;font-weight:620;letter-spacing:-.02em}
.capability-sheet-row span{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.28}
.capability-sheet-row em{font-style:normal;border-radius:999px;background:rgba(220,232,244,.78);padding:5px 8px;color:#50677E;font-size:11px;font-weight:760}
.capability-sheet-row .row-chev{background:transparent;padding:0;color:var(--dim);font-family:var(--font);font-size:20px;font-weight:400;line-height:1}
.capability-sheet-cta{width:100%;height:46px;margin-top:14px;border:1px solid rgba(214,224,234,.92);border-radius:16px;background:rgba(255,255,255,.72);color:#50677E;font-size:14px;font-weight:760}
.auto-action-row{min-height:66px;border-bottom:1px solid rgba(214,224,234,.58);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 0;transition:opacity .16s ease,transform .16s ease}
.auto-action-row:last-child{border-bottom:0}
.auto-action-row.is-moving{opacity:.45;transform:translateY(4px)}
.auto-action-row.ask-mode .auto-action-copy strong{color:#3F4E5F}
.auto-action-row.ask-mode .auto-action-copy small{color:#7C8A98}
.auto-action-copy{min-width:0}
.auto-action-copy strong{display:block;font-size:14.5px;font-weight:650;line-height:1.18;letter-spacing:-.025em}
.auto-action-copy small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.32}
.auto-action-policy{height:32px;border:1px solid rgba(204,216,228,.86);border-radius:999px;background:rgba(226,234,243,.74);padding:3px;display:flex;align-items:center;gap:2px;flex-shrink:0}
.auto-action-policy button{height:24px;border:0;border-radius:999px;background:transparent;color:#6B7D90;padding:0 8px;font-size:10.5px;font-weight:760;letter-spacing:-.01em;white-space:nowrap}
.auto-action-policy button.active{background:rgba(255,255,255,.9);color:#24384C;box-shadow:0 1px 3px rgba(36,56,76,.08)}
.auto-action-empty{border:1px dashed rgba(194,209,224,.9);border-radius:18px;background:rgba(255,255,255,.46);padding:18px 12px;text-align:center}
.auto-action-empty strong{display:block;font-size:15px;letter-spacing:-.02em}
.auto-action-empty span{display:block;margin-top:5px;color:var(--muted);font-size:12px}
.authority-tier-list{display:grid;gap:10px}
.authority-tier{border:1px solid rgba(214,224,234,.82);border-radius:20px;background:rgba(255,255,255,.58);padding:10px 12px 0;overflow:hidden}
.authority-tier-head{min-height:38px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border-bottom:1px solid rgba(214,224,234,.58);padding-bottom:9px}
.authority-tier-head strong{display:block;font-size:14.5px;font-weight:720;letter-spacing:-.025em}
.authority-tier-head small{display:block;margin-top:3px;color:var(--muted);font-size:11.5px;line-height:1.2}
.authority-tier-head em{font-style:normal;border-radius:999px;background:rgba(138,115,184,.1);border:1px solid rgba(138,115,184,.2);color:#725EA0;padding:5px 8px;font-family:var(--mono);font-size:10.5px;font-weight:820}
.authority-row{min-height:68px}
.authority-row:last-child{border-bottom:0}
.accuracy-score-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.accuracy-score-card{min-height:104px;border:1px solid rgba(214,224,234,.82);border-radius:18px;background:rgba(255,255,255,.58);padding:12px}
.accuracy-score-card strong{display:block;font-family:var(--mono);font-size:22px;line-height:1;font-weight:820;letter-spacing:-.06em;color:#24384C}
.accuracy-score-card span{display:block;margin-top:8px;font-size:12.5px;font-weight:680;letter-spacing:-.02em;color:var(--text)}
.accuracy-score-card small{display:block;margin-top:5px;color:var(--muted);font-size:11.5px;line-height:1.28}
.knowledge-sheet-list{display:grid;gap:8px}
.knowledge-sheet-row{width:100%;min-height:66px;border:1px solid rgba(214,224,234,.82);border-radius:18px;background:rgba(255,255,255,.58);display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:9px;align-items:center;padding:11px 10px 11px 12px;color:var(--text);text-align:left}
.knowledge-sheet-row:active{background:rgba(255,255,255,.76);transform:scale(.992)}
.knowledge-sheet-row span{min-width:0}
.knowledge-sheet-row strong{display:block;font-size:14.5px;font-weight:660;letter-spacing:-.025em}
.knowledge-sheet-row small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.32}
.knowledge-sheet-row em{font-style:normal;border-radius:999px;background:rgba(220,232,244,.78);padding:5px 8px;color:#50677E;font-family:var(--mono);font-size:10.5px;font-weight:760;white-space:nowrap}
.knowledge-sheet-row i{font-style:normal;color:var(--dim);font-size:19px;line-height:1}
.capability-pack-list{display:grid;gap:9px;min-width:0;max-width:100%}
.unlock-jump{width:100%;max-width:100%;min-height:64px;border:1px solid rgba(194,209,224,.9);border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(234,240,247,.66));display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;gap:9px;align-items:center;padding:11px;margin-bottom:11px;text-align:left;color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.86);overflow:hidden}
.unlock-jump:active{background:rgba(255,255,255,.86);transform:scale(.992)}
.unlock-rocket{width:36px;height:36px;border:1px solid rgba(194,209,224,.86);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(220,232,244,.72));display:flex;align-items:center;justify-content:center;color:#456F95}
.unlock-rocket svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.unlock-jump span{min-width:0}
.unlock-jump strong{display:block;font-size:14.5px;font-weight:660;letter-spacing:-.025em}
.unlock-jump small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.3}
.unlock-jump em{font-style:normal;border-radius:999px;background:rgba(220,232,244,.82);padding:5px 8px;color:#50677E;font-family:var(--mono);font-size:10.5px;font-weight:760}
.unlock-jump i{font-style:normal;color:var(--dim);font-size:20px;line-height:1}
.capability-pack-row{width:100%;max-width:100%;border:1px solid rgba(214,224,234,.84);border-radius:19px;background:rgba(255,255,255,.58);padding:12px;display:block;text-align:left;color:var(--text);overflow:hidden}
.capability-pack-row:active{background:rgba(255,255,255,.76);transform:scale(.992)}
.capability-pack-row.locked{background:rgba(255,255,255,.4);border-style:dashed}
.capability-pack-row span{min-width:0}
.capability-pack-row strong{display:block;font-size:15px;font-weight:680;letter-spacing:-.03em}
.capability-pack-row small{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.34}
.capability-stack{display:flex;align-items:center;gap:6px;margin-top:9px;flex-wrap:wrap}
.capability-tool{height:25px;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(214,224,234,.82);border-radius:999px;background:rgba(255,255,255,.62);padding:0 8px 0 5px;color:#607588;font-size:11.5px;line-height:1.2;font-weight:680}
.capability-tool img{width:14px;height:14px;display:block;object-fit:contain;opacity:.78}
.capability-tool em{font-style:normal;white-space:nowrap}
.capability-tool.text-only{padding-left:8px;background:rgba(226,234,243,.62)}
.capability-pack-row.locked .capability-tool{border-style:dashed;background:rgba(255,255,255,.5);color:#8B6D58}
.unlock-in-capability{margin-top:16px;min-width:0;max-width:100%;overflow:hidden}
.unlock-in-capability h3{margin:0 0 8px;font-family:var(--mono);font-size:10.5px;letter-spacing:.04em;color:var(--dim);font-weight:760}
.capability-distribution-page{--dist-color:#6672E8;--dist-fill:rgba(102,114,232,.18);display:grid;gap:12px}
.capability-distribution-page[data-distribution-mode="human"]{--dist-color:#2F7A3B;--dist-fill:rgba(47,122,59,.18)}
.distribution-radar-card{border:1px solid rgba(255,255,255,.68);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.44));padding:14px 12px;box-shadow:0 16px 34px rgba(48,63,84,.075),inset 0 1px 0 rgba(255,255,255,.82);display:grid;gap:12px}
.distribution-legend{display:flex;align-items:center;gap:8px;justify-self:center;margin:1px 0 0;color:#171717;font-size:13.5px;font-weight:520;letter-spacing:-.02em}
.distribution-legend button{height:30px;border:1px solid transparent;border-radius:999px;background:transparent;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#66727F;padding:0 9px}
.distribution-legend button.active{border-color:rgba(214,224,234,.78);background:rgba(255,255,255,.72);color:#171717}
.distribution-legend i{width:14px;height:14px;border-radius:4px;display:inline-block}
.distribution-legend i.ai{background:#6672E8}
.distribution-legend i.human{background:#2F7A3B}
.distribution-radar-chart{width:100%;height:224px;overflow:visible;display:block}
.distribution-radar-grid{fill:none;stroke:#D7E1EC;stroke-width:1.2}
.distribution-radar-axis{stroke:#DCE6F0;stroke-width:1}
.distribution-radar-fill{fill:var(--dist-fill);stroke:var(--dist-color);stroke-width:2.4;stroke-linejoin:round}
.distribution-radar-point{fill:var(--dist-color);stroke:#fff;stroke-width:1.5}
.distribution-radar-label{font-size:10.5px;font-weight:720;fill:#6B7D90;text-anchor:middle}
.distribution-radar-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.distribution-radar-summary div{border-radius:16px;background:rgba(239,246,255,.76);padding:10px 8px;text-align:center}
.distribution-radar-summary strong{display:block;font-family:var(--mono);font-size:22px;line-height:1;font-weight:850;letter-spacing:-.06em;color:#24384C}
.distribution-radar-summary span{display:block;margin-top:5px;color:#65778B;font-size:11px;font-weight:650;line-height:1.15}
.distribution-score-list{display:grid;gap:0;border:1px solid rgba(214,224,234,.78);border-radius:20px;background:rgba(255,255,255,.62);padding:15px 14px;box-shadow:0 8px 20px rgba(36,56,76,.035)}
.distribution-score-row{border:1px solid rgba(214,224,234,.78);border-radius:18px;background:rgba(255,255,255,.6);padding:11px 12px;box-shadow:0 8px 20px rgba(36,56,76,.035)}
.distribution-score-row.simple{min-height:38px;border:0;border-radius:0;background:transparent;box-shadow:none;padding:0;display:grid;grid-template-columns:96px minmax(0,1fr) 34px;align-items:center;gap:12px}
.distribution-score-row.simple strong{font-size:15.5px;font-weight:500;letter-spacing:-.025em;color:#303D4A;white-space:nowrap}
.distribution-score-row.simple i{height:9px;border-radius:999px;background:rgba(226,224,216,.62);overflow:hidden}
.distribution-score-row.simple i b{display:block;height:100%;border-radius:inherit;background:var(--dist-color)}
.distribution-score-row.simple em{font-style:normal;text-align:right;font-family:var(--mono);font-size:15px;font-weight:850;letter-spacing:-.05em;color:#171717}
.distribution-score-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.distribution-score-top strong{font-size:14px;font-weight:700;letter-spacing:-.025em;color:#24384C}
.distribution-score-top span{font-family:var(--mono);font-size:13px;font-weight:820;letter-spacing:-.04em;color:#24384C;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.distribution-score-top em{font-family:var(--font);font-style:normal;border-radius:999px;padding:4px 7px;font-size:10.5px;font-weight:760;letter-spacing:0}
.distribution-score-top em.strong{background:#DFF3EA;color:#15805C}
.distribution-score-top em.growing{background:#E6F0FF;color:#2F67B5}
.distribution-score-top em.active{background:#EFEAFF;color:#6750C8}
.distribution-score-top em.learning{background:#FFF2D8;color:#9A610D}
.distribution-score-row p{margin:6px 0 0;color:#65778B;font-size:11.5px;line-height:1.32}
.maturity-detail-page .unlock-carousel{padding-bottom:4px}
.unlock-page-list{display:grid;gap:12px;min-width:0;max-width:100%}
.unlock-page-card{width:100%;min-width:0;scroll-snap-align:none}
.unlock-page-card .unlock-head{grid-template-columns:42px minmax(0,1fr) 8px}
.memory-sheet-section{border-top:1px solid rgba(214,224,234,.62);padding-top:12px;margin-top:10px}
.memory-sheet-section:first-child{border-top:0;margin-top:0;padding-top:0}
.memory-sheet-section h3{margin:0 0 6px;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--dim);font-weight:760}
.memory-sheet-row{padding:10px 0;border-bottom:1px solid rgba(214,224,234,.5)}
.memory-sheet-row:last-child{border-bottom:0}
.memory-sheet-row strong{display:block;font-size:14.5px;font-weight:650;letter-spacing:-.025em}
.memory-sheet-row span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}
.tool-detail-block{border-top:1px solid rgba(214,224,234,.72);padding-top:12px;margin-top:12px}
.tool-detail-block>span{display:block;margin-bottom:8px;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--dim)}
.tool-permission-row{min-height:44px;border-bottom:1px solid rgba(214,224,234,.56);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.tool-permission-row:last-child{border-bottom:0}
.tool-permission-row strong{font-size:14px;font-weight:620;letter-spacing:-.02em}
.tool-permission-row em{font-style:normal;border-radius:999px;background:rgba(220,232,244,.78);padding:5px 8px;color:#50677E;font-size:11px;font-weight:760}
.tool-sync-card{border:1px solid rgba(214,224,234,.82);border-radius:16px;background:rgba(255,255,255,.58);padding:12px}
.tool-sync-card strong{display:block;font-size:14px;letter-spacing:-.02em}
.tool-sync-card small{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.35}
.trust-signals{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.trust-signals div{border:1px solid rgba(214,224,234,.86);border-radius:17px;background:rgba(255,255,255,.52);padding:11px 9px}
.trust-signals strong{display:block;font-family:var(--mono);font-size:17px;letter-spacing:-.04em}
.trust-signals span{display:block;margin-top:4px;color:var(--muted);font-size:10.5px;line-height:1.22}
.permission-policy{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.permission-policy div{border:1px solid rgba(214,224,234,.86);border-radius:18px;background:rgba(255,255,255,.52);padding:12px}
.permission-policy strong{display:block;font-size:14.5px;letter-spacing:-.02em;margin-bottom:9px}
.permission-policy span{display:block;color:var(--muted);font-size:12px;line-height:1.35;padding:6px 0;border-top:1px solid rgba(214,224,234,.58)}
.permission-policy span:first-of-type{border-top:0}
.memory-list{display:flex;gap:7px;flex-wrap:wrap}
.memory-list span,.permission-grid span{border:1px solid rgba(214,224,234,.86);border-radius:999px;background:rgba(255,255,255,.56);padding:7px 10px;color:var(--muted);font-size:12px;line-height:1.2}
.permission-grid{display:flex;gap:7px;flex-wrap:wrap}
.permission-grid .locked{border-style:dashed;color:#8A6470;background:rgba(255,255,255,.42)}
.trust-list{display:grid;gap:2px}
.trust-row{width:100%;border:0;background:transparent;border-radius:14px;padding:11px 2px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;color:var(--text)}
.trust-row:active{background:rgba(226,234,243,.62)}
.trust-main{min-width:0}
.trust-title{display:flex;align-items:center;gap:7px;min-width:0}
.trust-title strong{font-size:15px;font-weight:620;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.level-pill{height:22px;display:inline-flex;align-items:center;border:1px solid rgba(204,216,228,.82);border-radius:999px;background:rgba(255,255,255,.62);color:var(--muted);padding:0 8px;font-family:var(--mono);font-size:10.5px;font-weight:760;white-space:nowrap}
.trust-meta{display:block;margin-top:4px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.trust-score{font-family:var(--mono);font-size:12px;color:var(--muted);white-space:nowrap}
.learning-feed{display:grid;gap:2px}
.learning-feed button{width:100%;border:0;background:transparent;border-radius:14px;padding:11px 2px;text-align:left;color:var(--text)}
.learning-feed button:active{background:rgba(226,234,243,.62)}
.learning-feed strong{display:block;font-size:14.5px;font-weight:590;letter-spacing:-.02em}
.learning-feed span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}
.messages{padding-bottom:154px}.mf-app.has-kiki-inline-actions .messages{padding-bottom:252px}.msg{display:flex;align-items:flex-start;gap:10px;padding:10px 0}.msg.me{flex-direction:row-reverse}.msg-main{min-width:0;max-width:calc(100% - 44px)}.msg.me .msg-main{text-align:right}.msg.me.has-flow-ref .msg-main{display:flex;flex-direction:column;align-items:flex-end}.msg-name{font-weight:700;font-size:14px}.msg-time{font-family:var(--mono);font-size:11px;color:var(--dim);margin-left:6px}.msg-body{margin-top:4px;font-size:14px;line-height:1.52;max-width:100%;word-break:break-word}.msg.me .msg-name,.msg.me .msg-time{display:none}.msg.me .msg-body{display:inline-block;text-align:left;background:var(--text);color:var(--surface);border-radius:15px;padding:9px 11px;margin-top:0}.tool-strip{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.tool-strip span{border:1px solid rgba(214,224,234,.84);background:rgba(255,255,255,.58);border-radius:999px;padding:4px 7px;color:var(--dim);font-family:var(--mono);font-size:10px;line-height:1;text-transform:lowercase;letter-spacing:.01em}.sent-flow-ref{display:grid;grid-template-columns:auto minmax(0,1fr);gap:6px;align-items:center;width:max-content;max-width:100%;margin:0 0 7px auto;padding:6px 9px;border:1px solid rgba(204,216,228,.88);border-radius:999px;background:rgba(226,234,243,.92);color:var(--text);text-align:left}.sent-flow-ref span{font-family:var(--mono);font-size:9.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--dim)}.sent-flow-ref strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1.1;letter-spacing:-.02em}.msg.me.has-flow-ref .msg-body{border-top-right-radius:15px}.tool{display:inline-flex;margin:8px 5px 0 0;border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:4px 8px;color:var(--muted);font-size:12px}
.quick-actions{position:absolute;left:6px;bottom:58px;width:174px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:6px;box-shadow:0 18px 48px rgba(0,0,0,.16);z-index:3}.quick-actions[hidden]{display:none}.quick-actions button{width:100%;height:38px;border:0;background:transparent;color:var(--text);border-radius:11px;padding:0 10px;justify-content:flex-start;font-size:13px;font-weight:650}.quick-actions button:hover{background:var(--soft)}.flow-draft{margin-top:10px;border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:12px;box-shadow:0 10px 28px rgba(0,0,0,.06)}.flow-draft small{display:block;font-family:var(--mono);font-size:11px;color:var(--dim);margin-bottom:6px}.flow-draft strong{display:block;font-size:15px;letter-spacing:-.02em}.flow-draft p{margin:6px 0 10px;color:var(--muted);font-size:13px;line-height:1.45}.flow-draft button{border:0;background:var(--text);color:var(--surface);border-radius:999px;padding:7px 12px;font-weight:750}
.weekly-report-card{width:100%;margin-top:10px;border:1px solid rgba(214,224,234,.86);border-radius:17px;background:rgba(255,255,255,.72);box-shadow:0 10px 28px rgba(36,56,76,.045),inset 0 1px 0 rgba(255,255,255,.82);padding:12px;text-align:left;color:var(--text)}
.weekly-report-card span{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:var(--dim);margin-bottom:7px}
.weekly-report-card strong{display:block;font-size:15px;font-weight:680;letter-spacing:-.025em;line-height:1.2}
.weekly-report-card p{margin:7px 0 10px;color:var(--muted);font-size:12.5px;line-height:1.35}
.weekly-report-card em{font-style:normal;display:inline-flex;height:28px;align-items:center;border-radius:999px;background:rgba(226,234,243,.78);color:#50677E;padding:0 10px;font-size:11.5px;font-weight:760}
.scheduled-flow-draft{background:linear-gradient(180deg,var(--surface),rgba(255,255,255,.72))}.schedule-grid{display:grid;gap:7px;margin:10px 0}.schedule-grid span{display:block;border:1px solid var(--border);background:var(--soft);border-radius:12px;padding:9px 10px}.schedule-grid em{display:block;font-style:normal;font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--dim);margin-bottom:4px}.schedule-grid b{display:block;font-size:13px;letter-spacing:-.01em;color:var(--text)}
.thinking-block{margin-top:5px}
.thinking-line{display:flex;align-items:center;gap:7px;color:var(--text);font-size:14px;line-height:1.45}
.thinking-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(22,163,74,.12);flex-shrink:0}
.thinking-block p{margin:6px 0 8px;color:var(--muted);font-size:13px;line-height:1.45}
.thinking-actions button{border:1px solid var(--border);background:rgba(255,255,255,.58);color:var(--text);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:760}
.moved-flow-link{margin-top:10px;border:1px solid rgba(214,224,234,.9);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.62));border-radius:16px;padding:12px;box-shadow:0 10px 28px rgba(0,0,0,.055);cursor:pointer}
.moved-flow-link span{display:block;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--dim);margin-bottom:6px}.moved-flow-link strong{display:block;font-size:15px;line-height:1.28;letter-spacing:-.02em}.moved-flow-link p{margin:6px 0 11px;color:var(--muted);font-size:13px;line-height:1.42}.moved-flow-link .thread-source{padding-left:9px;border-left:2px solid rgba(204,216,228,.9)}.moved-flow-link button{height:34px;border:0;border-radius:999px;background:var(--text);color:var(--surface);padding:0 12px;font-size:12px;font-weight:780}
.attached-thread-reply{width:max-content;max-width:100%;margin:8px 0 0 auto;border:1px solid rgba(204,216,228,.88);background:rgba(226,234,243,.88);border-radius:999px;padding:6px 9px;color:var(--text);display:grid;grid-template-columns:auto auto auto minmax(0,1fr);align-items:center;gap:6px;text-align:left}.attached-thread-reply span{font-family:var(--mono);color:var(--dim);font-size:12px}.attached-thread-reply strong{font-size:12px;font-weight:720;color:var(--muted);letter-spacing:-.01em;white-space:nowrap}.attached-thread-reply em{width:18px;height:18px;border-radius:6px;background:rgba(255,255,255,.72);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:11px;font-style:normal}.attached-thread-reply b{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1.1;letter-spacing:-.02em}
.msg:not(.me) .attached-thread-reply{margin-left:0;margin-right:auto}
.mention{position:absolute;left:14px;right:14px;bottom:62px;background:var(--surface);border:1px solid var(--border);border-radius:13px;box-shadow:0 20px 48px rgba(0,0,0,.14);overflow:hidden}.mention button{width:100%;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);padding:10px;display:flex;align-items:center;gap:9px;text-align:left}
.bottom-fade{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(520px,100vw);height:178px;background:linear-gradient(180deg,rgba(243,247,252,0),rgba(243,247,252,.72) 34%,rgba(243,247,252,.98) 72%,var(--bg));z-index:18;pointer-events:none}
.mf-app.is-memory-detail .bottom-fade{display:none}
.mf-tabbar{position:fixed;left:50%;bottom:calc(14px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(244px,calc(100vw - 112px));height:56px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3px;padding:5px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.7),rgba(235,242,250,.42));backdrop-filter:blur(24px) saturate(1.45);-webkit-backdrop-filter:blur(24px) saturate(1.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.84),inset 0 -1px 0 rgba(222,232,242,.32);z-index:20}
.mf-tabbar[hidden]{display:none}
.global-ask{position:fixed;left:50%;bottom:calc(82px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(390px,calc(100vw - 26px));height:58px;display:grid;grid-template-columns:42px 1fr 42px;gap:5px;padding:6px;border:1px solid rgba(255,255,255,.68);border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(246,249,253,.58));backdrop-filter:blur(28px) saturate(1.42);-webkit-backdrop-filter:blur(28px) saturate(1.42);box-shadow:0 8px 22px rgba(0,0,0,.065),inset 0 1px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(222,232,242,.24);z-index:19;overflow:visible;transition:box-shadow .22s ease,background .22s ease}.global-ask[hidden]{display:none}.global-ask:focus-within,.global-ask.is-ready{box-shadow:0 12px 30px rgba(0,0,0,.09),inset 0 1px 0 rgba(255,255,255,.9),inset 0 -1px 0 rgba(222,232,242,.24);background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(244,248,252,.64))}.global-ask input{position:relative;z-index:1;height:46px;border:0;outline:0;background:transparent;padding:13px 4px;color:var(--text);min-width:0;font-size:16px;line-height:20px;font-family:inherit;appearance:none;-webkit-appearance:none}.global-ask input::placeholder{color:var(--muted)}.global-ask button{position:relative;z-index:1;width:42px;height:42px;border:0;background:rgba(255,255,255,.42);color:var(--text);border-radius:50%;font-weight:800;display:flex;align-items:center;justify-content:center}.global-ask svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.global-ask .ask-action{color:var(--muted);position:relative}.global-ask .icon-send{display:none}.global-ask.is-ready .ask-action,.global-ask:focus-within .ask-action{background:#24384C;color:white}.global-ask.is-ready .icon-mic,.global-ask:focus-within .icon-mic{display:none}.global-ask.is-ready .icon-send,.global-ask:focus-within .icon-send{display:block}
.global-quick{position:fixed;left:50%;bottom:calc(146px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(390px,calc(100vw - 26px));display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;z-index:20;padding:0 2px}
.global-quick::-webkit-scrollbar{display:none}
.global-quick[hidden]{display:none}
.global-quick button{height:30px;border:1px solid rgba(214,224,234,.78);border-radius:999px;background:rgba(255,255,255,.72);color:#66798C;padding:0 10px;font-size:12px;font-weight:650;white-space:nowrap}
.global-quick button.active{background:#24384C;border-color:#24384C;color:#fff}
.kiki-inline-actions{position:fixed;left:50%;bottom:calc(148px + env(safe-area-inset-bottom));transform:translateX(-50%);width:min(390px,calc(100vw - 26px));z-index:20}
.kiki-inline-actions[hidden]{display:none}
.inline-action-shell{width:100%;border:1px solid rgba(255,255,255,.68);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(246,249,253,.62));box-shadow:0 12px 30px rgba(36,56,76,.105),inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(26px) saturate(1.38);-webkit-backdrop-filter:blur(26px) saturate(1.38);overflow:hidden;color:var(--text);transition:transform .2s ease,opacity .2s ease}
.inline-action-shell.is-leaving{opacity:0;transform:translateY(12px) scale(.985)}
.inline-action-compact{width:100%;height:42px;border:0;background:transparent;color:inherit;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 12px 0 14px;text-align:left}
.inline-action-compact strong{font-size:13px;font-weight:680;letter-spacing:-.02em;color:#24384C}
.inline-action-compact span{display:flex;align-items:center;gap:6px;color:#7E91A5;font-size:18px;line-height:1}
.inline-action-count{min-width:17px;height:17px;border-radius:999px;background:#25384B;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:9.5px;font-weight:760;line-height:1}
.inline-action-card{padding:12px}
.inline-action-source{display:grid;grid-template-columns:22px minmax(0,1fr);gap:7px;align-items:center;color:var(--muted);margin-bottom:8px}
.inline-action-source i{width:22px;height:22px;border-radius:7px;background:rgba(226,234,243,.78);display:flex;align-items:center;justify-content:center;font-style:normal;font-family:var(--mono);font-size:11px;font-weight:760;color:#66798C}
.inline-action-source strong{min-width:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:620;letter-spacing:-.02em;color:#50677E}
.inline-action-card h3{margin:0;font-size:15px;line-height:1.18;letter-spacing:-.025em}
.inline-action-card p{margin:6px 0 11px;color:var(--muted);font-size:12.5px;line-height:1.35}
.inline-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.inline-action-buttons button{width:100%;height:34px;border:1px solid rgba(214,224,234,.9);border-radius:999px;background:rgba(255,255,255,.68);color:#50677E;font-size:12px;font-weight:760}
.inline-action-buttons button:last-child{background:#24384C;border-color:#24384C;color:#fff}
.create-options{display:flex;align-items:center;gap:6px}
.create-options[hidden]{display:none}
.global-ask.has-global-mode{height:96px;grid-template-rows:32px 46px;border-radius:28px}
.global-mode{grid-column:1 / -1;height:30px;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:8px;border:1px solid rgba(204,216,228,.9);border-radius:999px;background:rgba(226,234,243,.92);padding:3px 4px 3px 11px;color:var(--text)}
.global-mode[hidden]{display:none}.global-mode-main{min-width:0;display:flex;align-items:center;gap:7px;height:22px;line-height:22px}.global-mode span{font-family:var(--mono);font-size:9.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--dim)}.global-mode strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:22px}.global-mode button{width:24px;height:24px;border-radius:50%;background:rgba(23,23,23,.08);color:var(--muted);font-size:15px;line-height:22px;padding:0}
.global-ask::before{content:"";position:absolute;inset:-7px;border-radius:inherit;background:linear-gradient(100deg,rgba(155,216,255,.32),rgba(219,206,255,.34),rgba(190,242,222,.26),rgba(155,216,255,.32));background-size:220% 100%;filter:blur(11px);opacity:.42;animation:flowAura 5.8s linear infinite;z-index:0;pointer-events:none}
.global-ask .ask-kiki{background:transparent;padding:0;position:relative;overflow:visible}.global-ask .ask-kiki .kiki-avatar{width:46px;height:46px;margin:0;overflow:visible}.global-ask .ask-kiki .kiki-avatar img{border-radius:50%;box-shadow:0 0 0 1px rgba(214,224,234,.9)}.global-ask .ask-kiki::after{content:"";position:absolute;right:1px;top:1px;width:10px;height:10px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 2px rgba(255,255,255,.86)}
.mf-tabbar::before{content:"";position:absolute;inset:1px;border-radius:999px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0) 54%)}
.mf-tabbar button{border:0;background:transparent;border-radius:999px;color:#7F91A3;font-weight:720;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:9.5px;line-height:1;letter-spacing:-.01em}.mf-tabbar button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mf-tabbar button span{display:block}.mf-tabbar button.active{background:#DCE8F4;color:#24384C;box-shadow:none}
.mf-tabbar button.disabled{color:var(--dim);cursor:default}
.sheet[hidden]{display:none}.scrim{position:fixed;inset:0;background:rgba(0,0,0,.24);z-index:30}.panel{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(520px,100vw);height:92svh;max-height:92svh;overflow:auto;background:var(--surface);border-radius:22px 22px 0 0;padding:10px 16px calc(18px + env(safe-area-inset-bottom));z-index:31;box-shadow:0 -24px 64px rgba(0,0,0,.18)}.grabber{width:44px;height:4px;border-radius:999px;background:var(--border);margin:0 auto 14px}
.sheet.compact-sheet .panel{height:auto;min-height:470px;max-height:76svh}
.sheet.capability-mode .panel{height:auto;min-height:360px;max-height:58svh;padding-top:10px}
.sheet.capability-mode .grabber{margin-bottom:12px}
.map-tree{padding-bottom:12px}.map-node{background:var(--surface);border:1px solid var(--border);border-radius:15px;padding:13px;text-align:center}.map-node.top{border-color:var(--text);width:168px;margin:0 auto}.map-node .agent-icon,.map-node .kiki-avatar{width:44px;height:44px;font-size:17px;margin-bottom:6px}.map-line{width:1px;height:24px;background:var(--border);margin:0 auto}.map-groups{display:grid;gap:9px}.map-group{position:relative;border:1px solid var(--border);border-radius:15px;padding:30px 10px 10px;background:rgba(255,255,255,.55)}.map-label{position:absolute;top:10px;left:12px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}.map-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.map-grid .map-node{min-height:104px}
.sheet-hero{display:flex;align-items:center;gap:12px;margin-bottom:14px}.sheet-hero .agent-icon,.sheet-hero .kiki-avatar{width:50px;height:50px;font-size:18px}.sheet-hero h2{margin:0;font-size:21px;letter-spacing:-.035em}.sheet-hero p{margin:3px 0 0;color:var(--muted);font-size:12px}.sheet-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.sheet-stat{background:var(--soft);border-radius:13px;padding:10px}.sheet-stat strong{display:block;font-family:var(--mono)}.sheet-stat span{font-size:11px;color:var(--muted)}.sheet-section{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}.sheet-section h3{margin:0 0 9px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}.tag-row{display:flex;gap:6px;flex-wrap:wrap}.tag-row span{background:var(--soft);border-radius:999px;padding:6px 9px;font-size:12px;color:var(--muted)}
.assistant-settings{padding-bottom:14px}.assistant-settings .sheet-hero{margin-bottom:16px}.assistant-settings .kiki-avatar{width:58px;height:58px}.settings-input{height:46px;border:1px solid var(--border);background:var(--soft);border-radius:14px;padding:0 12px;color:var(--text);font:inherit;font-size:16px;outline:none;width:100%;margin-top:10px}.avatar-options{display:flex;gap:9px;margin-top:10px}.avatar-option{width:44px;height:44px;border:1px solid var(--border);background:var(--surface);border-radius:50%;padding:2px}.avatar-option img{width:100%;height:100%;border-radius:50%;object-fit:cover}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid var(--border)}.settings-row:last-child{border-bottom:0}.settings-row strong{display:block;font-size:15px;letter-spacing:-.02em}.settings-row span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.switch{width:48px;height:28px;border:0;border-radius:999px;background:var(--sunken);padding:3px;position:relative;flex-shrink:0}.switch::after{content:"";display:block;width:22px;height:22px;border-radius:50%;background:var(--surface);box-shadow:0 1px 3px rgba(0,0,0,.16);transition:transform .16s}.switch.on{background:var(--text)}.switch.on::after{transform:translateX(20px)}
.group-assistant-drawer{padding-bottom:4px}.assistant-drawer-top{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;margin-bottom:14px}.assistant-close{width:38px;height:38px;border:1px solid var(--border);border-radius:50%;background:var(--surface);font-size:22px;line-height:1;color:var(--text)}.assistant-drawer-title{min-width:0;display:flex;align-items:center;gap:10px}.assistant-drawer-title .kiki-avatar{width:44px;height:44px}.assistant-drawer-title h2{margin:0;font-size:20px;letter-spacing:-.035em}.assistant-drawer-title p{margin:3px 0 0;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assistant-workspace{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:10px}.assistant-chat-pane{min-width:0}.assistant-chat-log{height:286px;overflow:auto;border:1px solid var(--border);background:var(--soft);border-radius:17px;padding:12px;display:flex;flex-direction:column;gap:10px}.assistant-mini-msg{max-width:88%;align-self:flex-start}.assistant-mini-msg.me{align-self:flex-end;text-align:right}.assistant-mini-msg strong{display:block;margin-bottom:4px;font-size:11px;color:var(--dim);font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em}.assistant-mini-msg p{margin:0;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:9px 10px;font-size:13px;line-height:1.42;color:var(--text)}.assistant-mini-msg.me p{background:var(--text);color:var(--surface);border-color:var(--text)}.assistant-mini-composer{height:46px;margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:8px}.assistant-mini-composer input{min-width:0;border:1px solid var(--border);border-radius:999px;background:var(--surface);padding:0 14px;font:inherit;font-size:14px;color:var(--text);outline:none}.assistant-mini-composer button{border:0;border-radius:999px;background:var(--text);color:var(--surface);padding:0 15px;font-weight:760}.assistant-flow-pane{min-width:0;border:1px solid var(--border);background:var(--soft);border-radius:17px;padding:11px}.assistant-flow-pane h3{margin:0 0 9px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}.assistant-flow-list{display:grid;gap:8px}.assistant-flow-card{width:100%;border:1px solid var(--border);border-radius:13px;background:var(--surface);padding:10px;text-align:left}.assistant-flow-card strong{display:block;font-size:12.5px;line-height:1.25;letter-spacing:-.02em}.assistant-flow-card span{display:block;margin-top:5px;color:var(--muted);font-family:var(--mono);font-size:10.5px;text-transform:uppercase}.assistant-flow-card.start{border-style:dashed;background:transparent}
.group-assistant-drawer{display:flex;flex-direction:column;min-height:430px}.group-assistant-drawer .assistant-chat-log{height:292px}
.sheet.compact-sheet .panel{background:var(--soft);padding-bottom:calc(18px + env(safe-area-inset-bottom))}
.group-assistant-drawer{min-height:500px;position:relative;padding-bottom:72px}
.assistant-drawer-top{grid-template-columns:38px minmax(0,1fr) 38px;margin-bottom:10px}
.assistant-drawer-title{height:48px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.48));box-shadow:0 8px 20px rgba(0,0,0,.055),inset 0 1px 0 rgba(255,255,255,.86);backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);padding:5px 13px 5px 5px}
.assistant-drawer-title .kiki-avatar{width:38px;height:38px;flex-shrink:0}
.assistant-drawer-title h2{font-size:15px;letter-spacing:-.02em}
.assistant-drawer-title p{font-size:10.5px;margin-top:2px}
.assistant-close,.assistant-flow-list-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.72);background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.45));box-shadow:0 6px 16px rgba(0,0,0,.05),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:blur(22px) saturate(1.35);-webkit-backdrop-filter:blur(22px) saturate(1.35);color:var(--text);display:flex;align-items:center;justify-content:center}
.assistant-flow-list-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.group-assistant-drawer .assistant-chat-log{height:326px;border:0;background:transparent;border-radius:0;padding:10px 2px 12px}
.assistant-mini-composer{position:absolute;left:0;right:0;bottom:0;height:54px;margin-top:0;padding:5px 6px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(255,255,255,.5));box-shadow:0 10px 26px rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.86);backdrop-filter:blur(24px) saturate(1.45);-webkit-backdrop-filter:blur(24px) saturate(1.45);grid-template-columns:42px 1fr 42px}
.assistant-mini-composer input{border:0;background:transparent;padding:0 10px}
.assistant-mini-composer button{width:42px;height:42px;padding:0;border-radius:50%;background:rgba(255,255,255,.42);color:var(--muted);display:flex;align-items:center;justify-content:center}
.assistant-mini-composer svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.assistant-mini-composer .icon-send{display:none}
.assistant-mini-composer.is-ready button{background:#24384C;color:white}
.assistant-mini-composer.is-ready .icon-mic{display:none}
.assistant-mini-composer.is-ready .icon-send{display:block}
.settings-save{width:100%;height:48px;margin-top:18px;border:0;border-radius:999px;background:var(--text);color:var(--surface);font-weight:780;font-size:15px;letter-spacing:-.01em}
.running-flow-list{padding-bottom:14px}.running-flow-card{margin-bottom:10px}.running-flow-empty{border:1px dashed var(--border);background:var(--soft);border-radius:16px;padding:18px 14px;text-align:center}.running-flow-empty strong{display:block;font-size:15px;letter-spacing:-.02em}.running-flow-empty span{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.45}
.action-queue-list{padding-bottom:14px}.queue-mark{width:50px;height:50px;border:1px solid rgba(214,224,234,.86);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(226,234,243,.7));display:flex;align-items:center;justify-content:center;color:#50677E}
.queue-mark svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.action-queue-section{display:grid;gap:10px;border-top:0;margin-top:6px;padding-top:0}
.action-card{border:1px solid rgba(214,224,234,.86);border-radius:19px;background:rgba(255,255,255,.7);box-shadow:0 10px 28px rgba(36,56,76,.045);overflow:hidden;transition:opacity .16s ease,transform .16s ease}
.action-card.is-done{opacity:.58}
.action-card-main{width:100%;border:0;background:transparent;color:var(--text);padding:13px 13px 11px;text-align:left;display:block}
.action-flow-source{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;color:var(--dim)}
.action-flow-source i{width:26px;height:26px;border:1px solid rgba(214,224,234,.72);border-radius:8px;background:rgba(255,255,255,.48);display:flex;align-items:center;justify-content:center;font-style:normal;font-family:var(--mono);font-size:13px;font-weight:760;color:var(--muted)}
.action-flow-source span{min-width:0}
.action-flow-source strong{display:block;margin:0;color:#3F4E5F;font-size:13px;font-weight:620;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.action-flow-source small{display:block;margin-top:3px;color:var(--dim);font-family:var(--mono);font-size:10.5px;line-height:1}
.action-card-main>strong{display:block;margin-top:10px;font-size:15.5px;line-height:1.2;letter-spacing:-.025em}
.action-card-main p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.38}
.action-card-main small{display:block;margin-top:8px;color:#50677E;font-size:12px;line-height:1.35;background:rgba(226,234,243,.72);border-radius:12px;padding:8px 9px}
.action-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 13px 13px}
.action-card-actions button{height:34px;border:1px solid rgba(214,224,234,.9);border-radius:999px;background:rgba(255,255,255,.68);color:#50677E;font-size:12px;font-weight:760}
.action-card-actions button:last-child{background:#24384C;border-color:#24384C;color:#fff}
.recent-output-list{padding-bottom:14px}.output-mark{width:50px;height:50px;border:1px solid rgba(214,224,234,.86);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(226,234,243,.7));display:flex;align-items:center;justify-content:center;color:#50677E}
.output-mark svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.output-section{display:grid;gap:8px;border-top:0;margin-top:6px;padding-top:0}
.output-row{width:100%;min-height:58px;border:1px solid rgba(214,224,234,.82);border-radius:17px;background:rgba(255,255,255,.66);display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 11px;text-align:left;color:var(--text)}
.output-type-icon{width:38px;height:38px;border-radius:13px;display:flex;align-items:center;justify-content:center;color:white;box-shadow:inset 0 1px 0 rgba(255,255,255,.26)}
.output-type-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.output-type-icon[data-output-kind="report"]{background:linear-gradient(135deg,#3B82F6,#1D4ED8)}
.output-type-icon[data-output-kind="sheet"]{background:linear-gradient(135deg,#10B981,#047857)}
.output-type-icon[data-output-kind="page"]{background:linear-gradient(135deg,#8B5CF6,#6D28D9)}
.output-type-icon[data-output-kind="memo"]{background:linear-gradient(135deg,#F59E0B,#B45309)}
.output-type-icon[data-output-kind="doc"]{background:linear-gradient(135deg,#64748B,#334155)}
.output-main{min-width:0}
.output-main strong{display:block;font-size:14.5px;font-weight:640;line-height:1.2;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.output-main small{display:block;margin-top:4px;color:var(--muted);font-size:11.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.output-row em{font-style:normal;color:#A4B2C0;font-size:20px;line-height:1}
.output-detail{padding-bottom:14px}.output-preview,.output-source{border:1px solid rgba(214,224,234,.82);border-radius:18px;background:rgba(255,255,255,.66);padding:13px;margin-top:10px}
.output-preview span,.output-source span{display:block;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.07em;color:var(--dim);margin-bottom:7px}
.output-preview p{margin:0;color:var(--text);font-size:14px;line-height:1.42}
.output-source strong{display:block;font-size:14.5px;font-weight:640;letter-spacing:-.02em;color:var(--text)}
.output-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}
.output-actions button{height:40px;border:1px solid rgba(214,224,234,.9);border-radius:999px;background:rgba(255,255,255,.72);color:#50677E;font-size:12.5px;font-weight:760}
.output-actions button:last-child{background:#24384C;border-color:#24384C;color:#fff}
.contacts-drawer{padding-bottom:22px}.contacts-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.contacts-head h2{margin:0;font-size:24px;letter-spacing:-.04em}.contacts-head p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.4}.contacts-search{height:42px;border:1px solid var(--border);background:var(--soft);border-radius:13px;display:flex;align-items:center;gap:8px;padding:0 12px;margin-bottom:16px;color:var(--muted)}.contacts-search input{border:0;outline:0;background:transparent;flex:1;color:var(--text);font:inherit}.contact-section{margin-bottom:18px}.contact-section-label{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin:0 2px 8px}.contact-list{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.contact-row{width:100%;border:0;border-bottom:1px solid var(--border);background:transparent;display:grid;grid-template-columns:40px 1fr auto;gap:11px;align-items:center;padding:12px;text-align:left;color:var(--text)}.contact-row:last-child{border-bottom:0}.contact-row .agent-icon,.contact-row .kiki-avatar{width:40px;height:40px;font-size:15px}.contact-main{min-width:0}.contact-main strong{display:block;font-size:15px;letter-spacing:-.02em}.contact-main small{display:block;margin-top:3px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-chev{color:var(--dim);font-size:22px;line-height:1}
@media (min-width:720px){body{padding:24px 0}.mf-app{min-height:calc(100svh - 48px);border:1px solid var(--border);border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.14)}.composer:not(.chat-composer),.panel{width:492px}.composer.chat-composer{width:390px}.composer.chat-composer.new-flow-composer{width:390px}.global-ask{width:390px}.mf-tabbar{width:244px}}
