@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap";:root{--color-bg-primary:#0a1220;--color-bg-secondary:#101c32;--color-bg-tertiary:#172640;--color-bg-card:#101c32e0;--color-bg-card-hover:#1c3050;--color-sunset:#ff7a2f;--color-sunset-light:#ff9f5a;--color-sky:#38bdf8;--color-sky-light:#7dd3fc;--color-watermelon-green:#22c55e;--color-watermelon-green-light:#4ade80;--color-gold:#ffd54f;--color-gold-light:#ffe082;--color-pomegranate:var(--color-sunset);--color-pomegranate-light:var(--color-sunset-light);--color-text-primary:#f1f5f9;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;--color-success:#22c55e;--color-success-bg:#22c55e26;--color-error:#ef4444;--color-error-bg:#ef444426;--gradient-summer:linear-gradient(135deg,var(--color-sky)0%,var(--color-sunset)55%,var(--color-gold)100%);--gradient-yalda:var(--gradient-summer);--gradient-gold:linear-gradient(135deg,var(--color-gold)0%,var(--color-sunset-light)100%);--gradient-sky:linear-gradient(135deg,var(--color-sky)0%,var(--color-sky-light)100%);--color-border:#94a3b824;--color-border-focus:var(--color-gold);--shadow-card:0 4px 24px #00000038;--shadow-glow-gold:0 4px 20px #ffd54f38;--font-primary:var(--font-rokh),"Vazirmatn",-apple-system,BlinkMacSystemFont,sans-serif;--font-display:var(--font-rokh),"Vazirmatn",Georgia,serif;--tracking-tight:-.02em;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.875rem;--text-lg:.9375rem;--text-xl:1.0625rem;--text-2xl:1.25rem;--text-3xl:1.5rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:.625rem;--spacing-lg:.875rem;--spacing-xl:1.125rem;--shell-toolbar-top:max(.75rem,env(safe-area-inset-top,0px));--shell-toolbar-size:44px;--shell-sound-left:calc(var(--shell-padding-x) + var(--shell-toolbar-size) + .375rem);--shell-back-top:var(--shell-toolbar-top);--shell-header-top:calc(var(--shell-toolbar-top) + var(--shell-toolbar-size) + .375rem);--shell-padding-x:.75rem;--shell-padding-bottom:.625rem;--shell-gap:.5rem;--shell-logo-height:2.25rem;--z-above:100;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.625rem;--radius-xl:.875rem;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.2s ease}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-shell{height:100%;min-height:0;max-height:100%;padding:var(--shell-header-top)var(--shell-padding-x)max(var(--shell-padding-bottom),env(safe-area-inset-bottom,0px));z-index:1;gap:var(--shell-gap);touch-action:manipulation;overscroll-behavior:none;flex-direction:column;display:flex;position:relative;overflow:hidden}.app-shell__flex{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.app-shell__shrink{flex-shrink:0}.app-logo{top:var(--shell-toolbar-top);right:var(--shell-padding-x);z-index:var(--z-above,100);height:var(--shell-toolbar-size);justify-content:flex-end;align-items:center;max-width:120px;display:flex;position:absolute}.app-logo img{width:auto;height:var(--shell-logo-height);object-fit:contain;max-width:120px;display:block}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}html,body{background:#050508;height:100%;overflow:hidden}body{font-family:var(--font-primary);font-size:var(--text-base);color:var(--color-text-primary);direction:rtl;justify-content:center;align-items:center;line-height:1.5;display:flex}main{background:var(--color-bg-primary);border-radius:0;width:100%;max-width:430px;height:100dvh;max-height:100dvh;position:relative;overflow:hidden}main:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 20% 0,#38bdf833 0%,#0000 55%),radial-gradient(at 80% 100%,#ff7a2f24 0%,#0000 50%),radial-gradient(#ffd54f0f 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text-primary);font-weight:700;line-height:1.2}a{color:var(--color-gold);text-decoration:none}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}::selection{background-color:var(--color-pomegranate);color:var(--color-text-primary)}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fade-in{animation:.4s forwards fadeIn}.alert{padding:var(--spacing-sm)var(--spacing-md);border-radius:var(--radius-md);font-size:var(--text-sm)}.alert--error{background-color:var(--color-error-bg);border:1px solid var(--color-error);color:var(--color-error)}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}input,textarea,select,button{font-family:inherit;font-size:inherit}[disabled]{opacity:.6;cursor:not-allowed}@media (width<=430px){html,body{background:var(--color-bg-primary)}main{height:100dvh;max-height:100dvh}}.not-found{text-align:center;height:100%;padding:var(--spacing-xl)var(--spacing-lg);justify-content:center;align-items:center;gap:var(--spacing-sm);flex-direction:column;display:flex}.not-found__icon{margin-bottom:var(--spacing-xs);font-size:3rem;line-height:1}.not-found__code{color:var(--color-gold);letter-spacing:.04em;margin:0;font-size:2.5rem;font-weight:900;line-height:1}.not-found__title{margin:var(--spacing-sm)0 0;font-size:var(--text-xl);color:var(--color-text-primary);font-weight:800;line-height:1.3}.not-found__desc{max-width:18rem;font-size:var(--text-sm);color:var(--color-text-secondary);margin:0;line-height:1.6}.not-found__cta{margin-top:var(--spacing-lg);min-height:48px;padding:0 var(--spacing-xl);border-radius:var(--radius-md);background:var(--gradient-summer,linear-gradient(135deg,#ff7a2f,#ffd54f));color:#0a1220;font-size:var(--text-base);justify-content:center;align-items:center;font-weight:800;text-decoration:none;transition:transform .15s,filter .15s;display:inline-flex}.not-found__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.not-found__cta:active{transform:translateY(0)}@font-face{font-family:rokhFaNum;src:url(../media/RokhFaNum_Bold-s.p.0q024njzp8r3j.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:rokhFaNum;src:url(../media/RokhFaNum_Bold-s.p.0q024njzp8r3j.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:rokhFaNum;src:url(../media/RokhFaNum_Black-s.p.3gcbo_i4rquiy.woff2)format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:rokhFaNum;src:url(../media/RokhFaNum_Black-s.p.3gcbo_i4rquiy.woff2)format("woff2");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:rokhFaNum Fallback;src:local(Arial);ascent-override:93.29%;descent-override:55.97%;line-gap-override:0.0%;size-adjust:85.75%}.rokhfanum_b59597df-module__RgOb4a__className{font-family:rokhFaNum,rokhFaNum Fallback}.rokhfanum_b59597df-module__RgOb4a__variable{--font-rokh:"rokhFaNum","rokhFaNum Fallback"}