@keyframes shahrokh-ui-track-spin{to{transform:rotate(360deg)}}.shahrokh-track{direction:rtl;text-align:start;margin-block:16px;padding:20px 24px;color:var(--shahrokh-ui-color-text,#15203a);background:var(--shahrokh-ui-color-surface,#ffffff);border:1px solid var(--shahrokh-ui-color-border,#e4e7ec);border-radius:var(--shahrokh-ui-radius-lg,16px);box-shadow:var(--shahrokh-ui-shadow-sm,0 1px 2px rgba(21,32,58,0.04));font-size:16px;line-height:1.75}.shahrokh-track *,.shahrokh-track *::before,.shahrokh-track *::after{box-sizing:border-box}.shahrokh-track__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-block-end:16px}.shahrokh-track__title{margin:0;font-size:18px;font-weight:700;line-height:1.6;color:var(--shahrokh-ui-color-navy,#15203a)}.shahrokh-track__status{display:inline-flex;align-items:center;gap:4px;padding:4px 14px;font-size:13px;font-weight:600;line-height:1.7;color:var(--shahrokh-ui-color-navy,#15203a);background:var(--shahrokh-ui-color-accent-soft,#e9f7f6);border:1px solid var(--shahrokh-ui-color-accent,#24a69e);border-radius:999px}.shahrokh-track__timeline{position:relative;list-style:none;margin:0;padding:0}.shahrokh-track__timeline::before{content:"";position:absolute;inset-block:14px;inset-inline-start:9px;width:2px;background:var(--shahrokh-ui-color-border,#e4e7ec)}.shahrokh-track__step{position:relative;display:flex;align-items:flex-start;gap:12px;padding-block:10px}.shahrokh-track__dot{position:relative;z-index:1;flex:none;width:20px;height:20px;margin-block-start:5px;background:var(--shahrokh-ui-color-surface,#ffffff);border:2px solid var(--shahrokh-ui-color-border-strong,#d0d5dd);border-radius:50%;transition:border-color 180ms ease,background-color 180ms ease}.shahrokh-track__label{font-size:15px;line-height:1.8;color:var(--shahrokh-ui-color-text-muted,#667085)}.shahrokh-track__date{display:block;font-size:13px;line-height:1.8;color:var(--shahrokh-ui-color-text-muted,#667085)}.shahrokh-track__step.is-done .shahrokh-track__dot{background:var(--shahrokh-ui-color-accent,#24a69e);border-color:var(--shahrokh-ui-color-accent,#24a69e)}.shahrokh-track__step.is-done .shahrokh-track__label{color:var(--shahrokh-ui-color-text,#15203a)}.shahrokh-track__step.is-current .shahrokh-track__dot{background:var(--shahrokh-ui-color-surface,#ffffff);border-color:var(--shahrokh-ui-color-navy,#15203a);box-shadow:0 0 0 4px var(--shahrokh-ui-color-accent-soft,#e9f7f6)}.shahrokh-track__step.is-current .shahrokh-track__label{font-weight:700;color:var(--shahrokh-ui-color-navy,#15203a)}.shahrokh-track__details{display:grid;gap:8px;margin-block-start:16px;padding:14px 16px;background:var(--shahrokh-ui-color-surface-muted,#f8fafc);border:1px solid var(--shahrokh-ui-color-border,#e4e7ec);border-radius:12px}.shahrokh-track__row{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px}.shahrokh-track__key{font-size:13px;line-height:1.8;color:var(--shahrokh-ui-color-text-muted,#667085)}.shahrokh-track__val{font-size:14px;font-weight:600;line-height:1.8;color:var(--shahrokh-ui-color-text,#15203a)}.shahrokh-track__code,.shahrokh-track__num{direction:ltr;text-align:left;unicode-bidi:plaintext;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.shahrokh-track__actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-block-start:16px}.shahrokh-track__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 20px;font-size:15px;font-weight:600;line-height:1.5;color:#ffffff;background:var(--shahrokh-ui-color-primary,#15203a);border:1px solid var(--shahrokh-ui-color-primary,#15203a);border-radius:8px;text-decoration:none;cursor:pointer;transition:background-color 180ms ease,border-color 180ms ease}.shahrokh-track__button:hover{color:#ffffff;background:var(--shahrokh-ui-color-primary-hover,#1d2c4f);border-color:var(--shahrokh-ui-color-primary-hover,#1d2c4f)}.shahrokh-track__button:focus-visible{outline:3px solid rgba(36,166,158,0.28);outline-offset:2px}.shahrokh-track-result{margin-block-start:16px}@media (max-width:782px){.shahrokh-track{padding:16px}.shahrokh-track__row{flex-direction:column;align-items:flex-start;gap:2px}}@media (prefers-reduced-motion:reduce){.shahrokh-track,.shahrokh-track *,.shahrokh-track *::before,.shahrokh-track *::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important}}.shahrokh-track__timeline{counter-reset:shahrokh-step}.shahrokh-track__timeline::before{inset-block:20px;inset-inline-start:14px}.shahrokh-track__step{counter-increment:shahrokh-step}.shahrokh-track__dot{display:grid;place-items:center;inline-size:30px;block-size:30px;margin-block-start:0;font-size:13px;font-weight:700;color:var(--shahrokh-ui-color-text-muted,#667085)}.shahrokh-track__dot::after{content:counter(shahrokh-step,persian)}.shahrokh-track__step.is-done .shahrokh-track__dot{color:#ffffff}.shahrokh-track__step.is-done .shahrokh-track__dot::after{content:"\2713"}.shahrokh-track__step.is-current .shahrokh-track__dot{color:var(--shahrokh-ui-color-navy,#15203a);box-shadow:0 0 0 5px rgba(21,32,58,0.09)}