.not-found-page{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.not-found-container{width:100%;max-width:1200px;margin:0 auto}.not-found-content{background:#fff;border-radius:1rem;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:4rem;padding:3rem;display:grid;box-shadow:0 10px 25px #0000001a}.not-found-image{justify-content:center;align-items:center;display:flex}.not-found-illustration{filter:drop-shadow(0 4px 8px #0000001a);max-width:100%;height:auto}.not-found-text{text-align:left}.not-found-title{color:#1a202c;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.not-found-subtitle{color:#e53e3e;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.not-found-description{color:#4a5568;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#fff;background:#059669}.btn-primary:hover{background:#047857;transform:translateY(-2px);box-shadow:0 4px 12px #0596694d}.btn-secondary{color:#059669;background:0 0;border:2px solid #059669}.btn-secondary:hover{color:#fff;background:#059669;transform:translateY(-2px)}.popular-links{margin-bottom:3rem}.popular-links-title{color:#1a202c;text-align:center;margin-bottom:2rem;font-size:1.875rem;font-weight:700}.popular-links-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.popular-link-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;text-decoration:none;transition:all .3s;box-shadow:0 2px 4px #0000000d}.popular-link-card:hover{border-color:#059669;transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.popular-link-title{color:#1a202c;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.popular-link-description{color:#4a5568;font-size:.875rem;line-height:1.5}.search-section{text-align:center;background:#fff;border-radius:.75rem;margin-bottom:3rem;padding:2rem;box-shadow:0 2px 4px #0000000d}.search-title{color:#1a202c;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.search-description{color:#4a5568;margin-bottom:1.5rem}.search-form{gap:.5rem;max-width:500px;margin:0 auto;display:flex}.search-input{border:2px solid #e2e8f0;border-radius:.5rem;flex:1;padding:.875rem 1rem;font-size:1rem;transition:border-color .3s}.search-input:focus{border-color:#059669;outline:none}.search-button{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:.5rem;padding:.875rem 1.5rem;font-weight:600;transition:background .3s}.search-button:hover{background:#047857}.help-section{text-align:center;background:#f7fafc;border-radius:.75rem;padding:2rem}.help-title{color:#1a202c;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.help-description{color:#4a5568;margin-bottom:1.5rem}.help-link{color:#fff;background:#059669;border-radius:.5rem;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.help-link:hover{background:#047857;transform:translateY(-2px)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.not-found-page{padding:1rem}.not-found-content{text-align:center;grid-template-columns:1fr;gap:2rem;padding:2rem}.not-found-title{font-size:2rem}.not-found-subtitle{font-size:1.25rem}.not-found-actions{justify-content:center}.popular-links-grid{grid-template-columns:1fr;gap:1rem}.search-form{flex-direction:column;gap:1rem}}@media (max-width:480px){.not-found-content{padding:1.5rem}.not-found-title{font-size:1.75rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:.875rem}}@media (prefers-color-scheme:dark){.not-found-page{background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%)}.not-found-content,.popular-link-card,.search-section{background:#2d3748;border-color:#4a5568}.not-found-title,.popular-links-title,.search-title,.help-title,.popular-link-title{color:#f7fafc}.not-found-description,.search-description,.help-description,.popular-link-description{color:#a0aec0}.search-input{color:#f7fafc;background:#4a5568;border-color:#718096}.help-section{background:#1a202c}}
