.page-loading{z-index:9999;justify-content:center;align-items:center;font-family:Vazirmatn,sans-serif;display:flex;position:fixed;inset:0}.page-loading__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f5f7fbb8;position:absolute;inset:0}body[data-theme=dark] .page-loading__backdrop{background:#141414c7}.page-loading__panel{background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:20px;padding:36px 44px;animation:.35s ease-out page-loading-panel-in;display:flex;position:relative;box-shadow:0 12px 40px #1677ff1f,0 2px 8px #0000000f}body[data-theme=dark] .page-loading__panel{background:#1f1f1f;box-shadow:0 12px 40px #00000059,0 2px 8px #0003}.page-loading__spinner{width:64px;height:64px;position:relative}.page-loading__ring{border:3px solid #1677ff26;border-top-color:#1677ff;border-radius:50%;animation:.9s linear infinite page-loading-spin;position:absolute;inset:0}.page-loading__ring--delay{border-width:3px;border-color:#1677ff1a #1677ff1a #4096ff;animation-duration:1.2s;animation-direction:reverse;inset:10px}.page-loading__dot{background:#1677ff;border-radius:50%;width:10px;height:10px;margin:-5px 0 0 -5px;animation:1s ease-in-out infinite page-loading-pulse;position:absolute;top:50%;left:50%}.page-loading__tip{color:#434343;letter-spacing:.02em;margin:0;font-size:15px;font-weight:500}body[data-theme=dark] .page-loading__tip{color:#d9d9d9}@keyframes page-loading-spin{to{transform:rotate(360deg)}}@keyframes page-loading-pulse{0%,to{opacity:.65;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}@keyframes page-loading-panel-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.login-page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:Vazirmatn,sans-serif;display:flex;position:relative;overflow:hidden}.login-page__backdrop{z-index:0;background-image:linear-gradient(160deg,#f5f7fbc7 0%,#f5f7fb9e 45%,#f5f7fbd1 100%),url(/images/hero.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.login-page__shell{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;display:flex;position:relative}.login-page__intro{flex-direction:column;justify-content:center;padding:40px 24px;display:flex}.login-page__badge{color:#1677ff;text-align:center;background:#1677ff1a;border-radius:999px;align-items:center;width:fit-content;margin:0 auto 18px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.login-page__title{text-align:center;margin:0 0 12px!important;font-weight:700!important}.login-page__subtitle{color:#000000a6;text-align:center;max-width:420px;font-size:16px;line-height:1.9;display:block}.login-page__card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border-radius:20px;width:100%;padding:32px;box-shadow:0 12px 40px #0f172a1f}.login-page__card-header{text-align:center;margin-bottom:28px}.login-page__card-header h3{text-align:center;margin:0 0 8px!important}.login-page__form .ant-form-item-label>label{font-weight:500}.login-page__form-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.login-page__submit{margin-top:8px;margin-bottom:0}.login-page--dark .login-page__backdrop{background-image:linear-gradient(160deg,#141414d1 0%,#141414ad 45%,#141414e0 100%),url(/images/hero.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.login-page--dark .login-page__subtitle{color:#ffffffa6}.login-page--dark .login-page__card{background:#1f1f1feb;box-shadow:0 12px 40px #00000059}.login-page--dark .login-page__badge{color:#69b1ff;background:#1677ff2e}@media (width<=900px){.login-page__shell{grid-template-columns:1fr;max-width:460px}.login-page__intro{text-align:center;align-items:center;padding:8px 4px 0}.login-page__subtitle{max-width:none}}.dashboard{flex-direction:column;gap:24px;display:flex}.dashboard-hero{color:#fff;background:linear-gradient(135deg,#1a1510 0%,#3d2e1a 48%,#6b4f2a 100%);border-radius:20px;padding:32px 28px;position:relative;overflow:hidden}.dashboard-hero__content{z-index:1;max-width:640px;position:relative}.dashboard-hero__badge{color:#f5d78e;background:#d4af372e;border-radius:999px;margin-bottom:14px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.dashboard-hero__title{color:#fff!important;margin:0 0 10px!important;font-weight:700!important}.dashboard-hero__subtitle{font-size:15px;line-height:1.9;color:#ffffffc7!important;margin:0!important}.dashboard-hero__ornament{pointer-events:none;background:radial-gradient(circle,#d4af3747,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-40px;left:-40px}.dashboard-grid{margin-top:0}.dashboard-gold-card{background:linear-gradient(#fffdf8 0%,#fff 100%);border:1px solid #d4af3738;border-radius:20px;height:100%;padding:24px;box-shadow:0 8px 24px #6b4f2a14}.dashboard-gold-card__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.dashboard-gold-card__label{color:#8c7340;margin-bottom:4px;font-size:13px;display:block}.dashboard-gold-card__heading{color:#3d2e1a!important;margin:0!important}.dashboard-gold-card__price{color:#6b4f2a;margin-bottom:12px;font-size:34px;font-weight:700;line-height:1.4}.dashboard-gold-card__meta{color:#0000008c;flex-wrap:wrap;gap:12px 20px;margin-bottom:18px;font-size:13px;display:flex}.dashboard-gold-card__link{color:#8c7340;font-weight:600;text-decoration:none;display:inline-block}.dashboard-gold-card__link:hover{color:#6b4f2a}.dashboard-panel{background:#fff;border:1px solid #0000000f;border-radius:20px;height:100%;padding:24px}.dashboard-panel__title{margin:0 0 16px!important}.dashboard-quick-links{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.dashboard-quick-link{color:#1f1f1f;background:#fafafa;border:1px solid #0000000f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:96px;padding:16px 12px;text-decoration:none;transition:all .2s;display:flex}.dashboard-quick-link:hover{color:#6b4f2a;background:#fffdf8;border-color:#d4af3759;transform:translateY(-2px)}.dashboard-quick-link__icon{color:#8c7340;font-size:22px}@media (width<=768px){.dashboard-hero{padding:24px 20px}.dashboard-gold-card__price{font-size:28px}}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}@font-face{font-family:yekan-regular;src:url(/assets/YekanBakhFaNum-Regular-B4cV0wVW.woff2)}*{box-sizing:border-box;margin:0;padding:0;font-family:yekan-regular!important}body{background:#f5f7fb}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}body[data-theme=dark],body[data-theme=dark] .ant-layout{background:#141414}body[data-theme=dark] .ant-layout-content{color:#fff;background:#1f1f1f!important}body[data-theme=dark] .ant-card{color:#fff;background:#1f1f1f}body[data-theme=dark] .ant-table{background:#1f1f1f}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/vazirmatn-arabic-300-normal-BYd1kBEw.woff2)format("woff2"),url(/assets/vazirmatn-arabic-300-normal-DLHw88_k.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/vazirmatn-latin-ext-300-normal-C0szevm-.woff2)format("woff2"),url(/assets/vazirmatn-latin-ext-300-normal-e-3YDG27.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/vazirmatn-latin-300-normal-BoU4YpvD.woff2)format("woff2"),url(/assets/vazirmatn-latin-300-normal-C6mM4Yld.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vazirmatn-arabic-400-normal-DMZFCm7K.woff2)format("woff2"),url(/assets/vazirmatn-arabic-400-normal-C4W5XURk.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vazirmatn-latin-ext-400-normal-BdGhO0lm.woff2)format("woff2"),url(/assets/vazirmatn-latin-ext-400-normal-DPxMaNjI.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vazirmatn-latin-400-normal-BT_DHTc7.woff2)format("woff2"),url(/assets/vazirmatn-latin-400-normal-GKyMcI03.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/vazirmatn-arabic-500-normal-C_lbnnKa.woff2)format("woff2"),url(/assets/vazirmatn-arabic-500-normal-Dqq3-xo3.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/vazirmatn-latin-ext-500-normal-CgxvvVrG.woff2)format("woff2"),url(/assets/vazirmatn-latin-ext-500-normal-4XgegWYb.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/vazirmatn-latin-500-normal-6zZzgpg4.woff2)format("woff2"),url(/assets/vazirmatn-latin-500-normal-Bg_BALlD.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/vazirmatn-arabic-700-normal-Dge_DOjm.woff2)format("woff2"),url(/assets/vazirmatn-arabic-700-normal-B5nPuCFv.woff)format("woff");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/vazirmatn-latin-ext-700-normal-BfoXmNMx.woff2)format("woff2"),url(/assets/vazirmatn-latin-ext-700-normal-DMYLqBto.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/vazirmatn-latin-700-normal-9BlbvDRV.woff2)format("woff2"),url(/assets/vazirmatn-latin-700-normal-DrB0PBU6.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
