/* Hallmark · pre-emit critique: P4 H5 E4 S5 R4 V3 */
@font-face{font-family:Manrope;src:url(assets/manrope-regular.ttf)}@font-face{font-family:Manrope;src:url(assets/manrope-bold.ttf);font-weight:700}
:root{--font:Manrope,Arial,sans-serif;--bg:#23333c;--fg:#f4f7f6;--muted:#bed0d8;--accent:#b9d6cc;--ink:#294654;--paper:#f5f8f8;--line:#cddbdc;--soft:#e8efed;--amber:#896339;--shade:#0c202c38;--veil:#23333ccf;--clear:#23333c00;--button:#c8e5d9;--white:#fff;--night:#111e26;--glass:#ffffff0b;--edge:#ffffff24;--outline:#95c4b8}*{box-sizing:border-box}html,body{margin:0;overflow-x:clip;min-height:100%;font-family:var(--font)}body{background:var(--bg);color:var(--fg);height:100svh;min-height:560px;isolation:isolate}button,input,a{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid var(--outline);outline-offset:4px}
main form:focus-within{border-color:var(--outline);box-shadow:0 0 0 1px var(--outline)}
main form input:focus,main form input:focus-visible{outline:none;box-shadow:none}button{white-space:nowrap}header{position:absolute;inset:0 0 auto;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:28px 4%;gap:20px}.brand{display:flex;gap:12px;align-items:center;color:var(--fg);text-decoration:none;font-size:19px;font-weight:700}.brand img{width:31px;height:34px;filter:brightness(0) invert(1)}header>span{font-size:11px;color:var(--muted)}header button{background:var(--glass);color:var(--muted);border:1px solid var(--edge);padding:9px 13px;border-radius:6px;font-size:11px}.stage{position:absolute;inset:105px 3% 75px;z-index:-3;pointer-events:none;transition:filter .6s,opacity .6s;filter:blur(1.7px);opacity:.75}.workspace{height:100%;min-height:390px;display:grid;grid-template-columns:190px minmax(0,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--paper);color:var(--ink);transform:perspective(1600px) rotateX(5deg) rotateY(-5deg) scale(.98);box-shadow:0 35px 80px var(--shade)}aside{background:var(--soft);border-right:1px solid var(--line);padding:23px 16px;position:relative;font-size:11px}.agency{font-size:13px;font-weight:700;margin-bottom:25px}small{display:block;font-size:9px;font-weight:400}.agency small{margin-top:7px}.side-search{padding:10px;background:var(--paper);border:1px solid var(--line);border-radius:5px;margin-bottom:23px}aside label{font-size:8px;letter-spacing:.12em}aside p{padding:10px 7px;margin:5px 0}aside b{float:right}aside p small{margin-top:7px}.selected{background:var(--paper);border-radius:5px}.side-bottom{position:absolute;bottom:20px}.dashboard{padding:24px}.dash-heading{display:flex;justify-content:space-between;align-items:center}.dash-heading small{letter-spacing:.13em;font-size:8px}h2{font-size:23px;letter-spacing:-.04em;margin:8px 0 18px}.avatars{display:flex}.avatars span,.avatar{background:var(--line);border:2px solid var(--paper);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:9px}.avatars span+span{margin-left:-7px}.dash-tabs{display:flex;gap:27px;border-bottom:1px solid var(--line);padding:0 0 14px;font-size:10px}.panels{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px;padding-top:18px}.panels article{border:1px solid var(--line);border-radius:6px;overflow:hidden;position:relative;background:var(--white)}.aerial{height:190px}.aerial img{width:100%;height:100%;object-fit:cover}.aerial>span{position:absolute;bottom:10px;left:10px;background:var(--paper);padding:5px 9px;font-size:9px;border-radius:4px}.sketch svg{height:150px;width:100%;color:var(--ink)}.panel-title{padding:12px 14px;font-size:11px;font-weight:700;display:flex;justify-content:space-between;gap:10px}.evidence p{display:flex;justify-content:space-between;font-size:10px;margin:0;padding:12px 14px;border-top:1px solid var(--line)}.drop-target{margin:0 13px 12px;border:1px dashed var(--line);padding:24px 9px;text-align:center;font-size:10px}.file{position:absolute;background:var(--paper);box-shadow:0 8px 15px var(--shade);border:1px solid var(--line);border-radius:5px;font-size:10px;padding:12px;left:10%;width:80%;top:55px;opacity:0;transform:translate(100px,-60px) rotate(-7deg);transition:transform .8s cubic-bezier(.2,.7,.3,1),opacity .6s}.file span{float:right;font-size:8px}.file-two{top:101px}.step-1 .file,.step-2 .file,.step-3 .file{opacity:1;transform:translate(0,0) rotate(0)}.file-two{transition-delay:.3s}.floating{position:absolute;padding:18px 22px;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:9px;box-shadow:0 20px 35px var(--shade);transition:opacity .7s,transform .7s;opacity:0;transform:translateY(24px);min-width:245px}.floating small{font-size:8px;letter-spacing:.09em}.floating strong{display:block;font-size:13px;margin:9px 0 5px}.floating span{font-size:10px}.finding{left:2%;bottom:8%;border-left:3px solid var(--amber)}.collaboration{right:0;bottom:1%;display:flex;gap:12px}.extracted{right:0;top:7%}.step-2 .finding,.step-3 .finding,.step-3 .collaboration,.step-1 .extracted,.step-2 .extracted{opacity:1;transform:none}.veil{position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 57% 70% at 50% 46%,var(--bg) 12%,var(--veil) 65%,var(--clear) 100%)}main{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);width:min(720px,calc(100% - 40px));text-align:center;transition:opacity .4s,transform .4s}.eyebrow{font-size:11px;letter-spacing:.08em;margin-bottom:24px;color:var(--accent)}.eyebrow span{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--accent);vertical-align:middle;margin-right:7px}h1{margin:0 auto;max-width:650px;font-weight:700;letter-spacing:-.055em;line-height:1.16;overflow-wrap:anywhere;min-width:0}h1 span{display:block;white-space:nowrap}h1 span{font-size:clamp(30px,5.3vw,70px)}h1 span:first-child{letter-spacing:-.025em}h1 span:last-child{letter-spacing:-.04em;color:var(--fg)}main>p{font-size:13px;color:var(--muted);line-height:1.85;margin:24px auto 29px;max-width:640px}form{display:flex;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:9px;max-width:555px;margin:auto;padding:6px;box-shadow:0 12px 40px var(--shade)}.search-icon{color:var(--ink);font-size:28px;margin:0 11px}input{background:transparent;border:0;min-width:0;flex:1;padding:13px 0;color:var(--ink);font-size:12px}form button{background:var(--ink);color:var(--paper);border:0;border-radius:5px;padding:16px 20px;font-size:12px;font-weight:700}form button span{padding-left:13px}form button:hover{filter:brightness(1.15)}.under-search{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:12px}.under-search>span{font-size:10px;color:var(--muted)}#watch{background:transparent;border:0;color:var(--fg);font-size:11px;padding:9px;border-bottom:1px solid var(--edge)}#watch span{margin-left:9px}footer{position:absolute;bottom:23px;left:4%;right:4%;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted)}.demo-label{font-size:7px;letter-spacing:.08em;max-width:180px;line-height:1.6}footer a{font-size:9px;color:var(--muted);text-decoration:none}.steps{display:flex;gap:6px}.steps button{color:var(--muted);background:var(--glass);border:1px solid var(--edge);border-radius:5px;font-size:10px;padding:10px 13px}.steps button[aria-pressed=true]{background:var(--paper);color:var(--ink)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.watching .stage{filter:none;opacity:1;z-index:1}.watching .veil{opacity:0}.watching main{opacity:0;pointer-events:none}.watching footer,.watching header{z-index:5}.theme-2{--bg:#111e26;--veil:#111e26e8;--clear:#111e2600}.theme-2 .workspace{transform:perspective(1500px) rotateX(9deg) scale(.92)}.theme-2 .stage{inset:125px -4% 50px;filter:blur(2.5px);opacity:.6}.theme-2 .veil{background:radial-gradient(ellipse 50% 64% at center,var(--bg) 15%,var(--veil) 72%,var(--clear) 100%)}.theme-3{--bg:#eaf0ed;--fg:#243e38;--muted:#536d66;--accent:#42685b;--veil:#eaf0ede8;--clear:#eaf0ed00;--glass:#ffffff70;--edge:#c1cec8}.theme-3 .brand img{filter:none}.theme-3 .workspace{transform:perspective(1800px) rotateY(5deg) rotateX(3deg)}.theme-3 .stage{opacity:.65}.theme-3 .veil{background:radial-gradient(ellipse 58% 70% at center,var(--bg) 20%,var(--veil) 68%,var(--clear) 100%)}.theme-3 form button{background:var(--fg)}.paused *{animation-play-state:paused!important}.watching .stage{filter:none;opacity:1}@media(max-width:768px){header{padding:23px 5%}header>span{display:none}.stage{inset:110px -220px 100px}.workspace{grid-template-columns:170px minmax(0,1fr)}footer{flex-wrap:wrap;justify-content:center;bottom:20px}.steps{order:-1;width:100%;justify-content:center}.demo-label{max-width:none;font-size:6px}footer a{font-size:8px}main{top:45%}main>p{font-size:12px;max-width:500px}.desktop{display:none}.eyebrow{margin-bottom:18px}.floating{display:none}.theme-2 .stage{inset:110px -240px 100px}}@media(max-width:414px){.brand{font-size:16px;gap:8px}.brand img{width:25px}header button{font-size:9px;padding:8px}main{width:calc(100% - 32px)}main>p{font-size:11px;line-height:1.8;margin:21px 0}form button{font-size:10px;padding:14px 11px}form button span{padding-left:4px}input{font-size:10px}.search-icon{margin:0 7px;font-size:23px}.under-search>span{font-size:8px}.steps button{font-size:8px;padding:9px}.eyebrow{font-size:9px}.theme-3 .stage{opacity:.4}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation:none!important}}
/* Straight fades keep the workspace visible without a circular mask. */
:root{--wash:#23333cc9;--fade-top:#23333cf2;--fade-bottom:#23333c80;--night-wash:#111e26cf;--night-top:#111e26f5;--night-bottom:#111e268a;--day-wash:#eaf0edd9;--day-top:#eaf0edf2;--day-bottom:#eaf0edb8}
.veil{background:var(--wash)}
.stage{filter:blur(1px);opacity:.9}
.theme-2 .veil{background:linear-gradient(180deg,var(--night-top),var(--night-wash) 55%,var(--night-bottom))}
.theme-3 .veil{background:var(--day-wash)}
.theme-2 .stage{filter:blur(1.3px);opacity:.85}
.theme-3 .stage{filter:blur(.8px);opacity:.9}
.variation-4 .stage{inset:90px -5% 45px;filter:blur(.65px)}
.variation-4 .workspace{transform:perspective(1600px) rotateY(-7deg) scale(1.03)}
.variation-4 .veil{background:linear-gradient(180deg,var(--fade-top),var(--wash) 35%,var(--wash) 65%,var(--fade-bottom))}
.variation-5 .stage{inset:32% 3% -22%;filter:blur(.5px);opacity:.9}
.variation-5 .workspace{transform:perspective(1400px) rotateX(12deg) scale(.98);transform-origin:center top}
.variation-5 .veil{background:linear-gradient(180deg,var(--bg) 12%,var(--night-top) 28%,var(--night-wash) 58%,var(--night-bottom))}
.variation-5 main{top:43%}
.variation-6 .stage{inset:105px 2% 80px;filter:blur(.4px)}
.variation-6 .workspace{transform:none}
.variation-6 .veil{background:linear-gradient(180deg,var(--day-bottom),var(--day-top) 30%,var(--day-top) 65%,var(--day-bottom))}
.watching .stage{filter:none;opacity:1}
.watching .workspace{transform:none}
.watching .stage{inset:105px 3% 90px}
@media(max-width:768px){.variation-4 .stage,.variation-6 .stage{inset:110px -220px 100px}.variation-5 .stage{inset:38% -200px -15%}.watching .stage{inset:110px -150px 100px}}
/* A broad feathered scrim protects the hero without a visible circular edge. */
:root{--hero-center:#23333cf5;--hero-mid:#23333c99;--hero-feather:#23333c36;--hero-clear:#23333c00;--hero-base:#23333c80}
.theme-2{--hero-center:#111e26f7;--hero-mid:#111e26a6;--hero-feather:#111e2640;--hero-clear:#111e2600;--hero-base:#111e2680}
.theme-3{--hero-center:#eaf0edf7;--hero-mid:#eaf0edb3;--hero-feather:#eaf0ed4d;--hero-clear:#eaf0ed00;--hero-base:#eaf0ed99}
.veil,.theme-2 .veil,.theme-3 .veil,.variation-4 .veil,.variation-5 .veil,.variation-6 .veil{background:radial-gradient(ellipse 90% 100% at 50% 46%,var(--hero-center) 0%,var(--hero-center) 12%,var(--hero-mid) 42%,var(--hero-feather) 72%,var(--hero-clear) 100%),linear-gradient(var(--hero-base),var(--hero-base))}
/* Focused studies of the selected canvas direction. */
.canvas-study-2 .stage{filter:blur(1.8px);opacity:.76}
.canvas-study-2 .workspace{transform:none}
.canvas-study-2{--hero-base:#23333c99}
.canvas-study-2 .eyebrow{visibility:hidden}
.canvas-study-3 .stage{inset:100px 1% 65px;filter:blur(.5px)}
.canvas-study-3 .workspace{transform:perspective(1800px) rotateY(-3deg) scale(1.02)}
.canvas-study-3{--hero-base:#23333c70}
.canvas-study-4 .stage{inset:125px -8% 55px;filter:blur(1px)}
.canvas-study-4 .workspace{transform:perspective(1800px) rotateX(5deg) rotateY(3deg)}
.canvas-study-4 main{width:min(760px,calc(100% - 40px))}
.canvas-study-4 form{max-width:610px}
.canvas-study-4 .eyebrow{letter-spacing:.14em}
@media(max-width:768px){.canvas-study-3 .stage,.canvas-study-4 .stage{inset:110px -220px 100px}}
.watching .stage{inset:105px 3% 90px;filter:none;opacity:1}
.watching .workspace{transform:none}
/* Stronger optical blur leaves the existing feathered scrim intact. */
.canvas-study-1 .stage{filter:blur(3.2px)}.canvas-study-2 .stage{filter:blur(4.2px)}.canvas-study-3 .stage{filter:blur(2.8px)}.canvas-study-4 .stage{filter:blur(3.6px)}
.watching .stage{filter:none}
.launch-nav{display:flex;gap:24px;margin-left:auto;align-items:center}.launch-nav button{border:0;background:none;padding:8px 0;color:var(--muted);font-size:11px}.launch-nav button:hover{color:var(--fg)}.sample-link{font-size:12px;color:var(--fg);text-decoration:none;padding:7px;border-bottom:1px solid var(--edge)}.under-search{gap:12px}#watch{font-size:10px;color:var(--muted);border:0;padding:4px}.launch-dialog{width:min(470px,calc(100% - 32px));border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--ink);padding:35px;box-shadow:0 25px 100px var(--shade)}.launch-dialog::backdrop{background:var(--shade);backdrop-filter:blur(8px)}.launch-dialog>small{font-size:8px;letter-spacing:.07em;padding-right:15px;line-height:1.7}.launch-dialog h2{font-size:27px;line-height:1.3;margin:20px 0 15px}.launch-dialog p{font-size:12px;line-height:1.8}.launch-dialog>a{display:block;background:var(--ink);color:var(--paper);padding:14px;border-radius:5px;text-align:center;font-size:12px;text-decoration:none;margin-top:25px}.launch-dialog .dialog-close{position:absolute;top:10px;right:13px;border:0;background:none;font-size:23px;color:var(--ink);padding:3px 7px}.plan-preview{border:1px solid var(--line);border-radius:7px;padding:20px;margin-top:20px}.plan-preview strong,.plan-preview b{display:block;font-size:13px}.plan-preview span{display:block;font-size:11px;line-height:1.8;margin:13px 0}.plan-preview b{font-size:11px}@media(max-width:620px){.launch-nav{gap:13px}.launch-nav button{font-size:10px}header{gap:12px}header #pause{position:absolute;top:64px;right:5%;font-size:8px;padding:6px}.launch-dialog{padding:25px}.sample-link{font-size:11px}}
/* Selected direction: events belong to their source panels, never free-floating toasts. */
.launch-nav .signin-link{font-size:11px;color:var(--muted);text-decoration:none;padding:8px 0}.launch-nav .signin-link:hover{color:var(--fg)}
.launch-nav .signup-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border:1px solid #bce3d866;border-radius:8px;background:#bce3d814;color:#dff8f1;font-size:11px;font-weight:700;text-decoration:none}.launch-nav .signup-link:hover{background:#bce3d824;border-color:#bce3d899}
.routed-motion .operational-feed{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px;margin-top:15px}
.routed-motion .operational-feed>section{background:var(--white);border:1px solid var(--line);border-radius:6px;overflow:clip;min-width:0}
.routed-motion .feed-body{position:relative;min-height:133px;padding:5px 14px 12px}
.routed-motion .feed-idle{font-size:10px;line-height:1.7;margin:5px 0;color:var(--ink);transition:opacity .4s}
.routed-motion .alert-entry{position:absolute;inset:5px 14px auto;padding-left:10px;border-left:2px solid var(--amber);opacity:0;transform:translateY(5px);transition:opacity .5s,transform .5s}
.routed-motion .alert-entry strong,.routed-motion .activity-entry strong{font-size:10px;display:block;margin:5px 0}
.routed-motion .alert-entry>span,.routed-motion .activity-entry span:not(.avatar){font-size:9px;line-height:1.6;display:block}
.routed-motion .alert-entry small{font-size:7px;letter-spacing:.06em;color:var(--amber)}
.routed-motion .second-alert{top:68px;transition-delay:.18s}
.routed-motion .baseline-activity,.routed-motion .activity-entry{display:flex;align-items:center;gap:9px}
.routed-motion .baseline-activity strong{font-size:10px;display:block;margin-bottom:5px}.routed-motion .baseline-activity small{font-size:8px}
.routed-motion .activity-entry{margin-top:15px;opacity:0;transform:translateY(5px);transition:opacity .5s,transform .5s}
.routed-motion.step-2 .alert-entry,.routed-motion.step-3 .alert-entry,.routed-motion.step-3 .activity-entry{opacity:1;transform:none}
.routed-motion.step-2 .feed-idle,.routed-motion.step-3 .feed-idle{opacity:0}
.routed-motion .file{transform:translateY(8px);left:8%;width:84%;transition:opacity .45s,transform .45s}
.routed-motion.step-1 .file,.routed-motion.step-2 .file,.routed-motion.step-3 .file{transform:none;opacity:1}
.routed-motion .dropzone{min-height:153px}.routed-motion .file-two{transition-delay:.18s}
.routed-motion .evidence p{transition:opacity .4s}.routed-motion.step-0 .evidence p{opacity:.35}
.routed-motion .dashboard{overflow:clip}
@media(max-height:760px) and (min-width:769px){.routed-motion .stage{inset:95px 3% 65px}.routed-motion .dashboard{padding:16px}.routed-motion .aerial{height:130px}.routed-motion .sketch svg{height:95px}.routed-motion .panels{gap:10px;padding-top:10px}.routed-motion .panel-title{padding:8px 12px}.routed-motion .dash-heading h2{font-size:20px;margin:5px 0 10px}.routed-motion .dash-tabs{padding-bottom:9px}.routed-motion .evidence p{padding:9px 12px}.routed-motion .dropzone{min-height:132px}.routed-motion .drop-target{padding:15px 5px}.routed-motion .file{padding:9px;top:40px}.routed-motion .file-two{top:77px}.routed-motion .operational-feed{margin-top:10px;gap:10px}.routed-motion .feed-body{min-height:118px}.routed-motion .second-alert{top:60px}}
@media(max-width:768px){.routed-motion .dashboard{overflow:clip}.routed-motion .operational-feed .panel-title small{display:none}.launch-nav .signin-link,.launch-nav .signup-link{font-size:10px}}
@media(prefers-reduced-motion:reduce){.routed-motion .file,.routed-motion .alert-entry,.routed-motion .activity-entry,.routed-motion .feed-idle,.routed-motion .evidence p{transition:none}}
/* Keep the intentionally oversized decorative workspace inside the page bounds. */
body.routed-motion{contain:paint;width:100%}
/* A fixed app frame with its own scrolling evidence area. */
.routed-motion .dashboard{display:flex;flex-direction:column;min-height:0}
.routed-motion .dash-heading,.routed-motion .dash-tabs{flex-shrink:0}
.routed-motion .dashboard-scroll{flex:1;min-height:0;overflow:auto;scrollbar-width:none;overscroll-behavior:contain;scroll-behavior:auto}
.routed-motion .dashboard-scroll::-webkit-scrollbar{display:none}
.routed-motion .demo-research-status{font-size:8px;color:var(--ink);height:15px;margin-top:-10px;margin-bottom:10px}
.routed-motion .side-search{height:38px;white-space:nowrap;overflow:clip}
.routed-motion aside p[data-demo-property]{transition:background .6s,box-shadow .6s}
.routed-motion aside p.selected{box-shadow:inset 2px 0 var(--ink)}
.routed-motion .demo-caret{display:none;width:1px;height:11px;background:var(--ink);vertical-align:middle;margin-left:2px}
.routed-motion.demo-typing .demo-caret{display:inline-block;animation:demo-caret 1s steps(2,end) infinite}
.routed-motion.demo-loading .panels{opacity:.32;filter:blur(2px)}
.routed-motion .panels{transition:opacity .7s,filter .7s}
.routed-motion .next-actions{background:var(--white);border:1px solid var(--line);border-radius:6px;margin-top:15px;margin-bottom:20px;min-height:140px}
.routed-motion .next-actions>div:not(.panel-title){display:flex;gap:10px;align-items:center;padding:8px 14px;border-top:1px solid var(--line)}
.routed-motion .next-actions p{margin:0;font-size:10px;line-height:1.7}.routed-motion .next-actions small{font-size:8px}
.routed-motion .check-box{width:12px;height:12px;border:1px solid var(--line);border-radius:3px;flex-shrink:0}
.routed-motion .operational-feed{min-height:170px}.routed-motion .next-actions{opacity:.35;transition:opacity .5s}.routed-motion.step-3 .next-actions{opacity:1}
.routed-motion.demo-still .demo-caret{animation-play-state:paused}
@keyframes demo-caret{50%{opacity:0}}
@media(prefers-reduced-motion:reduce){.routed-motion .demo-caret{animation:none}.routed-motion .panels,.routed-motion .next-actions,.routed-motion aside p[data-demo-property]{transition:none}}
/* Visible actions inside the app: address entry, document drag, then extraction. */
.routed-motion .background-search{position:relative;display:flex;align-items:center;gap:8px;flex-shrink:0;height:34px;border:1px solid var(--line);border-radius:6px;background:var(--white);padding:0 10px;margin-bottom:14px;font-size:11px;z-index:2}
.routed-motion .background-search-submit{margin-left:auto;padding:5px 9px;background:var(--soft);border-radius:4px;font-size:9px}
.routed-motion .background-search-icon{font-size:20px}.routed-motion .demo-search-match{position:absolute;top:38px;left:0;right:0;border:1px solid var(--line);border-radius:5px;background:var(--white);box-shadow:0 6px 15px var(--shade);padding:12px;opacity:0;transition:opacity .18s}.routed-motion .demo-search-match span{float:right}
.routed-motion.demo-matching .demo-search-match{opacity:1}
.routed-motion.demo-loading .panels{opacity:1;filter:none}.routed-motion .panels>article{transition:opacity .45s}
.routed-motion .dropzone{overflow:clip;position:relative}.routed-motion .drop-target{transition:background .3s,border-color .3s;min-height:52px}.routed-motion.demo-drag-over .drop-target{background:var(--line);border-color:var(--ink)}
.routed-motion .drag-bundle{position:absolute;z-index:3;top:46px;left:8%;width:75%;max-width:225px;height:74px;opacity:0;pointer-events:none;will-change:transform}
.routed-motion.demo-dragging .drag-bundle{opacity:1}.routed-motion .drag-document{position:absolute;inset:0 auto auto 0;width:100%;padding:14px 10px;border:1px solid var(--line);background:var(--paper);box-shadow:0 8px 16px var(--shade);border-radius:5px;font-size:10px;white-space:nowrap}.routed-motion .back-document{top:15px;left:8px;padding-top:34px;background:var(--soft)}
.routed-motion .file-count{position:absolute;top:-7px;right:-6px;width:20px;height:20px;border-radius:50%;background:var(--ink);color:var(--white);display:grid;place-items:center;font-size:10px}
.routed-motion .drag-pointer{position:absolute;width:22px;height:28px;right:17%;top:28px;fill:var(--ink);stroke:var(--white);stroke-width:1.5;filter:drop-shadow(0 2px 2px var(--shade))}
.routed-motion .dropzone .file{opacity:0;transform:translateY(7px)}.routed-motion.demo-documents-dropped .dropzone .file{opacity:1;transform:none}
.routed-motion .reading-track{height:3px;background:var(--line);border-radius:2px;margin-top:8px;overflow:clip;opacity:0}.routed-motion.demo-reading .reading-track{opacity:1}.routed-motion .reading-track span{display:block;height:100%;background:var(--ink);width:0}
@media(prefers-reduced-motion:reduce){.routed-motion .demo-search-match,.routed-motion .panels>article,.routed-motion .drop-target{transition:none}}
.routed-motion .panels .dropzone{min-height:210px}
.launch-nav .workspace-link{font-size:11px;color:var(--muted);text-decoration:none;padding:8px 0}.launch-nav .workspace-link:hover{color:var(--fg)}@media(max-width:620px){.launch-nav .workspace-link{font-size:10px}}

/* Vector icons and shared type sizing render consistently on desktop and mobile. */
.ui-icon{display:inline-block;width:1.15em;height:1.15em;vertical-align:-.18em;flex-shrink:0}
.search-icon{display:flex;align-items:center;font-size:22px}
form button,.sample-link,.launch-dialog>a{display:inline-flex;align-items:center;justify-content:center;gap:10px}
form button span{display:flex;padding-left:0}
.launch-dialog>a{display:flex}
@media(max-width:480px){
  header{padding:22px 20px;gap:12px}
  .brand{font-size:16px;gap:8px}.brand img{width:25px;height:28px}
  .launch-nav{gap:10px}.launch-nav button,.launch-nav .signin-link,.launch-nav .signup-link{font-size:11px;min-height:44px;display:flex;align-items:center}.launch-nav .signup-link{padding:8px 10px}
  main{width:calc(100% - 40px);top:48%}
  main>p{font-size:14px;line-height:1.6;margin:22px 0 25px}
  main form{display:grid;grid-template-columns:30px minmax(0,1fr);gap:5px;padding:8px;border-radius:12px}
  main form .search-icon{margin:0 4px;font-size:20px}
  main form input{font-size:16px;padding:12px 0;width:100%}
  main form button{grid-column:1/-1;min-height:46px;font-size:14px;padding:12px;border-radius:7px}
  .sample-link{font-size:13px;min-height:44px}.under-search{margin-top:14px}
}
/* The limited preview stays in the search flow and uses the approved reading surface. */
.property-preview{width:min(100%,760px);margin:18px auto 0;padding:22px 24px;border-radius:14px;background:#f4f7f6;color:#294654;text-align:left;box-shadow:0 12px 36px #10212b30}
.property-preview[hidden]{display:none}
.property-preview h2{margin:0 0 8px;font-size:20px;line-height:1.3;font-weight:600;letter-spacing:-.02em}
main .property-preview p{margin:8px 0;font-size:14px;line-height:1.5;color:#526b76;max-width:none}
main .property-preview .preview-address{color:#294654;font-weight:600}
.property-preview dl{display:flex;gap:32px;margin:18px 0;flex-wrap:wrap}.property-preview dt{font-size:13px;color:#526b76}.property-preview dd{margin:4px 0 0;font-size:20px;font-weight:600}
.property-preview a{text-decoration:underline;text-underline-offset:3px}.property-preview .preview-continue{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;margin-top:10px;border-radius:8px;background:#294654;color:#f4f7f6;font-size:14px;font-weight:600;text-decoration:none}
.property-preview a:focus-visible{outline:2px solid #294654;outline-offset:3px}.property-preview .preview-continue:focus-visible{outline-color:#526b76}
#property-entry[aria-busy=true] button{opacity:.65;cursor:wait}body:has(.property-preview:not([hidden])){overflow-y:auto}body:has(.property-preview:not([hidden])) main{position:relative;inset:auto;transform:none;min-height:calc(100svh - 100px);padding-block:70px 40px}
@media(max-width:600px){.property-preview{padding:18px}.property-preview .preview-continue{width:100%}body:has(.property-preview:not([hidden])) main{padding-block:32px}.property-preview dl{gap:20px}}
body:has(.property-preview:not([hidden])) main{width:min(760px,calc(100% - 40px));margin-inline:auto;padding-block:110px 40px}
body:has(.property-preview:not([hidden])) main h1>span{font-size:clamp(30px,4vw,48px)!important}
body:has(.property-preview:not([hidden])) main>p{margin-block:18px}
@media(max-width:600px){body:has(.property-preview:not([hidden])) main{padding-block:90px 32px;width:calc(100% - 32px)}}
.journey-landing #property-entry{position:relative;overflow:visible}
.public-address-suggestions{position:absolute;z-index:30;top:calc(100% - 4px);left:-1px;right:-1px;overflow:hidden;border:1px solid #cbd9df;border-top-color:#e1e8eb;border-radius:0 0 12px 12px;background:#f9fbfc;color:#173441;box-shadow:0 22px 44px #06172259;text-align:left}
.public-address-suggestions[hidden]{display:none}
#property-entry .public-address-suggestions>button{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:11px;width:100%;min-height:58px;padding:10px 16px;border:0;border-top:1px solid #dce5e8;border-radius:0;background:transparent;color:#173441;text-align:left;white-space:normal;box-shadow:none}
#property-entry .public-address-suggestions>button:first-child{border-top:0}#property-entry .public-address-suggestions>button:hover,#property-entry .public-address-suggestions>button[aria-selected=true]{background:#e8f3f0}
.public-suggestion-pin{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#dcebea;color:#294d5d}.public-suggestion-pin svg{width:17px;height:17px}.public-suggestion-copy{display:flex!important;flex-direction:column;justify-content:center;min-width:0}.public-suggestion-copy strong,.public-suggestion-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-suggestion-copy strong{font-size:13px}.public-suggestion-copy small{margin-top:4px;color:#667c86;font-size:11px}
.public-suggestion-attribution{min-height:31px;display:flex;align-items:center;justify-content:flex-end;padding:6px 13px;border-top:1px solid #dce5e8;color:#71858d;font-size:9px}.public-suggestion-attribution img{display:block;width:100px;height:auto}
@media(max-width:600px){.public-address-suggestions{top:calc(100% - 3px)}.public-address-suggestions>button{min-height:51px;padding:8px 11px}.public-address-suggestions>button:nth-of-type(n+4){display:none}.public-suggestion-copy strong{font-size:11px}.public-suggestion-copy small{font-size:9px}}

.launch-nav [hidden]{display:none!important}
