.not-found-screen{justify-content:center;align-items:center;min-height:calc(100vh - 160px);padding:48px 24px;display:flex}@media screen and (min-width:768px){.not-found-screen{padding:64px 32px}}.not-found-card{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:520px;padding:40px 24px;display:flex;position:relative}@media screen and (min-width:768px){.not-found-card{gap:28px;padding:48px 32px}}.not-found-orb{border-radius:inherit;opacity:.45;pointer-events:none;position:absolute;inset:-1px}.not-found-icon{justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.not-found-icon .icon-circle{background:radial-gradient(circle at 30% 30%,#ffffff2e,#0000),radial-gradient(circle at 70% 80%,#ff434359,#0000);border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.not-found-icon .icon-circle svg{color:#ff4343;z-index:1}.not-found-icon .icon-circle:before{content:"";border-radius:inherit;border:2px solid #ff4343;border-color:#ff4343 #ff6c6c #ffffff0f #0000;animation:3s linear infinite rotate-border;position:absolute;inset:6px}.not-found-content{flex-direction:column;gap:12px;width:100%;display:flex;position:relative}.not-found-label{text-transform:uppercase;letter-spacing:.12em;color:#393939;margin:0;font-size:13px}.not-found-title{color:#222;margin:0;font-size:28px;font-weight:700;line-height:1.2}@media screen and (min-width:768px){.not-found-title{font-size:32px}}.not-found-message{color:#222;max-width:400px;margin:0 auto;font-size:15px;line-height:1.6}@media screen and (min-width:768px){.not-found-message{font-size:16px}}.not-found-actions{flex-direction:column;gap:12px;margin-top:16px;display:flex}@media screen and (min-width:768px){.not-found-actions{flex-direction:row;justify-content:center;gap:16px}}.not-found-actions .button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.not-found-actions .button svg{transition:transform .3s}.not-found-actions .button:hover svg{transform:translate(2px,-2px)}@keyframes rotate-border{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
