.error-page{background:var(--color-bg-primary);justify-content:center;align-items:center;min-height:calc(100vh - 184px);padding:3rem 1rem;display:flex}@media only screen and (min-width:768px){.error-page{min-height:calc(100vh - 240px);padding:4rem 1.5rem}}.error-page__container{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:560px;display:flex}.error-page__illustration{flex-direction:column;align-items:center;display:flex;position:relative}.error-page__plate{background:linear-gradient(145deg,var(--color-bg-elevated),var(--color-bg-surface));border-radius:9999px;justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative;box-shadow:0 8px 32px #00000014,inset 0 2px 4px #fff9}@media only screen and (min-width:768px){.error-page__plate{width:200px;height:200px}}.error-page__plate-inner{background:var(--color-bg-primary);border-radius:9999px;justify-content:center;align-items:center;width:110px;height:110px;display:flex;box-shadow:inset 0 4px 12px #0000000f}@media only screen and (min-width:768px){.error-page__plate-inner{width:140px;height:140px}}.error-page__chef-icon{color:var(--color-interactive-default);opacity:.7}.error-page__steam{background:var(--color-text-tertiary);opacity:0;border-radius:9999px;width:8px;height:20px;animation:2.4s ease-out infinite steam-rise;position:absolute;bottom:75%}.error-page__steam--1{animation-delay:0s;left:35%}.error-page__steam--2{animation-delay:.8s;left:50%}.error-page__steam--3{animation-delay:1.6s;left:65%}.error-page__code{letter-spacing:-2px;background:linear-gradient(135deg,var(--color-interactive-default),var(--color-interactive-hover));-webkit-text-fill-color:#0000;background-clip:text;margin-top:1.5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:4rem;font-weight:700;line-height:1;display:block}@media only screen and (min-width:768px){.error-page__code{font-size:5.5rem}}.error-page__content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.error-page__title{color:var(--color-text-primary);margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.875rem;font-weight:700;line-height:1.15}@media only screen and (min-width:768px){.error-page__title{font-size:2.25rem}}.error-page__description{max-width:440px;color:var(--color-text-secondary);margin:0;font-family:Inter,Helvetica Neue,sans-serif;font-size:1.125rem;line-height:1.625}.error-page__actions{flex-direction:column;gap:.5rem;width:100%;max-width:320px;display:flex}@media only screen and (min-width:768px){.error-page__actions{flex-direction:row;gap:1rem;max-width:none}}.error-page__detail{border:1px solid var(--color-border-default);text-align:left;word-break:break-word;max-width:100%;color:var(--color-text-secondary);background:var(--color-bg-elevated);border-radius:.5rem;margin-top:1rem;padding:1rem 1.5rem;font-family:monospace;font-size:.875rem}@keyframes steam-rise{0%{opacity:0;transform:translateY(0)scaleX(1)}15%{opacity:.4}50%{opacity:.2;transform:translateY(-28px)scaleX(1.4)}to{opacity:0;transform:translateY(-56px)scaleX(.6)}}
