*,:after,:before{box-sizing:inherit;margin:0;padding:0}:where(:root){box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.15}:where(main){display:block}:where(h1){margin:.67em 0;font-size:2em}:where(p+p){margin-top:1rem}:where(a){background-color:#0000}:where(abbr[title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(code,kbd,samp,pre){font-family:monospace;font-size:1em}:where(sub,sup){vertical-align:baseline;font-size:75%;line-height:0;position:relative}:where(sub){bottom:-.25em}:where(sup){top:-.5em}:where(button,input,optgroup,select,textarea){line-height:inherit;border:1px solid}:where(button){text-transform:none;overflow:visible}:where(button,[type=button],[type=reset],[type=submit]){-webkit-appearance:button;padding:1px 6px}:where(input){overflow:visible}:where(input,textarea){padding:1px}:where(fieldset){border:1px solid;margin:0 2px}:where(legend){color:inherit;white-space:normal;max-width:100%;display:table}:where(progress){vertical-align:baseline;display:inline-block}:where(select){text-transform:none}:where(textarea){vertical-align:top;overflow:auto}:where([type=search]){-webkit-appearance:textfield;outline-offset:-2px}:where([type=color]){background:inherit}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.5}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-webkit-search-decoration{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border:0}:-moz-focusring{outline:1px dotted buttontext}:-moz-ui-invalid{box-shadow:none}:where(hr){box-sizing:content-box;height:0;color:inherit;overflow:visible}:where(dl,ol,ul){margin:1em 0}:where(ol ol,ol ul,ol dl,ul ol,ul ul,ul dl,dl ol,dl ul,dl dl){margin:0}:where(b,strong){font-weight:bolder}:where(audio,video){display:inline-block}:where(audio):not([controls]){height:0;display:none}:where(img){border:0}:where(svg):not(:root){overflow:hidden}:where(table){text-indent:0;border-color:inherit}:where(details){display:block}:where(dialog){background-color:inherit;color:inherit;border:solid;width:fit-content;height:fit-content;margin:auto;padding:1em;display:block;position:absolute;left:0;right:0}:where(dialog):not([open]){display:none}:where(summary){display:list-item}:where(canvas){display:inline-block}:where(template),:where([hidden]){display:none}
:root{--bg:#0a0a0a;--bg-card:#111;--bg-section:#0f0f0f;--border:#1e1e1e;--border-mid:#2a2a2a;--accent:#ffba00;--accent-dim:#c90;--text:#fff;--text-muted:#8a8a8a;--text-dim:#ccc;--header-h:72px;--max-w:1280px;--pad-x:130px;--error-color:#e05555;--error-dim:#b84444}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);min-height:100vh;font-family:Montserrat Variable,system-ui,sans-serif}a{color:inherit;text-decoration:none}html.light{--bg:#fff;--bg-card:#fff;--bg-section:#f5f5f5;--border:#e8e8e8;--border-mid:#d0d0d0;--accent:#e6a800;--accent-dim:#c79100;--text:#111;--text-muted:#606060;--text-dim:#2a2a2a;--error-color:#d04040;--error-dim:#b03535}.error-section{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.error-section:before{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.3;pointer-events:none;background-size:80px 80px;position:absolute;inset:0}.error-content{padding:0 var(--pad-x);z-index:1;text-align:center;max-width:720px;position:relative}.error-content.notFound{--after-bg:var(--accent);--label-color:var(--accent)}.error-content.internal{--after-bg:var(--error-color);--label-color:var(--error-color)}.error-code{letter-spacing:-.04em;color:var(--border-mid);margin-bottom:8px;font-size:180px;font-weight:800;line-height:1;position:relative}.error-code:after{content:"";background:var(--after-bg);width:120px;height:4px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.error-label{letter-spacing:.25em;text-transform:uppercase;color:var(--label-color);margin-bottom:24px;font-size:11px;font-weight:800}.error-title{text-transform:uppercase;letter-spacing:-.01em;color:var(--text);margin-bottom:16px;font-size:36px;font-weight:800;line-height:1.15}.error-description{color:var(--text-dim);max-width:480px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:15px;font-weight:400;line-height:1.7}.error-actions{justify-content:center;align-items:center;gap:16px;display:flex}.btn-primary{background:var(--accent);color:#000;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 32px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;transition:background .2s;display:inline-flex}.btn-primary:hover{background:var(--accent-dim)}.btn-secondary{color:var(--text-dim);letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--border-mid);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:14px 32px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;transition:color .2s,border-color .2s;display:inline-flex}.btn-secondary:hover{color:var(--text);border-color:var(--text-muted)}.error-status{border:1px solid var(--border);background:var(--bg-card);align-items:center;gap:10px;margin-top:48px;padding:12px 24px;display:inline-flex}.error-status-dot{background:var(--error-color);flex-shrink:0;width:8px;height:8px;animation:1.4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.error-status-text{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700}.error-hint{justify-content:center;align-items:center;gap:10px;margin-top:48px;display:flex}.error-hint-icon{background:var(--accent);flex-shrink:0;width:6px;height:6px}.error-hint-text{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}@media (max-width:1024px){.error-code{font-size:140px}.error-title{font-size:28px}.error-description{font-size:14px}}@media (max-width:767px){.error-content{width:100%}.error-code{font-size:96px}.error-code:after{width:80px}.error-label{font-size:10px}.error-title{font-size:22px}.error-description{max-width:100%;font-size:13px}.error-actions{flex-direction:column;align-items:stretch}.error-actions .btn-primary,.error-actions .btn-secondary{justify-content:center;width:100%}.error-hint-text{font-size:10px}}
