.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:10px 24px 16px}.app-left{min-width:0;position:sticky;top:10px;max-height:calc(100vh - 26px);display:flex;flex-direction:column}.app-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.app-mark{width:30px;height:30px;border-radius:7px;display:block}.app-titles{min-width:0;display:flex;flex-direction:column}.app-title{margin:0;font-size:16px;letter-spacing:.5px}.app-subtitle{font-size:11px;color:var(--text-dim);white-space:nowrap}.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;min-height:0;-webkit-user-select:none;user-select:none;cursor:grab;overflow-y:auto;overflow-x:hidden;padding:10px 12px 12px 6px}.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-ref-section:not(:last-child){margin-bottom:10px}.lp-ref-section-title{margin-bottom:4px;padding:2px 6px;border-radius:4px;background:#ffdead;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-dim)}.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)}.steps-modal-panel{position:relative;display:flex;flex-direction:column;width:min(1000px,100%);max-height:85vh;min-height:0;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 24px 70px #0006}.steps-modal-image{display:block;flex:1;min-height:0;width:100%;object-fit:contain}.steps-modal-caption{flex:none;padding:12px 18px;text-align:center;font-size:15px}.steps-modal-caption strong{color:var(--accent);margin-right:10px}.steps-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:64px;border:none;border-radius:8px;background:#00000059;color:#fff;font-size:36px;line-height:1;cursor:pointer}.steps-modal-nav:hover{background:#0009}.steps-modal-nav--prev{left:12px}.steps-modal-nav--next{right:12px}.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 img{display:block;max-width:100%;height:auto;margin:0 0 16px;border-radius:6px}.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;position:relative;display:grid;grid-template-columns:minmax(0,1200px) minmax(260px,320px);grid-template-rows:auto auto auto;column-gap:22px;align-items:start;justify-content:start}.controls,.interaction-row,.graph-frame{grid-column:1}.controls-toggle{position:absolute;top:0;left:0;z-index:2;width:26px;height:26px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-dim);font-size:13px;line-height:1;cursor:pointer}.controls-toggle:hover{border-color:var(--accent);color:var(--accent)}.controls{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,320px) auto;gap:12px;align-items:end;margin-left:36px}.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:34px;border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:6px 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:8px 0;color:var(--text-dim);font-size:13px}.badge{border-radius:999px;background:var(--accent-soft);color:var(--accent);font-weight:700;padding:4px 10px}.checkbox-label{display:inline-flex;gap:8px;align-items:center}.checkbox-label input{width:16px;height:16px;accent-color:var(--accent)}.legend-inline{margin-left:auto;display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px 14px;color:var(--text-dim);font-size:11px}.legend-inline-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.legend-inline .edge-sample{width:26px;border-top-width:2px}.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:13px;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:16px;font-weight:700}.node-title{fill:var(--text);font-size:15px;font-weight:600}.node-cluster{fill:var(--text-dim);font-size:11px}.is-dimmed{opacity:.09}.bottom-grid{grid-column:2;grid-row:1 / span 3;position:sticky;top:10px}.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}.app-left{position:static;max-height:none;display:block}.left-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));overflow:visible;padding-right:0}.graph-column{grid-template-columns:1fr}.bottom-grid{grid-column:1;grid-row:auto;position:static;margin-top:18px}}@media(max-width:900px){.controls{grid-template-columns:1fr}.controls>button{width:100%}.legend-inline{width:100%;margin-left:0}.graph{min-height:500px}}@media(max-width:520px){.app{padding:14px}.graph{min-height:440px}}
