.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f6f8;padding:2rem}.error-card{background:#fff;padding:3rem 2.5rem;max-width:400px;width:100%;border-radius:12px;box-shadow:0 10px 25px #00000014;text-align:center}.error-code{font-size:4rem;font-weight:700;color:#f5ab26;line-height:1;margin-bottom:.75rem}.error-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.error-description{font-size:.95rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}.error-back-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;background:#f5ab26;color:#fff;font-size:.95rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.error-back-btn:hover{background:#d9931a}html{overflow:hidden}body{margin:0;min-width:320px;min-height:calc(100vh / 1.1);background:#f4f6f8;overflow-x:hidden;zoom:1.1}@supports (height: 100dvh){@media(max-width:768px){.proj-layout,.proj-sidebar{height:calc(100dvh / 1.1)}body{min-height:calc(100dvh / 1.1)}}@media(orientation:landscape)and (max-height:600px){.proj-layout,.proj-sidebar{height:calc(100dvh / 1.1)}body{min-height:calc(100dvh / 1.1)}}}.page-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffd9;z-index:100;border-radius:inherit}.page-loader--viewport{align-items:flex-start}.page-loader--viewport .page-loader-spinner{position:sticky;top:calc(50vh - 20px);margin-bottom:50vh}.page-loader-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#f5ab26;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
