.errorSection{text-align:center;background-color:rgb(var(--background-rgb));justify-content:center;align-items:center;min-height:calc(100vh - 80px);margin-top:80px;padding:2rem 1.5rem;display:flex}.errorContent{background-color:var(--card-bg);border-radius:var(--default-border-radius);width:100%;max-width:600px;box-shadow:var(--card-shadow);transition:var(--theme-transition);overflow-wrap:break-word;word-wrap:break-word;margin:0 auto;padding:2.5rem 1.5rem}.errorContent h1{color:var(--primary-color);word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:.5rem;font-size:clamp(2rem,8vw,4rem);font-weight:800;line-height:1.2}[data-theme=dark] .errorContent h1{color:var(--primary-color)}.errorContent h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(1.5rem,5vw,2.5rem)}.errorContent p{color:var(--text-gray);margin-bottom:2rem;font-size:clamp(1rem,3vw,1.2rem);line-height:1.6}.errorActions{flex-direction:column;gap:1rem;max-width:300px;margin:0 auto;display:flex}.errorButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.errorButton:hover{background-color:var(--accent-color);transform:var(--y-transform)}.errorButtonSecondary{color:var(--text-dark);border:1px solid var(--border-color);background-color:#0000;border-radius:4px;width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.errorButtonSecondary:hover{transform:var(--y-transform);background-color:#0000000d}@media (width>=640px){.errorContent{width:90%;padding:3rem 2.5rem}.errorActions{flex-direction:row;max-width:100%}}@media (width<=768px){.errorSection{min-height:calc(100vh - 70px);margin-top:70px}}
