.not-found-container{background:var(--bg-warm,var(--bg-warm));min-height:100vh;font-family:var(--font-outfit,"Outfit",sans-serif);position:relative;overflow:hidden}.not-found-content{z-index:2;position:relative}.not-found-container h1,.not-found-container h2,.not-found-container h3{font-family:var(--font-cormorant,"Cormorant Garamond",serif)}.not-found-number{color:var(--theme-primary);justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-size:8rem;font-weight:900;line-height:1;display:flex}.number-4{animation:2s ease-in-out infinite bounce}.number-4:nth-child(3){animation-delay:.3s}.paw-container{justify-content:center;align-items:center;width:8rem;height:8rem;display:flex}.paw-icon{color:var(--primary-500);font-size:6rem}.rotating-paw{animation:4s linear infinite rotate}.not-found-title{color:var(--surface-800);margin-bottom:1rem;font-size:2.5rem;font-weight:700;animation:.8s ease-out fadeInUp}.not-found-subtitle{color:var(--surface-600);margin-bottom:3rem;font-size:1.25rem;animation:1s ease-out fadeInUp}.not-found-encouragement{color:var(--surface-500);margin-top:3rem;font-size:1.1rem;font-style:italic;animation:1.4s ease-out fadeInUp}.animals-illustration{flex-wrap:wrap;justify-content:center;gap:2rem;margin:3rem 0;display:flex}.animal-emoji{filter:drop-shadow(0 4px 8px #0000001a);font-size:4rem;animation:3s ease-in-out infinite float}.animal-emoji:first-child{animation-delay:0s}.animal-emoji:nth-child(2){animation-delay:.5s}.animal-emoji:nth-child(3){animation-delay:1s}.animal-emoji:nth-child(4){animation-delay:1.5s}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;animation:1.2s ease-out fadeInUp;display:flex}.action-button{text-transform:none;justify-content:center;align-items:center;min-width:200px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.action-button:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)scale(1.05)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-20px)rotate(5deg)}50%{transform:translateY(0)rotate(0)}75%{transform:translateY(-10px)rotate(-5deg)}}@media (max-width:991.98px){.not-found-number{gap:.5rem;font-size:6rem}.paw-container{width:6rem;height:6rem}.paw-icon{font-size:4rem}.not-found-title{font-size:2rem}.not-found-subtitle{font-size:1.1rem}.animals-illustration{gap:1.5rem}.animal-emoji{font-size:3rem}}@media (max-width:767.98px){.not-found-number{gap:.25rem;font-size:4rem}.paw-container{width:4rem;height:4rem}.paw-icon{font-size:3rem}.not-found-title{padding:0 1rem;font-size:1.5rem}.not-found-subtitle{padding:0 1rem;font-size:1rem}.not-found-encouragement{padding:0 1rem;font-size:.95rem}.animals-illustration{gap:1rem}.animal-emoji{font-size:2.5rem}.not-found-actions{flex-direction:column;padding:0 1rem}.action-button{width:100%;min-width:auto}}@media (prefers-reduced-motion:reduce){.not-found-number,.rotating-paw,.animal-emoji,.action-button{animation:none}.action-button:hover{transform:none}}
.auth-loading-overlay{z-index:10000;justify-content:center;align-items:center;gap:var(--spacing-4,1rem);background:var(--surface-50,#f8f9fa);opacity:0;pointer-events:none;flex-direction:column;transition:opacity .2s;display:flex;position:fixed;inset:0}.auth-loading-overlay--visible{opacity:1;pointer-events:all}.auth-loading-overlay--fade-out{opacity:0;pointer-events:none}.auth-loading-overlay__spinner{border:.2rem solid var(--surface-200,#e9ecef);border-top-color:var(--pro-primary,#6b8a5e);border-radius:var(--radius-full,50%);width:3rem;height:3rem;animation:.7s linear infinite auth-loading-spin}.auth-loading-overlay__message{color:var(--surface-600,#6c757d);font-size:var(--font-size-base,1rem);margin:0}@keyframes auth-loading-spin{to{transform:rotate(360deg)}}.skip-link{background:var(--theme-primary,var(--theme-primary));color:#fff;z-index:9999;border-radius:0 0 .5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:top .2s;position:absolute;top:-100%;left:0}.skip-link:focus{outline:3px solid var(--theme-primary-dark,#227268);outline-offset:2px;top:0}:root{--petplanner-primary:var(--info);--petplanner-secondary:var(--surface-500);--mobile-bottom-nav-height-safe:64px}html,body{max-width:100vw;overflow-x:hidden}*,:before,:after{box-sizing:border-box}@media (min-width:769px){html.profession-page-html{height:100dvh!important;overflow:hidden!important}body.profession-page-body{height:100dvh!important;margin:0!important;overflow:hidden!important}body.profession-page-body>.public-layout{flex-direction:column!important;height:100%!important;display:flex!important}.public-layout.profession-page-layout{flex-direction:column!important;height:100%!important;display:flex!important;overflow:hidden!important}}@media (max-width:768px){html.profession-page-html,body.profession-page-body{height:auto!important;min-height:100dvh!important;overflow:visible auto!important}.public-layout.profession-page-layout{height:auto!important;min-height:100vh!important;overflow:visible!important}.profession-master-detail-wrapper{height:auto!important;min-height:auto!important;overflow:visible!important}.profession-master-detail-wrapper .master-detail-layout{flex-direction:column!important;height:auto!important;min-height:auto!important;overflow:visible!important}.profession-master-detail-wrapper .md-list-panel,.profession-master-detail-wrapper .md-detail-panel{height:auto!important;min-height:auto!important;overflow:visible!important}}.public-layout.profession-page-layout>main.public-layout__content{flex:auto!important;min-height:0!important;padding:68px 0 0!important;overflow:hidden!important}@media (max-width:575.98px){.public-layout.profession-page-layout>main.public-layout__content{padding-top:56px!important}}
