.not-found-page{min-height:100vh;background-color:var(--accent-color);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.not-found-content{text-align:center;max-width:600px;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 8px 16px #4a34281a;position:relative;overflow:hidden}.not-found-content .ant-result-title{color:var(--secondary-color);font-size:6rem;font-weight:700;margin-bottom:0;line-height:1}.not-found-content .ant-result-subtitle{color:var(--text-secondary);font-size:1.5rem;margin-top:.5rem}.not-found-message{margin-top:2rem;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.not-found-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.gallery-decoration{position:absolute;bottom:-20px;right:-20px;width:150px;height:150px;opacity:.1;z-index:0}.gallery-cup{position:absolute;bottom:0;right:0;width:80px;height:60px;background-color:var(--secondary-color);border-radius:0 0 40px 40px}.gallery-cup:before{content:"";position:absolute;top:-10px;left:0;width:80px;height:10px;background-color:var(--secondary-color);border-radius:10px 10px 0 0}.gallery-cup:after{content:"";position:absolute;top:-5px;right:-15px;width:15px;height:25px;background-color:var(--secondary-color);border-radius:0 10px 10px 0}.gallery-steam{position:absolute;top:-30px;right:30px;width:20px;height:30px}.gallery-steam:before,.gallery-steam:after{content:"";position:absolute;width:8px;height:20px;background-color:#4a3428;border-radius:10px;animation:steam 2s infinite}.gallery-steam:before{left:0;animation-delay:.2s}.gallery-steam:after{right:0;animation-delay:.4s}@keyframes steam{0%{transform:translateY(0) scaleX(1);opacity:0}50%{transform:translateY(-10px) scaleX(1.2);opacity:.5}to{transform:translateY(-20px) scaleX(1);opacity:0}}@media (max-width: 768px){.not-found-content{padding:2rem}.not-found-content .ant-result-title{font-size:4rem}.not-found-content .ant-result-subtitle{font-size:1.2rem}.not-found-buttons{flex-direction:column}.gallery-decoration{width:100px;height:100px;bottom:-10px;right:-10px}.gallery-cup{width:60px;height:45px}.gallery-cup:before{width:60px}}
