* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #132033; background: #f5f4ef; font-family: var(--font-family); line-height: 1.55; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.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; }
.site-header { min-height: 78px; max-width: 1380px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.07rem; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: #637083; font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.brand-logo { width: 60px; height: 54px; flex: none; display: block; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(20,45,88,.24)); }
.brand-mark { position: relative; width: 38px; height: 38px; border-radius: 11px; background: #12243e; display: grid; place-content: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); transform: rotate(-2deg); }
.brand-mark i { display: block; width: 17px; height: 3px; margin: 1.5px 0; border-radius: 4px; background: #f5c648; }
.brand-mark i:nth-child(2) { width: 12px; background: #ff7a55; }
.brand-mark i:nth-child(3) { width: 8px; background: #61c7bc; }
.site-header nav { display: flex; gap: 34px; color: #5c6878; font-size: .9rem; font-weight: 700; }
.site-header nav a { position: relative; padding: 10px 0; }
.site-header nav a:hover, .site-header nav a.active { color: #132033; }
.site-header nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: #e96845; }
.access-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid #d8d6ce; border-radius: 999px; background: rgba(255,255,255,.5); font-size: .78rem; font-weight: 750; }
.access-pill i { width: 7px; height: 7px; border-radius: 50%; background: #42a875; box-shadow: 0 0 0 4px rgba(66,168,117,.12); }
main { overflow: hidden; }
.hero { position: relative; max-width: 1380px; margin: 0 auto; padding: 78px 32px 100px; display: grid; grid-template-columns: minmax(0,.83fr) minmax(560px,1.17fr); gap: clamp(52px,7vw,105px); align-items: center; }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -410px; top: -220px; border: 1px solid rgba(18,36,62,.08); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.12), 0 0 0 150px rgba(255,255,255,.08); pointer-events: none; }
.eyebrow, .step-label { color: #d75635; font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; max-width: 680px; color: #10213a; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem,5.4vw,5.7rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: #d65d3d; font-weight: 500; }
.hero-intro { max-width: 610px; margin: 30px 0 25px; color: #536174; font-size: 1.08rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px 24px; padding: 0; margin: 0; list-style: none; color: #435165; font-size: .82rem; font-weight: 700; }
.hero-proof li::before { content: "✓"; display: inline-grid; place-content: center; width: 17px; height: 17px; margin-right: 7px; color: #1f705d; background: #dff0e9; border-radius: 50%; font-size: .65rem; }
.ask-console { position: relative; z-index: 1; padding: clamp(24px,3.3vw,42px); background: #fffefa; border: 1px solid #dedbd1; border-radius: 3px 34px 3px 34px; box-shadow: 0 28px 80px rgba(22,36,54,.13); }
.ask-console::after { content: ""; position: absolute; inset: 11px -11px -11px 11px; z-index: -1; border: 1px solid rgba(18,36,62,.13); border-radius: 3px 34px 3px 34px; }
.ask-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.ask-heading h2 { margin: 6px 0 0; color: #13243d; font-size: clamp(1.45rem,2.4vw,2.05rem); line-height: 1.16; }
.anonymous-badge { padding: 6px 10px; color: #536174; background: #f0f1ee; border-radius: 999px; font-size: .7rem; font-weight: 800; }
#ask-form { margin-top: 25px; border: 1px solid #cfd3d3; border-radius: 15px; overflow: hidden; background: #fff; transition: border-color .2s, box-shadow .2s; }
#ask-form:focus-within { border-color: #d65d3d; box-shadow: 0 0 0 4px rgba(214,93,61,.1); }
#demo-search { width: 100%; min-height: 108px; padding: 20px 20px 12px; resize: vertical; border: 0; outline: 0; color: #18263a; background: transparent; line-height: 1.5; }
#demo-search::placeholder { color: #8a929d; }
.ask-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px; border-top: 1px solid #ecece8; }
.ask-actions small { max-width: 290px; color: #7c8591; font-size: .7rem; line-height: 1.35; }
.ask-submit { flex: none; padding: 12px 17px; border: 0; border-radius: 9px; color: #fff; background: #d65d3d; font-size: .82rem; font-weight: 800; box-shadow: 0 7px 18px rgba(214,93,61,.22); }
.ask-submit:hover { background: #bd4d30; transform: translateY(-1px); }
.ask-submit:disabled { opacity: .65; cursor: wait; }
.examples { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 17px; color: #7c8591; font-size: .7rem; }
.examples button { padding: 5px 9px; color: #536174; background: transparent; border: 1px solid #dcdedc; border-radius: 999px; font-size: .69rem; }
.examples button:hover { border-color: #d65d3d; color: #b94b30; }
.request-trail { margin-top: 18px; border-top: 1px solid #e2e2dc; }
.request-trail summary { padding: 14px 2px 8px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #34465b; cursor: pointer; list-style: none; }
.request-trail summary::-webkit-details-marker { display: none; }
.request-trail summary > span { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 850; }
.request-trail summary > span::after { content: "⌄"; color: #8a939d; font-size: .85rem; transition: transform .2s ease; }
.request-trail:not([open]) summary > span::after { transform: rotate(-90deg); }
.request-trail summary i { width: 8px; height: 8px; border-radius: 50%; background: #61c7bc; box-shadow: 0 0 0 4px rgba(97,199,188,.12); }
.request-trail summary small { color: #87909b; font-size: .64rem; font-weight: 750; }
.request-trail:not([open]) .request-trail-body { display: none; }
.request-trail-body { padding: 4px 0 1px; }
.request-trail-list { max-height: 176px; overflow: auto; display: grid; gap: 7px; margin: 0; padding: 0 3px 0 0; list-style: none; }
.request-trail-list li { position: relative; padding: 8px 11px 8px 72px; color: #4f5f70; background: #f4f5f2; border-radius: 8px; font-size: .7rem; line-height: 1.42; }
.request-trail-list li::before { position: absolute; left: 10px; top: 8px; color: #768390; font-size: .61rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.request-trail-list li[data-role="user"]::before { content: "Vous"; color: #c85437; }
.request-trail-list li[data-role="orbyx"]::before { content: "Orbyx"; color: #24786b; }
.request-trail-list li[data-role="context"] { background: #edf4f1; }
.request-trail-list li[data-role="context"]::before { content: "Contexte"; color: #24786b; }
.request-trail-list li.is-empty { padding-left: 11px; color: #8a929b; background: transparent; border: 1px dashed #d8dad7; }
.prepared-query { margin-top: 9px; padding: 10px 12px; display: grid; gap: 3px; background: #142842; border-radius: 9px; }
.prepared-query span { color: #83cfc4; font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.prepared-query strong { color: #f8f4e7; font-size: .7rem; font-weight: 650; line-height: 1.4; }
.request-trail-clear { margin-top: 8px; padding: 4px 2px; color: #89919a; background: transparent; border: 0; font-size: .82rem; text-decoration: underline; text-underline-offset: 3px; }
.request-trail-clear:hover, .request-trail-clear:focus-visible { color: #b54d34; outline: none; }
.result-workspace { max-width: 1380px; margin: 0 auto 100px; padding: clamp(28px,4vw,58px); color: #e9edf3; background: #11243e; border-radius: 3px 45px 3px 45px; box-shadow: 0 30px 80px rgba(17,36,62,.18); }
.result-header { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.result-header h2 { margin: 7px 0 4px; font-family: Georgia, serif; font-size: clamp(1.8rem,3vw,2.7rem); font-weight: 500; letter-spacing: -.025em; }
.result-header p { margin: 0; color: #aab6c6; }
.ifa-card { flex: none; width: 116px; min-height: 116px; padding: 15px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.07); }
.ifa-card span { color: #f0c85c; font-size: .66rem; font-weight: 900; letter-spacing: .18em; }
.ifa-card strong { font-family: Georgia,serif; font-size: 2.6rem; line-height: 1; }
.ifa-card small { color: #aab6c6; font-size: .65rem; }
.ifa-card:not(.is-empty) { border-color: rgba(240,200,92,.55); box-shadow: 0 0 0 7px rgba(240,200,92,.06); }
.result-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; padding-top: 28px; }
.result-grid > section { min-width: 0; padding: 27px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; }
.visual-evidence { grid-row: span 2; }
.section-title { display: flex; align-items: center; gap: 11px; margin-bottom: 21px; }
.section-title > span { width: 32px; height: 32px; display: grid; place-content: center; color: #f0c85c; border: 1px solid rgba(240,200,92,.34); border-radius: 9px; }
.section-title small { color: #8393a8; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-title h3 { margin: -2px 0 0; color: #f8fafc; font-size: 1rem; }
.part-identity { min-height: 83px; }
.part-reference { margin: 0; color: #f1ca61; font-family: Georgia,serif; font-size: 2.15rem; line-height: 1; }
.part-designation { margin: 7px 0 0; color: #f5f7fa; font-size: 1.05rem; }
.reference-evidence { display: grid; gap: 5px; margin-top: 14px; padding: 11px 13px; border-left: 3px solid rgba(240,200,92,.7); border-radius: 0 8px 8px 0; background: rgba(240,200,92,.07); }
.reference-evidence strong { color: #f1ca61; font-size: .76rem; }
.reference-evidence span { color: #b7c2cf; font-size: .72rem; line-height: 1.45; }
.reference-evidence-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; margin-top: 5px; }
.reference-evidence-links button { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 7px; padding: 7px 8px; border: 1px solid rgba(240,200,92,.18); border-radius: 7px; color: #dfe6ee; background: rgba(7,23,40,.42); text-align: left; cursor: pointer; }
.reference-evidence-links button:hover, .reference-evidence-links button:focus-visible { border-color: rgba(240,200,92,.7); background: rgba(240,200,92,.1); outline: none; }
.reference-evidence-links button span { color: #f1ca61; font-size: .65rem; font-weight: 850; white-space: nowrap; }
.reference-evidence-links button small { min-width: 0; overflow: hidden; color: #b7c2cf; font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.reference-evidence-links button b { color: #f1ca61; font-size: .72rem; }
.part-metadata { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 22px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; }
.part-metadata div { padding: 12px; background: rgba(0,0,0,.08); }
.part-metadata dt { color: #8291a5; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.part-metadata dd { margin: 3px 0 0; color: #e5eaf0; font-size: .8rem; }
.visual-tabs { display: flex; gap: 4px; margin-bottom: 13px; overflow-x: auto; scrollbar-width: thin; }
.visual-tabs button { flex: none; padding: 8px 10px; color: #92a0b3; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: .7rem; font-weight: 800; }
.visual-tabs button[aria-selected="true"] { color: #f1ca61; border-color: #f1ca61; }
.visual-panel { min-height: 300px; display: grid; place-content: center; overflow: hidden; background: #0b1a2d; border: 1px dashed rgba(255,255,255,.17); border-radius: 10px; }
.visual-panel img { display: block; width: 100%; max-height: 430px; object-fit: contain; }
.visual-panel img[data-visual-zoom] { cursor: zoom-in; transition: transform .2s ease, filter .2s ease; }
.visual-panel img[data-visual-zoom]:hover { transform: scale(1.012); filter: brightness(1.04); }
.visual-lightbox-open { overflow: hidden; }
.visual-lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(5,14,27,.92); backdrop-filter: blur(7px); }
.visual-reader { width: min(1500px,96vw); height: min(920px,94vh); display: grid; grid-template-rows: auto minmax(0,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; color: #dce5ef; background: #09182a; box-shadow: 0 30px 90px rgba(0,0,0,.48); }
.visual-reader > header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,.12); background: #0d2037; }
.visual-reader > header > div { display: grid; gap: 2px; }
.visual-reader > header strong { color: #f0c85c; font-size: .88rem; }
.visual-reader > header span { color: #93a2b4; font-size: .68rem; }
.visual-reader button { border: 1px solid rgba(255,255,255,.17); border-radius: 7px; color: #dce5ef; background: rgba(255,255,255,.07); font-weight: 800; cursor: pointer; }
.visual-reader > header button { padding: 8px 11px; }
.visual-reader-body { min-height: 0; display: grid; grid-template-columns: minmax(320px,390px) minmax(0,1fr); }
.visual-reader-body aside { min-width: 0; overflow-y: auto; padding: 18px; border-right: 1px solid rgba(255,255,255,.1); background: rgba(3,14,27,.6); }
.visual-reader-body aside strong { display: block; margin-bottom: 12px; color: #f0c85c; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.visual-reader-body aside img { display: block; width: 100%; max-height: 50vh; object-fit: contain; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: #fff; }
.visual-reader-body aside p, .visual-reader-help { color: #8999ac; font-size: .68rem; line-height: 1.45; }
.visual-reader-body > section { min-width: 0; min-height: 0; display: grid; grid-template-rows: auto minmax(0,1fr) auto; padding: 14px; }
.visual-reader-tools { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 11px; }
.visual-reader-tools > span { color: #cfd8e3; font-size: .75rem; font-weight: 800; }
.visual-reader-tools > div { display: flex; gap: 5px; }
.visual-reader-tools button { min-width: 38px; padding: 7px 9px; }
.visual-reader-tools [data-reader-reset] { min-width: 66px; }
.visual-reader-tools button:disabled { opacity: .3; cursor: default; }
.visual-reader-navigation { align-items: center; }
.visual-reader-navigation strong { min-width: 48px; color: #f0c85c; font-size: .68rem; text-align: center; }
.visual-reader-viewport { min-width: 0; min-height: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: #d8d8d5; cursor: grab; touch-action: none; user-select: none; }
.visual-reader-viewport.is-dragging { cursor: grabbing; }
.visual-reader-canvas { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transform-origin: center center; transition: transform .06s linear; }
.visual-reader-canvas > img { display: block; width: 100%; height: 100%; object-fit: fill; pointer-events: none; }
.visual-trace-overlay { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.visual-trace-reference { fill: rgba(26,210,255,.018); stroke: rgba(26,210,255,.68); stroke-width: 4; vector-effect: non-scaling-stroke; }
.visual-trace-source { fill: rgba(255,207,82,.13); stroke: #ffcf52; stroke-width: 9; vector-effect: non-scaling-stroke; }
.visual-trace-candidate { cursor: pointer; transition: opacity .2s ease; }
.visual-trace-candidate.is-muted { opacity: .17; }
.visual-trace-candidate rect { fill: rgba(255,126,51,.12); stroke: #ff7e33; stroke-width: 9; stroke-dasharray: 22 13; vector-effect: non-scaling-stroke; }
.visual-trace-candidate circle { fill: rgba(255,126,51,.18); stroke: #ffb04f; stroke-width: 7; vector-effect: non-scaling-stroke; }
.visual-trace-candidate text { fill: #fff3d5; stroke: #09182a; stroke-width: 7; paint-order: stroke; font: 800 58px/1 sans-serif; }
.visual-trace-guide, .visual-trace-current { fill: none; vector-effect: non-scaling-stroke; pointer-events: none; }
.visual-trace-guide { stroke: rgba(255,126,51,.24); stroke-width: 4; stroke-dasharray: 12 14; }
.visual-trace-current { stroke: #ffe28a; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 2 24; animation: orbyx-current-flow 1.05s linear infinite; filter: drop-shadow(0 0 3px #ff8f3d); }
.orbyx-visual-guide { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 15px; align-items: center; margin-top: 18px; padding: 16px; border: 2px solid rgba(76,205,214,.5); border-radius: 16px; background: linear-gradient(135deg,rgba(11,43,67,.98),rgba(7,24,43,.98)); box-shadow: 0 12px 34px rgba(0,0,0,.28), inset 0 0 30px rgba(76,205,214,.08); animation: orbyx-trace-attention 3.4s ease-in-out 2; }
.orbyx-visual-guide.is-located { border-color: rgba(255,201,87,.82); background: linear-gradient(135deg,rgba(64,45,16,.98),rgba(20,29,43,.98)); box-shadow: 0 12px 34px rgba(0,0,0,.3), inset 0 0 34px rgba(255,190,62,.11); }
.orbyx-visual-guide.is-active { border-color: rgba(255,145,60,.9); background: linear-gradient(135deg,rgba(69,34,16,.98),rgba(21,28,42,.98)); box-shadow: 0 12px 34px rgba(0,0,0,.3), inset 0 0 36px rgba(255,126,51,.14); }
.orbyx-visual-guide .orbyx-guide-avatar { width: 96px; aspect-ratio: 1; border-radius: 50%; background: url("../assets/orbyx/orbyx-expression-sheet-v3.png") 100% 50% / 200% 300%; box-shadow: 0 0 28px rgba(255,172,73,.38); }
.orbyx-visual-guide.is-assist .orbyx-guide-avatar { background-position: 0 50%; box-shadow: 0 0 28px rgba(76,205,214,.3); }
.orbyx-trace-signal { display: inline-flex; margin-bottom: 7px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #071525; background: #ffd36b; font-size: .66rem; font-weight: 900; letter-spacing: .07em; line-height: 1; text-transform: uppercase; }
.orbyx-visual-guide.is-active .orbyx-trace-signal { background: #ff9b52; }
.orbyx-visual-guide.is-assist .orbyx-trace-signal { background: #72dce2; }
.orbyx-visual-guide div strong { margin: 0 0 7px; color: #fff2ce; font-size: 1.02rem; letter-spacing: .01em; text-transform: none; }
.orbyx-visual-guide div p { margin: 0; color: #e1e8f0; font-size: .84rem; line-height: 1.55; }
@keyframes orbyx-current-flow { to { stroke-dashoffset: -26; } }
@keyframes orbyx-trace-attention {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); box-shadow: 0 15px 38px rgba(0,0,0,.34), 0 0 22px rgba(255,184,76,.17); }
}
@media (prefers-reduced-motion: reduce) {
    .visual-trace-current { animation: none; stroke-dasharray: 10 18; }
    .orbyx-visual-guide { animation: none; }
}
.visual-reader-help { margin: 9px 0 0; text-align: center; }
.visual-choice { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.11); }
.visual-choice-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.visual-choice-heading > div { display: grid; gap: 2px; }
.visual-choice-heading strong { font-size: .92rem; }
.visual-choice-heading span { color: #93a2b4; font-size: .7rem; }
.visual-choice-heading button { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #b9c4d0; background: transparent; font-size: .68rem; }
.visual-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.visual-option { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(4,16,30,.45); transition: border-color .2s, transform .2s; }
.visual-option:hover { transform: translateY(-2px); border-color: rgba(240,200,92,.45); }
.visual-option.is-selected { border-color: #f0c85c; box-shadow: 0 0 0 3px rgba(240,200,92,.1); }
.visual-option > img { width: 100%; height: 115px; display: block; object-fit: cover; background: #071426; cursor: zoom-in; }
.visual-option > div { padding: 10px; display: grid; gap: 5px; }
.visual-option strong { color: #f1ca61; font-size: .78rem; }
.visual-option span { min-height: 2.4em; overflow: hidden; color: #d3dae4; font-size: .7rem; line-height: 1.2; }
.visual-option small { color: #8393a8; font-size: .6rem; line-height: 1.3; }
.visual-option button { padding: 7px 8px; border: 0; border-radius: 7px; color: #10213a; background: #f0c85c; font-size: .67rem; font-weight: 850; }
.visual-option button:disabled, .visual-choice-heading button:disabled { opacity: .55; cursor: default; }
.visual-choice-status { min-height: 1.3em; margin: 9px 0 0; color: #9dd7c5; font-size: .68rem; }
.visual-placeholder { max-width: 300px; padding: 30px; text-align: center; color: #8493a6; }
.visual-placeholder span { display: block; color: #e2bd5c; font-size: 2.2rem; }
.visual-placeholder strong { display: block; margin: 7px 0; color: #cdd5df; }
.visual-placeholder p { margin: 0; font-size: .78rem; }
.visual-caption { padding: 11px 14px; color: #aeb9c7; background: #0b1a2d; font-size: .73rem; }
.answer-feedback { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); color: #aeb9c7; font-size: .76rem; }
.answer-feedback[hidden] { display: none; }
.answer-feedback button { padding: 7px 10px; color: #d8e1ec; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 7px; cursor: pointer; }
.answer-feedback button:hover, .answer-feedback button:focus-visible { color: #f1ca61; border-color: #f1ca61; }
.answer-feedback button:disabled { opacity: .55; cursor: default; }
.answer-feedback small { flex-basis: 100%; color: #8fa0b4; }
.diagnostic-steps { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.diagnostic-steps li { display: flex; align-items: start; gap: 12px; }
.diagnostic-steps li > span { flex: none; width: 25px; height: 25px; display: grid; place-content: center; color: #f1ca61; background: rgba(241,202,97,.1); border-radius: 50%; font-size: .68rem; font-weight: 900; }
.diagnostic-steps strong { color: #e9edf3; font-size: .82rem; }
.diagnostic-steps p { margin: 2px 0 0; color: #8998ab; font-size: .73rem; }
.diagnostic-steps .diagnostic-safety {
    padding: 14px;
    color: #ffe8e2;
    background: rgba(188, 54, 42, .18);
    border: 1px solid rgba(255, 115, 92, .55);
    border-radius: 10px;
}
.diagnostic-steps .diagnostic-safety > span {
    color: #fff;
    background: #c84435;
}
.diagnostic-steps .diagnostic-safety strong { color: #ffb7aa; font-size: .88rem; }
.diagnostic-steps .diagnostic-safety p { color: #ffe0da; font-size: .78rem; line-height: 1.55; }
.diagnostic-steps .diagnostic-step-electrical {
    padding: 11px;
    border-left: 3px solid #e0604f;
    background: rgba(188, 54, 42, .08);
    border-radius: 4px 9px 9px 4px;
}
.diagnostic-steps .diagnostic-inline-safety {
    display: grid;
    gap: 3px;
    margin: 7px 0 8px;
    padding: 9px 10px;
    color: #ffd8d1;
    background: rgba(188, 54, 42, .16);
    border-radius: 7px;
    line-height: 1.5;
}
.diagnostic-steps .diagnostic-inline-safety b { color: #ff9f90; }
.source-list { display: grid; gap: 9px; }
.source-item { padding: 11px 13px; background: rgba(0,0,0,.1); border-left: 2px solid #e2bd5c; border-radius: 3px 8px 8px 3px; }
.source-item strong { display: block; color: #e9edf3; font-size: .78rem; }
.source-item span { color: #8e9caf; font-size: .69rem; }
.ifa-explanation { margin-top: 16px; padding: 13px; color: #a9b5c4; background: rgba(241,202,97,.07); border-radius: 8px; font-size: .7rem; }
.ifa-explanation strong { color: #f1ca61; }
.ifa-explanation p { margin: 4px 0 0; }
.empty-state { color: #8e9caf; }
.empty-state.compact { display: flex; align-items: center; gap: 11px; }
.empty-state.compact span { font-size: 1.4rem; }
.empty-state.compact p { margin: 0; font-size: .75rem; }
.result-workspace.is-loading .result-grid { opacity: .5; pointer-events: none; }
.result-workspace.is-loading .ifa-card { animation: pulse 1s ease infinite alternate; }
.knowledge-counter { max-width: 1180px; margin: 0 auto 90px; padding: 0 32px; text-align: center; }
.knowledge-counter-heading { max-width: 710px; margin: 0 auto; }
.knowledge-counter-heading h2 { margin: 9px 0 12px; color: #13243d; font-family: Georgia,serif; font-size: clamp(2rem,4vw,3.35rem); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.knowledge-counter-heading p, .knowledge-counter > small { color: #6c7786; }
.knowledge-counter-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 42px 0 20px; border-top: 1px solid #d8d6ce; border-bottom: 1px solid #d8d6ce; }
.knowledge-counter-grid article { padding: 30px 18px; }
.knowledge-counter-grid article + article { border-left: 1px solid #d8d6ce; }
.knowledge-counter-grid strong { display: block; color: #d65d3d; font-family: Georgia,serif; font-size: clamp(2.5rem,5vw,4rem); font-weight: 500; line-height: 1; font-variant-numeric: tabular-nums; }
.knowledge-counter-grid span { display: block; margin-top: 8px; color: #647080; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.principles { max-width: 1380px; margin: 0 auto 90px; padding: 0 32px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
.principles div { padding: 34px; background: #ebe9e2; }
.principles span { color: #d65d3d; font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.principles h3 { margin: 14px 0 8px; color: #17283f; font-family: Georgia,serif; font-size: 1.3rem; font-weight: 500; }
.principles p { margin: 0; color: #657181; font-size: .83rem; }
footer { max-width: 1380px; min-height: 120px; margin: 0 auto; padding: 30px 32px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #d8d6ce; color: #647080; font-size: .8rem; }
footer > a:last-child { color: #c54e31; font-weight: 800; }
.footer-brand .brand-mark { width: 32px; height: 32px; }
.footer-brand .brand-logo { width: 48px; height: 43px; }
@keyframes pulse { from { opacity: .5; } to { opacity: 1; } }
@media (max-width: 1080px) {
    .hero { grid-template-columns: 1fr; padding-top: 48px; }
    .hero-copy { max-width: 780px; }
    .result-workspace { margin-inline: 20px; }
}
@media (max-width: 760px) {
    .visual-lightbox { padding: 8px; }
    .visual-reader { width: 100%; height: 96vh; }
    .visual-reader-body { grid-template-columns: 1fr; grid-template-rows: minmax(255px,36vh) minmax(0,1fr); }
    .visual-reader-body aside { display: grid; grid-template-columns: 88px minmax(0,1fr); grid-template-rows: auto auto auto; align-items: center; gap: 8px 10px; overflow-y: auto; padding: 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .visual-reader-body aside > strong { grid-column: 1 / -1; margin: 0; }
    .visual-reader-body aside > img { grid-column: 1; grid-row: 2; width: 88px; max-height: 112px; }
    .visual-reader-body aside > p { grid-column: 2; grid-row: 2; margin: 0; }
    .visual-reader-body aside .orbyx-visual-guide { grid-column: 1 / -1; grid-row: 3; grid-template-columns: 72px minmax(0,1fr); gap: 10px; margin-top: 2px; padding: 10px; border-radius: 12px; }
    .visual-reader-body aside .orbyx-visual-guide .orbyx-guide-avatar { width: 72px; }
    .visual-reader-body aside .orbyx-trace-signal { margin-bottom: 4px; padding: 4px 6px; font-size: .55rem; }
    .visual-reader-body aside .orbyx-visual-guide div strong { margin-bottom: 3px; font-size: .84rem; }
    .visual-reader-body aside .orbyx-visual-guide div p { font-size: .72rem; line-height: 1.42; }
    .site-header { min-height: 65px; padding: 11px 18px; }
    .site-header .brand-logo { width: 48px; height: 43px; }
    .site-header nav { display: none; }
    .access-pill { padding: 6px 9px; font-size: .68rem; }
    .hero { padding: 42px 18px 72px; gap: 40px; }
    .hero h1 { font-size: clamp(2.65rem,13vw,4rem); }
    .hero-intro { font-size: .96rem; }
    .ask-console { padding: 20px; border-radius: 3px 24px 3px 24px; }
    .ask-heading { display: block; }
    .anonymous-badge { display: inline-block; margin-top: 11px; }
    .ask-actions { align-items: stretch; flex-direction: column; }
    .ask-submit { width: 100%; }
    .request-trail summary { align-items: flex-start; }
    .request-trail-list { max-height: 132px; }
    .request-trail-list li { padding-left: 66px; }
    .result-workspace { margin: 0 12px 72px; padding: 25px 17px; border-radius: 3px 28px 3px 28px; }
    .result-header { align-items: start; }
    .result-header p { font-size: .82rem; }
    .ifa-card { width: 85px; min-height: 85px; padding: 9px; }
    .ifa-card strong { font-size: 1.9rem; }
    .result-grid { grid-template-columns: 1fr; }
    .result-grid > section { padding: 20px; }
    .visual-evidence { grid-row: auto; }
    .visual-panel { min-height: 230px; }
    .visual-lightbox { padding: 12px; }
    .visual-lightbox button { width: calc(100vw - 24px); }
    .visual-reader-tools { flex-wrap: wrap; }
    .visual-reader-tools button { width: auto; }
    .reference-evidence-links { grid-template-columns: 1fr; }
    .visual-choice-heading { align-items: start; flex-direction: column; }
    .visual-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .knowledge-counter { padding: 0 18px; }
    .knowledge-counter-grid { grid-template-columns: 1fr; }
    .knowledge-counter-grid article + article { border-left: 0; border-top: 1px solid #d8d6ce; }
    .principles { padding: 0 18px; grid-template-columns: 1fr; }
    footer { padding: 28px 18px; align-items: start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
.language-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 9px 0 0;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(47, 141, 124, .1);
    color: #246f61;
    font-size: .78rem;
    font-weight: 700;
}
.source-translation,
.source-original { margin: 8px 0 0; line-height: 1.48; }
.source-translation { color: var(--ink, #18262d); }
.source-original {
    padding: 10px 12px;
    border-left: 3px solid rgba(47, 141, 124, .35);
    background: rgba(47, 141, 124, .06);
    color: var(--muted, #68757b);
}
.source-original summary { cursor: pointer; font-weight: 700; }
.source-terms { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.source-terms span {
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(21, 31, 36, .06);
    font-size: .72rem;
}

/* Orbyx Guide — compagnon documentaire contextuel */
.orbyx-experience { position: relative; }
.orbyx-content { min-width: 0; }
.orbyx-guide-panel {
    position: fixed;
    z-index: 20;
    left: max(18px, calc((100vw - 1740px) / 2));
    top: 96px;
    width: clamp(250px, 18vw, 310px);
    min-height: 610px;
    max-height: calc(100vh - 116px);
    overflow: hidden auto;
    padding: 28px 23px 22px;
    color: #eef5fb;
    background:
        radial-gradient(circle at 50% 15%, rgba(255,154,78,.18), transparent 31%),
        linear-gradient(155deg, #102945 0%, #0b1c32 68%, #14243a 100%);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 7px 38px 7px 38px;
    box-shadow: 0 28px 70px rgba(14,31,53,.24);
}
.orbyx-guide-panel::after { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(255,255,255,.055); border-radius: 4px 30px 4px 30px; }
.orbyx-guide-toggle { position: absolute; z-index: 3; top: 13px; right: 13px; width: 34px; height: 34px; display: none; place-content: center; color: #d9e5ef; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 50%; font-size: 1.2rem; }
.orbyx-guide-orbit { position: absolute; z-index: 0; left: 50%; top: 26px; width: 210px; height: 210px; border: 1px solid rgba(103,211,197,.17); border-radius: 50%; transform: translateX(-50%); animation: orbyx-orbit-turn 17s linear infinite; }
.orbyx-guide-orbit::before, .orbyx-guide-orbit::after { content: ""; position: absolute; inset: 15px; border: 1px dashed rgba(255,199,97,.16); border-radius: inherit; }
.orbyx-guide-orbit::after { inset: 45px; border-style: solid; border-color: rgba(255,255,255,.09); }
.orbyx-guide-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #f2c861; box-shadow: 0 0 15px rgba(242,200,97,.8); }
.orbyx-guide-orbit i:nth-child(1) { top: 17px; left: 37px; }
.orbyx-guide-orbit i:nth-child(2) { right: -3px; top: 101px; background: #64cbbb; }
.orbyx-guide-orbit i:nth-child(3) { left: 30px; bottom: 12px; width: 5px; height: 5px; background: #ff815c; }
.orbyx-guide-portrait { position: relative; z-index: 1; width: 197px; aspect-ratio: 1; margin: 14px auto 8px; border-radius: 50%; background-image: url("../assets/orbyx/orbyx-expression-sheet-v3.png"); background-repeat: no-repeat; background-size: 200% 300%; background-position: 100% 100%; filter: drop-shadow(0 14px 22px rgba(3,14,28,.44)); animation: orbyx-breathe 4.8s ease-in-out infinite; transition: background-position .25s ease, transform .25s ease; }
.orbyx-guide-panel[data-state="listening"] .orbyx-guide-portrait { background-position: 0 0; }
.orbyx-guide-panel[data-state="thinking"] .orbyx-guide-portrait { background-position: 100% 0; animation: orbyx-think 2.65s ease-in-out infinite; }
.orbyx-guide-panel[data-state="found"] .orbyx-guide-portrait { background-position: 100% 50%; }
.orbyx-guide-panel[data-state="uncertain"] .orbyx-guide-portrait { background-position: 0 50%; }
.orbyx-guide-panel[data-state="warning"] .orbyx-guide-portrait { background-position: 0 100%; }
.orbyx-guide-body { position: relative; z-index: 1; }
.orbyx-guide-kicker { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0; color: #80d4c8; font-size: .64rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.orbyx-guide-kicker span { width: 18px; height: 1px; background: currentColor; }
.orbyx-guide-body h2 { margin: 5px 0 15px; text-align: center; color: #fff4d6; font-family: Georgia,serif; font-size: 2.25rem; font-weight: 500; letter-spacing: -.035em; }
.orbyx-guide-speech { position: relative; padding: 17px 16px; color: #263649; background: #fffdf6; border-radius: 4px 18px 18px 18px; box-shadow: 0 12px 28px rgba(2,13,25,.24); }
.orbyx-guide-speech::before { content: ""; position: absolute; top: -9px; left: 30px; width: 18px; height: 18px; background: inherit; transform: rotate(45deg); }
.orbyx-guide-speech strong { position: relative; display: block; color: #172a43; font-size: .93rem; }
.orbyx-guide-speech p { position: relative; margin: 7px 0 0; color: #596676; font-size: .76rem; line-height: 1.48; }
.orbyx-guide-action { position: relative; width: 100%; margin-top: 13px; padding: 12px 14px; color: #14253c; background: linear-gradient(135deg,#f5d06d,#f1b951); border: 0; border-radius: 10px; box-shadow: 0 10px 24px rgba(239,183,75,.18); font-size: .75rem; font-weight: 900; line-height: 1.3; }
.orbyx-guide-action:hover, .orbyx-guide-action:focus-visible { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(239,183,75,.28); outline: 2px solid rgba(255,255,255,.7); outline-offset: 2px; }
.orbyx-guide-action[hidden] { display: none; }
.orbyx-guide-status { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 0; color: #9aabbb; font-size: .65rem; }
.orbyx-guide-status i { width: 7px; height: 7px; border-radius: 50%; background: #65cbb9; box-shadow: 0 0 0 4px rgba(101,203,185,.1); }
.orbyx-guide-panel[data-state="thinking"] .orbyx-guide-status i { background: #f2c861; animation: pulse .7s ease infinite alternate; }
.orbyx-guide-panel[data-state="uncertain"] .orbyx-guide-status i { background: #f2c861; }
.orbyx-guide-panel[data-state="warning"] .orbyx-guide-status i { background: #ff7657; }
@keyframes orbyx-orbit-turn { to { transform: translateX(-50%) rotate(360deg); } }
@keyframes orbyx-breathe { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-4px) scale(1.015); } }
@keyframes orbyx-think { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-5px) rotate(1deg); } }

.orbyx-guide-panel.is-away .orbyx-guide-portrait { opacity: .12; transform: scale(.78); }
.orbyx-focus[hidden] { display: none; }
.orbyx-focus { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.orbyx-focus-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(6,18,34,.67); backdrop-filter: blur(5px); opacity: 0; animation: orbyx-focus-backdrop-in .9s ease forwards; }
.orbyx-focus-stage { --orbyx-from-x: -38vw; --orbyx-from-y: 0px; position: relative; z-index: 1; width: min(760px, calc(100vw - 48px)); display: grid; grid-template-columns: 255px minmax(0,1fr); align-items: center; gap: 10px; filter: drop-shadow(0 32px 60px rgba(1,10,22,.38)); animation: orbyx-focus-enter .9s cubic-bezier(.2,.78,.2,1) both; }
.orbyx-focus.is-returning .orbyx-focus-backdrop { animation: orbyx-focus-backdrop-out .82s ease forwards; }
.orbyx-focus.is-returning .orbyx-focus-stage { animation: orbyx-focus-return .82s cubic-bezier(.65,0,.8,.3) both; }
.orbyx-focus-avatar { position: relative; z-index: 2; width: 255px; aspect-ratio: 1; border-radius: 50%; background: url("../assets/orbyx/orbyx-expression-sheet-v3.png") 0 50% / 200% 300% no-repeat; filter: drop-shadow(0 20px 30px rgba(2,14,29,.48)); animation: orbyx-focus-breathe 4.8s ease-in-out infinite; }
.orbyx-focus[data-state="found"] .orbyx-focus-avatar { background-position: 100% 50%; }
.orbyx-focus[data-state="thinking"] .orbyx-focus-avatar { background-position: 100% 0; }
.orbyx-focus[data-state="warning"] .orbyx-focus-avatar { background-position: 0 100%; }
.orbyx-focus-card { position: relative; z-index: 1; margin-left: -22px; padding: 31px 30px 25px 47px; color: #26384e; background: #fffdf7; border: 1px solid rgba(255,255,255,.8); border-radius: 7px 28px 7px 28px; box-shadow: 0 24px 65px rgba(1,12,26,.34); }
.orbyx-focus-card::before { content: ""; position: absolute; left: -12px; top: 58px; width: 25px; height: 25px; background: inherit; transform: rotate(45deg); }
.orbyx-focus-kicker { margin: 0 0 7px; color: #d45b3c; font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.orbyx-focus-card h2 { margin: 0; color: #122640; font-family: Georgia,serif; font-size: clamp(1.7rem,3vw,2.45rem); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.orbyx-focus-card > p:not(.orbyx-focus-kicker) { margin: 13px 0 0; color: #596879; font-size: .93rem; line-height: 1.55; }
.orbyx-machine-confirmation { margin-top: 18px; display: grid; grid-template-columns: minmax(120px, 170px) minmax(0, 1fr); gap: 16px; align-items: center; padding: 12px; background: #f2f5f3; border: 1px solid #d7ddd9; border-radius: 14px; }
.orbyx-machine-confirmation[hidden] { display: none; }
.orbyx-machine-image { min-height: 120px; display: grid; place-items: center; overflow: hidden; color: #3d5267; background: #e3e8e5; border-radius: 10px; text-decoration: none; }
.orbyx-machine-image img { width: 100%; max-height: 170px; display: block; object-fit: contain; background: #101a26; }
.orbyx-machine-image > span { padding: 8px 10px; font-size: .67rem; font-weight: 800; text-align: center; }
.orbyx-machine-image:not(.is-missing) > span { width: 100%; color: #fff; background: #203d59; }
.orbyx-machine-identity { min-width: 0; display: grid; gap: 5px; }
.orbyx-machine-identity strong { color: #122640; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.1; }
.orbyx-machine-identity span { color: #42566b; font-size: .82rem; font-weight: 750; }
.orbyx-machine-identity small { color: #126d6b; font-size: .73rem; font-weight: 850; }
.orbyx-machine-identity a { color: #b64d32; font-size: .72rem; font-weight: 800; }
.orbyx-focus-form { margin-top: 20px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.orbyx-focus-form[hidden], .orbyx-focus-actions[hidden] { display: none; }
.orbyx-focus-form label { grid-column: 1 / -1; color: #32475f; font-size: .72rem; font-weight: 850; }
.orbyx-focus-form input { min-width: 0; padding: 13px 14px; color: #172940; background: #fff; border: 1px solid #c9d0d5; border-radius: 9px; outline: none; }
.orbyx-focus-form input:focus { border-color: #d65d3d; box-shadow: 0 0 0 4px rgba(214,93,61,.11); }
.orbyx-focus-form button, .orbyx-focus-actions button { padding: 12px 15px; color: #fff; background: #d65d3d; border: 0; border-radius: 9px; font-size: .77rem; font-weight: 850; }
.orbyx-focus-form button:hover, .orbyx-focus-actions button:hover, .orbyx-focus-form button:focus-visible, .orbyx-focus-actions button:focus-visible { background: #bd4d30; outline: 2px solid #f0bd62; outline-offset: 2px; }
.orbyx-focus-actions { margin-top: 20px; display: grid; gap: 8px; }
.orbyx-focus-actions button { width: 100%; text-align: left; }
.orbyx-focus-actions button.secondary { color: #34495f; background: #edf0ee; border: 1px solid #d5d9d7; }
.orbyx-focus-actions button.secondary:hover { background: #e2e6e3; }
.orbyx-focus-later { margin-top: 15px; padding: 5px 0; color: #798492; background: transparent; border: 0; font-size: .7rem; text-decoration: underline; text-underline-offset: 3px; }
body.orbyx-focus-open { overflow: hidden; }
@keyframes orbyx-focus-enter { from { opacity: .35; transform: translate(var(--orbyx-from-x),var(--orbyx-from-y)) scale(.48); } to { opacity: 1; transform: translate(0,0) scale(1); } }
@keyframes orbyx-focus-return { from { opacity: 1; transform: translate(0,0) scale(1); } to { opacity: .15; transform: translate(var(--orbyx-from-x),var(--orbyx-from-y)) scale(.48); } }
@keyframes orbyx-focus-backdrop-in { to { opacity: 1; } }
@keyframes orbyx-focus-backdrop-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes orbyx-focus-breathe { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-7px) scale(1.025); } }

@media (min-width: 1180px) {
    .orbyx-content { margin-left: clamp(250px, 20vw, 335px); }
    .orbyx-content .hero, .orbyx-content .result-workspace, .orbyx-content .principles, .orbyx-content footer { max-width: 1380px; }
    .orbyx-content .hero { grid-template-columns: minmax(0,.78fr) minmax(500px,1.22fr); gap: clamp(38px,4vw,78px); }
}
@media (min-width: 1180px) and (max-width: 1660px) {
    .orbyx-content .hero { grid-template-columns: 1fr; padding-top: 52px; gap: 44px; }
    .orbyx-content .hero-copy { max-width: 760px; }
}
@media (max-width: 1179px) {
    .orbyx-guide-panel { position: relative; left: auto; top: auto; width: min(1100px, calc(100% - 64px)); min-height: 0; max-height: none; margin: 18px auto 4px; padding: 18px 24px; display: grid; grid-template-columns: 112px minmax(0,1fr); align-items: center; gap: 22px; overflow: hidden; border-radius: 5px 28px 5px 28px; }
    .orbyx-guide-orbit { left: 73px; top: 6px; width: 112px; height: 112px; }
    .orbyx-guide-portrait { width: 113px; margin: 0; }
    .orbyx-guide-kicker, .orbyx-guide-body h2 { justify-content: flex-start; text-align: left; }
    .orbyx-guide-body h2 { display: inline-block; margin: 3px 14px 8px 0; font-size: 1.55rem; }
    .orbyx-guide-speech { padding: 13px 15px; }
    .orbyx-guide-speech::before { top: 50%; left: -7px; transform: translateY(-50%) rotate(45deg); }
    .orbyx-guide-action { width: auto; margin: 10px 10px 0 0; }
    .orbyx-guide-status { display: inline-flex; }
}
@media (max-width: 760px) {
    body { padding-bottom: 124px; }
    .orbyx-guide-panel { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; top: auto; width: auto; margin: 0; padding: 11px 48px 11px 12px; grid-template-columns: 72px minmax(0,1fr); gap: 10px; border-radius: 5px 20px 5px 20px; box-shadow: 0 18px 55px rgba(4,16,30,.48); transition: transform .2s ease; }
    .orbyx-guide-toggle { display: grid; }
    .orbyx-guide-orbit { left: 47px; top: 8px; width: 70px; height: 70px; }
    .orbyx-guide-portrait { width: 71px; }
    .orbyx-guide-kicker, .orbyx-guide-body h2, .orbyx-guide-status { display: none; }
    .orbyx-guide-speech { padding: 10px 11px; border-radius: 4px 13px 13px 13px; }
    .orbyx-guide-speech strong { font-size: .78rem; }
    .orbyx-guide-speech p { max-height: 2.8em; overflow: hidden; margin-top: 3px; font-size: .66rem; line-height: 1.4; }
    .orbyx-guide-action { width: 100%; margin: 7px 0 0; padding: 8px 10px; font-size: .65rem; }
    .orbyx-guide-panel.is-collapsed { right: auto; width: 94px; grid-template-columns: 68px; padding-right: 12px; }
    .orbyx-guide-panel.is-collapsed .orbyx-guide-body { display: none; }
    .orbyx-focus { padding: 14px; align-items: end; }
    .orbyx-focus-stage { width: 100%; grid-template-columns: 1fr; gap: 0; padding-top: 92px; }
    .orbyx-focus-avatar { position: absolute; top: 0; left: calc(50% - 72.5px); width: 145px; }
    .orbyx-focus-card { margin: 0; padding: 70px 20px 20px; border-radius: 6px 24px 6px 24px; }
    .orbyx-focus-card::before { display: none; }
    .orbyx-focus-card h2 { text-align: center; font-size: 1.65rem; }
    .orbyx-focus-kicker, .orbyx-focus-card > p:not(.orbyx-focus-kicker) { text-align: center; }
    .orbyx-machine-confirmation { grid-template-columns: 1fr; }
    .orbyx-machine-image { min-height: 100px; }
    .orbyx-machine-image img { max-height: 155px; }
    .orbyx-machine-identity { text-align: center; }
    .orbyx-focus-form { grid-template-columns: 1fr; }
    .orbyx-focus-form button { width: 100%; }
    .orbyx-focus-later { display: block; margin-inline: auto; }
}
