.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}:root{--color-primary: #72173d;--color-primary-dark: #5b1230;--color-primary-light: #a34d6a;--color-primary-soft: #f5eaed;--color-accent: #1ABC9C;--color-warn: #F39C12;--color-warn-soft: #FBE2C5;--color-bg: #FFFFFF;--color-bg-soft: #F5F7FA;--color-bg-input: #EEF1F5;--color-text: #0E1A2B;--color-text-muted: #6E7787;--color-border: #E2E6EC;--color-error: #E74C3C;--color-success: #1ABC9C;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-card: 0 2px 12px rgba(20, 30, 60, .06);--font: "Cairo", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#app{height:100%}html{font-size:16px}body{margin:0;font-family:var(--font);font-weight:500;color:var(--color-text);background:var(--color-bg);direction:rtl;text-align:right;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}a{color:var(--color-primary);text-decoration:none}img{max-width:100%;display:block}.page{min-height:100vh;min-height:100dvh;padding-top:max(20px,var(--safe-top));padding-bottom:max(20px,var(--safe-bottom));padding-inline:24px;display:flex;flex-direction:column;position:relative;background:#fff}.page--blue{background:linear-gradient(180deg,var(--color-primary-light) 0%,var(--color-primary) 100%);color:#fff}.page--centered{justify-content:center;align-items:stretch;text-align:center}.topbar{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding-block:12px 8px}.topbar .topbar__back{grid-column:1;justify-self:start}.topbar .logo{grid-column:2;justify-self:center}.topbar__back{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--color-primary);background:var(--color-bg-soft);border:1px solid var(--color-border);padding:0;font-size:0;line-height:0;transition:background .15s ease,transform .06s ease,border-color .15s ease}.topbar__back:hover{background:var(--color-bg-input)}.topbar__back:active{transform:scale(.94)}.topbar__back-icon{display:block;transform:scaleX(-1)}.topbar__logo{display:flex;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:56px;border-radius:var(--radius-md);border:none;font-weight:700;font-size:16px;transition:transform .05s ease,opacity .15s ease,background .15s ease}.btn:active{transform:scale(.99)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-dark)}.btn--ghost{background:transparent;color:var(--color-primary)}.btn--soft{background:var(--color-bg-input);color:var(--color-text)}.btn--warn{background:var(--color-warn);color:#fff}.btn--success{background:var(--color-accent);color:#fff}.field{margin-bottom:16px}.field__label{display:block;font-size:14px;color:var(--color-text-muted);margin-bottom:6px}.input-row{display:flex;gap:8px;direction:rtl;margin-bottom:18px}.input{width:100%;height:56px;border-radius:var(--radius-md);background:var(--color-bg-input);border:1.5px solid transparent;padding:0 16px;font-size:16px;color:var(--color-text);outline:none;text-align:right;display:flex;align-items:center}.input::placeholder{color:#9aa3b2}.input:focus{border-color:var(--color-primary);background:#fff}.input--error{border-color:var(--color-error);background:#fff}.input--icon{display:flex;align-items:center;gap:10px;position:relative}.input--icon .input{padding-inline-start:48px;padding-inline-end:16px}.input__icon{position:absolute;inset-inline-start:14px;top:50%;transform:translateY(-50%);color:#6e7787;pointer-events:none}.country-pill{display:flex;align-items:center;gap:6px;height:56px;padding:0 12px;border-radius:var(--radius-md);background:var(--color-bg-input);font-weight:700;color:var(--color-text);white-space:nowrap}.country-pill__flag{width:24px;height:18px;border-radius:3px;display:inline-block;background:linear-gradient(to bottom,#ce1126 0,#ce1126 33%,#fff 33%,#fff 66%,#000 66%,#000);position:relative;overflow:hidden}.error-msg{color:var(--color-error);font-size:13px;margin-top:6px}.helper{color:var(--color-text-muted);font-size:14px;line-height:1.7}.h-display{font-size:38px;font-weight:800;color:var(--color-primary);margin:8px 0 6px;line-height:1.1}.h-title{font-size:26px;font-weight:800;margin:0 0 6px;color:var(--color-text)}.h-section{font-size:18px;font-weight:700;margin:0 0 8px;color:var(--color-text)}.card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:16px;border:1px solid var(--color-border)}.divider-or{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--color-text-muted);font-size:13px}.divider-or:before,.divider-or:after{content:"";flex:1;height:1px;background:var(--color-border)}.logo{display:inline-flex;align-items:center;line-height:0}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#141e3c73;display:grid;place-items:end;z-index:50}.modal{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:480px;margin-inline:auto;padding:24px;text-align:center;position:relative;z-index:51}.modal__icon{margin:-56px auto 12px;width:96px;height:96px;border-radius:50%;background:var(--color-warn-soft);display:grid;place-items:center;font-size:48px;color:var(--color-warn)}.modal__title{color:var(--color-warn);font-size:22px;font-weight:800;margin:8px 0}.modal__desc{color:var(--color-text-muted);margin:0 0 18px}.scrim--logout{z-index:100;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.modal.logout-modal{padding:44px 22px max(24px,var(--safe-bottom));border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-top:1px solid var(--color-border);box-shadow:0 -8px 40px #141e3c1f;box-sizing:border-box;max-width:480px;max-height:min(88dvh,720px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(114,23,61,.28) transparent}.modal.logout-modal::-webkit-scrollbar{width:5px}.modal.logout-modal::-webkit-scrollbar-track{background:transparent;margin-block:10px}.modal.logout-modal::-webkit-scrollbar-thumb{background:#72173d47;border-radius:999px}.modal.logout-modal::-webkit-scrollbar-thumb:hover{background:#72173d66}.logout-modal__icon{margin:-30px auto 12px;width:72px;height:72px;border-radius:50%;background:linear-gradient(145deg,var(--color-primary-soft),#efd8e0);border:2px solid rgba(114,23,61,.12);display:grid;place-items:center;color:var(--color-primary);box-shadow:0 8px 24px #72173d1f;position:relative;z-index:1}.logout-modal__icon-svg{display:block}.logout-modal__title{margin:0 0 10px;font-size:21px;font-weight:800;color:var(--color-text);line-height:1.3}.logout-modal__desc{margin:0 0 22px;font-size:14px;font-weight:600;line-height:1.55;color:var(--color-text-muted)}.logout-modal__actions{display:flex;flex-direction:column;gap:10px}.logout-modal__btn{width:100%;min-height:48px;border-radius:var(--radius-md);font-weight:800;font-size:15px}.logout-modal__btn--confirm{background:linear-gradient(180deg,var(--color-primary-light),var(--color-primary));box-shadow:0 4px 14px #72173d59}.logout-modal__btn--confirm:hover{filter:brightness(1.05)}.stephead{background:var(--color-primary);color:#fff;margin-inline:-24px;padding:16px 24px 28px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;margin-bottom:16px}.stephead__title{font-weight:800;font-size:18px}.stephead__step{font-size:13px;opacity:.9;margin-top:4px}.dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.dot{width:8px;height:8px;border-radius:50%;background:#d6dce5;transition:all .2s}.dot.active{width:24px;background:var(--color-primary);border-radius:4px}.phone-mockup{position:relative;margin:0 auto;width:75%;aspect-ratio:9/19;border-radius:36px;background:linear-gradient(135deg,#0e1a2b,#1a2b45);padding:12px;box-shadow:0 14px 30px #141e3c40}.phone-mockup__screen{width:100%;height:100%;border-radius:28px;background:var(--color-accent);display:grid;place-items:center;color:#fff;font-weight:800;font-size:32px;position:relative;overflow:hidden}.phone-mockup__notch{position:absolute;top:12px;left:50%;width:100px;height:22px;background:#0e1a2b;border-radius:0 0 14px 14px;transform:translate(-50%);z-index:2}.skip-btn{position:absolute;top:max(20px,var(--safe-top));inset-inline-start:24px;background:#ffffff2e;color:#fff;border:none;border-radius:12px;padding:8px 18px;font-weight:700}.dashboard-bg{background:#f5f7fa}.dashboard-header{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr) minmax(0,auto);align-items:center;gap:8px;padding-block:16px 8px}.dashboard-header>.dashboard-header__start{justify-self:start}.dashboard-header>.logo{justify-self:center;min-width:0;max-width:100%}.dashboard-header>.dashboard-header__end{justify-self:end;display:flex;align-items:center;gap:8px;min-width:0}.dashboard-header__end .dashboard-plan-pill{min-width:0}.balance-card{background:#329dff;border-radius:var(--radius-lg);padding:16px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-card);margin-top:12px;margin-bottom:12px}.row-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 719px){.row-cards{grid-template-columns:1fr;gap:12px}.row-cards .tile{min-height:0}}@media (min-width: 720px){.row-cards{gap:16px;align-items:stretch}}.tile{border-radius:var(--radius-lg);padding:18px;color:#fff;display:flex;flex-direction:column;gap:6px;min-height:165px;position:relative;overflow:hidden}.tile--blue{background:linear-gradient(180deg,var(--color-primary-light),var(--color-primary))}.tile--white{background:#fff;color:var(--color-text);border:1px solid var(--color-border)}.tile__big{font-size:38px;font-weight:800;line-height:1}.tile__lbl{font-size:13px;opacity:.9}.btn-extend{background:#fff;color:var(--color-primary);border:1px solid rgba(255,255,255,.55);border-radius:var(--radius-md);padding:10px 14px;font-weight:700;margin-top:12px;cursor:pointer;box-shadow:0 2px 12px #72173d33;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.btn-extend:hover{background:var(--color-primary-soft);color:var(--color-primary-dark);box-shadow:0 3px 14px #72173d47}.btn-extend:active{transform:scale(.99)}.section-title{display:flex;align-items:center;gap:8px;font-weight:800;margin:18px 0 10px}.discount-card{background:linear-gradient(180deg,#fff,#f8f6ff);border-radius:var(--radius-lg);padding:14px;border:1px solid var(--color-border)}.discount-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:800;color:var(--color-text)}.discount-card__hot{width:36px;height:36px;min-width:36px;min-height:36px;flex-shrink:0;aspect-ratio:1;border-radius:50%;background:linear-gradient(135deg,#ff7e45,#ff3b5c);display:grid;place-items:center;color:#fff;font-weight:800;font-size:15px;line-height:1}.empty{text-align:center;color:var(--color-text-muted);padding:32px 0}@media (max-width: 480px){.page.dashboard-page{padding-inline:clamp(14px,4.2vw,24px)}.dashboard-header{gap:6px;padding-block:12px 6px}.discount-card__hot{width:32px;height:32px;min-width:32px;min-height:32px;font-size:14px}}@media (min-width: 422px) and (max-width: 719px){.page.dashboard-page{padding-inline:clamp(18px,5vw,28px)}}@media (max-width: 420px){.dashboard-header{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;column-gap:8px;row-gap:8px;padding-block:10px 6px;align-items:center}.dashboard-header>.dashboard-header__start{grid-column:1;grid-row:1;justify-self:start}.dashboard-header>.dashboard-header__end{grid-column:2;grid-row:1;justify-self:end;gap:6px}.dashboard-header>.logo{grid-column:1 / -1;grid-row:2;justify-self:center;max-width:min(240px,88vw)}.row-cards{gap:10px}.tile{min-height:0;padding:14px 14px 16px}.tile__big{font-size:clamp(28px,9vw,34px)}.tile__lbl{font-size:12px;line-height:1.35}.balance-card{padding:12px 14px;gap:10px}.discount-card{padding:12px}.discount-card__head{font-size:14px;line-height:1.35}.discount-card__hot{width:30px;height:30px;min-width:30px;min-height:30px;font-size:13px}.discount-card .helper{font-size:13px;line-height:1.55}.section-title{margin:14px 0 8px;font-size:16px}.tile .btn-extend{width:100%;margin-top:10px;padding-block:11px}.tile.tile--white .btn.btn--primary{width:100%;box-sizing:border-box}}@media (max-width: 360px){.tile__big{font-size:26px}.balance-card{padding:10px 12px}}
