.NotFoundContent-module__mCBUNa__container{background:var(--color-bg-page);min-height:calc(100vh - 200px);padding:2rem 1rem}.NotFoundContent-module__mCBUNa__contentWrapper{max-width:1000px;margin:0 auto;animation:.5s ease-out NotFoundContent-module__mCBUNa__fadeInUp}.NotFoundContent-module__mCBUNa__header{border-bottom:1px solid var(--color-border-primary);align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.NotFoundContent-module__mCBUNa__iconContainer{background:var(--color-brand-subtle);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.NotFoundContent-module__mCBUNa__icon{color:var(--color-brand);width:28px;height:28px}.NotFoundContent-module__mCBUNa__headingGroup{flex:1}.NotFoundContent-module__mCBUNa__title{font-family:var(--font-montserrat), system-ui, sans-serif;color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.NotFoundContent-module__mCBUNa__subtitle{color:var(--color-text-muted);font-size:1rem;line-height:1.5}.NotFoundContent-module__mCBUNa__highlight{color:var(--color-brand);font-weight:600}.NotFoundContent-module__mCBUNa__prominentSearch{background:var(--hero-gradient);border:1px solid var(--color-border-secondary);text-align:center;border-radius:12px;margin-bottom:1.5rem;padding:2rem;position:relative;overflow:hidden}.NotFoundContent-module__mCBUNa__prominentSearch:before{content:"";background:linear-gradient(90deg, transparent, var(--color-brand), transparent);height:3px;position:absolute;top:0;left:0;right:0}.NotFoundContent-module__mCBUNa__searchPromptTitle{font-family:var(--font-montserrat), system-ui, sans-serif;color:var(--color-text-secondary);justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;display:flex}.NotFoundContent-module__mCBUNa__searchPromptIcon{color:var(--color-brand);width:22px;height:22px}.NotFoundContent-module__mCBUNa__searchPromptText{color:var(--color-text-subtle);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.NotFoundContent-module__mCBUNa__prominentSearchButton{background:var(--color-brand);color:#fff;box-shadow:var(--shadow-button);border-radius:10px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.NotFoundContent-module__mCBUNa__prominentSearchButton:hover{background:var(--color-brand-hover);box-shadow:var(--shadow-button-hover)}.NotFoundContent-module__mCBUNa__searchHint{color:var(--color-text-subtle);justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;font-style:italic;display:flex}.NotFoundContent-module__mCBUNa__hintIcon{color:var(--color-brand);width:14px;height:14px}.NotFoundContent-module__mCBUNa__layout{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.NotFoundContent-module__mCBUNa__layout{grid-template-columns:1.5fr 1fr}}.NotFoundContent-module__mCBUNa__mainContent{background:var(--color-bg-secondary);border:1px solid var(--color-border-secondary);border-radius:12px;overflow:hidden}.NotFoundContent-module__mCBUNa__section{border-bottom:1px solid var(--color-border-primary);padding:1.5rem}.NotFoundContent-module__mCBUNa__section:last-child{border-bottom:none}.NotFoundContent-module__mCBUNa__sectionTitle{font-family:var(--font-montserrat), system-ui, sans-serif;color:var(--color-text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.NotFoundContent-module__mCBUNa__sectionIcon{color:var(--color-brand);width:18px;height:18px}.NotFoundContent-module__mCBUNa__reasonsList{margin:0;padding:0;list-style-type:none}.NotFoundContent-module__mCBUNa__reasonItem{color:var(--color-text-muted);align-items:flex-start;gap:.75rem;padding:.875rem 0;font-size:.9rem;line-height:1.4;display:flex}.NotFoundContent-module__mCBUNa__reasonItem:not(:last-child){border-bottom:1px solid var(--color-border-primary)}.NotFoundContent-module__mCBUNa__reasonIcon{color:var(--color-text-subtle);flex-shrink:0;width:16px;height:16px;margin-top:2px}.NotFoundContent-module__mCBUNa__matchAlert{background:var(--color-success-bg);border:1px solid var(--color-success-border);border-radius:10px;margin:.5rem 0;padding:1.25rem}.NotFoundContent-module__mCBUNa__matchTitle{font-family:var(--font-montserrat), system-ui, sans-serif;color:var(--color-success);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.NotFoundContent-module__mCBUNa__matchIcon{color:var(--color-success);width:18px;height:18px}.NotFoundContent-module__mCBUNa__matchText{color:var(--color-text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.NotFoundContent-module__mCBUNa__actionButtons{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.NotFoundContent-module__mCBUNa__primaryButton{background:var(--color-brand);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.NotFoundContent-module__mCBUNa__primaryButton:hover{background:var(--color-brand-hover);box-shadow:var(--shadow-button)}.NotFoundContent-module__mCBUNa__secondaryButton{color:var(--color-text-tertiary);border:1px solid var(--color-border-tertiary);background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.NotFoundContent-module__mCBUNa__secondaryButton:hover{background:var(--color-surface-interactive);border-color:var(--color-border-hover);color:var(--color-text-primary)}.NotFoundContent-module__mCBUNa__contactFooter{text-align:center;border-top:1px solid var(--color-border-primary);color:var(--color-text-subtle);margin-top:1.5rem;padding-top:1.5rem;font-size:.85rem}.NotFoundContent-module__mCBUNa__contactLink{color:var(--color-brand);font-weight:500;text-decoration:none;transition:color .2s}.NotFoundContent-module__mCBUNa__contactLink:hover{color:var(--color-brand-light);text-decoration:underline}.NotFoundContent-module__mCBUNa__sidebar{background:var(--color-bg-secondary);border:1px solid var(--color-border-secondary);border-radius:12px;height:fit-content;overflow:hidden}.NotFoundContent-module__mCBUNa__sidebarTitle{font-family:var(--font-montserrat), system-ui, sans-serif;border-bottom:1px solid var(--color-border-primary);color:var(--color-text-secondary);align-items:center;gap:.5rem;padding:1.25rem;font-size:1rem;font-weight:700;display:flex}.NotFoundContent-module__mCBUNa__linksList{padding:.75rem}.NotFoundContent-module__mCBUNa__linkCard{background:var(--color-surface-interactive);border:1px solid #0000;border-radius:8px;margin-bottom:.5rem;padding:1rem;text-decoration:none;transition:all .2s;display:block}.NotFoundContent-module__mCBUNa__linkCard:last-child{margin-bottom:0}.NotFoundContent-module__mCBUNa__linkCard:hover{background:#ff3b300f;border-color:#ff3b3033}.NotFoundContent-module__mCBUNa__linkTitle{color:var(--color-text-secondary);align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.9rem;font-weight:600;display:flex}.NotFoundContent-module__mCBUNa__linkTitle svg{color:var(--color-brand);width:16px;height:16px}.NotFoundContent-module__mCBUNa__linkDescription{color:var(--color-text-subtle);font-size:.8rem;line-height:1.4}@keyframes NotFoundContent-module__mCBUNa__fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.NotFoundContent-module__mCBUNa__container{padding:1.5rem 1rem}.NotFoundContent-module__mCBUNa__header{text-align:center;flex-direction:column;gap:1rem}.NotFoundContent-module__mCBUNa__title{font-size:1.5rem}.NotFoundContent-module__mCBUNa__prominentSearch{padding:1.5rem}.NotFoundContent-module__mCBUNa__searchPromptTitle{font-size:1.1rem}.NotFoundContent-module__mCBUNa__prominentSearchButton{width:100%;padding:.875rem 1.5rem}.NotFoundContent-module__mCBUNa__actionButtons{flex-direction:column}.NotFoundContent-module__mCBUNa__secondaryButton{justify-content:center;width:100%}}@media (max-width:480px){.NotFoundContent-module__mCBUNa__title{font-size:1.25rem}.NotFoundContent-module__mCBUNa__subtitle{font-size:.9rem}.NotFoundContent-module__mCBUNa__iconContainer{width:48px;height:48px}.NotFoundContent-module__mCBUNa__icon{width:24px;height:24px}}
