.not-found-template{min-height:100vh;padding:var(--space-lg);background-color:#a78d5f;justify-content:center;align-items:center;display:flex}.not-found-template__container{align-items:center;gap:var(--space-xl);width:100%;max-width:520px;padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;background-color:#f7f3ec;flex-direction:column;display:flex}.not-found-template__content{gap:var(--space-md);flex-direction:column;display:flex}.not-found-template__title{font-family:var(--font-heading);color:var(--color-primary);margin:0;font-size:2.5rem;font-weight:600;line-height:1.2}.not-found-template__subtitle{color:var(--color-text);opacity:.8;margin:0;font-size:1rem;line-height:1.6}.not-found-template__actions{gap:var(--space-md);justify-content:center;width:100%;display:flex}.not-found-template__actions .button{width:auto}@media (max-width:768px){.not-found-template{padding:var(--space-md)}.not-found-template__container{padding:var(--space-lg);gap:var(--space-lg)}.not-found-template__title{font-size:2rem}.not-found-template__subtitle{font-size:.95rem}.not-found-template__actions{flex-direction:column}.not-found-template__actions .button{width:100%}}@media (max-width:480px){.not-found-template__container{padding:var(--space-md);gap:var(--space-md)}.not-found-template__title{font-size:1.75rem}}
