:root{--bg:#f4f6f8;--panel:#fff;--panel-2:#f8fafc;--border:#d7dee7;--text:#1f2937;--muted:#6b7280;--accent:#2563eb;--accent-soft:#dbeafe;--shadow:0 8px 24px #0f172a14}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;color:var(--text);background:var(--bg);margin:0;font-family:Arial,sans-serif}body{overflow:hidden}button,input,select,textarea{font:inherit}button{border:none;outline:none}.app-shell{grid-template-rows:auto 1fr 36px;width:100%;height:100%;min-height:0;display:grid}.top-bar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#fffffff5,#f8fafcf5);justify-content:space-between;align-items:center;gap:24px;min-width:0;padding:10px 18px;display:flex}.top-bar__left{flex:none;align-items:center;gap:14px;min-width:0;display:flex}.brand-badge{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:12px;flex:none;place-items:center;width:38px;height:38px;font-size:17px;font-weight:800;display:grid;box-shadow:0 10px 24px #2563eb3d,inset 0 1px #ffffff2e}.top-bar__left>div:last-child{min-width:0;line-height:1.15}.brand-title{color:var(--text);letter-spacing:-.02em;font-size:18px;font-weight:700}.brand-subtitle{color:#64748b;margin-top:1px;font-size:12px;font-weight:500}.brand-tagline{letter-spacing:.05em;text-transform:uppercase;color:#4f46e5;margin-top:2px;font-size:11px;font-weight:700}.top-bar__right{min-width:0}.top-bar__right--stacked{flex-direction:column;flex:auto;align-items:flex-end;gap:8px;min-width:0;display:flex}.top-bar__controls{justify-content:flex-end;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.top-search{border:1px solid var(--border);width:100%;min-width:260px;max-width:320px;height:40px;color:var(--text);background:#fff;border-radius:12px;padding:0 12px;box-shadow:0 1px 2px #0f172a0a}.top-select-group{align-items:center;gap:8px;min-width:0;display:flex}.top-select-label{color:var(--text);white-space:nowrap;font-size:12px;font-weight:600}.top-select{border:1px solid var(--border);min-width:260px;height:40px;color:var(--text);background:#fff;border-radius:12px;padding:0 12px;box-shadow:0 1px 2px #0f172a0a}.top-bar__status{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;width:100%;min-width:0;display:flex}.top-pill{border:1px solid var(--border);background:var(--panel-2);min-width:0;max-width:100%;min-height:34px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:12px;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.top-pill--warning{color:#92400e;background:#fef3c7;border-color:#f59e0b}.top-pill--success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.top-pill__label{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:700}.top-pill__value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.app-body{grid-template-columns:240px 1fr;min-height:0;display:grid}.left-menu{border-right:1px solid var(--border);background:var(--panel);padding:16px 12px}.left-menu__section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:12px;font-weight:700}.left-menu__nav{flex-direction:column;gap:8px;display:flex}.left-menu__item{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:12px 14px;transition:background .2s,border-color .2s,color .2s}.left-menu__item:hover{background:var(--panel-2);border-color:var(--border)}.left-menu__item--active{background:var(--accent-soft);color:#1d4ed8;border-color:#93c5fd;font-weight:600}.content-host{min-width:0;min-height:0;padding:20px;overflow:auto}.bottom-bar{border-top:1px solid var(--border);background:var(--panel);color:var(--muted);justify-content:space-between;align-items:center;padding:0 16px;font-size:12px;display:flex}.bottom-bar__warning{color:#b45309;font-weight:600}.page{flex-direction:column;gap:18px;display:flex}.page-header h1{margin:0 0 6px;font-size:28px}.page-header p{color:var(--muted);margin:0}.card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.card{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:18px}.card h2{margin-top:0;font-size:18px}.card p{color:var(--muted);margin-bottom:0;line-height:1.5}.primary-button{background:var(--accent);color:#fff;cursor:pointer;border-radius:10px;padding:10px 14px;font-weight:600}.primary-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=1100px){.top-bar{flex-direction:column;align-items:stretch}.top-bar__right--stacked{align-items:stretch}.top-bar__controls{flex-wrap:wrap;justify-content:flex-start}.top-bar__status{justify-content:flex-start}}@media (width<=900px){.app-body{grid-template-columns:1fr}.left-menu{display:none}.top-bar{padding:12px 16px}.top-search,.top-select{width:100%;max-width:none}.top-select-group{flex-wrap:wrap;width:100%}}.workbench-layout{grid-template-columns:300px minmax(0,1fr) 360px;align-items:start;gap:12px;height:100%;min-height:0;display:grid}.workbench-layout__left,.workbench-layout__right,.workbench-layout__center{flex-direction:column;gap:12px;min-width:0;min-height:0;display:flex}.workbench-layout__right>*{min-width:0}.workbench-layout__right .card,.workbench-layout__right section,.workbench-layout__center .card{box-sizing:border-box;width:100%}.dental-viewport-host{background:#f8fafc;border-radius:12px;width:100%;height:420px;display:block;overflow:hidden}.panel-title{margin-bottom:8px;font-weight:600}.panel-row{justify-content:space-between;gap:12px;margin-bottom:6px;font-size:13px;display:flex}.panel-empty{color:#777;font-size:13px}.panel-actions{margin-top:10px}.prescription-row{border:1px solid var(--border);background:#fff;border-radius:12px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.prescription-row--selected{border-color:var(--accent,#2563eb);box-shadow:0 0 0 1px #2563eb24}.prescription-row__header{cursor:pointer;align-items:flex-start;gap:10px;padding:12px;display:flex}.prescription-row__header:focus{outline:none}.prescription-row__expand{cursor:pointer;color:var(--text,#111827);background:0 0;border:0;flex:none;margin-top:1px;padding:4px;font-size:14px;line-height:1}.prescription-row__summary{flex:1;min-width:0}.prescription-row__title{color:var(--text,#111827);margin-bottom:4px;font-weight:600}.prescription-row__meta{color:var(--muted,#6b7280);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.prescription-row__details{border-top:1px solid var(--border);background:var(--panel-2,#f8fafc);padding:0 12px 12px 36px}.prescription-detail-grid{grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:10px;display:grid}.prescription-detail-grid label,.prescription-detail-notes label{text-transform:uppercase;letter-spacing:.02em;color:var(--muted,#6b7280);margin-bottom:4px;font-size:11px;display:block}.prescription-detail-notes{margin-top:12px}.prescription-detail-notes>div{color:var(--text,#111827);font-size:13px;line-height:1.4}.workbench-layout__right{position:relative}.workbench-layout__right .procedure-toolbox,.workbench-layout__right .restoration-plan-panel,.workbench-layout__right .prescription-detail{width:100%;max-width:100%}.workbench-layout__right input,.workbench-layout__right select,.workbench-layout__right textarea{box-sizing:border-box;width:100%}@media (width<=1280px){.workbench-layout{grid-template-columns:280px minmax(0,1fr) 320px}}@media (width<=1024px){.workbench-layout,.prescription-detail-grid{grid-template-columns:1fr}.dental-viewport-host{height:360px}}.procedure-toolbox-shell{width:100%;min-width:0}.procedure-toolbox-shell>*{box-sizing:border-box;width:100%;max-width:100%}.procedure-toolbox-shell h3{margin-top:0;margin-bottom:12px}.procedure-toolbox-card{box-sizing:border-box;width:100%;min-width:0}.procedure-toolbox-card h3{margin-top:0;margin-bottom:12px}.procedure-toolbox-card .field-row input,.procedure-toolbox-card .field-row select,.procedure-toolbox-card .field-row textarea{box-sizing:border-box;width:100%}.workbench-layout{grid-template-columns:300px 1fr 320px;align-items:start;gap:16px;display:grid}.workbench-layout__left,.workbench-layout__center,.workbench-layout__right{min-width:0;min-height:0}.detail-stack{flex-direction:column;gap:16px;display:flex}.prescription-panel,.prescription-detail{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:16px}.prescription-panel__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.prescription-panel__header h3,.prescription-detail h3{margin:0}.prescription-list{flex-direction:column;gap:10px;display:flex}.prescription-list__item{text-align:left;border:1px solid var(--border);background:var(--panel-2);cursor:pointer;border-radius:12px;width:100%;padding:12px;transition:background .2s,border-color .2s,transform .2s}.prescription-list__item:hover{background:#f8fbff;border-color:#bfdbfe}.prescription-list__item--active{background:var(--accent-soft);border-color:#93c5fd}.prescription-list__title{margin-bottom:4px;font-weight:700}.prescription-list__meta{color:var(--muted);margin-bottom:2px;font-size:13px}.prescription-list__status{color:#1d4ed8;text-transform:uppercase;margin-top:8px;font-size:12px;font-weight:600}.prescription-empty{border:1px dashed var(--border);color:var(--muted);background:var(--panel-2);border-radius:12px;padding:16px}.viewport-toolbar{border:1px solid var(--border);background:var(--panel-2);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.viewport-toolbar__left,.viewport-toolbar__right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.toolbar-group{align-items:center;gap:8px;display:flex}.toolbar-divider{background:var(--border);width:1px;height:28px}.toolbar-hint{color:var(--muted);font-size:13px}.toolbar-button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.toolbar-button:hover:not(:disabled){background:#f8fbff;border-color:#bfdbfe}.toolbar-button:disabled{opacity:.5;cursor:not-allowed}.toolbar-button--active{background:var(--accent-soft);border-color:#93c5fd}.toolbar-button__icon{font-size:18px}.debug-anchor{position:relative}.debug-popover{z-index:50;position:absolute;top:calc(100% + 8px);right:0}.debug-panel{border:1px solid var(--border);width:320px;box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:12px}.debug-panel__header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.debug-panel__header h3{margin:0;font-size:15px}.debug-panel__subheading{color:var(--muted);text-transform:capitalize;margin-top:2px;font-size:12px}.debug-panel__close{border:1px solid var(--border);background:var(--panel-2);cursor:pointer;border-radius:8px;width:28px;height:28px}.debug-panel__note{border:1px dashed var(--border);background:var(--panel-2);color:var(--muted);border-radius:10px;margin-bottom:10px;padding:8px 10px;font-size:12px;line-height:1.35}.field-stack--compact{gap:12px}.field-row--compact{gap:6px}.field-row--compact label{font-size:13px}.field-row--compact input[type=range]{width:100%}@media (width<=1200px){.workbench-layout{grid-template-columns:1fr}.debug-popover{width:100%;margin-top:8px;position:static}.debug-panel{width:100%}}.pipeline-row{align-items:center;gap:12px;padding-top:12px;display:flex;overflow-x:auto}.pipeline-box--external{border:1px solid var(--border);background:#f1f5f9}.pipeline-box--dcube{background:#dbeafe;border:1px solid #93c5fd;box-shadow:0 0 0 1px #bfdbfe}.pipeline-box{text-align:center;border-radius:12px;min-width:180px;padding:12px}.pipeline-box h3{margin:0 0 6px;font-size:14px}.pipeline-box p{color:var(--muted);margin:0;font-size:12px}.pipeline-arrow{color:var(--muted);font-size:18px}.note-text{color:var(--muted);font-size:13px;line-height:1.5}.showcase-page{max-width:1240px;margin:0 auto;padding-bottom:48px}.showcase-hero{background:radial-gradient(circle at 85% 15%,#60a5fa3d,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#eef5ff 55%,#e8f1fb 100%);border:1px solid #cbd8e6;border-radius:24px;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:center;gap:48px;min-height:520px;padding:56px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 48px #0f172a1a}.showcase-eyebrow,.showcase-section__kicker{color:#1d4ed8;letter-spacing:.15em;font-size:12px;font-weight:800}.showcase-hero h1{letter-spacing:-.045em;color:#0f172a;max-width:760px;margin:18px 0 20px;font-size:clamp(40px,5vw,68px);line-height:1.02}.showcase-hero__lead{color:#334155;max-width:720px;margin:0;font-size:21px;line-height:1.55}.showcase-hero__supporting{color:#64748b;max-width:680px;margin:16px 0 0;font-size:15px;line-height:1.65}.showcase-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.showcase-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:700;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.showcase-button:hover{transform:translateY(-2px)}.showcase-button--primary{color:#fff;background:#1d4ed8;box-shadow:0 8px 20px #1d4ed840}.showcase-button--secondary{color:#1e3a5f;background:#ffffffbf;border:1px solid #b8c7db}.showcase-hero__visual{aspect-ratio:1;justify-self:center;width:min(100%,340px);position:relative}.showcase-cube{color:#fff;background:linear-gradient(145deg,#2563eb,#0f4cad);border:1px solid #fffc;border-radius:22px;place-items:center;font-size:32px;font-weight:900;display:grid;position:absolute;inset:32%;transform:rotate(8deg);box-shadow:0 22px 45px #1d4ed857}.showcase-orbit{border:1px solid #2563eb38;border-radius:50%;position:absolute}.showcase-orbit--outer{inset:3%}.showcase-orbit--inner{border-style:dashed;inset:19%}.showcase-float{color:#334155;background:#ffffffe0;border:1px solid #94a3b873;border-radius:20px;place-items:center;min-width:68px;height:38px;padding:0 12px;font-size:12px;font-weight:800;display:grid;position:absolute;box-shadow:0 8px 24px #0f172a1c}.showcase-float--ai{top:10%;right:5%}.showcase-float--cloud{bottom:15%;right:0}.showcase-float--learn{bottom:8%;left:4%}.showcase-section{border:1px solid var(--border);background:#fff;border-radius:18px;margin-top:28px;padding:38px 42px;box-shadow:0 8px 24px #0f172a0f}.showcase-section h2{letter-spacing:-.025em;color:#172033;margin:10px 0 0;font-size:clamp(27px,3vw,38px);line-height:1.15}.showcase-intro{grid-template-columns:.8fr 1.2fr;gap:52px;display:grid}.showcase-intro__copy p,.showcase-story p,.showcase-vision p,.featured-project__summary p{color:#475569;margin:0 0 14px;font-size:16px;line-height:1.72}.showcase-section__header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.showcase-text-link{color:#1d4ed8;cursor:pointer;white-space:nowrap;background:0 0;padding:10px 0;font-weight:800}.featured-project{grid-template-columns:1fr 1fr;gap:32px;margin-top:30px;display:grid}.featured-project__tags{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.featured-project__tags span{color:#1e40af;background:#eff6ff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.workflow-mini{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.workflow-mini div{background:#f8fafc;border:1px solid #dbe3ed;border-radius:12px;flex-direction:column;gap:8px;min-height:104px;padding:18px;display:flex}.workflow-mini strong{color:#94a3b8;font-size:12px}.workflow-mini span{color:#334155;font-weight:700}.workflow-mini__active{background:#dbeafe!important;border-color:#93c5fd!important}.workflow-mini__active strong,.workflow-mini__active span{color:#1e40af}.showcase-story{background:linear-gradient(135deg,#0f172a,#1e3a5f);grid-template-columns:180px 1fr;align-items:center;gap:36px;display:grid}.showcase-story h2,.showcase-story p{color:#fff}.showcase-story p{opacity:.76;margin-top:18px}.showcase-story .showcase-section__kicker{color:#93c5fd}.showcase-story__number{letter-spacing:-.06em;color:#60a5fa;font-size:72px;font-weight:900}.technology-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.technology-card{background:#f8fafc;border:1px solid #dbe3ed;border-radius:12px;flex-direction:column;gap:24px;min-height:130px;padding:18px;display:flex}.technology-card span{color:#94a3b8;font-size:11px;font-weight:800}.technology-card strong{color:#1e293b;font-size:15px}.showcase-vision{grid-template-columns:.8fr 1.2fr;align-items:center;gap:44px;display:grid}.showcase-footer-card{background:#eaf2ff;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding:26px 32px;display:flex}.showcase-footer-card div{flex-direction:column;gap:5px;display:flex}.showcase-footer-card strong{color:#172033}.showcase-footer-card span{color:#64748b;font-size:13px}.showcase-footer-card a{color:#1d4ed8;font-weight:800;text-decoration:none}@media (width<=900px){.showcase-hero{grid-template-columns:1fr;padding:36px}.showcase-hero__visual{display:none}.showcase-intro,.featured-project,.showcase-story,.showcase-vision{grid-template-columns:1fr}.showcase-story__number{font-size:52px}.technology-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.showcase-hero{min-height:auto;padding:28px 22px}.showcase-hero h1{font-size:38px}.showcase-section{padding:28px 22px}.showcase-section__header,.showcase-footer-card{flex-direction:column;align-items:flex-start}.technology-grid{grid-template-columns:1fr}.showcase-button{width:100%}}.architecture-page{max-width:1440px;margin:0 auto;padding-bottom:28px}.architecture-hero{box-shadow:var(--shadow);background:linear-gradient(135deg,#eff6ff 0%,#fff 58%,#eef2ff 100%);border:1px solid #cbd5e1;border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:center;gap:28px;padding:34px;display:grid}.architecture-kicker{color:#4f46e5;letter-spacing:.1em;margin-bottom:8px;font-size:12px;font-weight:800}.architecture-hero h1,.architecture-section h2,.architecture-learning h2{letter-spacing:-.025em;margin:0}.architecture-hero h1{max-width:820px;font-size:clamp(32px,4vw,54px);line-height:1.05}.architecture-hero p{color:#475569;max-width:860px;margin:18px 0 0;font-size:18px;line-height:1.65}.architecture-hero__status{background:#ffffffd1;border:1px solid #bfdbfe;border-radius:18px;flex-direction:column;gap:8px;padding:22px;display:flex}.architecture-hero__status span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.architecture-hero__status strong{color:#1d4ed8;font-size:22px}.architecture-hero__status small{color:#64748b;line-height:1.5}.architecture-disclaimer{color:#78350f;background:#fffbeb;border:1px solid #fde68a;border-radius:14px;grid-template-columns:auto 1fr;align-items:start;gap:14px;padding:16px 18px;line-height:1.55;display:grid}.architecture-disclaimer strong{white-space:nowrap}.architecture-section{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);border-radius:22px;padding:30px}.architecture-section__heading{grid-template-columns:minmax(0,1fr) minmax(260px,520px);align-items:end;gap:28px;margin-bottom:24px;display:grid}.architecture-section__heading h2,.architecture-learning h2{font-size:clamp(25px,3vw,36px)}.architecture-section__heading>p,.architecture-learning p{color:#64748b;margin:0;line-height:1.65}.lifecycle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.lifecycle-step{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:54px minmax(0,1fr);gap:14px;padding:18px;display:grid}.lifecycle-step__number{color:#1d4ed8;background:#dbeafe;border-radius:14px;place-items:center;width:48px;height:48px;font-weight:800;display:grid}.lifecycle-step h3,.roadmap-card h3{margin:1px 0 8px;font-size:17px}.lifecycle-step p,.roadmap-card p{color:#64748b;margin:0;line-height:1.55}.architecture-flow{grid-template-columns:minmax(180px,1fr) auto minmax(210px,1.15fr) auto minmax(200px,1fr) auto minmax(180px,1fr);align-items:stretch;gap:10px;margin:8px 0 24px;display:grid}.architecture-node{text-align:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:18px;flex-direction:column;justify-content:center;gap:9px;min-height:150px;padding:20px;display:flex}.architecture-node--primary{background:#eff6ff;border-color:#93c5fd}.architecture-node--cloud{background:#f5f3ff;border-color:#c4b5fd}.architecture-node span{color:#64748b;letter-spacing:.08em;font-size:10px;font-weight:800}.architecture-node strong{font-size:17px}.architecture-node small{color:#64748b;line-height:1.45}.architecture-arrow{color:#2563eb;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:68px;font-size:24px;font-weight:700;display:flex}.architecture-arrow span{color:#64748b;text-align:center;font-size:10px;font-weight:700}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.service-item{background:#fff;border:1px solid #e2e8f0;border-radius:13px;align-items:center;gap:10px;min-height:72px;padding:13px;display:flex}.service-item span{color:#15803d;background:#dcfce7;border-radius:50%;flex:none;place-items:center;width:26px;height:26px;font-weight:800;display:grid}.service-item strong{font-size:13px;line-height:1.4}.roadmap-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.roadmap-card{background:#f8fafc;border:1px solid #dbe3ed;border-radius:16px;padding:20px}.roadmap-card__topline{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.roadmap-card__topline>span{color:#64748b;letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:800}.roadmap-status{border-radius:999px;padding:5px 9px;font-size:11px;font-style:normal;font-weight:800}.roadmap-status--prototype{color:#166534;background:#dcfce7}.roadmap-status--planned{color:#1d4ed8;background:#dbeafe}.roadmap-status--concept{color:#6d28d9;background:#ede9fe}.architecture-learning{background:linear-gradient(135deg,#fff,#f8fafc);grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:36px;display:grid}.architecture-learning p{margin-top:14px}.architecture-learning ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.architecture-learning li{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px 12px 38px;font-weight:600;position:relative}.architecture-learning li:before{content:"→";color:#2563eb;font-weight:900;position:absolute;left:14px}@media (width<=1250px){.architecture-flow{grid-template-columns:1fr}.architecture-arrow{min-height:42px;transform:rotate(90deg)}.architecture-arrow span{display:none}.architecture-node{min-height:118px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=850px){.architecture-hero,.architecture-section__heading,.architecture-learning{grid-template-columns:1fr}.architecture-hero,.architecture-section{padding:22px}.architecture-disclaimer,.lifecycle-grid,.roadmap-grid{grid-template-columns:1fr}.architecture-disclaimer strong{white-space:normal}}@media (width<=560px){.lifecycle-step{grid-template-columns:44px minmax(0,1fr);padding:14px}.lifecycle-step__number{width:40px;height:40px}.service-grid{grid-template-columns:1fr}}.split-view-container,.split-view-container--single{flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.split-view-container__top{flex:auto;min-height:0;overflow:hidden}.split-view-container__divider{cursor:row-resize;-webkit-user-select:none;user-select:none;flex:0 0 8px;justify-content:center;align-items:center;height:8px;display:flex}.split-view-container__divider-handle{background:#94a3b8e6;border-radius:999px;width:56px;height:4px}.split-view-container__bottom{flex:none;min-height:0;overflow:hidden}
