:root{color-scheme:light;font-family:IBM Plex Sans Arabic,IBM Plex Sans,Heebo,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;background-color:#f9fafb;color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb;position:relative}.screen__header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:flex-end;align-items:center;padding:.75rem 1rem;z-index:100;background-color:transparent}.screen__lang-switcher{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.screen__lang-button{padding:.5rem .75rem;border-radius:10px;border:1px solid #d1d5db;background-color:#fff;color:#374151;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.screen__lang-button:hover{background-color:#f3f4f6;border-color:#9ca3af;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}.screen__lang-button:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.screen__lang-icon{width:24px;height:24px;object-fit:contain;display:block}h1,h2,p{margin:0}.screen{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem 1.5rem;border-radius:16px;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;max-width:32rem;width:min(92vw,32rem);margin:4.5rem auto auto;flex:1;justify-content:center;position:relative;z-index:1;transition:box-shadow .2s ease-in-out}.screen:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.screen__decoration{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;margin-bottom:.25rem;position:relative}.screen--not-found .screen__decoration{background-color:#f3f4f6;border:2px solid #e5e7eb}.screen--unavailable .screen__decoration{background-color:#fef3c7;border:2px solid #fde68a}.screen--error .screen__decoration{background-color:#fee2e2;border:2px solid #fecaca}.screen__icon-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;z-index:1}.screen__title{font-size:1.25rem;font-weight:700;color:#111827;margin-top:.25rem;line-height:1.3;letter-spacing:-.01em}.screen__message{font-size:.875rem;color:#6b7280;line-height:1.5;max-width:28rem;margin:0 auto;font-weight:400}.screen__details{font-size:.875rem;color:#94a3b8d9;word-break:break-word}.screen__actions{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:1rem;align-items:stretch}.screen__button{padding:.625rem 1.25rem;border-radius:10px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-width:8rem}.screen__button--primary{background-color:#2563eb;color:#fff}.screen__button--primary:hover{background-color:#1d4ed8}.screen__button--primary:active{background-color:#1e40af}.screen__button--secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.screen__button--secondary:hover{background-color:#e5e7eb}.screen__button--secondary:active{background-color:#d1d5db}.status-indicator{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .625rem;border-radius:999px;font-size:.625rem;letter-spacing:.05em;font-weight:600;text-transform:uppercase;margin-bottom:.125rem}.status-indicator--not-found{background-color:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.status-indicator--unavailable{background-color:#fef3c7;color:#92400e;border:1px solid #fde68a}.status-indicator--error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.spinner{width:2rem;height:2rem;border:2px solid rgba(37,99,235,.2);border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100vw;background-color:#f9fafb;position:fixed;top:0;left:0;z-index:9999}.screen__footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1rem;font-size:.75rem;color:#9ca3af;margin-top:auto;position:relative;z-index:1}.screen__footer-powered-by{display:flex;align-items:center;justify-content:center;gap:.375rem}.screen__footer-logo-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .2s ease-in-out}.screen__footer-logo-link:hover{opacity:.8}.screen__footer-logo{width:150px;height:48px;object-fit:contain;display:block}[dir=rtl] .screen__button,[dir=rtl] .screen__footer-powered-by{flex-direction:row-reverse}[dir=rtl] .screen__header{flex-direction:row;justify-content:flex-start}[dir=rtl] .screen__lang-button{flex-direction:row-reverse}@media(min-width:640px){.screen__actions{flex-direction:row;justify-content:center}.screen__button{min-width:10rem}}
