:root{color:#0e1512;background:#fff;font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;font-synthesis:none;--ink: #0e1512;--muted: #65706b;--muted-light: #8a9490;--line: #dce3e0;--line-strong: #c8d2ce;--soft: #f6f8f7;--green: #087a4b;--green-dark: #05633d;--green-soft: #edf7f2;--green-pale: #f5fbf8;--warning: #9b6419;--warning-soft: #fff8ed;--danger: #a63333;--danger-soft: #fff3f3}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#fff}body{min-width:320px;min-height:100vh;margin:0;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}svg{display:block}svg path,svg circle,svg ellipse,svg rect{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.boot-screen{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;gap:14px;color:var(--muted);background:#fff;font-size:14px}.is-booting .boot-screen{display:flex}.is-booting body>:not(.boot-screen){visibility:hidden}.boot-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--green);font-weight:800}.boot-error{width:min(1360px,calc(100% - 56px));margin:18px auto;padding:14px 16px;border:1px solid #edcccc;border-radius:10px;color:var(--danger);background:var(--danger-soft);font-size:14px}.global-header{position:relative;z-index:20;width:min(1440px,100%);height:76px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;border-bottom:1px solid var(--line);background:#fff}.wordmark{align-self:center;justify-self:start;color:#050907;font-size:26px;font-weight:820;letter-spacing:.015em;line-height:1;text-decoration:none}.global-nav{height:100%;display:flex;align-items:stretch;gap:52px}.global-nav a{position:relative;display:flex;align-items:center;color:#303a36;font-size:15px;font-weight:570;text-decoration:none}.global-nav a:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;content:"";background:transparent}.global-nav a:hover,.global-nav a.is-active{color:var(--green)}.global-nav a.is-active:after{background:var(--green)}.user-control{position:relative;align-self:center;justify-self:end}.avatar-button{height:42px;padding:0 2px 0 0;display:flex;align-items:center;gap:9px;border:0;color:var(--ink);background:transparent;cursor:pointer}.avatar-button>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid #dfe6e3;border-radius:50%;background:var(--soft);font-size:13px;font-weight:700}.avatar-button>svg{width:17px;height:17px;transition:transform .16s ease}.avatar-button[aria-expanded=true]>svg{transform:rotate(180deg)}.user-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:210px;padding:9px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 18px 50px #14241d21}.user-menu strong{padding:11px 12px 13px;display:block;overflow:hidden;border-bottom:1px solid var(--line);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.user-menu a,.user-menu button{width:100%;min-height:40px;padding:0 12px;display:flex;align-items:center;border:0;border-radius:8px;color:var(--ink);background:transparent;font-size:13px;text-align:left;text-decoration:none;cursor:pointer}.user-menu a:hover,.user-menu button:hover{background:var(--soft)}.button{min-height:50px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:8px;font-size:14px;font-weight:680;line-height:1;text-decoration:none;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease,transform .15s ease}.button svg{width:20px;height:20px}.button:not(:disabled):active{transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.45}.button-primary{border:1px solid var(--green);color:#fff;background:var(--green)}.button-primary:not(:disabled):hover{border-color:var(--green-dark);background:var(--green-dark)}.button-outline{border:1px solid var(--green);color:var(--green);background:#fff}.button-outline:hover{background:var(--green-pale)}.button-quiet{border:1px solid var(--line-strong);color:var(--ink);background:#fff}.button-quiet:not(:disabled):hover{background:var(--soft)}.button:focus-visible,.source-tab:focus-visible,.avatar-button:focus-visible,.remove-button:focus-visible,.copy-button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(8,122,75,.2);outline-offset:3px}.ecosystem{width:min(1360px,calc(100% - 56px));min-height:532px;margin:26px auto 0;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);border-bottom:1px solid var(--line)}.home-hero{position:relative;min-height:532px;display:flex;align-items:center;overflow:hidden}.home-hero-copy{position:relative;z-index:2;max-width:650px;padding:20px 52px 32px 20px}.home-hero h1{margin:0;font-size:clamp(46px,4.2vw,58px);font-weight:760;line-height:1.16;letter-spacing:-.055em}.home-hero p{margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.hero-actions{margin-top:34px;display:flex;gap:16px}.connection-lines{position:absolute;top:16px;right:-78px;width:min(76%,620px);height:calc(100% - 32px);color:#087a4b29}.connection-lines path{stroke-width:1}.product-directory{border-left:1px solid var(--line)}.product-row{min-height:101px;padding:14px 22px 14px 30px;display:grid;grid-template-columns:66px 1fr 40px;align-items:center;gap:18px;border-bottom:1px solid var(--line);text-decoration:none;transition:background .15s ease,border-color .15s ease}.product-row:hover{background:var(--green-pale)}.product-row.is-featured{margin-top:6px;border:1px solid var(--green);border-radius:10px;background:#fff}.product-row.is-featured:hover{background:var(--green-pale)}.product-icon{width:66px;height:66px;display:grid;place-items:center;border-radius:16px;color:var(--green);background:var(--green-soft)}.product-row.is-featured .product-icon{color:#fff;background:var(--green)}.product-icon svg{width:35px;height:35px}.product-copy{min-width:0;display:flex;flex-direction:column;gap:7px}.product-copy strong{font-size:21px;font-weight:720;letter-spacing:-.025em}.product-copy>span{color:var(--muted);font-size:14px}.row-arrow{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;transition:color .15s ease,background .15s ease,transform .15s ease}.row-arrow svg{width:24px;height:24px}.product-row:hover .row-arrow{color:#fff;background:var(--green);transform:translate(2px)}.featured-tool{width:min(1360px,calc(100% - 56px));min-height:264px;margin:24px auto 42px;padding:26px 30px;display:grid;grid-template-columns:minmax(260px,.92fr) minmax(250px,.72fr) minmax(330px,1fr);align-items:stretch;gap:20px;border:1px solid var(--line);border-radius:12px}.featured-copy{padding:6px 20px 6px 4px;display:flex;flex-direction:column;align-items:flex-start}.featured-copy>span{color:var(--green);font-size:12px;font-weight:720}.featured-copy h2{margin:18px 0 0;font-size:30px;line-height:1.2;letter-spacing:-.04em}.featured-copy p{max-width:390px;margin:13px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.text-action{min-height:42px;margin-top:auto;padding:0 16px;display:inline-flex;align-items:center;gap:18px;border:1px solid var(--ink);border-radius:7px;font-size:13px;font-weight:650;text-decoration:none}.text-action:hover{color:#fff;background:var(--ink)}.text-action svg{width:18px;height:18px}.featured-input,.featured-result{border:1px solid var(--line);border-radius:9px;background:var(--soft)}.featured-input{display:flex;flex-direction:column;align-items:center;justify-content:center;border-style:dashed;color:var(--muted);text-align:center}.featured-input svg{width:38px;height:38px;margin-bottom:16px;color:var(--green)}.featured-input strong{color:var(--ink);font-size:14px}.featured-input span{margin-top:8px;font-size:11px}.featured-result{padding:20px 22px;background:#fff}.featured-result>div{margin-bottom:14px;padding-bottom:11px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.featured-result strong{font-size:14px}.featured-result span{color:var(--green);font-size:11px;font-weight:700}.featured-result p{margin:8px 0;color:#4f5b56;font-size:11px;line-height:1.4}.site-footer{width:min(1440px,100%);min-height:86px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.site-footer nav{display:flex;gap:34px}.site-footer a{text-decoration:none}.site-footer a:hover{color:var(--green)}.tool-header{grid-template-columns:auto 1fr auto}.tool-nav{justify-self:start;margin-left:96px}.header-actions{align-self:center;justify-self:end;display:flex;align-items:center;gap:30px}.docs-action{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:600;text-decoration:none}.docs-action:hover{color:var(--green)}.docs-action svg{width:16px;height:16px}.tool-shell{width:min(1440px,calc(100% - 56px));margin:28px auto 60px}.tool-shell .boot-error{width:100%;margin:0 0 18px}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:13px;font-weight:650;text-decoration:none}.back-link svg{width:17px;height:17px}.tool-title{margin:26px 0 22px}.tool-title h1{margin:0;font-size:clamp(34px,3vw,43px);line-height:1.12;letter-spacing:-.045em}.tool-title p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.6}.ocr-workspace{display:grid;grid-template-columns:minmax(420px,.86fr) minmax(560px,1.14fr);gap:24px;align-items:start}.input-surface,.result-surface{min-height:676px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}.source-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border-radius:9px;background:var(--soft)}.source-tab{min-height:46px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:7px;color:#34413b;background:transparent;font-size:14px;font-weight:650;cursor:pointer}.source-tab svg{width:19px;height:19px}.source-tab.is-active{border-color:var(--green);color:var(--green);background:#fff}.source-pane{margin-top:20px}.drop-zone{min-height:220px;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #aebbb5;border-radius:10px;color:var(--muted);background:#fbfcfb;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease}.drop-zone:hover,.drop-zone.is-dragging{border-color:var(--green);background:var(--green-pale)}.drop-zone:focus-within{outline:3px solid rgba(8,122,75,.18);outline-offset:3px}.drop-zone input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.drop-icon{width:56px;height:56px;display:grid;place-items:center;color:var(--green)}.drop-icon svg{width:45px;height:45px}.drop-zone strong{margin-top:6px;color:var(--ink);font-size:16px}.drop-zone>span:last-of-type{margin-top:10px;font-size:12px}.selected-section{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.section-label{margin-bottom:11px;display:flex;align-items:center;justify-content:space-between;gap:20px}.section-label strong{font-size:13px}.section-label span{color:var(--muted);font-size:12px}.selected-files{max-height:214px;display:grid;gap:8px;overflow:auto}.selected-file{min-height:76px;padding:8px;display:grid;grid-template-columns:66px 1fr 38px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:9px}.selected-file img{width:66px;height:58px;display:block;border-radius:6px;object-fit:cover;background:var(--soft)}.selected-file>div{min-width:0;display:flex;flex-direction:column;gap:7px}.selected-file strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.selected-file span{color:var(--muted);font-size:11px}.remove-button{width:34px;height:34px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:#fff;cursor:pointer}.remove-button:hover{color:var(--danger);border-color:#e4bcbc;background:var(--danger-soft)}.remove-button svg{width:17px;height:17px}.url-field{min-height:332px;display:flex;flex-direction:column}.url-field>span{margin-bottom:10px;font-size:13px;font-weight:650}.url-field textarea{min-height:240px;padding:15px 16px;resize:vertical;border:1px solid var(--line-strong);border-radius:9px;color:var(--ink);background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.7}.url-field textarea:focus{border-color:var(--green)}.url-field small{margin-top:9px;color:var(--muted);font-size:11px}.form-message{min-height:19px;margin:10px 2px 0;color:var(--danger);font-size:12px;line-height:1.5}.tool-actions{margin-top:12px;display:grid;grid-template-columns:1fr 150px;gap:12px}.spinner{width:17px;height:17px;display:none;border:2px solid rgba(255,255,255,.36);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.is-loading .spinner{display:block}@keyframes spin{to{transform:rotate(360deg)}}.result-header{min-height:47px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.result-header h2{margin:2px 0 0;font-size:20px;letter-spacing:-.025em}.status-indicator{margin-top:5px;color:var(--muted);font-size:12px;font-weight:650}.status-indicator[data-status=RUNNING]{color:var(--warning)}.status-indicator[data-status=PASS]{color:var(--green)}.status-indicator[data-status=ERROR]{color:var(--danger)}.result-content{min-height:586px}.result-empty{min-height:540px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);text-align:center}.result-empty>svg{width:62px;height:62px;color:#bec8c4}.result-empty h3{margin:20px 0 7px;color:var(--ink);font-size:16px}.result-empty p{max-width:340px;margin:0;font-size:12px;line-height:1.65}.result-summary{min-height:64px;margin:7px 0 14px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #cfe6da;border-radius:9px;background:var(--green-pale)}.result-summary>div{display:flex;flex-direction:column;gap:5px}.result-summary strong{font-size:13px}.result-summary span{color:var(--muted);font-size:11px}.copy-button{min-width:74px;min-height:34px;border:0;border-radius:7px;color:var(--green);background:transparent;font-size:12px;font-weight:700;cursor:pointer}.copy-button:hover{background:var(--green-soft)}.image-result{margin-top:14px;overflow:hidden;border:1px solid var(--line);border-radius:10px}.image-result-heading{min-height:55px;padding:11px 15px;display:flex;align-items:center;justify-content:space-between;background:var(--soft)}.image-result-heading>div{min-width:0;display:flex;flex-direction:column;gap:5px}.image-result-heading strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.image-result-heading span{color:var(--muted);font-size:10px}.quality-notice{padding:10px 15px;display:flex;align-items:flex-start;gap:12px;border-top:1px solid var(--line);color:var(--warning);background:var(--warning-soft);font-size:11px;line-height:1.5}.quality-notice strong{flex:0 0 auto}.quality-notice span{color:#775a30}.line-group-heading{min-height:47px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.line-group-heading strong{font-size:13px}.line-group-heading span{color:var(--muted);font-size:11px}.ocr-lines{margin:0;padding:0;list-style:none}.ocr-lines li{min-height:48px;padding:9px 15px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.ocr-lines li:last-child{border-bottom:0}.line-number{color:#9aa49f;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.ocr-lines li>div{min-width:0;display:flex;flex-direction:column;gap:4px}.line-text{overflow-wrap:anywhere;font-size:13px;line-height:1.5}.ocr-lines small{color:var(--muted);font-size:10px}.line-score{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;white-space:nowrap}.ocr-lines li.is-uncertain{background:#fffdfa}.uncertain-panel{border-top:1px solid var(--line)}.uncertain-panel summary{min-height:46px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;color:#765625;background:var(--warning-soft);font-size:12px;font-weight:680;cursor:pointer;list-style:none}.uncertain-panel summary:after{content:"+";font-size:18px;font-weight:400}.uncertain-panel[open] summary:after{content:"−"}.no-reliable-text{margin:0;padding:20px 15px;color:var(--muted);font-size:12px;line-height:1.6}.result-error{min-height:170px;margin-top:8px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;border:1px solid #eccaca;border-radius:10px;color:var(--danger);background:var(--danger-soft)}.result-error strong{font-size:15px}.result-error span{font-size:12px;line-height:1.6}.memory-main{width:min(1360px,calc(100% - 56px));margin:0 auto}.memory-hero{min-height:690px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);align-items:center;gap:72px;border-bottom:1px solid var(--line)}.memory-hero-copy{min-width:0;padding:48px 0 56px}.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:13px;font-weight:680;text-decoration:none}.back-link svg{width:18px;height:18px}.memory-eyebrow{margin-top:64px;display:block;color:var(--green);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:700;letter-spacing:.16em}.memory-hero h1{max-width:700px;margin:20px 0 0;overflow-wrap:anywhere;font-size:clamp(48px,4.8vw,70px);font-weight:760;letter-spacing:-.055em;line-height:1.14}.memory-hero-copy>p{max-width:650px;margin:30px 0 0;color:var(--muted);font-size:17px;line-height:1.9}.memory-hero-actions{margin-top:36px;display:flex;gap:14px}.memory-proof{margin-top:42px;display:flex;flex-wrap:wrap;gap:10px}.memory-proof span{padding:7px 12px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#fff;font-size:12px}.entity-canvas{min-height:570px;padding:30px;position:relative;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:18px;background:#fbfcfb;overflow:hidden}.entity-kicker{position:relative;z-index:2;color:var(--green);font-size:12px;font-weight:700;letter-spacing:.08em}.entity-canvas>p{position:relative;z-index:2;max-width:470px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.entity-orbit{width:100%;height:430px;position:absolute;inset:56px 0 auto}.entity-orbit>svg{width:100%;height:100%;color:#087a4b3d}.entity-orbit>svg path{stroke-width:1.2}.entity-node{min-width:132px;padding:13px 15px;position:absolute;display:flex;flex-direction:column;gap:4px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;box-shadow:0 8px 22px #12231a0f}.entity-node small{color:var(--muted);font-size:10px}.entity-node strong{font-size:13px}.entity-center{min-width:174px;top:166px;left:50%;z-index:2;border-color:var(--green);color:#fff;background:var(--green);transform:translate(-50%)}.entity-center small{color:#ffffffbf}.entity-one{top:12px;left:5%}.entity-two{top:24px;right:4%}.entity-three{bottom:18px;left:4%}.entity-four{right:4%;bottom:14px}.memory-capabilities,.memory-scenarios{padding:108px 0;border-bottom:1px solid var(--line)}.section-heading{max-width:760px;margin-bottom:48px}.section-heading>span{color:var(--green);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:700;letter-spacing:.12em}.section-heading h2{margin:16px 0 0;font-size:clamp(34px,3.5vw,50px);font-weight:750;letter-spacing:-.045em;line-height:1.18}.section-heading p{margin:20px 0 0;color:var(--muted);font-size:16px;line-height:1.8}.section-heading.is-compact{margin-bottom:36px}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.capability-card{min-height:286px;padding:28px;position:relative;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;background:#fff}.capability-card:hover{border-color:#087a4b7a}.capability-featured{grid-column:span 2;background:var(--green-pale)}.capability-index{color:var(--green);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.capability-card h3{margin:54px 0 0;font-size:24px;letter-spacing:-.025em}.capability-card p{max-width:540px;margin:16px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.mapping-example{margin-top:auto;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mapping-example span,.mapping-example strong{padding:7px 10px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;font-size:11px}.mapping-example strong{border-color:var(--green);color:#fff;background:var(--green)}.memory-journey{margin:0 calc(50% - 50vw);padding:96px max(28px,calc((100vw - 1360px)/2));color:#fff;background:var(--ink)}.memory-journey .section-heading>span{color:#78d2a8}.journey-steps{margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none}.journey-steps li{min-height:210px;padding:26px 28px;border-top:1px solid rgba(255,255,255,.25);border-right:1px solid rgba(255,255,255,.16)}.journey-steps li:last-child{border-right:0}.journey-steps span{color:#78d2a8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.journey-steps strong{margin-top:50px;display:block;font-size:20px}.journey-steps p{margin:12px 0 0;color:#ffffffa8;font-size:13px;line-height:1.65}.scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.scenario-grid article{min-height:230px;padding:28px 24px;border-right:1px solid var(--line)}.scenario-grid article:last-child{border-right:0}.scenario-grid span{color:var(--green);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.scenario-grid h3{margin:54px 0 0;font-size:19px}.scenario-grid p{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.memory-control{margin:88px 0;padding:54px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:76px;border:1px solid var(--green);border-radius:14px;background:var(--green-pale)}.memory-control .memory-eyebrow{margin:0}.memory-control h2{margin:18px 0 0;font-size:42px;letter-spacing:-.04em}.memory-control p{margin:18px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.memory-control ul{margin:0;padding:0;list-style:none}.memory-control li{padding:17px 0;display:grid;grid-template-columns:116px 1fr;gap:18px;border-bottom:1px solid rgba(8,122,75,.22)}.memory-control li:last-child{border-bottom:0}.memory-control li strong{color:var(--green-dark);font-size:13px}.memory-control li span{color:var(--muted);font-size:13px;line-height:1.65}.memory-cta{min-height:420px;padding:88px 0;display:flex;align-items:center;flex-direction:column;text-align:center;border-top:1px solid var(--line)}.memory-cta>span{color:var(--green);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:700;letter-spacing:.14em}.memory-cta h2{margin:24px 0 36px;font-size:clamp(38px,4vw,58px);letter-spacing:-.05em;line-height:1.16}@media(max-width:1080px){.ecosystem{grid-template-columns:1fr}.home-hero{min-height:470px}.product-directory{border-top:1px solid var(--line);border-left:0}.product-row.is-featured{margin-bottom:16px}.featured-tool{grid-template-columns:1fr 1fr}.featured-copy{grid-row:span 2}.ocr-workspace{grid-template-columns:1fr}.input-surface,.result-surface{min-height:auto}.result-content,.result-empty{min-height:420px}.memory-hero{padding:48px 0 78px;grid-template-columns:1fr}.memory-hero-copy{padding-bottom:0}.entity-canvas{min-height:550px}.capability-grid,.scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scenario-grid article:nth-child(2){border-right:0}.scenario-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.memory-control{grid-template-columns:1fr;gap:38px}}@media(max-width:720px){.global-header{height:66px;padding:0 18px;grid-template-columns:1fr auto}.wordmark{font-size:21px}.global-nav{display:none}.header-actions{grid-column:2;gap:14px}.docs-action{display:none}.ecosystem,.featured-tool,.tool-shell,.memory-main{width:calc(100% - 32px)}.ecosystem{margin-top:0}.home-hero{min-height:470px}.home-hero-copy{padding:24px 8px 26px}.home-hero h1{font-size:clamp(40px,12vw,54px);line-height:1.13}.home-hero p{margin-top:22px;font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.connection-lines{right:-180px;width:600px;opacity:.65}.product-row{min-height:90px;padding:12px 8px;grid-template-columns:58px 1fr 36px;gap:13px}.product-icon{width:58px;height:58px;border-radius:14px}.product-icon svg{width:31px;height:31px}.product-copy strong{font-size:18px}.featured-tool{padding:24px 18px;grid-template-columns:1fr}.featured-copy{min-height:220px;grid-row:auto}.featured-input,.featured-result{min-height:190px}.site-footer{min-height:100px;padding:24px 18px;align-items:flex-start;flex-direction:column;justify-content:center;gap:18px}.tool-shell{margin-top:20px}.tool-title{margin-top:22px}.tool-title h1{font-size:34px}.input-surface,.result-surface{padding:14px}.source-tab{padding:0 8px;font-size:13px}.drop-zone{min-height:200px;padding:20px}.tool-actions{grid-template-columns:1fr 104px}.result-summary{align-items:flex-start}.ocr-lines li{padding:10px 11px;grid-template-columns:26px minmax(0,1fr)}.line-score{grid-column:2}.quality-notice{flex-direction:column;gap:5px}.memory-hero{min-height:auto;padding:26px 0 58px;gap:46px}.memory-hero-copy{padding:0}.memory-eyebrow{margin-top:48px}.memory-hero h1{font-size:38px;letter-spacing:-.045em}.memory-hero h1 br{display:none}.memory-hero-copy>p{margin-top:24px;font-size:15px}.memory-hero-actions{align-items:stretch;flex-direction:column}.entity-canvas{min-height:510px;padding:22px}.entity-orbit{height:390px}.entity-node{min-width:110px;padding:10px}.entity-node strong{font-size:11px}.entity-center{min-width:150px;top:150px}.entity-one,.entity-three{left:1%}.entity-two,.entity-four{right:1%}.memory-capabilities,.memory-scenarios{padding:72px 0}.section-heading{margin-bottom:34px}.section-heading h2{font-size:34px}.capability-grid,.scenario-grid{grid-template-columns:1fr}.capability-featured{grid-column:auto}.capability-card{min-height:250px;padding:24px}.scenario-grid article,.scenario-grid article:nth-child(2){min-height:200px;border-right:0;border-bottom:1px solid var(--line)}.scenario-grid article:last-child{border-bottom:0}.journey-steps{grid-template-columns:1fr}.journey-steps li{min-height:170px;border-right:0}.journey-steps strong{margin-top:34px}.memory-control{margin:56px 0;padding:30px 22px}.memory-control h2{font-size:34px}.memory-control li{grid-template-columns:1fr;gap:6px}.memory-cta{min-height:360px;padding:70px 0}.memory-cta h2{font-size:38px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
