:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#292722;background:#f5f3ed;font-synthesis:none;line-height:1.45;font-weight:450;color-scheme:light;--paper: #f5f3ed;--surface: rgba(255, 255, 252, .94);--ink: #292722;--muted: #716d65;--line: rgba(41, 39, 34, .14);--blue: #3867d6;--orange: #ee6d45;--gold: #f4aa22;--green: #16866b;--shadow: 0 14px 45px rgba(56, 48, 34, .12)}*{box-sizing:border-box}html,body,#root{min-height:100%}html,body{overflow-x:hidden}body{margin:0;min-height:100vh;background:var(--paper)}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.42}a{color:var(--blue);text-underline-offset:.18em}.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}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid rgba(56,103,214,.3);outline-offset:3px}.search-page{min-height:100vh;display:grid;place-items:center;padding:4rem 1.5rem;background:radial-gradient(circle at 12% 15%,rgba(244,170,34,.14),transparent 24rem),radial-gradient(circle at 88% 84%,rgba(56,103,214,.1),transparent 26rem),var(--paper)}.search-card{width:min(680px,100%);text-align:center}.wordmark{display:inline-flex;align-items:center;gap:.5rem;color:var(--ink);text-decoration:none;margin-bottom:1.4rem}.wordmark span{width:2.65rem;height:2.65rem;display:grid;place-items:center;border:1.5px solid var(--ink);border-radius:50%;font-family:Georgia,serif;font-size:1.35rem;font-weight:700;background:#fffefa}.wordmark i{display:block;width:2.6rem;height:1px;background:var(--ink);position:relative}.wordmark i:after{content:"";position:absolute;right:-1px;top:-3px;width:6px;height:6px;border-top:1px solid var(--ink);border-right:1px solid var(--ink);transform:rotate(45deg)}.eyebrow{margin:0 0 .5rem;color:var(--muted);font-size:.72rem;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.search-card h1{margin:0 auto;max-width:12ch;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,7vw,5.25rem);font-weight:500;letter-spacing:-.055em;line-height:.98}.hero-copy{max-width:34rem;margin:1.25rem auto 2.4rem;color:var(--muted);font-size:1.05rem}.route-form{position:relative;display:grid;gap:.75rem;padding:1.15rem;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow);text-align:left}.search-field{position:relative}.search-field label{position:absolute;z-index:1;left:1rem;top:.68rem;color:var(--muted);font-size:.73rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;pointer-events:none}.search-field input{width:100%;min-height:70px;border:1px solid transparent;border-radius:15px;padding:1.7rem 3.8rem .55rem 1rem;background:#f3f1eb;color:var(--ink);font-size:1.08rem;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.search-field input:hover{background:#efede6}.search-field input:focus{border-color:#3867d68c;background:#fff;box-shadow:0 0 0 3px #3867d61a}.swap-button{position:absolute;z-index:3;top:50%;right:2.1rem;width:2.5rem;height:2.5rem;margin-top:-1.25rem;border:1px solid var(--line);border-radius:50%;background:#fffefa;color:var(--ink);font-weight:800;transition:transform .15s ease,background .15s ease}.swap-button:hover{transform:rotate(180deg);background:#fff}.suggestions{position:relative;z-index:8;display:grid;gap:.2rem;max-height:min(18rem,36vh);overflow-y:auto;margin-top:.4rem;padding:.45rem;border:1px solid var(--line);border-radius:15px;background:#fffefa;box-shadow:var(--shadow)}.route-form:has(.suggestions) .swap-button{opacity:0;pointer-events:none}.suggestion{min-height:44px;padding:.7rem .8rem;border:0;border-radius:10px;background:transparent;color:var(--ink);text-align:left}.suggestion:hover,.suggestion.active{background:#f0eee7}.suggestion-status{min-height:44px;margin:0;padding:.7rem .8rem;color:var(--muted);display:flex;align-items:center}.suggestion-error{color:#ad4329}.search-actions{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1.25rem}.start-button,.random-button{min-height:48px;padding:.8rem 1.25rem;border-radius:999px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.start-button{border:1px solid var(--ink);background:var(--ink);color:#fff;box-shadow:0 8px 24px #2927222e}.random-button{border:1px solid var(--line);background:transparent;color:var(--ink)}.start-button:hover,.random-button:hover{transform:translateY(-2px)}.start-button:hover{box-shadow:0 12px 30px #2927223b}.random-button:hover{background:#ffffff9e}.error-banner{max-width:36rem;margin:1rem auto 0;padding:.85rem 1rem;border:1px solid rgba(173,67,41,.24);border-radius:14px;background:#fff2ed;color:#8f321e}.run-layout,.graph-stage{width:100%;height:100vh;min-height:520px}.graph-stage{display:flex;flex-direction:column;overflow:hidden}.graph-stage-header{position:relative;z-index:10;min-height:62px;flex:0 0 auto;display:grid;grid-template-columns:1fr minmax(0,auto) 1fr;align-items:center;gap:1rem;padding:.65rem 1rem;border-bottom:1px solid var(--line);background:#fffefaed;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-button{justify-self:start;border:0;background:transparent;color:var(--ink);font-family:Georgia,serif;font-weight:700;font-size:1.05rem}.route-title{min-width:0;display:flex;align-items:center;justify-content:center;gap:.65rem;margin:0;font-size:.9rem;white-space:nowrap}.route-title strong{max-width:22ch;overflow:hidden;text-overflow:ellipsis}.route-title span{color:var(--orange)}.header-actions{justify-self:end;display:flex;gap:.45rem}.quiet-button{min-height:38px;padding:.5rem .8rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink);font-size:.82rem;font-weight:650}.quiet-button:hover{background:#f0eee7}.graph-viewport{position:relative;flex:1 1 auto;min-width:0;min-height:0;overflow:hidden;background:var(--paper);touch-action:none}.graph-stage canvas{display:block;touch-action:none}.canvas-description,.canvas-description>div{width:100%;height:100%}.graph-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;padding:2rem;text-align:center;pointer-events:none}.graph-empty h2{margin:1rem 0 .2rem;font-family:Georgia,serif;font-weight:500}.graph-empty p{margin:0;color:var(--muted)}.search-pulse{width:22px;height:22px;border:2px solid rgba(56,103,214,.22);border-top-color:var(--blue);border-radius:50%;animation:spin .9s linear infinite}.run-summary,.detail-panel,.error-card{position:absolute;z-index:4;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.run-summary{top:1rem;left:1rem;width:220px;padding:.85rem;border-radius:17px}.status-line{display:flex;align-items:center;gap:.55rem}.status-line strong{font-size:.9rem}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--gold)}.status-dot.is-live{background:var(--green);box-shadow:0 0 #16866b59;animation:live-pulse 1.8s ease-out infinite}.run-summary>p{margin:.5rem 0 .75rem;color:var(--muted);font-size:.82rem}.run-summary>p span{margin:0 .2rem;color:#aaa59b}.mini-legend{display:flex;flex-wrap:wrap;gap:.55rem .75rem;padding-top:.7rem;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem}.mini-legend span{display:flex;align-items:center;gap:.3rem}.key-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.key-dot.start{background:var(--green)}.key-dot.end{background:var(--orange)}.key-dot.path{background:var(--gold)}.node-browser{margin-top:.7rem;padding-top:.65rem;border-top:1px solid var(--line)}.node-browser summary{cursor:pointer;color:var(--muted);font-size:.75rem;font-weight:650}.node-browser-list{display:grid;gap:.3rem;max-height:min(40vh,300px);overflow-y:auto;margin-top:.55rem}.node-browser button{width:100%;display:grid;gap:.1rem;min-height:42px;padding:.55rem .65rem;border:1px solid transparent;border-radius:9px;background:#f1efe9;color:var(--ink);text-align:left}.node-browser button:hover,.node-browser button.active{border-color:#3867d652;background:#fff}.node-browser button small{color:var(--muted);font-size:.68rem;text-transform:capitalize}.detail-panel{top:1rem;right:1rem;width:min(330px,calc(100% - 2rem));max-height:calc(100% - 2rem);overflow-y:auto;padding:1rem;border-radius:19px}.close-button{position:absolute;z-index:1;top:.65rem;right:.65rem;width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:#fffefae6;color:var(--ink);font-size:1.2rem;line-height:1}.detail-image{display:block;width:calc(100% + 2rem);max-height:170px;object-fit:cover;margin:-1rem -1rem 1rem;border-radius:19px 19px 0 0}.detail-panel h2{margin:0;font-family:Georgia,serif;font-size:1.45rem;font-weight:500;overflow-wrap:anywhere}.detail-meta{margin:.35rem 0 .9rem;color:var(--muted);font-size:.75rem;text-transform:capitalize}.detail-copy{color:#555149;font-family:Georgia,serif;font-size:.98rem;line-height:1.55}.detail-loading{color:var(--muted)}.detail-panel a{display:inline-block;margin-top:.35rem;font-size:.84rem;font-weight:700}.metadata-error{padding:.75rem;border-radius:11px;background:#fff2ed;color:#8f321e}.metadata-error p{margin-top:0}.metadata-error button,.error-card button{min-height:38px;padding:.5rem .75rem;border:0;border-radius:999px;background:var(--ink);color:#fff;font-weight:650}.error-card{top:50%;left:50%;width:min(380px,calc(100% - 2rem));padding:1.2rem;border-radius:20px;transform:translate(-50%,-50%);text-align:center}.error-card strong{font-family:Georgia,serif;font-size:1.35rem}.error-card p{color:var(--muted)}.path-drawer{position:absolute;z-index:6;right:0;bottom:0;left:0;height:clamp(350px,48vh,480px);overflow:hidden;border-top:1px solid rgba(41,39,34,.18);border-radius:26px 26px 0 0;background:#f5f3edeb;box-shadow:0 -18px 55px #38302233;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.drawer-toggle{position:absolute;z-index:7;top:.45rem;left:50%;display:grid;justify-items:center;gap:.15rem;min-width:76px;padding:.05rem .5rem .2rem;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:.64rem;font-weight:700;transform:translate(-50%)}.drawer-toggle:hover{background:#29272212;color:var(--ink)}.drawer-handle{width:44px;height:4px;border-radius:999px;background:#29272247}.path-carousel{height:100%;min-height:0;display:flex;flex-direction:column;padding:1.35rem 0 .7rem;background:transparent;outline:none}.carousel-heading{width:calc(100% - 3rem);margin:0 auto .65rem;display:flex;align-items:end;justify-content:space-between;gap:1.5rem}.carousel-heading h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.6vw,2.15rem);font-weight:500;letter-spacing:-.035em;line-height:1}.carousel-controls{display:flex;align-items:center;gap:.65rem;flex:0 0 auto}.carousel-controls button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fffefa;color:var(--ink);font-size:1.15rem}.carousel-controls button:hover:not(:disabled){background:var(--ink);color:#fff}.carousel-controls span{min-width:3.25rem;color:var(--muted);font-size:.78rem;text-align:center}.carousel-track{flex:1;min-height:0;display:flex;align-items:stretch;gap:clamp(2.6rem,5vw,4rem);width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:.35rem 1.5rem .8rem}.carousel-track.is-single{justify-content:center}.path-card-shell{position:relative;min-height:0;flex:0 0 clamp(280px,28vw,350px);scroll-snap-align:center}.path-card-shell:not(:last-child):after{content:"→";position:absolute;top:50%;left:calc(100% + clamp(1.3rem,3vw,2.6rem));color:var(--orange);font-size:clamp(1.5rem,3vw,2.2rem);transform:translate(-50%,-50%)}.path-card{height:100%;min-height:0;display:flex;flex-direction:column;padding:1rem 1.15rem;border:1px solid var(--line);border-radius:18px;background:#fffefaf2;box-shadow:0 10px 28px #38302217;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.path-card.is-active{border-color:#d8890880;box-shadow:0 14px 34px #38302226;transform:translateY(-2px)}.card-step{margin:0 0 .4rem;color:var(--orange);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.path-card h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,2vw,1.65rem);font-weight:500;line-height:1.05;overflow-wrap:anywhere}.card-excerpt{flex:1;min-height:0;overflow-y:auto;margin:.7rem 0;color:#555149;font-family:Georgia,Times New Roman,serif;font-size:.9rem;line-height:1.52}.card-excerpt a{padding:.08em .13em;border-radius:.2em;background:#f4aa2240;color:#7f4d00;font-weight:700;text-decoration-color:#7f4d006b}.path-card footer{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.55rem;padding-top:.7rem;border-top:1px solid var(--line);font-size:.72rem}.path-card footer a,.path-card footer strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.path-card footer strong{text-align:right}.path-card footer span{color:var(--orange)}.carousel-loading,.carousel-error{width:min(520px,calc(100% - 3rem));margin:auto;display:grid;justify-items:center;padding:2rem;text-align:center}.carousel-loading{color:var(--muted)}.carousel-error{border:1px solid rgba(173,67,41,.24);border-radius:20px;background:#fff2ed;color:#8f321e}.carousel-error p{margin-bottom:1.1rem}.carousel-error button{min-height:40px;padding:.55rem .9rem;border:0;border-radius:999px;background:var(--ink);color:#fff;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@keyframes live-pulse{70%{box-shadow:0 0 0 8px #16866b00}to{box-shadow:0 0 #16866b00}}@media(max-width:760px){.search-page{padding:2.5rem 1rem}.search-card h1{font-size:clamp(2.65rem,15vw,4.2rem)}.hero-copy{font-size:.96rem;margin-bottom:1.8rem}.route-form{padding:.8rem;border-radius:20px}.search-actions{flex-direction:column}.search-actions button{width:100%}.graph-stage-header{min-height:92px;grid-template-columns:auto 1fr;grid-template-rows:auto auto;padding:.55rem .7rem;gap:.4rem .7rem}.brand-button{grid-row:1;grid-column:1}.header-actions{grid-row:1;grid-column:2}.route-title{grid-row:2;grid-column:1 / -1;justify-content:flex-start;width:100%;font-size:.78rem}.route-title strong{max-width:40%}.quiet-button{min-height:34px;padding:.42rem .65rem}.path-toggle-button{color:#7f4d00;border-color:#d8890859;background:#f4aa221f}.run-summary{top:.65rem;left:.65rem;width:auto;min-width:145px;padding:.7rem}.mini-legend,.node-browser{display:none}.run-summary>p{margin-bottom:0}.detail-panel{top:auto;right:.65rem;bottom:4.8rem;width:calc(100% - 1.3rem);max-height:52%}.path-drawer{height:min(44vh,380px);border-radius:22px 22px 0 0}.drawer-toggle span:last-child{display:none}.path-carousel{padding-top:1.25rem}.carousel-heading{width:calc(100% - 2rem);align-items:start}.carousel-heading h1{font-size:1.5rem}.carousel-controls{margin-top:.15rem}.carousel-controls button{width:40px;height:40px}.carousel-controls span{display:none}.carousel-track{gap:2.5rem;padding-inline:max(1rem,calc((100vw - min(84vw,340px))/2))}.path-card-shell{flex-basis:min(84vw,340px)}.path-card-shell:not(:last-child):after{left:calc(100% + 1.25rem)}}@media(max-width:390px){.header-actions .quiet-button:first-child{display:none}.path-toggle-button{display:inline-flex}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
