@import"https://fonts.googleapis.com/css2?family=Figtree:wght@100..900&family=Noto+Sans+SC:wght@400;500;600;700&display=block";:root{font-family:Figtree,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;color:#000;background:#fff;font-synthesis:none;--font-sans: Figtree, "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--ink: #000;--ink-soft: #2e2e2e;--muted: #8a8a8a;--faint: #b8b8b8;--line: #ededed;--line-soft: #f2f2f2;--panel: #fff;--canvas: #fff;--card: #f2f2f2;--accent: #38c6ec;--accent-dark: #0db5ed;--accent-pale: #e8f8fd;--purple: #735ca5;--red: #bd5559;--red-pale: #fdefef;--amber: #f6a825;--amber-pale: #fff6e4;--green: #2a9a30;--green-pale: #eaf7ea;--fw-regular: 470;--fw-medium: 500;--fw-semibold: 511;--fw-bold: 577}*{box-sizing:border-box}html,body,.app-shell,html *,body *{scrollbar-width:thin;scrollbar-color:rgba(55,53,47,.28) transparent}html *::-webkit-scrollbar,body *::-webkit-scrollbar{width:6px;height:6px}html *::-webkit-scrollbar-track,body *::-webkit-scrollbar-track{background:transparent}html *::-webkit-scrollbar-thumb,body *::-webkit-scrollbar-thumb{border:1px solid transparent;border-radius:99px;background:#37352f38;background-clip:content-box}body{min-width:320px;margin:0;background:var(--canvas);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}button,input,textarea,select{font:inherit}button{border:0;background:none;color:inherit;cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:#fff}.topbar{height:76px;position:sticky;z-index:20;top:0;display:flex;align-items:center;gap:16px;padding:12px 18px;background:#fff}.brand-button{height:52px;display:inline-flex;align-items:center;gap:10px;padding:0 18px 0 12px;border-radius:26px;background:#000;color:#fff}.brand-button:hover{background:#111}.brand-button img{width:22px;height:22px;object-fit:contain}.brand-button strong{color:#fff;font-size:15px;font-weight:var(--fw-bold);letter-spacing:-.01em}.topbar-copy{min-width:0;color:var(--muted);font-size:14px;font-weight:var(--fw-regular);letter-spacing:-.03em}.topbar-user{margin-left:auto;height:52px;display:inline-flex;align-items:center;gap:10px;padding:0 8px 0 16px;color:var(--ink-soft);border-radius:26px;background:var(--card);font-size:14px;font-weight:var(--fw-medium)}.topbar-user:hover{background:#ececec}.avatar{width:34px;height:34px;display:grid;place-items:center;color:#fff;border-radius:50%;background:#000;font-size:11px;font-weight:700}.workspace-shell{min-height:0;flex:1;display:flex}.nav-rail{width:88px;flex:0 0 88px;position:sticky;top:76px;height:calc(100vh - 76px);display:flex;flex-direction:column;padding:8px 12px 16px;background:#fff}.rail-main{display:flex;flex-direction:column;gap:6px}.rail-item{width:64px;height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--muted);border-radius:16px;font-size:12px;font-weight:var(--fw-medium);letter-spacing:-.02em}.rail-item:hover{color:var(--ink);background:var(--card)}.rail-item.active{color:var(--ink);background:var(--card);box-shadow:inset 0 -2px 0 var(--accent)}.main-content{min-width:0;flex:1;display:flex;flex-direction:column;height:calc(100vh - 76px);overflow:hidden;background:#fff}.page-head{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 28px 4px;background:#fff}.page-head h1{margin:0;color:var(--ink);font-size:28px;font-weight:var(--fw-regular);letter-spacing:-.05em;line-height:1.1}.page-actions{display:flex;align-items:center;gap:8px}.page-body{min-height:0;flex:1;overflow:auto;padding:8px 28px 40px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.stat-card,.panel,.direction-card,.review-card,.detail-card{border:0;border-radius:16px;background:var(--card)}.stat-card{min-height:92px;padding:16px 18px}.stat-card small{display:block;color:var(--muted);font-size:12px;letter-spacing:-.03em}.stat-card strong{display:block;margin-top:8px;color:var(--ink);font-size:28px;font-weight:var(--fw-bold);letter-spacing:-.05em}.stat-card em{display:block;margin-top:4px;color:var(--faint);font-size:12px;font-style:normal}.direction-group{margin-bottom:22px}.direction-group-head{display:flex;align-items:center;gap:8px;margin:0 2px 10px}.direction-group-head strong{color:var(--ink);font-size:13px;font-weight:650}.direction-group-head em{color:var(--muted);font-size:12px;font-style:normal}.direction-group.is-focus .direction-group-head strong{color:#9a3412}.direction-group.is-longterm .direction-group-head strong{color:#1d4ed8}.direction-group.is-paused .direction-group-head strong{color:#986622}.direction-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.direction-card,.review-card{width:100%;display:flex;flex-direction:column;padding:18px;text-align:left}.direction-card{min-height:168px}.direction-card p{min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.direction-card .chip-row{margin-top:auto;padding-top:12px}.direction-card:hover,.review-card:hover{background:#ececec}.review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.review-card p{margin:10px 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.review-detail{display:flex;flex-direction:column;gap:12px;max-width:760px}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:28px}.card-top strong{min-width:0;overflow:hidden;color:var(--ink);font-size:16px;font-weight:var(--fw-semibold);letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap}.card-top-tags{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.card-top small,.meta,.muted{color:var(--muted);font-size:12px}.direction-card p,.review-card p,.detail-card p{margin:10px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.6;letter-spacing:-.03em}.chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.chip{height:24px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#fff;color:var(--ink-soft);font-size:12px;font-weight:var(--fw-medium)}.status{font-weight:650}.status.exploring{color:#0a6f86;background:var(--accent-pale)}.status.validating{color:var(--green);background:var(--green-pale)}.status.paused{color:#986622;background:var(--amber-pale)}.status.stopped,.status.failed{color:#ad484d;background:var(--red-pale)}.status.planned{color:#6f7e8c;background:#fff}.status.running{color:#0a6f86;background:var(--accent-pale)}.status.passed{color:var(--green);background:var(--green-pale)}.level.focus{color:#9a3412;background:#ffedd5;border-color:#fdba74}.level.normal{color:#3f4b51;background:#eef1f0}.level.longterm{color:#1d4ed8;background:#e0ecff;border-color:#93c5fd}.detail-layout{display:grid;grid-template-columns:minmax(0,1.4fr) 320px;gap:14px;align-items:start}.detail-stack{display:flex;flex-direction:column;gap:12px}.detail-card{padding:20px 22px}.detail-card h2{margin:0 0 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--ink);font-size:17px;font-weight:var(--fw-semibold);letter-spacing:-.02em}.kv{display:grid;grid-template-columns:88px minmax(0,1fr);gap:8px 10px;font-size:13px}.kv dt{color:var(--muted)}.kv dd{margin:0;color:var(--ink-soft)}.list-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--line-soft)}.list-row:last-child{border-bottom:0}.list-row strong{display:block;color:var(--ink);font-size:14px;font-weight:var(--fw-medium)}.list-row small{display:block;margin-top:4px;color:#7c8c9b;font-size:12px;line-height:1.5}.kind{font-weight:650}.kind.fact{color:#24765d}.kind.inference{color:#0a6f86}.kind.assumption{color:#986622}.score-box{display:flex;align-items:baseline;gap:6px}.score-box strong{font-size:28px;color:var(--ink)}.score-box span{color:var(--faint);font-size:12px}.toolbar-search{width:220px}.ui-textarea{width:100%;min-height:84px;padding:8px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#37352f;font-size:13px;line-height:1.55;resize:vertical}.ui-textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px #38c6ec29}.ghost-danger{color:#b44242}.ghost-danger:hover{background:#fdf2f2}.empty-state{padding:48px 16px;color:#8b99a6;text-align:center;font-size:13px}.toast{position:fixed;right:24px;bottom:24px;z-index:40;padding:10px 14px;border-radius:8px;background:#243848;color:#fff;font-size:13px}.auth-callback,.page-state{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#5f7284}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.overview-body{width:100%;max-width:none;display:flex;flex-direction:column;gap:12px}.overview-hero{padding:28px 32px;border:0;border-radius:20px;background:var(--card)}.overview-kicker{margin:0 0 8px;color:var(--muted);font-size:13px;letter-spacing:-.03em}.overview-hero h2{margin:0;color:var(--ink);font-size:36px;font-weight:var(--fw-regular);letter-spacing:-.055em;line-height:1.15}.overview-hero p,.overview-body .detail-card>p{margin:12px 0 0;color:var(--ink-soft);font-size:16px;line-height:1.55;letter-spacing:-.03em}.overview-body .detail-card{width:100%}.judgment-grid{display:flex;flex-direction:column;gap:12px}.judgment-grid p{margin:0;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;color:var(--ink-soft);font-size:14px;line-height:1.75}.judgment-grid em{color:var(--accent-dark);font-size:12px;font-style:normal;font-weight:700;letter-spacing:.04em;padding-top:2px}.role-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.overview-list{margin:10px 0 0;padding-left:18px;color:var(--ink-soft);font-size:14px;line-height:1.8}.shift-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}.shift-card{padding:14px;border-radius:12px;background:#fff}.shift-card small{display:block;color:var(--muted);font-size:12px}.shift-card strong{display:block;margin-top:6px;color:var(--ink);font-size:14px}.arch-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.arch-lane{min-width:0;padding:16px;border-radius:16px;background:#fff}.arch-lane-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.arch-lane-head strong{color:var(--ink);font-size:15px}.arch-lane-head small{color:var(--muted);font-size:12px}.arch-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.arch-step{min-width:0;display:flex;align-items:stretch;gap:8px}.arch-node{min-width:0;flex:1;display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--card)}.arch-node em{width:18px;height:18px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--accent);font:700 10px DM Mono,monospace;font-style:normal}.arch-node strong{color:var(--ink);font-size:13px;line-height:1.4}.arch-node small{color:#7c8c9b;font-size:12px;line-height:1.5}.arch-arrow{display:none}.scope-tabs{display:inline-flex;height:32px;padding:3px;border-radius:8px;background:#eef1f4}.scope-tabs button{height:26px;padding:0 12px;border-radius:6px;color:#6f7f8e;font-size:12px}.scope-tabs button.is-active{color:var(--ink);background:#fff;font-weight:650;box-shadow:0 1px 2px #26394b14}.split-library{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:0}.knowledge-shell{position:relative;width:100%;height:100%;min-height:0;flex:1;border:0;border-radius:0;grid-template-columns:var(--pm-doc-sidebar-width, 220px) minmax(0,1fr);overflow:hidden;align-items:stretch}.knowledge-shell>.library-nav,.knowledge-shell>.library-content{min-height:0}.knowledge-shell.is-collapsed{grid-template-columns:minmax(0,1fr)}.knowledge-shell.is-resizing,.knowledge-shell.is-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.library-nav{display:flex;flex-direction:column;min-height:0;padding:8px 0 8px 8px;border-right:1px solid var(--line);background:#fbfcfd;overflow:hidden}.library-nav-top{flex:0 0 auto}.space-head{height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px 2px 6px;color:#243848}.space-head strong{min-width:0;overflow:hidden;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.space-head button{width:28px;height:28px;display:grid;place-items:center;color:#7a8a98;border-radius:6px}.space-head button:hover{color:#2d4256;background:#eef2f6}.doc-tree{min-height:0;flex:1;overflow:auto}.doc-home-item{width:calc(100% - 8px);height:32px;display:flex;align-items:center;gap:8px;margin:0 4px 6px;padding:0 10px;color:#5f7284;border-radius:6px;text-align:left;font-size:13px}.doc-home-item:hover{background:#f1f1ef;color:#191919}.doc-home-item.is-active{color:#191919;background:#edf3f8;font-weight:650}.member-nav .doc-home-item{justify-content:flex-start}.member-nav .doc-home-item em{margin-left:auto;color:#8b99a6;font-size:10px;font-style:normal}.library-resize-handle{position:absolute;top:0;left:calc(var(--pm-doc-sidebar-width, 220px) - 5px);z-index:4;width:10px;height:100%;border:0;background:transparent;cursor:col-resize;touch-action:none}.library-resize-handle:after{position:absolute;inset:0 auto 0 4px;width:2px;background:#b8b7b3;content:"";opacity:0;transition:opacity .14s ease,background .14s ease}.library-nav:hover+.library-resize-handle:after,.library-resize-handle:hover:after,.library-resize-handle:focus-visible:after,.knowledge-shell.is-resizing .library-resize-handle:after{opacity:1}.knowledge-shell.is-resizing .library-resize-handle:after{background:#787774}.library-expand{width:32px;height:32px;display:grid;place-items:center;color:#6f8091;border:1px solid var(--line);border-radius:7px;background:#fff}.library-expand.in-toolbar{position:static;flex:0 0 32px}.library-expand:hover{color:var(--accent-dark);background:#f7fafc}.library-content{min-width:0;display:flex;flex-direction:column;overflow:hidden}.direction-shell .page-head{justify-content:flex-start;gap:10px}.direction-shell .page-head h1{margin-right:auto}.direction-main{min-width:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.resource-body{display:flex;flex-direction:column}.resource-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch}.resource-block{display:flex;flex-direction:column;min-height:0;padding:22px 24px 24px}.resource-block-head{margin-bottom:16px}.resource-block-head h2{margin:0}.resource-block-head p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.resource-owned{display:flex;flex-direction:column;gap:10px}.resource-owned-item{padding:14px 16px;border:1px solid var(--line-soft);border-radius:12px;background:#f8faf9}.resource-owned-item p{margin:8px 0 0;color:var(--ink-soft);font-size:13px;line-height:1.7}.resource-block.is-missing{box-shadow:inset 3px 0 0 var(--amber)}.resource-need{padding:14px 16px;border:1px solid var(--line-soft);border-radius:12px;background:#fff8ea}.resource-need strong{display:block;color:var(--ink);font-size:14px}.resource-need p{margin:8px 0 0;color:var(--ink-soft);font-size:13px;line-height:1.7}.resource-need .chip-row{margin-top:12px}.resource-need+.resource-need{margin-top:12px}.resource-need .resource-note{margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.7}.people-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.people-card h2{margin-bottom:12px}.people-list{display:flex;flex-direction:column;gap:10px}.person-row{display:flex;align-items:center;gap:10px}.person-row strong{display:block;color:var(--ink);font-size:13px}.person-row small{display:block;color:var(--muted);font-size:12px}.person-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.person-avatar.is-fallback{display:grid;place-items:center;background:#edf3f8;color:#355e89;font-size:12px;font-weight:700}.swot-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.swot-card h2{margin-bottom:6px}.swot-list{margin:12px 0 0;padding-left:18px;color:var(--ink-soft);font-size:14px;line-height:1.75}.swot-list li+li{margin-top:8px}.swot-card.is-strengths{box-shadow:inset 3px 0 #2c8a62}.swot-card.is-weaknesses{box-shadow:inset 3px 0 #bb5b5a}.swot-card.is-opportunities{box-shadow:inset 3px 0 #27bfdc}.swot-card.is-threats{box-shadow:inset 3px 0 #b77b19}@media(max-width:1080px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout,.judgment-grid,.shift-grid,.arch-grid,.arch-flow,.swot-grid,.resource-columns{grid-template-columns:1fr}}:root{--ink: #17191a;--ink-soft: #485055;--muted: #8b9599;--faint: #b5bdbe;--line: #e1e6e5;--line-soft: #edf0ef;--canvas: #f6f7f5;--card: #fff;--accent: #27bfdc;--accent-dark: #0d96b2;--accent-pale: #e6f8fb;--green: #2c8a62;--green-pale: #e9f7ef;--amber: #b77b19;--amber-pale: #fff5dc;--red: #bb5b5a;--red-pale: #fff0ef}html,body,#root{min-height:100%}body,.app-shell,.main-content{background:var(--canvas)}.topbar{height:46px;gap:10px;padding:0 14px;background:#fff;border-bottom:1px solid var(--line)}.brand-button{height:32px;gap:8px;padding:0 8px;border-radius:8px;background:transparent;color:var(--ink)}.brand-button:hover{background:#f3f4f3;transform:none}.brand-button img{width:20px;height:20px}.brand-button strong{color:var(--ink);font-size:14px;font-weight:650;letter-spacing:-.02em}.topbar-copy{display:inline-flex;align-items:center;color:var(--muted);font-size:12px;letter-spacing:0}.account-wrap{position:relative;margin-left:auto}.topbar-user{height:32px;gap:8px;padding:0 8px;border:0;background:transparent;color:var(--muted);font-size:12px}.topbar-user:hover{background:#f3f4f3}.avatar{width:22px;height:22px;overflow:hidden;background:#355e89;font-size:11px}.avatar img{width:100%;height:100%;object-fit:cover}.avatar.lg{width:36px;height:36px}.account-menu{position:absolute;z-index:30;top:38px;right:0;width:240px;display:flex;flex-direction:column;padding:8px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 14px 40px #0f0f0f1f}.account-menu-head{display:flex;align-items:flex-start;gap:10px;padding:8px 8px 12px}.account-menu-head strong{display:block;color:var(--ink);font-size:14px}.account-menu-head small{display:block;margin-top:2px;color:var(--muted);font-size:12px}.account-menu button{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;border-radius:6px;color:var(--ink);font-size:13px}.account-menu button:hover{background:#f3f4f3}.account-menu .is-danger{color:#b44242}.nav-rail{width:72px;flex-basis:72px;top:46px;height:calc(100vh - 46px);padding:8px 6px 12px;background:#fbfcfd;border-right:1px solid var(--line)}.rail-main{gap:4px}.rail-item{width:60px;min-height:54px;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;color:#778898;border-radius:8px;font-size:11px;text-align:center}.rail-item svg{grid-row:auto}.rail-item:hover{color:var(--ink);background:#eef2f4;transform:none}.rail-item.active{position:relative;color:var(--ink);background:#edf3f8;box-shadow:none}.rail-item.active:before{content:"";width:2px;height:22px;position:absolute;left:-6px;border-radius:2px;background:var(--accent)}.main-content{height:calc(100vh - 46px)}.page-head{min-height:44px;padding:10px 22px 6px;background:#fff}.page-head h1{font-size:16px;font-weight:650;letter-spacing:0}.page-body{padding:12px 22px 36px}.overview-body{padding-top:16px}.stats{gap:11px;margin-bottom:20px}.stat-card,.panel,.direction-card,.review-card,.detail-card{border:1px solid var(--line);border-radius:13px;background:var(--card);box-shadow:0 4px 18px #1d2c2d06}.stat-card{min-height:112px;padding:17px 18px;position:relative;overflow:hidden}.stat-card:after{content:"";width:52px;height:52px;position:absolute;right:-14px;bottom:-19px;border-radius:50%;background:var(--accent-pale)}.stat-card small{font-size:11px;font-weight:500;letter-spacing:.01em}.stat-card strong{margin-top:10px;font-size:30px}.stat-card em{color:#9aa4a5;font-size:11px}.direction-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:13px}.direction-card,.review-card{padding:19px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.direction-card:hover,.review-card:hover{border-color:#b9dfe5;background:#fff;box-shadow:0 10px 24px #1d2c2d14;transform:translateY(-2px)}.card-top strong{font-size:16px;font-weight:600;letter-spacing:-.035em}.direction-card p,.review-card p,.detail-card p{font-size:13px;line-height:1.7;letter-spacing:-.02em}.chip{border:1px solid var(--line);background:#fbfcfb;color:#6c7779;font-size:11px}.detail-layout{grid-template-columns:minmax(0,1.5fr) 320px;gap:15px}.detail-stack{gap:13px}.detail-card{padding:21px 23px}.detail-card h2{margin-bottom:14px;font-size:15px;font-weight:600}.kv{gap:10px 14px}.list-row{gap:12px;padding:13px 0}.list-row strong{font-size:13px;font-weight:600}.list-row small{color:#899496;font-size:11px}.score-box strong{font-size:42px}.empty-state{padding:54px 16px;border:1px dashed #cbd5d4;border-radius:13px;background:#ffffff6b}.toast{border:1px solid #2e3e40;border-radius:9px;background:#172021;box-shadow:0 12px 25px #00000024}.overview-body{gap:14px}.overview-body>*{flex:0 0 auto}.overview-hero{position:relative;overflow:hidden;padding:24px 28px 26px;border:1px solid rgba(39,191,220,.28);border-radius:16px;background:radial-gradient(420px 180px at 92% -10%,rgba(39,191,220,.18),transparent 60%),linear-gradient(180deg,#ffffffdb,#f6fbfcf0),repeating-linear-gradient(90deg,rgba(39,191,220,.06) 0 1px,transparent 1px 28px),repeating-linear-gradient(0deg,rgba(39,191,220,.05) 0 1px,transparent 1px 28px);color:var(--ink);box-shadow:inset 0 1px #fffc,0 10px 28px #27bfdc14}.overview-hero:after{content:"";width:180px;height:180px;position:absolute;right:-36px;top:-72px;border:1px solid rgba(39,191,220,.28);border-radius:50%;box-shadow:0 0 0 16px #27bfdc0f,0 0 48px #27bfdc1f;pointer-events:none}.overview-kicker{color:var(--accent-dark);font-size:11px;font-weight:650;letter-spacing:.08em}.overview-hero h2{max-width:770px;color:var(--ink);font-size:clamp(26px,3.2vw,36px);font-weight:600;letter-spacing:-.05em}.overview-hero p{max-width:830px;color:var(--ink-soft);font-size:14px;line-height:1.75}.overview-body .detail-card>p{font-size:14px;line-height:1.75}.judgment-grid{gap:12px}.judgment-grid p{font-size:14px;line-height:1.75}.shift-grid{gap:9px}.shift-card{border:1px solid var(--line-soft);border-radius:10px;background:#f8faf9}.arch-grid{gap:13px}.arch-lane{padding:17px;border:1px solid var(--line-soft);border-radius:11px;background:#f8faf9}.arch-node{border:1px solid #dfe7e5;border-radius:9px;background:#fff}.arch-node small{color:#849092;font-size:10px}@media(max-width:1080px){.nav-rail{width:72px;flex-basis:72px}}@media(max-width:720px){.topbar{height:46px;padding:0 10px;gap:8px}.topbar-copy{display:none}.nav-rail{width:64px;flex-basis:64px;top:46px;height:calc(100vh - 46px);padding:8px 4px}.rail-item{width:56px;min-height:50px;height:50px;padding:0;text-align:center}.rail-item.active:before{left:-4px}.main-content{height:calc(100vh - 46px)}.page-head{min-height:40px;padding:8px 14px 4px}.page-body{padding:10px 14px 28px}.overview-hero{padding:20px 18px 22px}.overview-hero h2{font-size:26px}}.ui-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000047}.ui-modal-layer.is-fullscreen-layer{padding:16px}.ui-modal-layer.is-lightbox-layer{background:#0f1720c7}.ui-modal.is-fullscreen{width:min(96vw,1680px);height:min(94vh,1080px);max-height:none;border-radius:10px}.ui-modal.is-lightbox{position:relative;width:min(92vw,1440px);max-height:86vh;background:transparent;box-shadow:none}.ui-modal.is-lightbox .ui-modal-body{padding:0;display:flex;align-items:center;justify-content:center;overflow:visible;background:transparent}.ui-modal{width:min(560px,calc(100vw - 32px));max-height:min(80vh,720px);display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 18px 48px #00000029}.ui-modal.is-wide{width:min(860px,calc(100vw - 32px))}.ui-modal.is-compact{width:min(420px,calc(100vw - 32px))}.ui-modal.is-tall{width:min(920px,calc(100vw - 32px));height:min(88vh,920px);max-height:min(88vh,920px)}.ui-modal.is-tall .ui-modal-body{overflow:hidden;display:flex;flex-direction:column;padding:16px 18px 12px}.ui-modal.is-flush .ui-modal-body{overflow:hidden;padding:0}.ui-modal.is-history{width:min(980px,calc(100vw - 32px));height:min(82vh,860px);max-height:min(82vh,860px)}.ui-modal.is-history .drawio-frame-shell{height:100%;min-height:0}.ui-modal-header{display:flex;align-items:center;justify-content:space-between;min-height:52px;flex:0 0 auto;padding:0 16px;border-bottom:1px solid var(--line)}.ui-modal-header strong{display:inline-flex;align-items:center;gap:8px;color:#000;font-size:16px;font-weight:577;letter-spacing:-.03em}.ui-modal-help-wrap{position:relative;display:inline-flex}.ui-modal-help{width:22px;height:22px;display:grid;place-items:center;color:#9b9a97;border-radius:999px}.ui-modal-help:hover,.ui-modal-help.is-open{color:#37352f;background:#f3f3f1}.ui-modal-help-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:4;width:min(320px,calc(100vw - 72px));padding:10px 12px;border:1px solid #ecece8;border-radius:8px;background:#fff;color:#565550;font-size:12px;font-weight:400;line-height:1.6;box-shadow:0 10px 24px #1b2c3c24}.ui-modal-close{width:28px;height:28px;display:grid;place-items:center;color:#787774;border-radius:6px}.ui-modal-close:hover{color:#37352f;background:#f3f3f1}.ui-modal-body{min-height:0;flex:1;overflow:auto;padding:16px 18px}.ui-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;min-height:56px;padding:12px 18px;border-top:1px solid #efeeeb;background:#fff}.ui-modal-empty{padding:28px 8px;color:#8b99a6;font-size:13px;text-align:center}.ui-form{display:flex;flex-direction:column;gap:16px}.ui-field{display:flex;flex-direction:column;gap:6px}.ui-field-label{color:#8a8a8a;font-size:12px}.ui-input,.ui-select-trigger{width:100%;height:36px;box-sizing:border-box;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#000;font-size:14px}.ui-input:focus,.ui-select-trigger:focus{outline:0;border-color:#38c6ec;box-shadow:0 0 0 3px #38c6ec29}.ui-input:disabled,.ui-select-trigger:disabled{opacity:.62;background:#fafaf8}.ui-select-wrap{position:relative;width:100%}.ui-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-right:10px;text-align:left}.ui-select-trigger>span{min-width:0;display:flex;flex-direction:column;gap:1px;overflow:hidden}.ui-select-trigger strong,.ui-select-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select-trigger small{overflow:hidden;color:#8b99a6;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ui-select-trigger.is-placeholder{color:#9aa8b5}.ui-select-trigger svg{flex:0 0 auto;color:#787374}.ui-select-wrap.is-open .ui-select-trigger{border-color:#38c6ec;box-shadow:0 0 0 3px #38c6ec29}.ui-select-panel{z-index:80;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 12px 28px #0000001f}.ui-select-search{height:36px;display:flex;align-items:center;gap:7px;padding:0 10px;color:#8796a5;border-bottom:1px solid var(--line)}.ui-select-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#37352f;font-size:13px}.ui-select-list{max-height:260px;overflow:auto;padding:4px}.ui-select-option{width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:6px;text-align:left}.ui-select-option>span{min-width:0;display:flex;flex-direction:column;gap:1px}.ui-select-option strong{overflow:hidden;color:#30465a;font-size:13px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.ui-select-option small{overflow:hidden;color:#8b99a6;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ui-select-option svg{flex:0 0 auto;color:var(--accent)}.ui-select-option.is-active,.ui-select-option:hover{background:#f2f2f2}.ui-select-option.is-selected{background:#e8f8fd}.ui-select-empty{padding:16px 8px;color:#8b99a6;font-size:12px;text-align:center}.ui-date-wrap{position:relative;width:100%}.ui-date-trigger{width:100%;height:36px;display:flex;align-items:center;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#000;font-size:14px;text-align:left}.ui-date-trigger.is-placeholder{color:#9aa8b5}.ui-date-trigger:disabled{opacity:.62;background:#fafaf8}.ui-date-wrap.is-open .ui-date-trigger{border-color:#38c6ec;box-shadow:0 0 0 3px #38c6ec29}.ui-date-panel{z-index:80;width:276px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 12px 28px #26394b29}.ui-date-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ui-date-head strong{color:#243238;font-size:13px;font-weight:650}.ui-date-head button{width:26px;height:26px;display:grid;place-items:center;border-radius:6px;color:#6b757b}.ui-date-head button:hover{background:#f3f6f9;color:#2d3b40}.ui-date-week,.ui-date-grid{display:grid;grid-template-columns:repeat(7,1fr)}.ui-date-week span{height:24px;display:grid;place-items:center;color:#8a959b;font-size:11px}.ui-date-day{height:32px;display:grid;place-items:center;border-radius:8px;color:#2d3b40;font-size:12px}.ui-date-day:hover{background:#f3f6f9}.ui-date-day.is-outside{color:#c0c6cb}.ui-date-day.is-today{box-shadow:inset 0 0 0 1px #cfd8dc}.ui-date-day.is-selected{background:#e8f8fd;color:#0a6f86;font-weight:577}.ui-date-foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid #edf0f1}.ui-date-foot button{height:26px;padding:0 8px;border-radius:6px;color:#3d6f9d;font-size:12px}.ui-date-foot button:hover{background:#f3f6f9}.ui-input-row{display:flex;gap:8px}.ui-input-row .ui-input{flex:1;min-width:0}.ui-button{height:35px;padding:0 14px;border-radius:9px;font-size:12px;font-weight:600;letter-spacing:-.01em}.ui-button-primary{color:#fff;background:#172021}.ui-button-primary:hover:not(:disabled){background:#2b3738}.ui-button-secondary{color:#586466;border-color:#dfe6e4;background:#fff}.ui-button-secondary:hover:not(:disabled){color:#172021;background:#f1f5f3}.ui-button-ghost{color:#869193}.ui-button-ghost:hover:not(:disabled){color:#172021;background:#e8eeec}.ui-modal-layer{background:#141e1e57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ui-modal{border:1px solid #dfe6e4;border-radius:14px;box-shadow:0 24px 70px #19282833}.ui-modal-header{min-height:58px;padding:0 20px;border-bottom-color:#e6ebea}.ui-modal-header strong{color:#172021;font-size:15px}.ui-modal-body{padding:20px}.ui-modal-footer{min-height:64px;padding:13px 20px;border-top-color:#e6ebea;background:#fbfcfb}.ui-field{gap:7px}.ui-field-label{color:#7b8788;font-size:11px;font-weight:500}.ui-input,.ui-select-trigger,.ui-date-trigger{height:38px;border-color:#dfe6e4;border-radius:9px;font-size:13px}.ui-input:focus,.ui-select-trigger:focus,.ui-date-trigger:focus{border-color:#27bfdc;box-shadow:0 0 0 3px #27bfdc21}.ui-textarea{border-color:#dfe6e4;border-radius:9px}.ui-switch.is-on{background:#27bfdc}.ui-check{display:flex;align-items:center;gap:8px;color:#37352f;font-size:13px}.ui-check input{width:15px;height:15px;margin:0;accent-color:#3d7ea6}.ui-switch{position:relative;width:36px;height:20px;flex:0 0 auto;border:0;border-radius:99px;background:#d5dbe3;padding:0}.ui-switch i{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #1b2c3c2e;transition:left .12s ease;pointer-events:none}.ui-switch.is-on{background:#38c6ec}.ui-switch.is-on i{left:18px}.ui-switch:disabled{opacity:.55}.ui-button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border-radius:17px;font-size:13px;font-weight:500;letter-spacing:-.02em;white-space:nowrap}.ui-button:disabled{opacity:.55;cursor:not-allowed}.ui-button-primary{color:#fff;background:#000}.ui-button-primary:hover:not(:disabled){background:#111}.ui-button-primary.is-danger{background:#c24b4b}.ui-button-primary.is-danger:hover:not(:disabled){background:#a53b32}.ui-confirm-copy{margin:4px 0 0;color:#8a8a8a;font-size:13px;line-height:1.7;white-space:pre-wrap}.ui-button-secondary{color:#2e2e2e;border:1px solid var(--line);background:#fff}.ui-button-secondary:hover:not(:disabled){color:#000;background:#f2f2f2}.ui-button-ghost{color:#8a8a8a}.ui-button-ghost:hover:not(:disabled){color:#000;background:#f2f2f2}.public-share-page{display:flex;width:100%;height:100vh;min-height:0;flex-direction:column;overflow:hidden;background:#fff;color:#37352f}.public-share-header{display:flex;height:54px;flex:none;align-items:center;gap:16px;border-bottom:1px solid #e9e9e7;padding:0 clamp(16px,3vw,32px);background:#fffffff5}.public-share-brand{display:inline-flex;align-items:center;gap:9px;flex:none;padding-right:16px;border-right:1px solid #e4e4e1;color:#37352f;font-size:14px;font-weight:650}.public-share-brand img{width:23px;height:23px;object-fit:contain}.public-share-heading{display:flex;min-width:0;flex:1;align-items:center;gap:10px;overflow:hidden}.public-share-heading strong{min-width:0;overflow:hidden;color:#25241f;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.public-share-actions{display:inline-flex;align-items:center;gap:10px;flex:none;margin-left:auto}.public-share-toggle{height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 4px;color:#6f6e69;font-size:12px}.public-share-toggle:hover{color:#37352f}.public-share-toggle.is-on{color:#2d4f72;font-weight:650}.public-share-path{display:flex;min-width:0;flex:0 1 auto;align-items:center;overflow:hidden;color:#9b9a97;font-size:12px;white-space:nowrap}.public-share-path span{display:inline-flex;min-width:0;align-items:center}.public-share-path em{margin:0 6px;color:#c7c6c3;font-style:normal}.public-share-main{display:flex;min-height:0;flex:1;overflow:hidden}.public-share-state,.public-share-access{display:flex;width:min(100% - 32px,420px);margin:auto;align-items:center;flex-direction:column;color:#787774;text-align:center}.public-share-state{gap:10px;font-size:13px}.public-share-state-icon{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:7px;background:#f1f1ef;color:#787774}.public-share-state h1,.public-share-access h1{margin:12px 0 0;color:#37352f;font-size:20px;font-weight:650}.public-share-state p,.public-share-access p{margin:6px 0 0;color:#9b9a97;font-size:13px}.public-share-access form{display:grid;width:min(100%,320px);gap:10px;margin-top:24px}.public-share-access small{color:#b44242;font-size:12px;text-align:left}.public-share-document{display:flex;width:100%;min-width:0;min-height:0;flex:1;flex-direction:column;overflow:hidden}.public-share-meta{display:flex;align-items:center;gap:12px;margin:28px 0 8px;color:#9b9a97;font-size:12px}.public-share-document .tiptap-shell,.public-share-document .tiptap-body{min-height:0;flex:1;overflow:hidden}.public-share-document .tiptap-toc{position:absolute;top:24px;right:10px;bottom:auto}.public-share-document .tiptap-toc-panel{scrollbar-width:thin;scrollbar-color:rgba(55,53,47,.28) transparent}.public-share-document .tiptap-toc-panel::-webkit-scrollbar{width:8px}.public-share-document .tiptap-toc-panel::-webkit-scrollbar-track{background:transparent}.public-share-document .tiptap-toc-panel::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:99px;background:#37352f47;background-clip:content-box}.public-share-document .tiptap-stage{overflow:auto;padding:28px max(20px,calc((100% - 860px)/2)) 64px;scrollbar-width:thin;scrollbar-color:rgba(55,53,47,.28) transparent}.public-share-document.is-full .tiptap-stage{padding:28px 48px 64px}.public-share-document .tiptap-stage::-webkit-scrollbar{width:8px}.public-share-document .tiptap-stage::-webkit-scrollbar-track{background:transparent}.public-share-document .tiptap-stage::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:99px;background:#37352f47;background-clip:content-box}.ui-image-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;background:#0f1720db}.ui-image-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto;min-height:48px;padding:0 16px;color:#e8eef3}.ui-image-preview-toolbar span{font-size:13px;font-weight:550}.ui-image-preview-toolbar>div{display:flex;align-items:center;gap:6px}.ui-image-preview-toolbar em{min-width:48px;color:#c9d4dc;font-size:12px;font-style:normal;text-align:center}.ui-image-preview-toolbar button,.ui-image-preview-nav{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;background:#ffffff14;color:#e8eef3}.ui-image-preview-toolbar button:hover,.ui-image-preview-nav:hover{background:#ffffff29}.ui-image-preview-nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%)}.ui-image-preview-nav.is-prev{left:16px}.ui-image-preview-nav.is-next{right:16px}.ui-image-preview-stage{min-height:0;flex:1;display:grid;place-items:center;overflow:hidden;cursor:grab;touch-action:none}.ui-image-preview-stage.is-zoom{cursor:grabbing}.ui-image-preview-stage img{max-width:min(92vw,1440px);max-height:calc(100vh - 88px);object-fit:contain;transform-origin:center center;-webkit-user-select:none;user-select:none}
