.not-found-page{background-color:var(--bg-body);justify-content:center;align-items:center;min-height:80vh;padding:150px 20px 60px;display:flex;position:relative;overflow:hidden}.not-found-page .not-found-content{z-index:1;text-align:center;background:linear-gradient(#0d283073 0%,#061014d9 100%);border:1px solid #2ed5c333;border-radius:20px;max-width:580px;margin:0 auto;padding:40px 24px;position:relative;box-shadow:0 16px 40px #00000073}@media (min-width:640px){.not-found-page .not-found-content{padding:50px 36px}}.not-found-page .not-found-content .error-badge{color:var(--primary-color);background-color:#2ed5c31f;border:1px solid #2ed5c340;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 14px;font-size:13px;font-weight:700;display:inline-flex}.not-found-page .not-found-content .error-code{color:#0000;background:linear-gradient(180deg, var(--primary-color) 0%, #2ed5c34d 100%);letter-spacing:-2px;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:80px;font-weight:900;line-height:1}@media (min-width:640px){.not-found-page .not-found-content .error-code{font-size:110px}}.not-found-page .not-found-content .error-title{color:var(--text-color);margin:0 0 12px;font-size:22px;font-weight:800}@media (min-width:640px){.not-found-page .not-found-content .error-title{font-size:26px}}.not-found-page .not-found-content .error-desc{color:#ffffffb8;margin:0 0 28px;font-size:14.5px;line-height:1.7}.not-found-page .not-found-content .action-buttons{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}@media (min-width:480px){.not-found-page .not-found-content .action-buttons{flex-direction:row;gap:12px}}.not-found-page .not-found-content .action-buttons .primary-home-btn{background-color:var(--primary-color);color:#061014;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;padding:0 20px;font-size:13.5px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}@media (min-width:480px){.not-found-page .not-found-content .action-buttons .primary-home-btn{width:auto}}.not-found-page .not-found-content .action-buttons .primary-home-btn:hover{transform:translateY(-2px);box-shadow:0 4px 18px #2ed5c366}.not-found-page .not-found-content .action-buttons .back-btn{height:42px;color:var(--text-color);cursor:pointer;background-color:#0d2830b3;border:1px solid #2ed5c340;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;padding:0 18px;font-size:13.5px;font-weight:600;transition:all .2s;display:inline-flex}@media (min-width:480px){.not-found-page .not-found-content .action-buttons .back-btn{width:auto}}.not-found-page .not-found-content .action-buttons .back-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}
