.not-found-module__sxuMuG__page{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:3.5rem;min-height:100vh;padding:3rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.not-found-module__sxuMuG__page:before{content:"";pointer-events:none;background:radial-gradient(#7c5c3a12 0%,#0000 65%);width:900px;height:600px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.not-found-module__sxuMuG__floatingLetters{pointer-events:none;position:absolute;inset:0;overflow:hidden}.not-found-module__sxuMuG__floatChar{color:var(--accent);-webkit-user-select:none;user-select:none;font-family:Lora,Georgia,serif;animation:linear infinite not-found-module__sxuMuG__floatUp;position:absolute}@keyframes not-found-module__sxuMuG__floatUp{0%{opacity:0;transform:translateY(110vh)rotate(-8deg)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-15vh)rotate(12deg)}}.not-found-module__sxuMuG__bookWrap{animation:.7s both not-found-module__sxuMuG__fadeUp;position:relative}.not-found-module__sxuMuG__book{filter:drop-shadow(0 12px 32px #2c1f1424);border-radius:3px;align-items:stretch;width:min(480px,90vw);height:200px;display:flex;position:relative}.not-found-module__sxuMuG__pageLeft{background:var(--surface);border:1px solid var(--border);border-right:none;border-radius:3px 0 0 3px;flex-direction:column;flex:1;justify-content:space-between;padding:1.5rem 1.25rem 1rem;display:flex;position:relative}.not-found-module__sxuMuG__pageLeft:after{content:"";background:linear-gradient(#0000,#2c1f140a);border-radius:0 0 0 3px;height:16px;position:absolute;bottom:0;left:0;right:0}.not-found-module__sxuMuG__pageLines{flex-direction:column;flex:1;gap:.5rem;display:flex}.not-found-module__sxuMuG__pageLine{background:var(--border);opacity:.8;border-radius:2px;height:2px}.not-found-module__sxuMuG__pageNumber{color:var(--text-muted);text-align:center;margin-top:.75rem;font-family:Lora,Georgia,serif;font-size:.7rem;font-style:italic}.not-found-module__sxuMuG__spine{background:linear-gradient(to right,var(--surface3)0%,var(--accent-pale)40%,var(--surface3)100%);border-top:1px solid var(--border-lit);border-bottom:1px solid var(--border-lit);flex-shrink:0;width:18px;position:relative}.not-found-module__sxuMuG__spine:before{content:"";background:var(--border-lit);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.not-found-module__sxuMuG__pageRight{background:var(--surface);border:1px solid var(--border);border-left:none;border-radius:0 3px 3px 0;flex-direction:column;flex:1;justify-content:space-between;padding:1.5rem 1.25rem 1rem;display:flex;position:relative;overflow:hidden}.not-found-module__sxuMuG__pageRight:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 20%,#faf6f080 60%,#faf6f0eb 100%);position:absolute;inset:0}.not-found-module__sxuMuG__missingLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);opacity:.5;margin-bottom:.5rem;font-family:DM Sans,system-ui,sans-serif;font-size:.62rem;font-weight:700}.not-found-module__sxuMuG__dissolveLines{flex-direction:column;flex:1;gap:.5rem;display:flex}.not-found-module__sxuMuG__dissolveLine{background:var(--border);border-radius:2px;height:2px;animation:2.5s ease-in-out infinite alternate not-found-module__sxuMuG__dissolve}@keyframes not-found-module__sxuMuG__dissolve{0%{opacity:.7;transform:scaleX(1)}to{opacity:.1;transform-origin:0;transform:scaleX(.4)}}.not-found-module__sxuMuG__pageNumber404{color:var(--accent);opacity:.35;text-align:center;margin-top:.75rem;font-family:DM Serif Display,Georgia,serif;font-size:1.1rem;font-style:italic}.not-found-module__sxuMuG__bookShadow{filter:blur(6px);background:radial-gradient(#2c1f142e 0%,#0000 70%);height:20px;position:absolute;bottom:-16px;left:8%;right:8%}.not-found-module__sxuMuG__copy{text-align:center;max-width:480px;animation:.7s .15s both not-found-module__sxuMuG__fadeUp}.not-found-module__sxuMuG__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem;font-family:DM Sans,system-ui,sans-serif;font-size:.75rem;font-weight:700}.not-found-module__sxuMuG__heading{color:var(--text-main);letter-spacing:-.01em;margin-bottom:1.1rem;font-family:DM Serif Display,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.15}.not-found-module__sxuMuG__heading em{color:var(--accent);font-style:italic}.not-found-module__sxuMuG__body{color:var(--text-soft);margin-bottom:2rem;font-family:Lora,Georgia,serif;font-size:1rem;line-height:1.8}.not-found-module__sxuMuG__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.not-found-module__sxuMuG__btnPrimary{background:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .18s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 16px #7c5c3a47}.not-found-module__sxuMuG__btnPrimary:hover{background:var(--accent-soft);transform:translateY(-2px);box-shadow:0 6px 22px #7c5c3a57}.not-found-module__sxuMuG__btnSecondary{color:var(--accent);border:1.5px solid var(--border-lit);cursor:pointer;background:0 0;border-radius:100px;padding:.8rem 1.75rem;font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .18s,border-color .18s}.not-found-module__sxuMuG__btnSecondary:hover{background:var(--accent-pale);border-color:var(--accent)}.not-found-module__sxuMuG__suggestion{color:var(--text-muted);font-size:.8rem;line-height:1.7}.not-found-module__sxuMuG__suggLink{color:var(--accent-soft);text-underline-offset:3px;-webkit-text-decoration:underline dotted #7c5c3a66;text-decoration:underline dotted #7c5c3a66;transition:color .15s}.not-found-module__sxuMuG__suggLink:hover{color:var(--accent);text-decoration-style:solid}@keyframes not-found-module__sxuMuG__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.not-found-module__sxuMuG__page{gap:2.5rem;padding:2rem 1.25rem 4rem}.not-found-module__sxuMuG__book{height:160px}.not-found-module__sxuMuG__pageLeft,.not-found-module__sxuMuG__pageRight{padding:1rem .85rem .75rem}.not-found-module__sxuMuG__heading{font-size:1.75rem}.not-found-module__sxuMuG__body{font-size:.925rem}.not-found-module__sxuMuG__actions{flex-direction:column;align-items:stretch}.not-found-module__sxuMuG__btnPrimary,.not-found-module__sxuMuG__btnSecondary{text-align:center;justify-content:center}}
