:root{color-scheme:light;--bg: #f5f7fb;--panel: #ffffff;--panel-soft: #f8fafc;--line: #d8e0ee;--line-strong: #c9d4e5;--text: #172033;--muted: #4e5d78;--muted-soft: #67768f;--blue: #3557ff;--navy: #101f45;--navy-strong: #0e1a38;--success: #24683b;--danger: #ab384e;--shadow: 0 16px 40px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.pageShell{min-height:100vh;background:var(--bg)}.siteHeader{background:#fff;border-bottom:1px solid var(--line)}.siteHeaderInner{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.brandLockup{display:inline-flex;align-items:center;gap:12px;font-weight:800}.brandBadge{width:48px;height:44px;border:3px solid var(--navy-strong);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:1.45rem;line-height:1}.brandText{font-size:1.05rem}.siteNav{display:flex;align-items:center;gap:28px;color:var(--muted);font-weight:700}.siteNav a{position:relative;padding:8px 0}.siteNav a.active{color:var(--text)}.siteNav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:2px;background:var(--text)}.pageContainer{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:24px 0 48px}.projectHero{text-align:center;margin:0 auto 24px}.projectHero h1{margin:0;color:#0f172a;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1;font-weight:800;letter-spacing:-.025em}.projectHero p{max-width:900px;margin:12px auto 0;color:var(--muted);font-size:.98rem;line-height:1.5}.projectTabs{display:flex;justify-content:center;align-items:center;gap:14px;margin:24px 0 26px}.projectTab{border:1px solid var(--line-strong);background:#fff;color:var(--muted);padding:14px 22px;border-radius:18px;cursor:pointer;font-weight:800;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.projectTab:hover{transform:translateY(-1px)}.projectTab.active{background:linear-gradient(180deg,#12224c,#0e1a38);border-color:#16295a;color:#fff}.contentCard,.cardish{background:#fffffff0;border:1.5px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.descriptionLayout{display:grid;gap:18px;width:min(1320px,100%);margin:0 auto}.descriptionHero{padding:28px}.descriptionKicker,.panelKicker,.fieldLabel{margin:0 0 10px;color:#4f46e5;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:900}.descriptionHero h2,.panelHeaderRow h2{margin:0;max-width:760px;color:#0f172a;font-size:clamp(1.4rem,2.3vw,1.95rem);line-height:1.16;letter-spacing:-.025em;font-weight:800}.descriptionLead,.panelIntro{max-width:1020px;margin:16px 0 0;color:var(--muted);font-size:.96rem;line-height:1.65}.descriptionHighlightGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:24px}.descriptionHighlightCard{display:flex;align-items:center;gap:14px;min-height:86px;padding:16px;border:1px solid var(--line);border-radius:20px;background:#fcfdff;color:#334155;font-size:.9rem;font-weight:800;line-height:1.35}.descriptionIcon{width:28px;height:28px;border:2px solid var(--blue);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--blue);flex:0 0 auto;font-size:.9rem;font-weight:900}.descriptionTwoCol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.descriptionSection{padding:20px}.descriptionSectionHeader{display:flex;align-items:center;gap:10px}.descriptionSection h3,.descriptionSectionHeader h3,.infoCard h3,.resultsHeader h3{margin:0;color:var(--text);font-size:1.05rem;line-height:1.25;font-weight:800;letter-spacing:-.01em}.descriptionSection p,.infoCard li,.infoCard ol,.infoCard ul,.resultCard p{color:var(--muted);line-height:1.65}.descriptionSection>p{margin:12px 0 0;font-size:.95rem}.workflowGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.workflowGrid article{border:1px solid var(--line);border-radius:18px;background:var(--panel-soft);padding:16px}.workflowGrid span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:12px;border-radius:999px;background:#eef4ff;color:var(--blue);font-weight:900}.workflowGrid h4{margin:0 0 8px;color:var(--text);font-size:.95rem}.workflowGrid p{margin:0;font-size:.9rem}.dashboardGrid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:20px;align-items:start}.primaryPanel,.infoCard{padding:28px}.panelHeaderRow,.resultsHeader,.resultTopRow{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.queryPanel{margin-top:18px;padding:18px;border-radius:24px;border:1px solid var(--line);background:var(--panel-soft)}.queryPanel label{display:block;margin-bottom:10px;font-size:.95rem;color:var(--text);font-weight:700}.queryPanel textarea{width:100%;border-radius:18px;border:1px solid var(--line-strong);background:#fff;color:var(--text);padding:12px;resize:vertical;min-height:96px;outline:none}.queryPanel textarea::placeholder{color:#7f8ca4}.queryActions{display:flex;justify-content:flex-start;margin-top:12px}.primaryButton{border:0;border-radius:16px;padding:14px 22px;background:linear-gradient(180deg,#12224c,#0e1a38);color:#fff;font-weight:800;cursor:pointer}.primaryButton:disabled{opacity:.7;cursor:not-allowed}.progressSection{margin-top:18px}.progressTrack{width:100%;height:12px;border-radius:999px;background:#e1e7f0;overflow:hidden}.progressFill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#3065df,#5a97f0);transition:width .28s ease}.progressFill.is-animated{background-size:200% 100%;animation:progressShimmer 1.5s linear infinite}.progressFill.is-error{background:linear-gradient(90deg,#d45268,#ef7d8f)}.statusBubble{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;min-height:44px;padding:10px 18px;border-radius:999px;border:1px solid #ced8ee;background:#f3f6fb;color:var(--navy);font-size:.96rem;font-weight:800}.statusBubble.done{background:#eefaf0;border-color:#cde8d2;color:var(--success)}.statusBubble.error{background:#fff2f4;border-color:#efc1ca;color:var(--danger)}@keyframes progressShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.sampleQueryWrap{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.sampleChip{display:inline-flex;align-items:center;min-height:42px;padding:9px 15px;border-radius:999px;border:1px solid #ced8ee;background:#fff;color:var(--blue);font-size:.9rem;font-weight:800;cursor:pointer}.sampleChip:hover,.projectTab:hover,.primaryButton:hover{filter:brightness(.98)}.errorBanner{margin-top:18px;border-radius:18px;border:1px solid #efc1ca;background:#fff2f4;color:var(--danger);padding:14px 16px}.resultsSection{margin-top:26px;scroll-margin-top:100px}.resultsHeader{align-items:center;margin-bottom:14px}.resultsHeader span,.resultMeta{color:var(--muted);font-size:.92rem}.resultsList{display:grid;gap:16px}.emptyState,.resultCard{border-radius:22px;border:1px solid var(--line);background:var(--panel-soft)}.emptyState{padding:22px;color:var(--muted);line-height:1.7}.resultCard{padding:20px}.resultTopRow h4{margin:0;font-size:1.15rem}.scoreBadge{white-space:nowrap;border-radius:999px;padding:8px 12px;border:1px solid #cde8d2;background:#eefaf0;color:var(--success);font-size:.9rem;font-weight:800}.resultGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.resultBodyBlock{margin-top:14px}.matchExplanation{margin-top:16px;padding:14px 16px;border-radius:16px;background:#f2f6ff;border:1px solid #dbe5fb;color:#30405d;line-height:1.6}.secondaryPanel{display:grid;gap:20px}.infoCard ul,.infoCard ol{margin:16px 0 0;padding-left:22px}.infoCard li+li{margin-top:8px}.playbookShell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;align-items:start}.playbookNav{position:sticky;top:96px;display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid var(--line);border-radius:24px;background:#ffffffe0;box-shadow:var(--shadow)}.playbookNavTitle{margin:0 0 8px;font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-soft)}.playbookNav a{padding:9px 11px;border-radius:999px;color:var(--muted);font-size:.86rem;font-weight:800}.playbookNav a:hover{background:#eef4ff;color:var(--text)}.playbookContent{min-width:0;display:grid;gap:18px}.playbookGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.descriptionBulletList{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}.descriptionBulletList li{position:relative;padding-left:20px;color:#334155;font-size:.92rem;line-height:1.6}.descriptionBulletList li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:999px;background:#22c55e}@media (max-width: 1120px){.descriptionHighlightGrid,.workflowGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardGrid,.playbookShell,.playbookGrid{grid-template-columns:1fr}.playbookNav{position:static;flex-direction:row;flex-wrap:wrap}.playbookNavTitle{width:100%}}@media (max-width: 860px){.siteHeaderInner{flex-direction:column;align-items:flex-start}.siteNav{gap:18px;flex-wrap:wrap}.descriptionTwoCol,.descriptionHighlightGrid,.workflowGrid,.resultGrid{grid-template-columns:1fr}.projectTabs{flex-wrap:wrap}.panelHeaderRow,.resultsHeader,.resultTopRow{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.pageContainer,.siteHeaderInner{width:min(100% - 24px,1280px)}.descriptionHero,.primaryPanel,.infoCard{padding:22px}.projectHero h1{font-size:1.75rem}.brandBadge{width:44px;height:40px;font-size:1.2rem}}:root{--page-max: 1240px;--page-pad: 28px;--bg: #f4f7fb;--text: #0f172a;--muted: #475569;--muted-soft: #64748b;--line: #dbe3ef;--line-strong: #cbd5e1;--panel-soft: #f8fafc;--blue: #0f172a;--navy: #0f172a;--navy-strong: #0f172a;--shadow: 0 14px 32px rgba(15, 23, 42, .04)}body{background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 28rem),var(--bg)}.siteHeader,.site-header{width:100%;border-bottom:1px solid var(--line);background:#ffffffc2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.siteHeaderInner,.site-header-inner{width:min(var(--page-max),calc(100% - (var(--page-pad) * 2)));min-height:72px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header{display:block;padding:0}.siteHeader a,.site-header a,.brand-link{text-decoration:none}.brandLockup,.brand{display:inline-flex;align-items:center;gap:14px;color:#0f172a;font-size:18px;font-weight:800}.brandBadge,.brand-mark{width:52px;height:52px;border:3px solid #0f172a;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;font-size:20px;line-height:1;font-weight:900}.brandText{font-size:18px}.siteNav,.top-nav{display:flex;align-items:center;gap:28px;width:auto;color:#64748b;font-size:16px;font-weight:700}.siteNav a,.top-nav a{position:relative;padding:24px 0 21px;color:inherit;text-decoration:none}.siteNav a:hover,.top-nav a:hover,.siteNav a.active,.top-nav a.active,.top-nav .active{color:#0f172a}.siteNav a.active:after,.top-nav a.active:after,.top-nav .active:after{content:"";position:absolute;left:0;right:0;bottom:11px;height:3px;border-radius:999px;background:#0f172a}.mobile-menu-button{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);border-radius:12px;background:#fff;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.mobile-menu-button span{width:18px;height:2px;border-radius:999px;background:#0f172a}.pageContainer{width:min(var(--page-max),calc(100% - (var(--page-pad) * 2)));margin:0 auto;padding:40px 0 72px}.projectHero{max-width:980px;margin:0 auto;text-align:center}.projectHero h1{color:#0f172a;font-size:clamp(2.15rem,4.2vw,3.25rem);line-height:1.04;font-weight:900;letter-spacing:-.045em}.projectHero p{max-width:900px;margin:12px auto 0;color:#64748b;font-size:1rem;line-height:1.5}.projectTabs{gap:16px;margin:28px auto 42px}.projectTab{min-width:126px;border:1px solid var(--line);background:#fff;color:#475569;padding:16px 30px;border-radius:18px;font-size:16px;font-weight:800;box-shadow:none}.projectTab.active{border-color:#0f172a;background:#0f172a;color:#fff;box-shadow:0 14px 28px #0f172a29}.contentCard,.cardish,.infoCard,.primaryPanel{border:1px solid var(--line);border-radius:24px;background:#fffffff5;box-shadow:var(--shadow)}.descriptionLayout{width:min(var(--page-max),100%);gap:24px}.descriptionHero,.primaryPanel,.infoCard,.descriptionSection{padding:28px}.section-emphasis{background:linear-gradient(180deg,#fff,#f8fbff)}.section-soft{background:#fbfcff}.descriptionKicker,.panelKicker,.fieldLabel,.playbookNavTitle{color:#64748b;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.descriptionHero h2,.panelHeaderRow h2{max-width:920px;color:#0f172a;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.12;font-weight:900;letter-spacing:-.035em}.descriptionLead,.panelIntro{max-width:1080px;color:#475569;font-size:1rem;line-height:1.65}.descriptionHighlightGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:24px}.descriptionHighlightCard{min-height:86px;border:1px solid var(--line);background:#f8fafc;color:#0f172a;font-weight:900}.descriptionIcon,.workflowStepIcon{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:14px;background:#f1f5f9;color:#0f172a;box-shadow:inset 0 0 0 1px #0f172a0f;font-size:1rem}.descriptionTwoCol{gap:24px}.descriptionSectionHeader{align-items:center}.descriptionSection h3,.descriptionSectionHeader h3,.infoCard h3,.resultsHeader h3{color:#0f172a;font-size:1.14rem;font-weight:900;letter-spacing:-.02em}.descriptionSectionIntro{margin:8px 0 0;color:#64748b;line-height:1.6}.semanticWorkflowGrid,.workflowGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px}.workflowGrid article{min-height:190px;border:1px solid var(--line);border-radius:20px;background:#f8fafc;padding:18px;text-align:left}.workflowGrid span.workflowStepIndex{display:block;width:auto;height:auto;margin:0 0 10px;border-radius:0;background:transparent;color:#94a3b8;font-size:.68rem;font-weight:800;letter-spacing:.1em}.workflowStepTitle{display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid rgba(15,23,42,.08)}.workflowStepTitle h4{margin:0;color:#0f172a;font-size:.98rem;line-height:1.25;font-weight:900}.workflowGrid p{margin:14px 0 0;color:#475569;font-size:.92rem;line-height:1.55}.dashboardGrid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:24px}.queryPanel,.resultCard,.emptyState,.infoCard,.prospect-card,.selection-summary{border-color:var(--line);background:#f8fafc}.primaryButton{border-radius:16px;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;font-weight:900;box-shadow:0 12px 28px #1118272e}.sampleChip{border-color:var(--line);color:#0f172a}.scoreBadge{background:#ecfdf5;color:#047857}.matchExplanation{background:#f8fafc;border-color:var(--line)}.semanticPlaybookShell{grid-template-columns:220px minmax(0,1fr);gap:24px}.playbookNav{top:96px;border:1px solid var(--line);background:#ffffffe6;box-shadow:var(--shadow)}.playbookNav a:hover{background:#f1f5f9}.semanticPlaybookStrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}.semanticPlaybookStrip article{display:flex;align-items:center;gap:14px;min-height:86px;padding:16px;border:1px solid var(--line);border-radius:20px;background:#f8fafc;color:#0f172a;font-weight:900;line-height:1.3}.semanticPlaybookStrip span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border-radius:14px;background:#f1f5f9;box-shadow:inset 0 0 0 1px #0f172a0f}.semanticPlaybookGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.semanticPlaybookTitleRow{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start}.semanticPlaybookTitleRow .descriptionKicker{margin-bottom:6px}.descriptionBulletList li:before{background:#0f172a;opacity:.28}@media (max-width: 1120px){.descriptionHighlightGrid,.semanticPlaybookStrip,.workflowGrid,.semanticWorkflowGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardGrid,.playbookShell,.semanticPlaybookShell,.playbookGrid,.semanticPlaybookGrid{grid-template-columns:1fr}.playbookNav{position:static;flex-direction:row;flex-wrap:wrap}.playbookNavTitle{width:100%}}@media (max-width: 860px){:root{--page-pad: 20px}.siteHeaderInner,.site-header-inner{min-height:68px;flex-direction:row;align-items:center;flex-wrap:wrap;padding:10px 0}.siteHeaderInner{width:min(var(--page-max),calc(100% - (var(--page-pad) * 2)))}.siteNav{width:100%;gap:18px;flex-wrap:wrap}.mobile-menu-button{display:inline-flex;margin-left:auto}.top-nav{display:none;width:100%;padding:10px 0 4px;grid-template-columns:1fr;gap:6px;font-size:14px}.top-nav.is-open{display:grid}.top-nav a{display:block;padding:12px 14px;border-radius:14px;background:#f8fafc}.top-nav a.active{background:#eef2ff;padding-bottom:12px}.top-nav a.active:after{display:none}.descriptionTwoCol,.resultGrid{grid-template-columns:1fr}.projectTabs{flex-wrap:wrap}}@media (max-width: 640px){:root{--page-pad: 16px}.pageContainer,.siteHeaderInner,.site-header-inner{width:min(var(--page-max),calc(100% - (var(--page-pad) * 2)))}.pageContainer{padding-top:32px}.brandBadge,.brand-mark{width:44px;height:44px;font-size:17px;border-radius:12px}.brandText,.brand{font-size:17px}.projectHero h1{font-size:2rem}.projectTabs{gap:.75rem;margin:24px auto}.projectTab{width:100%}.descriptionHero,.primaryPanel,.infoCard,.descriptionSection,.cardish,.contentCard{padding:1.15rem;border-radius:1.25rem}.descriptionHighlightGrid,.workflowGrid,.semanticWorkflowGrid,.semanticPlaybookStrip,.project-footer-inner,.project-footer-nav{grid-template-columns:1fr}}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.project-footer{margin-top:72px;border-top:1px solid #e5e7eb;background:#f8fafc;color:#475569}.project-footer-inner{width:min(var(--page-max),calc(100% - (var(--page-pad) * 2)));margin:0 auto;padding:42px 0 28px;display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(280px,2fr);gap:32px}.project-footer-brand{display:grid;gap:12px;align-content:start}.project-footer-brand-link{display:inline-flex;align-items:center;gap:10px;color:#0f172a;text-decoration:none;font-weight:800}.project-footer-mark{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:2px solid #0f172a;border-radius:10px;font-size:15px;line-height:1;letter-spacing:-.04em}.project-footer-brand-text{font-size:18px}.project-footer-brand p{margin:0;max-width:360px;color:#475569;font-size:14px;line-height:1.6}.project-footer-nav{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:24px}.project-footer-nav div{display:grid;gap:8px;align-content:start}.project-footer-nav h3{margin:0 0 4px;color:#0f172a;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.project-footer-nav a{color:#475569;font-size:14px;text-decoration:none}.project-footer-nav a:hover{color:#0f172a}.project-footer-bottom{width:min(var(--page-max),calc(100% - (var(--page-pad) * 2)));margin:0 auto;padding:18px 0 26px;border-top:1px solid #e5e7eb;color:#64748b;font-size:13px;text-align:center}.ui-panel{background:#fff;border:1px solid #dbe3ef;border-radius:28px;box-shadow:0 18px 48px #0f172a0d;padding:28px}.ui-panel-wide{grid-column:1 / -1}.ui-panel-accent-blue{border-color:#bfdbfe;background:linear-gradient(135deg,#fff,#eff6ff)}.ui-panel .ui-eyebrow{margin:0 0 4px;color:#64748b;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ui-panel .ui-panel-title{margin:0 0 8px;color:#2a2220;font-size:1.2rem;line-height:1.28;font-weight:800;letter-spacing:-.018em}.ui-panel .ui-panel-body{margin:0;color:#52637a;font-size:.98rem;line-height:1.7}.ui-panel .ui-clean-list{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:8px}.ui-panel .ui-panel-body{font-size:.85rem;line-height:1.55;color:#52637a}.ui-panel .ui-clean-list li{position:relative;padding-left:22px;color:#52637a;font-size:.85rem;line-height:1.5}.ui-panel .ui-clean-list li:before{content:"";position:absolute;left:0;top:.48em;width:8px;height:8px;border-radius:999px;background:#94a3b8}.ui-panel .ui-clean-list strong{color:#334155;font-weight:700}.ui-panel .ui-panel-content{margin-top:16px}.ui-panel .ui-panel-content p{margin:0 0 10px;color:#52637a;font-size:.85rem;line-height:1.55}.ui-panel .ui-panel-content p:last-child{margin-bottom:0}@media (max-width: 700px){.ui-panel{padding:1.15rem;border-radius:1.25rem}.ui-panel .ui-panel-title{font-size:1.1rem}}.ui-disclaimer{margin:24px 0 32px;padding:12px 16px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;font-size:.8rem;line-height:1.4;text-align:center}.ui-feature-list-grid{display:grid;gap:14px;margin-top:18px}.ui-feature-list-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.ui-feature-list-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ui-feature-list-card{min-height:76px;padding:18px;border:1px solid #dbe3ef;border-radius:20px;background:#f8fafc;display:flex;align-items:center;justify-content:center;gap:10px;color:#0f172a;font-size:.95rem;font-weight:850;line-height:1.25;text-align:center}.ui-feature-list-icon{font-size:1.05rem;line-height:1}@media (max-width: 1100px){.ui-feature-list-grid-5,.ui-feature-list-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.ui-feature-list-grid-5,.ui-feature-list-grid-4{grid-template-columns:1fr}}.ui-architecture-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:18px}.ui-architecture-card{padding:22px;border:1px solid #dbe3ef;border-radius:22px;background:#f8fafc}.ui-architecture-eyebrow{margin:0 0 6px;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.ui-architecture-title{margin:0 0 8px;font-size:1.05rem;font-weight:850;color:#0f172a;line-height:1.25}.ui-architecture-body{margin:0;font-size:.85rem;line-height:1.55;color:#52637a}@media (max-width: 900px){.ui-architecture-grid{grid-template-columns:1fr}}.ui-step-list{display:grid;gap:12px;margin-top:18px}.ui-step-list-item{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:20px;padding:18px 20px;border:1px solid #dbe3ef;border-radius:20px;background:#f8fafc}.ui-step-list-number{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:14px;background:#eef2ff;color:#1e3a8a;font-size:.85rem;font-weight:900}.ui-step-list-content h3{display:flex;align-items:center;gap:8px;margin:0 0 4px;color:#0f172a;font-size:.98rem;line-height:1.25;font-weight:850}.ui-step-list-content p{margin:0;color:#52637a;font-size:.85rem;line-height:1.55}@media (max-width: 640px){.ui-step-list-item{grid-template-columns:1fr;gap:10px}}.ui-feature-card-grid{display:grid;gap:14px;margin-top:18px}.ui-feature-card-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.ui-feature-card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ui-feature-card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ui-feature-card{min-height:220px;padding:20px;border:1px solid #dbe3ef;border-radius:22px;background:#f8fafc;color:#52637a}.ui-feature-card-number{display:block;margin:0 0 14px;color:#94a3b8;font-size:.78rem;font-weight:900;letter-spacing:.08em}.ui-feature-card-title-row{display:flex;align-items:center;gap:12px;min-height:52px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}.ui-feature-card-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:16px;background:#f1f5f9;border:1px solid #dbe3ef;font-size:1.1rem}.ui-feature-card-title-row h3{margin:0;color:#0f172a;font-size:1rem;line-height:1.18;font-weight:850;letter-spacing:-.015em}.ui-feature-card p{margin:16px 0 0;color:#52637a;font-size:.85rem;line-height:1.55}@media (max-width: 1100px){.ui-feature-card-grid-5,.ui-feature-card-grid-4,.ui-feature-card-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.ui-feature-card-grid-5,.ui-feature-card-grid-4,.ui-feature-card-grid-3{grid-template-columns:1fr}.ui-feature-card{min-height:auto}}
