.smcb{width:100%;color:#111827;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.smcb-toolbar{display:flex;justify-content:flex-start;align-items:center;gap:10px;flex-wrap:nowrap;margin-bottom:12px}.smcb-toolbar-title{align-self:center;flex:0 0 auto;margin:0;font-size:18px;line-height:1.2;white-space:nowrap}.smcb-toolbar label{display:inline-flex;align-items:center;flex:0 0 auto;gap:6px;font-size:14px;white-space:nowrap}.smcb-toolbar select,.smcb-toolbar button{min-height:40px;border:1px solid #d1d5db;border-radius:9px;background:#fff;color:#111827;padding:8px 12px;font:inherit}.smcb-toolbar .cost-chart-modal-close{margin-left:auto}.smcb-scroll{width:100%;overflow-x:auto}.smcb-svg{display:block;width:100%;min-width:860px;height:auto}.smcb-svg .title{font-size:22px;font-weight:700;fill:#111827}.smcb-svg .subtitle,.smcb-svg .note{font-size:12px;fill:#6b7280}.smcb-svg .axis,.smcb-svg .legend{font-size:13px;fill:#374151}.smcb-svg .axisLabel{font-size:14px;font-weight:600;fill:#111827}.smcb-svg .total{font-size:12px;font-weight:700;fill:#111827}.smcb-svg .smcb-bar-slice{cursor:pointer}.smcb-svg .series-emphasis{pointer-events:none}.smcb-svg .series-emphasis line{stroke:currentColor;stroke-width:1}.smcb-svg .series-emphasis text{fill:currentColor;font-size:12px;font-weight:700}.smcb-legend-item{--smcb-legend-active-scale: 1.15;--smcb-legend-pop-scale: 1.18;--smcb-legend-pop-duration: .18s;outline:none}.smcb-legend-content{transform-box:fill-box;transform-origin:0 50%}.smcb-legend-item--active .smcb-legend-content{animation:smcb-legend-pop var(--smcb-legend-pop-duration) ease-out;transform:scale(var(--smcb-legend-active-scale))}.smcb-legend-item--active .legend{fill:currentColor;font-weight:700}.smcb-legend-focus-ring{fill:transparent;stroke:transparent;stroke-width:2;pointer-events:all}.smcb-legend-item:focus-visible .smcb-legend-focus-ring{stroke:currentColor}@keyframes smcb-legend-pop{0%{transform:scale(1)}65%{transform:scale(var(--smcb-legend-pop-scale))}to{transform:scale(var(--smcb-legend-active-scale))}}@media(prefers-reduced-motion:reduce){.smcb-legend-item--active .smcb-legend-content{animation:none}}@media(max-width:800px){.smcb-toolbar{flex-wrap:wrap}.smcb-toolbar-title{flex-basis:100%}}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f3f3f1;padding:24px}.login-form{width:min(380px,100%);background:#fff;border-radius:8px;box-shadow:0 14px 40px #0000001a;padding:28px 28px 22px;display:flex;flex-direction:column;gap:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:8px}.login-brand-mark{width:48px;height:48px;border-radius:9px;display:block}.login-title{margin:0;font-size:20px;font-weight:700;letter-spacing:.5px}.login-subtitle{font-size:12px;color:#666}.login-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#444}.login-field span{text-transform:uppercase;letter-spacing:1px;font-size:10px;color:#666;font-weight:700}.login-field input{padding:8px 10px;border:1px solid #ccc;border-radius:4px;font-size:14px;font-family:inherit;background:#fff}.login-field input:focus{outline:none;border-color:#006838;box-shadow:0 0 0 2px #e6f4ec}.login-password-wrap{position:relative;display:flex}.login-password-wrap input{flex:1;padding-right:36px}.login-eye{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:4px 6px;cursor:pointer;color:#777;display:flex;align-items:center;justify-content:center;border-radius:3px}.login-eye:hover{color:#006838;background:#f1f5f3}.login-eye:focus-visible{outline:2px solid #006838;outline-offset:1px}.login-error{padding:8px 10px;background:#fbe7e7;color:#a03434;border-radius:4px;font-size:12px;line-height:1.4}.login-submit{margin-top:4px;padding:10px 12px;background:#006838;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:.5px;cursor:pointer;font-family:inherit}.login-submit:hover:not(:disabled){background:#00502b}.login-submit:disabled{background:#999;cursor:not-allowed}.login-footnote{text-align:center;font-size:11px;color:#999;margin-top:4px}:root{--bg: floralwhite;--surface: #fff;--border: #d6d6d6;--border-soft: #ececec;--text: #1a1a1a;--text-dim: #666;--text-muted: #999;--accent: #006838;--accent-soft: #e6f4ec;--strategy: #2563eb;--phone: #16a34a;--software: #9333ea;--platform: #ea580c;--display: #0891b2;--input: #ca8a04;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}button,input,select{font:inherit;color:var(--text)}button{cursor:pointer}.app{padding:16px 24px 24px}.app-header{justify-content:center;display:flex;align-items:center;gap:14px;margin-bottom:6px}.app-mark{width:38px;height:38px;border-radius:8px;display:block}.app-title{margin:0;font-size:22px;letter-spacing:.5px}.app-subtitle{font-size:13px;color:var(--text-dim)}.app-note{max-width:820px;margin:0 auto 18px;text-align:center;font-size:13px;line-height:1.5;color:var(--text-dim)}.app-body{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;gap:22px}.left-panel{display:flex;flex-direction:column;gap:22px;padding-top:10px}.lp-card{background:#fff;border:2px solid var(--card-hue);border-radius:10px;padding:12px 14px 14px;box-shadow:0 4px 14px #00000012}.lp-card--strategy{--card-hue: var(--strategy)}.lp-card--phone{--card-hue: var(--phone)}.lp-card--software{--card-hue: var(--software)}.lp-card--platform{--card-hue: var(--platform)}.lp-card--display{--card-hue: var(--display)}.lp-card--input{--card-hue: var(--input)}.lp-card--reference{--card-hue: var(--accent)}.lp-card-title{margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.3px;color:var(--card-hue)}.lp-card-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.lp-card-items li{font-size:13px;line-height:1.4}.lp-item-link{padding:1px 0;background:none;border:none;text-align:left;font-family:inherit;font-size:13px;color:var(--text);cursor:pointer;text-decoration:underline;text-decoration-color:#00000040;text-underline-offset:2px}.lp-item-link:hover{color:var(--card-hue);text-decoration-color:currentColor}.lp-item-num{margin-right:6px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--card-hue)}.lp-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:5vh 24px;overflow:hidden;animation:lpFadeIn .15s ease}.lp-modal-panel{position:relative;display:flex;flex-direction:column;width:min(720px,100%);max-height:85vh;min-height:0;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 24px 70px #0006}.lp-modal-panel--wide{width:min(880px,100%)}.lp-modal-scroll{min-height:0;overflow-y:auto;padding:34px 40px 40px}.lp-modal-esc{flex:none;display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border-radius:999px;background:#ffffff2e;color:#fff;font-size:14px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;white-space:nowrap;pointer-events:none}.lp-modal-esc kbd{font-family:inherit;font-size:13px;padding:4px 10px;border-radius:5px;background:#fff;color:#1c1c1c;letter-spacing:.5px}.lp-modal-close{position:absolute;top:10px;right:12px;z-index:1;width:30px;height:30px;border:none;border-radius:6px;background:#fff;color:var(--text-dim);font-size:22px;line-height:1;cursor:pointer}.lp-modal-close:hover{background:#f2f2f2;color:var(--text)}.cost-chart-modal{padding:4vh 24px}.cost-chart-modal-panel{display:flex;flex-direction:column;width:min(1400px,100%);max-height:92vh;min-height:0;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 24px 70px #0006}.cost-chart-modal-close{flex:none;width:34px;height:34px;border:none;border-radius:6px;background:#fff;color:var(--text-dim);font-family:inherit;font-size:22px;line-height:1;cursor:pointer}.cost-chart-modal-close:hover,.cost-chart-modal-close:focus-visible{background:#f2f2f2;color:var(--text)}.cost-chart-modal-content{min-height:0;overflow:hidden;padding:24px}.cost-chart-modal-content .smcb{max-width:1120px;margin:0 auto}@media(max-width:720px){.cost-chart-modal{padding:16px 10px}.cost-chart-modal-panel{max-height:calc(100vh - 32px);overflow-y:auto}.cost-chart-modal-content{overflow:visible;padding:16px 12px}}.lp-doc{font-size:14px;line-height:1.65;color:var(--text)}.lp-doc--strategy{--card-hue: var(--strategy)}.lp-doc--phone{--card-hue: var(--phone)}.lp-doc--software{--card-hue: var(--software)}.lp-doc--platform{--card-hue: var(--platform)}.lp-doc--display{--card-hue: var(--display)}.lp-doc--input{--card-hue: var(--input)}.lp-doc h1{margin:0 0 14px;font-size:22px;line-height:1.3}.lp-doc-num{margin-right:10px;font-variant-numeric:tabular-nums;color:var(--card-hue)}.lp-doc h2{margin:26px 0 10px;padding-bottom:6px;border-bottom:1px solid var(--border-soft);font-size:17px}.lp-doc h4{margin:0 0 6px;font-size:13px;letter-spacing:.5px;text-transform:uppercase;color:var(--card-hue)}.lp-doc p{margin:0 0 12px}.lp-doc ul{margin:0 0 12px;padding-left:22px}.lp-doc li{margin-bottom:5px}.lp-doc em{color:var(--text-dim);font-style:normal;font-size:13px}.lp-doc-none{color:var(--text-muted)}.lp-doc-link{margin:4px 0 12px;padding:7px 12px;border:1px solid var(--accent);border-radius:6px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:700;cursor:pointer}.lp-doc-link:hover{background:var(--accent);color:#fff}.lp-doc-links{display:flex;flex-wrap:wrap;gap:8px}a.lp-doc-link{display:inline-block;text-decoration:none}.lp-doc-table{overflow-x:auto;margin:0 0 16px}.lp-doc table{border-collapse:collapse;width:100%;font-size:13px;font-variant-numeric:tabular-nums}.lp-doc th,.lp-doc td{border:1px solid var(--border-soft);padding:7px 10px;vertical-align:top}.lp-doc thead th{background:var(--accent-soft);font-weight:700;white-space:nowrap}.lp-doc th:not([align]),.lp-doc td:not([align]){text-align:left}.lp-doc tbody tr:nth-child(2n){background:#fafaf8}@keyframes lpFadeIn{0%{opacity:0}to{opacity:1}}.graph-column{min-width:0}.controls{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,320px) auto;gap:12px;align-items:end}.controls label{display:grid;gap:6px}.controls label>span{color:var(--text-dim);font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.controls input,.controls select,.controls>button{min-height:40px;border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:8px 10px;font-size:14px}.controls>button{font-weight:700;letter-spacing:.3px}.controls input:focus,.controls select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.controls button:hover{border-color:var(--accent);color:var(--accent)}.interaction-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:14px 0;color:var(--text-dim);font-size:13px}.badge{border-radius:999px;background:var(--accent-soft);color:var(--accent);font-weight:700;padding:6px 12px}.checkbox-label{display:inline-flex;gap:8px;align-items:center}.checkbox-label input{width:16px;height:16px;accent-color:var(--accent)}.hint{margin-left:auto;color:var(--text-muted)}.graph-frame{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:0 4px 14px #00000012}.graph{display:block;width:100%;min-height:620px;height:auto;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none}.graph--dragging{cursor:grabbing}.arrow-default{fill:var(--text-muted)}.arrow-highlight{fill:var(--accent)}.edge{fill:none;stroke:var(--text-muted);stroke-width:2.2;opacity:.62;transition:opacity .15s ease,stroke .15s ease,stroke-width .15s ease}.edge--support{stroke-dasharray:9 7}.edge--influence{stroke-dasharray:2 7}.edge--highlighted{stroke:var(--accent);stroke-width:4;opacity:.95}.edge-label{opacity:.9;transition:opacity .15s ease}.edge-label rect{fill:var(--surface);stroke:var(--border);cursor:help}.edge-label text{pointer-events:none;fill:var(--text);font-size:12px}.cluster-label{fill:var(--text-muted);font-size:15px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.topic-node{cursor:pointer;outline:none;transition:opacity .15s ease}.topic-node rect{rx:12px;stroke-width:2;transition:stroke-width .15s ease}.topic-node text{pointer-events:none}.topic-node--strategy rect{fill:color-mix(in srgb,var(--strategy) 13%,var(--surface));stroke:var(--strategy)}.topic-node--phone rect{fill:color-mix(in srgb,var(--phone) 13%,var(--surface));stroke:var(--phone)}.topic-node--software rect{fill:color-mix(in srgb,var(--software) 13%,var(--surface));stroke:var(--software)}.topic-node--platform rect{fill:color-mix(in srgb,var(--platform) 13%,var(--surface));stroke:var(--platform)}.topic-node--display rect{fill:color-mix(in srgb,var(--display) 13%,var(--surface));stroke:var(--display)}.topic-node--input rect{fill:color-mix(in srgb,var(--input) 13%,var(--surface));stroke:var(--input)}.topic-node--selected rect{stroke-width:5}.topic-node--match rect{stroke-width:5;stroke-dasharray:7 4}.topic-node:focus-visible rect{stroke:var(--accent);stroke-width:5}.node-number{fill:var(--text);font-size:18px;font-weight:700}.node-title{fill:var(--text);font-size:17px;font-weight:600}.node-cluster{fill:var(--text-dim);font-size:13px}.is-dimmed{opacity:.09}.bottom-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,1fr);gap:20px;margin-top:18px}.bottom-grid h2{margin:0 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:var(--text-dim)}.legend-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:12px}.legend-grid>div{display:flex;align-items:center;gap:10px;color:var(--text-dim);font-size:13px}.edge-sample{width:44px;flex:0 0 auto;border-top:3px solid var(--text-muted)}.edge-sample--support{border-top-style:dashed}.edge-sample--influence{border-top-style:dotted}.details-panel{border:2px solid var(--accent);border-radius:10px;background:var(--surface);box-shadow:0 4px 14px #00000012;padding:14px 16px;font-size:13px}.details-panel strong{color:var(--accent)}.details-panel p{margin:8px 0 0;line-height:1.55}.details-panel p:first-child{margin-top:0}@media(max-width:1100px){.app-body{grid-template-columns:1fr}.left-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media(max-width:900px){.controls{grid-template-columns:1fr}.controls>button{width:100%}.hint{width:100%;margin-left:0}.bottom-grid,.legend-grid{grid-template-columns:1fr}.graph{min-height:500px}}@media(max-width:520px){.app{padding:14px}.graph{min-height:440px}}
