.protected-route-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:1rem}.protected-route-loading p{color:var(--text-secondary);font-size:1rem}.protected-route-spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--primary-blue);border-radius:50%;animation:protected-route-spin .8s linear infinite}@keyframes protected-route-spin{to{transform:rotate(360deg)}}.navbar{position:sticky;top:0;z-index:1000;width:100%;max-width:100%;box-sizing:border-box;padding:var(--spacing-md) var(--spacing-lg);background:var(--bg-secondary);border-bottom:1px solid var(--border-color);box-shadow:0 1px 3px #00000014}.nav-container{max-width:1400px;margin:0 auto}.nav-container.nav-container--bar{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:none;margin:0;padding:0;gap:var(--spacing-sm);box-sizing:border-box;direction:rtl}.nav-right-cluster{display:flex;align-items:center;gap:.45rem;min-width:0;flex-shrink:0;position:relative;z-index:2}.nav-sell-cta-inline{display:inline-flex;align-items:center;gap:.35rem;min-height:44px;padding:.42rem .75rem;border-radius:10px;border:1px solid var(--primary-blue);background:#0045af14;color:var(--primary-blue);font-size:.83rem;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.nav-sell-cta-inline:hover{color:var(--primary-blue);background:#0045af24;text-decoration:none}.nav-sell-cta-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;background:var(--primary-blue);color:#fff;font-size:.75rem;font-weight:800}.nav-sell-cta-label-compact{display:none}.nav-center-cluster{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;min-width:0;max-width:min(70vw,280px);z-index:1;pointer-events:none}.nav-center-cluster .nav-logo{pointer-events:auto}.nav-left-cluster{display:flex;align-items:center;gap:.45rem;min-width:0;flex-shrink:0;position:relative;z-index:2}.nav-center-cluster .nav-logo{margin:0}.nav-user-inline{font-size:.9rem;font-weight:600;color:var(--text-primary);max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:middle}.nav-login-inline{font-size:.9rem;font-weight:600;color:var(--primary-blue);text-decoration:none;padding:.35rem .6rem;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-primary);transition:background .15s ease,border-color .15s ease}.nav-login-inline:hover{border-color:var(--primary-blue);background:#0045af0f;color:var(--primary-blue);text-decoration:none}.nav-drawer-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--border-color);border-radius:10px;background:var(--bg-primary);font-size:1.35rem;line-height:1;cursor:pointer;color:var(--text-primary);flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:background .15s ease,border-color .15s ease}.nav-drawer-toggle:hover{background:#0045af0f;border-color:var(--primary-blue)}.nav-drawer-toggle:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}.nav-logo-block{display:flex;align-items:center;flex-shrink:0}.nav-search-form{align-items:stretch;gap:0;min-width:0;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-primary);overflow:hidden;box-shadow:0 1px 2px #0000000a}.nav-search-input{flex:1;min-width:0;border:none;padding:.55rem .75rem;font-size:.9rem;font-family:inherit;background:transparent;color:var(--text-primary)}.nav-search-input:focus{outline:none}.nav-search-submit{display:flex;align-items:center;justify-content:center;padding:0 .85rem;border:none;background:#0045af14;color:var(--primary-blue);cursor:pointer;transition:background .15s ease}.nav-search-submit:hover{background:#0045af24}.nav-search-submit--full{flex-shrink:0;font-weight:700;font-size:.85rem;padding:0 1rem}.nav-search-form--drawer{display:flex;width:100%;margin-bottom:1rem;max-width:none}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--primary-blue);text-decoration:none;transition:color .2s ease}.nav-logo:hover{color:var(--primary-blue-hover);text-decoration:none}@media (max-width: 900px){.nav-logo{font-size:1.25rem}}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.95rem;padding:var(--spacing-xs) var(--spacing-sm);transition:color .2s ease}.nav-link:hover{color:var(--primary-blue);text-decoration:none}.nav-link-personal{display:inline-flex;align-items:center;gap:6px}.nav-link-admin{font-weight:700;color:#0f172a!important;background:#facc1559;padding:.35rem .65rem!important;border-radius:8px;border:1px solid rgba(180,134,11,.35)}.nav-link-admin:hover{background:#facc158c;color:#0f172a!important}.nav-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.nav-dot-accepted{background:#10b981;animation:nav-dot-pulse 1.5s ease-in-out infinite}.nav-dot-action{background:#ef4444;animation:nav-dot-pulse 1.5s ease-in-out infinite}@keyframes nav-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.sell-btn{background:var(--primary-blue);padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-sm);color:#fff!important;font-weight:600;border:none;transition:background-color .2s ease}.sell-btn:hover{background:var(--primary-blue-hover);color:#fff!important;text-decoration:none}.nav-link-static{font-size:.9rem;color:var(--text-tertiary, #64748b)}.nav-link-static:hover{color:var(--primary-blue)}.logout-btn{background:transparent;border:1px solid var(--border-color);padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);font-weight:500;font-size:.95rem;transition:all .2s ease;font-family:inherit;box-sizing:border-box}.logout-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:transparent}.logout-btn--drawer{display:block;width:100%;margin-top:var(--spacing-sm);padding:var(--spacing-md);text-align:right;border:none;border-radius:10px;background:#0045af14;color:var(--primary-blue);font-weight:600;font-size:1rem}.logout-btn--drawer:hover{background:#0045af24;color:var(--primary-blue-hover, #003d9e)}.nav-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;margin:0;padding:0;border:none;background:#00000073;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-side-drawer{position:fixed;top:0;right:0;width:min(360px,92vw);max-width:100%;height:100vh;height:100dvh;background:var(--bg-secondary);box-shadow:-4px 0 24px #0000001f;z-index:1110;display:flex;flex-direction:column;padding:0 var(--spacing-lg) calc(var(--spacing-lg) + env(safe-area-inset-bottom,0px));padding-top:env(safe-area-inset-top,0px);overflow-y:auto;transform:translate(100%);transition:transform .28s ease;direction:rtl;text-align:right}.nav-side-drawer--open{transform:translate(0)}.nav-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:var(--spacing-md) 0;border-bottom:1px solid var(--border-color);flex-shrink:0}.nav-drawer-title{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.nav-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:10px;background:#0000000f;font-size:1.75rem;line-height:1;cursor:pointer;color:var(--text-secondary);flex-shrink:0;transition:background .15s ease,color .15s ease}.nav-drawer-close:hover{background:#0000001a;color:var(--text-primary)}.nav-drawer-links{display:flex;flex-direction:column;gap:0;flex:0 0 auto}.nav-drawer-link{font-size:1rem;padding:var(--spacing-md) 0!important;width:100%;border-bottom:1px solid var(--border-color);display:flex!important;align-items:center;box-sizing:border-box}.nav-drawer-links .nav-drawer-link:last-child{border-bottom:none}.nav-drawer-links .sell-btn{margin-top:var(--spacing-sm);justify-content:center;text-align:center;border-bottom:none;padding:var(--spacing-md)!important}.nav-drawer-user{margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:0}.nav-drawer-user .nav-drawer-link{border-bottom:1px solid var(--border-color)}.nav-drawer-user .user-greeting{color:var(--text-secondary);font-weight:500}.mobile-sell-fab{display:none;position:fixed;bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));left:calc(1.25rem + env(safe-area-inset-left,0px));width:56px;height:56px;background:var(--primary-blue);color:#fff;border-radius:50%;align-items:center;justify-content:center;z-index:999;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #0045af66}.mobile-sell-fab:hover{background:var(--primary-blue-hover);transform:scale(1.08);box-shadow:0 6px 16px #0045af80}.mobile-sell-fab svg{width:24px;height:24px}@media (max-width: 768px){.navbar{padding:var(--spacing-sm) var(--spacing-md)}.nav-container{flex-wrap:nowrap}.nav-container.nav-container--bar{gap:.35rem}.nav-right-cluster{gap:.3rem;justify-content:flex-start}.nav-sell-cta-inline{min-height:44px;padding:.4rem .55rem;font-size:.76rem;border-radius:9px}.nav-sell-cta-label-full{display:none}.nav-sell-cta-label-compact{display:inline}.nav-center-cluster{max-width:min(58vw,230px);padding-inline:2px}.nav-center-cluster .nav-logo{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:clamp(1.1rem,4.1vw,1.3rem)}.nav-left-cluster{min-width:0;justify-content:flex-end}.nav-user-inline{max-width:100px;font-size:.72rem}.mobile-sell-fab{display:flex}}@media (max-width: 380px){.nav-sell-cta-inline{padding:.34rem .45rem;font-size:.72rem}.nav-sell-cta-icon{width:14px;height:14px;font-size:.68rem}.nav-sell-cta-label-compact{letter-spacing:-.01em}.nav-drawer-toggle{width:40px;height:40px}.nav-user-inline{max-width:100px}}@media (min-width: 769px){.mobile-sell-fab{display:none!important}}@keyframes eps-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.events-page-skeleton{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem 3rem;direction:rtl;min-height:min(72vh,920px)}.eps-shimmer{background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9 80%);background-size:200% 100%;animation:eps-shimmer 1.2s ease-in-out infinite;border-radius:8px}.eps-hero{height:120px;border-radius:16px;margin-bottom:1.5rem}.eps-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;justify-content:center}.eps-pill{height:36px;width:88px;border-radius:999px}.eps-section-bar{height:28px;width:200px;margin:0 auto 1.25rem}.eps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.eps-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1rem;box-shadow:0 1px 3px #0f172a0f}.eps-card-thumb{height:120px;width:100%;border-radius:10px;margin-bottom:.75rem}.eps-card-line{height:14px;margin-bottom:.5rem}.eps-card-line--title{width:85%}.eps-card-line--sub{width:60%}.eps-card-line--meta{width:45%;margin-bottom:0}.events-page-skeleton--compact .eps-hero{height:48px}.events-page-skeleton--compact .eps-grid{grid-template-columns:1fr}.sell-form-skeleton{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0 1rem}.sell-form-skel-bar{height:44px;border-radius:8px;width:100%}.sell-form-skel-bar--lg{height:48px}.sell-form-skel-bar--short{width:70%}.eps-home-row{margin-bottom:1.5rem}.eps-home-row-title{height:22px;width:140px;margin:0 0 .75rem .25rem;border-radius:8px}.eps-home-scroll{display:flex;gap:.75rem;overflow:hidden;padding-bottom:.25rem}.eps-home-card{flex:0 0 200px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:.65rem}.eps-home-card-thumb{height:110px;width:100%;border-radius:10px;margin-bottom:.6rem}.eps-home-card-line{height:12px;border-radius:6px;margin-bottom:.4rem}.eps-home-card-line--title{width:92%}.eps-home-card-line--sub{width:55%;margin-bottom:0}.empty-state-card{grid-column:1 / -1;text-align:center;padding:2.5rem 1.5rem;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--border-color, #e5e7eb);border-radius:16px;box-shadow:0 4px 24px #0045af0f;max-width:420px;margin:0 auto}.empty-state-icon{font-size:2.5rem;line-height:1;margin-bottom:.75rem}.empty-state-card h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:700;color:var(--text-primary, #111827)}.empty-state-card p{margin:0 0 1.25rem;color:var(--text-secondary, #6b7280);font-size:.95rem;line-height:1.5}.empty-state-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1.25rem;border-radius:10px;background:var(--primary-blue, #0045af);color:#fff!important;font-weight:600;text-decoration:none;border:none;cursor:pointer;font-family:inherit;font-size:.95rem}.empty-state-action:hover{filter:brightness(1.05)}.buyer-guarantee{direction:rtl;text-align:right;min-width:0;box-sizing:border-box}.buyer-guarantee__panel{border-radius:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.buyer-guarantee__trust-icons{display:none;flex-direction:row;align-items:center;justify-content:center;gap:.4rem;margin:.35rem 0 .45rem}.buyer-guarantee__trust-icon-chip{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#dcfce7fa}.buyer-guarantee__trust-icon-chip .buyer-guarantee__icon-svg{width:.95rem;height:.95rem}@media (max-width: 768px){.buyer-guarantee{position:static;left:auto;top:auto;transform:none;width:100%;max-width:100%;margin-left:auto;margin-right:auto;z-index:4}.buyer-guarantee__panel{padding:.5rem .75rem .55rem;margin:0 auto;max-width:min(100%,560px);border-radius:999px}.buyer-guarantee__header{margin:0;padding:0;border-bottom:none;text-align:center}.buyer-guarantee__title{margin:0 0 .15rem;font-size:.8rem;font-weight:800;line-height:1.35;letter-spacing:-.01em;color:#fff}.buyer-guarantee__trust-icons{display:flex;margin:.2rem 0 .35rem}.buyer-guarantee__subtitle{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;font-size:.65rem;line-height:1.4;color:#f1f5f9f2;text-align:center;text-wrap:balance}.buyer-guarantee__features--expanded{display:none}}@media (min-width: 769px) and (max-width: 1279px){.buyer-guarantee{position:static;left:auto;top:auto;transform:none;width:100%;max-width:280px;margin-left:auto;margin-right:auto;z-index:4}.buyer-guarantee__panel{padding:1.65rem 1.35rem;max-width:280px;margin:0 auto}.buyer-guarantee__header{margin-bottom:.95rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.18)}.buyer-guarantee__title{margin:0 0 .4rem;font-size:.82rem;font-weight:800;line-height:1.35;color:#fff}.buyer-guarantee__subtitle{margin:0;font-size:.68rem;line-height:1.5;color:#f1f5f9}.buyer-guarantee__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.buyer-guarantee__feature{margin:0;display:flex;flex-direction:row;align-items:flex-start;gap:.55rem;padding:.45rem .35rem;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);min-width:0}.buyer-guarantee__icon-wrap{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(145deg,#dcfce7f2,#bbf7d073);border:1px solid rgba(34,197,94,.22);color:#047857}.buyer-guarantee__icon-svg{display:block;width:16px;height:16px}.buyer-guarantee__feature-headline{display:none}.buyer-guarantee__feature-full{margin:0;position:static;width:auto;height:auto;padding:0;overflow:visible;clip:auto;white-space:normal;border:none;font-size:.64rem;line-height:1.42;font-weight:500;color:#f1f5f9}.buyer-guarantee__feature-full strong{color:#fff;font-weight:700}}@media (min-width: 1280px){.buyer-guarantee{position:absolute;left:max(1.25rem,env(safe-area-inset-left,0px));right:auto;top:50%;transform:translateY(-50%);z-index:10;width:280px;max-width:280px;box-sizing:border-box}.buyer-guarantee__panel{padding:1.85rem 1.5rem;max-width:280px;box-sizing:border-box}.buyer-guarantee__header{margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.18)}.buyer-guarantee__title{margin:0 0 .45rem;font-size:.84rem;font-weight:800;line-height:1.35;letter-spacing:-.015em;color:#fff}.buyer-guarantee__subtitle{margin:0;font-size:.68rem;line-height:1.5;color:#f1f5f9}.buyer-guarantee__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.buyer-guarantee__feature{margin:0;display:flex;flex-direction:row;align-items:flex-start;gap:.55rem;padding:.5rem .4rem;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);min-width:0}.buyer-guarantee__icon-wrap{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(145deg,#dcfce7f2,#bbf7d073);border:1px solid rgba(34,197,94,.22);color:#047857}.buyer-guarantee__icon-svg{display:block;width:16px;height:16px}.buyer-guarantee__feature-copy{min-width:0}.buyer-guarantee__feature-headline{display:none}.buyer-guarantee__feature-full{margin:0;position:static;width:auto;height:auto;padding:0;overflow:visible;clip:auto;white-space:normal;border:none;font-size:.64rem;line-height:1.42;font-weight:500;color:#f1f5f9}.buyer-guarantee__feature-full strong{color:#fff;font-weight:700}}.buyer-guarantee__disclaimer{margin:1rem 0 .5rem;padding:0 .15rem;text-align:center;font-size:.68rem;line-height:1.5;font-weight:400;color:#94a3b8eb;text-wrap:balance}@media (max-width: 768px){.buyer-guarantee__disclaimer{margin:.45rem 0 .15rem;font-size:.68rem;line-height:1.45;color:#cbd5e1e0}}.buyer-guarantee__legal-link{margin:.35rem 0 0;text-align:center;font-size:.78rem;line-height:1.5}.buyer-guarantee__legal-link a{color:#93c5fd;font-weight:600;text-decoration:underline}.buyer-guarantee__legal-link a:hover{color:#bfdbfe}@media (prefers-reduced-transparency: reduce){.buyer-guarantee__panel{background:#0f172aeb;border:1px solid rgba(255,255,255,.16);backdrop-filter:none;-webkit-backdrop-filter:none}}.home-container{width:100%;max-width:100%;min-width:0;min-height:100vh;min-height:100dvh;background:var(--bg-primary);direction:rtl;overflow-x:clip}.home-container--loading{min-height:70vh;min-height:70dvh;padding-top:1rem}.home-layout{width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding:0 .5rem 1.5rem}.home-layout__rows{width:100%;min-width:0}.home-fetch-banner{margin:1rem auto 0;max-width:1200px;padding:1rem 1.25rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;color:#9a3412;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.home-retry-button{padding:.5rem 1.25rem;border-radius:10px;border:none;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-weight:600;cursor:pointer}.home-retry-button:hover{filter:brightness(1.05)}.hero-search-section{width:100%;background:linear-gradient(135deg,#0009,#0006),url(https://images.unsplash.com/photo-1470229722913-7c0e2dbbafd3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80) center center;background-size:cover!important;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:4rem 1.5rem 0;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;min-height:420px}.hero-buyer-guarantee{width:100%;max-width:720px;margin:0 auto;padding:0 .35rem;box-sizing:border-box;flex-shrink:0;z-index:4}@media (max-width: 768px){.hero-search-section{gap:.35rem;padding:1.35rem .85rem .4rem;overflow-x:hidden;overflow-y:visible;background-attachment:scroll;min-height:0}.hero-stack{flex:0 0 auto;min-height:0;justify-content:flex-start;gap:.65rem}.hero-buyer-guarantee{margin-top:.45rem;margin-bottom:.15rem;padding:0 .5rem;max-width:100%}.hero-trust-ribbon{margin-top:.2rem;flex-shrink:0;width:calc(100% - 1rem);max-width:100%}.hero-title{font-size:1.45rem;margin-bottom:.65rem}.hero-search-input{padding:.85rem 2.75rem .85rem 1rem;font-size:.95rem}.social-proof-banner{margin:0 1rem;padding:.75rem 1rem;flex-wrap:wrap;justify-content:flex-start}.social-proof-text{font-size:.88rem;line-height:1.45}}@media (hover: none){.hero-search-section{background-attachment:scroll}}.hero-stack{max-width:960px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;min-height:min(300px,58vh);gap:1.25rem;box-sizing:border-box}@media (min-width: 769px) and (max-width: 1279px){.hero-buyer-guarantee{width:100%;max-width:280px;margin:.85rem auto 0;padding:0 1rem;flex:0 0 auto;height:auto;min-height:0;overflow:visible;pointer-events:auto}.hero-trust-ribbon{margin-top:.5rem}.hero-stack{min-height:min(340px,65vh)}}@media (min-width: 1280px){.hero-buyer-guarantee{width:100%;max-width:none;margin:0;padding:0;flex:0 0 0;min-height:0;height:0;overflow:visible;pointer-events:none}.hero-buyer-guarantee .buyer-guarantee{pointer-events:auto}.hero-trust-ribbon{margin-top:auto}.hero-stack{min-height:min(340px,65vh)}}.hero-content{max-width:800px;width:100%;text-align:center;flex:0 0 auto}@media (min-width: 1280px){.hero-content{max-width:640px}}.hero-trust-ribbon{width:100%;max-width:720px;margin:0 auto;padding:.55rem 1rem .75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .6rem;direction:rtl;background:#00000038;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:12px 12px 0 0;border-bottom:none;box-shadow:0 -1px #ffffff14 inset}.hero-trust-item{display:inline-flex;align-items:center;gap:.35rem;color:#fffffff2}.hero-trust-icon{display:flex;color:#c7d8fff2;flex-shrink:0}.hero-trust-text{font-size:.78rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.hero-trust-sep{display:flex;align-items:center;color:#fff6;flex-shrink:0}@media (max-width: 520px){.hero-trust-ribbon{gap:.25rem .4rem;padding:.45rem .65rem .6rem}.hero-trust-text{font-size:.72rem}}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem;font-family:Heebo,Assistant,sans-serif;direction:rtl;text-shadow:0 2px 8px rgba(0,0,0,.3)}.search-wrapper{position:relative;width:100%;max-width:580px;margin:0 auto}@media (min-width: 1280px){.search-wrapper{max-width:560px}}.hero-search-input{width:100%;padding:1.25rem 3.5rem 1.25rem 1.5rem;font-size:1.1rem;font-weight:400;border:2px solid var(--border-color);border-radius:12px;background:#fff;box-shadow:0 4px 12px #00000014;transition:all .3s ease;direction:rtl;font-family:Assistant,Heebo,sans-serif;outline:none}.hero-search-input:focus{border-color:var(--primary-blue);box-shadow:0 6px 20px #0045af26;transform:translateY(-2px)}.hero-search-input::-moz-placeholder{color:var(--text-tertiary);font-weight:400}.hero-search-input::placeholder{color:var(--text-tertiary);font-weight:400}.search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:var(--text-tertiary);pointer-events:none}.hero-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffeb;margin:0 0 .75rem;text-shadow:0 1px 4px rgba(0,0,0,.35)}.category-navigation{width:100%;background:#fff;border-bottom:1px solid var(--border-light);padding:1.5rem 0;direction:rtl}.category-pills-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;gap:1rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.category-pills-container::-webkit-scrollbar{height:6px}.category-pills-container::-webkit-scrollbar-track{background:transparent}.category-pills-container::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.category-pill{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--bg-card);border:2px solid var(--border-color);border-radius:30px;font-size:1rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:Assistant,Heebo,sans-serif;direction:rtl;box-shadow:0 1px 3px #0000000d}.category-pill:hover{background:var(--bg-primary);border-color:var(--primary-blue);color:var(--primary-blue);box-shadow:0 2px 6px #0045af1a;transform:translateY(-1px)}.category-pill.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff;box-shadow:0 3px 8px #0045af40;font-weight:700}.category-pill.active .category-icon{filter:brightness(0) invert(1)}.category-icon{font-size:1.2rem;line-height:1}.category-name{font-weight:inherit}.social-proof-section{width:100%;background:#fff;padding:1rem 0;direction:rtl}.social-proof-banner{max-width:1400px;margin:0 auto;padding:.875rem 2rem;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:8px;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 2px 4px #0000000d;margin:0 2rem}.social-proof-icon{flex-shrink:0;color:#0369a1;opacity:.8}.social-proof-text{color:#0369a1;font-size:.95rem;font-weight:600;font-family:Assistant,Heebo,sans-serif;direction:rtl}.available-tickets-section{max-width:1400px;margin:0 auto;padding:2rem 2rem 0;direction:rtl}.available-tickets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;direction:rtl;max-width:100%}.trending-events-section{max-width:1400px;margin:0 auto;padding:3rem 2rem;direction:rtl}.trending-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:1.5rem;direction:rtl;max-width:100%}.trending-event-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;direction:rtl;outline:none;display:flex;flex-direction:column;width:100%;border:1px solid #e5e7eb}.trending-event-card:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.trending-event-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026;border-color:var(--primary-blue)}.event-image-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px 12px 0 0}.event-image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:12px 12px 0 0;transition:transform .3s ease}.home-carousel-card__tickets--none{color:#64748b;font-size:.88rem}.trending-event-card:hover .event-image{transform:scale(1.05)}.event-badge{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem .875rem;border-radius:20px;font-size:.85rem;font-weight:700;color:var(--text-primary);box-shadow:0 2px 8px #00000026;font-family:Assistant,Heebo,sans-serif;direction:rtl;white-space:nowrap}.event-info{padding:1rem;direction:rtl;flex:1;display:flex;flex-direction:column;min-height:0}.event-name{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;font-family:Heebo,Assistant,sans-serif;direction:rtl;text-align:right;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.event-artist{font-size:.9rem;color:var(--text-secondary);margin:0 0 .75rem;font-family:Assistant,Heebo,sans-serif;direction:rtl;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-details{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem;flex:1;min-height:0}.event-detail-item{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-tertiary);font-family:Assistant,Heebo,sans-serif;direction:rtl;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-icon{width:16px;height:16px;color:var(--primary-blue);flex-shrink:0}.event-buy-button{width:100%;padding:.625rem 1rem;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:700;font-family:Assistant,Heebo,sans-serif;cursor:pointer;transition:all .2s ease;direction:rtl;margin-top:auto;flex-shrink:0}.event-buy-button:hover{background:var(--primary-blue-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0045af4d}.event-buy-button:active{transform:translateY(0)}.top-artists-section{max-width:1400px;margin:0 auto;padding:3rem 2rem;direction:rtl}.section-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;font-family:Heebo,Assistant,sans-serif;text-align:right;direction:rtl}.artists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:1.5rem;direction:rtl}.artist-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;direction:rtl;outline:none;border:1px solid #e5e7eb}.artist-card:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.artist-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026;border-color:var(--primary-blue)}.artist-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;min-height:160px;max-height:240px;overflow:hidden;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.artist-image{display:block;width:100%;height:100%;-o-object-fit:cover!important;object-fit:cover!important;transition:transform .3s ease}.artist-card:hover .artist-image{transform:scale(1.05)}.artist-badge{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem .875rem;border-radius:20px;font-size:.85rem;font-weight:700;color:var(--text-primary);box-shadow:0 2px 8px #00000026;font-family:Assistant,Heebo,sans-serif;direction:rtl;white-space:nowrap}.artist-info{padding:1rem;direction:rtl}.artist-name{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;font-family:Heebo,Assistant,sans-serif;direction:rtl;text-align:right}.artist-tickets-count{font-size:.85rem;color:var(--text-tertiary);margin:0;font-family:Assistant,Heebo,sans-serif;direction:rtl;text-align:right;display:flex;align-items:center;gap:.25rem}.artist-tickets-count .ticket-icon{width:16px;height:16px;color:var(--primary-blue);flex-shrink:0}.loading-state{display:flex;justify-content:center;align-items:center;min-height:60vh;direction:rtl}.loading-state p{font-size:1.2rem;color:var(--text-secondary);font-family:Assistant,Heebo,sans-serif}.empty-state{grid-column:1 / -1;text-align:center;padding:3rem;color:var(--text-tertiary);font-size:1.1rem;font-family:Assistant,Heebo,sans-serif;direction:rtl}@media (max-width: 968px){.hero-search-section{padding:4rem 1.5rem;background-attachment:scroll;height:450px!important}.trending-events-section{padding:2rem 1.5rem}.trending-events-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:1.5rem}.trending-event-card{max-width:100%!important}.event-image-wrapper{height:180px;max-height:200px;min-height:160px;aspect-ratio:16 / 10}.hero-title{font-size:2rem;margin-bottom:1.5rem}.hero-search-input{padding:1rem 3rem 1rem 1.25rem;font-size:1rem}.category-pills-container{padding:0 1.5rem;gap:.75rem}.category-pill{padding:.625rem 1.25rem;font-size:.95rem}.social-proof-banner{margin:0 1.5rem;padding:.75rem 1.5rem}.social-proof-text{font-size:.9rem}.top-artists-section{padding:2rem 1.5rem}.section-title{font-size:1.75rem;margin-bottom:1.5rem}.artists-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:1.5rem}}@media (max-width: 768px){.trending-events-section{padding:1.5rem 1rem}.trending-events-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:1.5rem}.trending-event-card{max-width:100%!important}.event-image-wrapper{height:200px;max-height:220px;min-height:170px;aspect-ratio:16 / 10}.event-info{padding:1rem}.event-name{font-size:1rem}.event-artist{font-size:.85rem}.event-detail-item{font-size:.8rem}.event-buy-button{padding:.625rem 1rem;font-size:.9rem;min-height:44px}.category-pills-container{padding:0 1rem;gap:.5rem}.category-pill{padding:.5rem 1rem;font-size:.9rem}.category-icon{font-size:1rem}.social-proof-banner{margin:0 1rem;padding:.625rem 1rem;flex-direction:column;gap:.5rem}.social-proof-text{font-size:.85rem;text-align:center}.top-artists-section{padding:1.5rem 1rem}.section-title{font-size:1.5rem;margin-bottom:1.25rem}.artists-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:1.25rem}.artist-info{padding:1.25rem}.artist-name{font-size:1.1rem}.artist-tickets-count{font-size:.9rem}}@media (max-width: 480px){.hero-title{font-size:1.5rem}.hero-search-section{height:350px!important;padding:2.5rem 1rem}.trending-events-grid{grid-template-columns:1fr;gap:1.5rem}.event-image-wrapper{aspect-ratio:16 / 9;min-height:0;max-height:none;height:auto}.artists-grid{grid-template-columns:1fr;gap:1rem}.category-pill{padding:.5rem .875rem;font-size:.85rem}}.viagogo-home-discover,.home-viagogo-rows{max-width:1400px;margin:0 auto;padding:0 0 3rem;direction:rtl;display:block}.home-carousel-wrap{position:relative;margin:0;padding:0}.home-carousel-wrap--can-prev:before,.home-carousel-wrap--can-next:after{opacity:1}.home-carousel-wrap:before,.home-carousel-wrap:after{content:"";position:absolute;top:0;bottom:.5rem;width:36px;z-index:1;pointer-events:none;opacity:.55;transition:opacity .25s ease}.home-carousel-wrap:before{inset-inline-start:0;background:linear-gradient(to left,transparent,var(--bg-primary))}.home-carousel-wrap:after{inset-inline-end:0;background:linear-gradient(to right,transparent,var(--bg-primary))}.home-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,69,175,.15);background:#ffffffeb;color:var(--primary-blue);box-shadow:0 4px 14px #0f172a1f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .15s ease,background .15s ease;opacity:.5}.home-carousel-arrow:hover:not(:disabled){background:#fff;transform:translateY(-50%) scale(1.04)}.home-carousel-arrow:disabled{opacity:.12;cursor:default;pointer-events:none}.home-carousel-arrow--prev{inset-inline-start:.2rem}.home-carousel-arrow--next{inset-inline-end:.2rem}@media (hover: hover) and (pointer: fine){.home-carousel-arrow{opacity:0}.home-carousel-wrap:hover .home-carousel-arrow:not(:disabled),.home-carousel-wrap:focus-within .home-carousel-arrow:not(:disabled){opacity:.92}.home-carousel-wrap:hover .home-carousel-arrow:disabled,.home-carousel-wrap:focus-within .home-carousel-arrow:disabled{opacity:.08}}@media (max-width: 768px){.home-carousel-arrow{width:44px;height:44px;opacity:.55}.home-carousel-arrow--prev{inset-inline-start:.05rem}.home-carousel-arrow--next{inset-inline-end:.05rem}}.viagogo-carousel-track,.home-carousel-scroll{display:flex!important;direction:ltr;flex-direction:row-reverse!important;flex-wrap:nowrap!important;align-items:stretch;gap:.82rem;overflow-x:auto!important;overflow-y:hidden;padding:.25rem 2.75rem .65rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-carousel-scroll::-webkit-scrollbar{display:none}.home-empty-wrap{max-width:720px;margin:2rem auto;padding:0 1rem}.home-carousel-section{margin-bottom:2.25rem}.home-carousel-head{padding:0 1.25rem;margin-bottom:.875rem}.home-carousel-title{font-size:1.35rem;font-weight:800;color:var(--text-primary);margin:0;font-family:Heebo,Assistant,sans-serif}.home-carousel-item{flex:0 0 auto;scroll-snap-align:start;width:min(232px,68vw);display:flex}.home-carousel-item--performer{width:min(200px,58vw);display:flex;align-items:stretch}.home-carousel-item--last-minute{width:min(240px,70vw)}.home-performer-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 14px #0f172a14;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease;height:100%;width:100%;flex:1 1 auto;display:flex;flex-direction:column}.home-performer-card--waitlist{cursor:default;border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#f8fafc)}.home-performer-card:hover:not(.home-performer-card--waitlist){transform:translateY(-4px);box-shadow:0 12px 28px #0045af24}.home-performer-card:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.home-performer-card__media{position:relative;width:100%;aspect-ratio:1 / 1;background:linear-gradient(145deg,#e0f2fe,#f1f5f9);overflow:hidden}.home-performer-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-performer-card__badge{position:absolute;top:8px;right:8px;z-index:2;font-size:.68rem;font-weight:800;padding:.28rem .5rem;border-radius:8px;pointer-events:none}.home-performer-card__badge--dates{background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff}.home-performer-card__badge--demand{background:linear-gradient(135deg,#c2410c,#ea580c);color:#fff}.home-performer-card__body{padding:.75rem .8rem .85rem;display:flex;flex-direction:column;justify-content:space-between;gap:.2rem;flex:1 1 auto;min-height:5.75rem}.home-performer-card__title{margin:0;font-size:.95rem;font-weight:800;color:#0f172a;line-height:1.3;min-height:calc(.95rem * 1.3 * 2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-performer-card__meta{margin:0;font-size:.76rem;color:#64748b;min-height:1.15em;flex-shrink:0}.home-performer-card__cta{margin-top:auto;padding-top:.35rem;margin-bottom:0;flex-shrink:0;font-size:.8rem;font-weight:700;color:var(--primary-blue)}.home-performer-card__notify-btn,.home-carousel-card__notify-btn{margin-top:.45rem;width:100%;padding:.5rem .65rem;border:none;border-radius:10px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:.82rem;font-weight:700;font-family:inherit;cursor:pointer;transition:filter .15s ease,transform .15s ease}.home-performer-card__notify-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;cursor:inherit;box-shadow:inset 0 1px #ffffffa6}.home-performer-card__notify-btn:hover,.home-carousel-card__notify-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.home-carousel-card--last-minute{border-color:#fed7aa}.home-carousel-card--last-minute:hover{border-color:#ea580c}.home-carousel-card__badge--urgent{display:inline-flex;align-items:center;gap:.2rem;background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.02em;animation:home-urgent-pulse 2s ease-in-out infinite}.home-carousel-card__badge--demand{background:linear-gradient(135deg,#c2410c,#ea580c);color:#fff}.home-carousel-card__badge-icon{font-size:.75rem;line-height:1}@keyframes home-urgent-pulse{0%,to{box-shadow:0 2px 8px #ea580c59}50%{box-shadow:0 2px 14px #ea580c8c}}.home-carousel-card--waitlist{border-color:#bfdbfe}.home-carousel-section:first-of-type .home-carousel-title{color:#c2410c}.home-carousel-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 3px 12px #0f172a12;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column}.home-carousel-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0f172a1c}.home-carousel-card:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.home-carousel-card__media{position:relative;width:100%;aspect-ratio:16 / 9;flex-shrink:0;min-height:118px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);overflow:hidden}.home-carousel-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.home-carousel-card__badge--dates{background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff;font-weight:800;font-size:.72rem}.home-carousel-card__badge{position:absolute;top:8px;right:8px;z-index:2;font-size:.62rem;font-weight:800;letter-spacing:.03em;padding:.3rem .5rem;border-radius:8px;background:linear-gradient(135deg,#c2410c,#ea580c);color:#fff;box-shadow:0 2px 10px #ea580c66;pointer-events:none}.home-carousel-card__body{padding:.65rem .75rem .75rem;flex:1;display:flex;flex-direction:column;gap:.12rem}.home-carousel-card__title{font-size:.9rem;font-weight:700;margin:0;line-height:1.32;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-carousel-card__artist{margin:0;font-size:.78rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-carousel-card__meta{margin:.2rem 0 0;font-size:.74rem;color:var(--text-tertiary)}.home-carousel-card__venue{margin:.15rem 0 0;font-size:.72rem;color:var(--text-secondary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-carousel-card__tickets{margin:.28rem 0 0;font-size:.78rem;font-weight:600;color:#059669}.home-date-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1rem;direction:rtl}.home-date-modal{width:100%;max-width:380px;background:#fff;border-radius:14px;box-shadow:0 20px 50px #0003;padding:1.1rem 1.15rem 1rem;text-align:right}.home-date-modal h2{margin:0 0 .35rem;font-size:1.05rem;font-weight:800;color:#0f172a}.home-date-modal-sub{margin:0 0 .85rem;font-size:.85rem;color:#475569;line-height:1.35}.home-date-modal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem;max-height:min(52vh,320px);overflow-y:auto}.home-date-modal-list button{width:100%;text-align:right;padding:.65rem .75rem;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.9rem;font-weight:600;color:#0f172a;cursor:pointer;font-family:inherit}.home-date-modal-list button:hover{border-color:#0ea5e9;background:#f0f9ff}.home-date-modal-close{margin-top:.75rem;width:100%;padding:.55rem;border-radius:10px;border:none;background:#e2e8f0;font-weight:700;cursor:pointer;font-family:inherit}.auth-container{min-height:calc(100vh - 200px);min-height:calc(100dvh - 200px);display:flex;justify-content:center;align-items:center;padding:var(--spacing-xl) var(--spacing-lg);direction:rtl}.auth-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--spacing-xl);width:100%;max-width:400px;box-shadow:var(--shadow-sm)}.auth-card h2{margin-bottom:var(--spacing-lg);text-align:center;color:var(--text-primary);font-weight:700;font-size:2rem}.form-group{margin-bottom:var(--spacing-md)}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:500;text-align:right}.form-group input,.form-group select{width:100%;padding:.875rem .75rem;min-height:44px;border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:var(--bg-card);color:var(--text-primary);font-size:max(16px,1rem);box-sizing:border-box;transition:border-color .2s ease;text-align:right;direction:rtl}.form-group input::-moz-placeholder{color:var(--text-tertiary);text-align:right}.form-group input::placeholder{color:var(--text-tertiary);text-align:right}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #0045af1f;transition:box-shadow .2s ease,border-color .2s ease}.form-group select{cursor:pointer}.login-form-mobile{touch-action:manipulation}.field-error-text{display:block;margin-top:.35rem;color:#ef4444;font-size:.875rem;font-weight:500;text-align:right;direction:rtl}.auth-button{width:100%;min-height:48px;padding:.75rem 1rem;background-color:var(--primary-blue);color:#fff;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;cursor:pointer;margin-top:var(--spacing-md);transition:background-color .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.auth-button:hover:not(:disabled){background-color:var(--primary-blue-hover)}.auth-button:active:not(:disabled){transform:scale(.98);box-shadow:0 1px 4px #0045af40}.auth-button:disabled{opacity:.6;cursor:not-allowed}.error-message,.error-box{background-color:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-right:4px solid #dc2626;padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:var(--spacing-md);text-align:right;min-height:1.5rem;display:flex;align-items:center;direction:rtl;font-weight:500;line-height:1.45}.auth-footer{text-align:center;margin-top:var(--spacing-lg);color:var(--text-secondary);direction:rtl}.auth-footer a{color:var(--primary-blue);text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width: 480px){.auth-container{padding:1.5rem var(--spacing-sm);align-items:flex-start;padding-top:2rem}.auth-card{padding:1.5rem 1.25rem;border-radius:16px}.auth-card h2{font-size:1.55rem;margin-bottom:1rem}.form-group input,.form-group select{font-size:16px;min-height:48px;padding:.875rem .75rem}.auth-button{min-height:52px;font-size:1.05rem;border-radius:12px;margin-top:1rem}.auth-footer{font-size:.95rem}}.floating-whatsapp{position:fixed;bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));left:calc(1.25rem + env(safe-area-inset-left,0px));z-index:1100;display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1rem .65rem .75rem;background:#25d366;color:#fff;border-radius:999px;box-shadow:0 4px 20px #25d36673;text-decoration:none;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease}.floating-whatsapp:hover{background:#20ba5a;color:#fff;transform:translateY(-2px);box-shadow:0 6px 24px #25d3668c}.floating-whatsapp-label{white-space:nowrap}@media (max-width: 768px){.floating-whatsapp{bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}.App>main{padding-bottom:calc(10rem + env(safe-area-inset-bottom,0px))}}@media (max-width: 480px){.floating-whatsapp-label{display:none}.floating-whatsapp{width:56px;height:56px;padding:0;border-radius:50%;justify-content:center}}.footer{background:#1f2937;color:#f9fafb;margin-top:auto;direction:rtl}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section p{color:#d1d5db;font-size:.9rem;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.85rem;margin:0}.footer-entity{margin-top:.75rem;font-size:.82rem!important}.footer-entity a{color:#93c5fd;text-decoration:underline}.footer-legal-links{margin-top:.75rem!important;line-height:1.7}.footer-legal-links a{color:#d1d5db;text-decoration:none}.footer-legal-links a:hover{color:#fff;text-decoration:underline}@media (max-width: 768px){.footer-container{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}}.launch-promo-banner{width:min(1120px,calc(100% - 2rem));margin:1rem auto 0;padding:.9rem 1.25rem;border:1px solid #f6c453;border-radius:14px;background:linear-gradient(135deg,#fff8dc,#fff1b8);box-shadow:0 8px 24px #925b001a;color:#713f12;text-align:center;font-size:clamp(.95rem,2.5vw,1.08rem);line-height:1.5}.launch-promo-banner strong{color:#92400e;font-weight:900}@media (max-width: 640px){.launch-promo-banner{width:calc(100% - 1rem);margin-top:.5rem;padding:.75rem .85rem}}.st-skel{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:st-skel-shimmer 1.2s ease-in-out infinite;border-radius:8px}@keyframes st-skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes edsk-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.edsk{width:100%;max-width:900px;margin:0 auto;padding:1.5rem 1rem 3rem;direction:rtl;min-height:min(72vh,780px)}.edsk-shimmer{background:linear-gradient(90deg,#0f172a14,#06b6d41a,#0f172a14 80%);background-size:200% 100%;animation:edsk-shimmer 1.4s ease-in-out infinite;border-radius:10px}.edsk-hero{height:220px;border-radius:16px;margin-bottom:1.5rem}.edsk-info{margin-bottom:1.75rem}.edsk-info-title{height:28px;width:65%;margin-bottom:.75rem}.edsk-info-sub{height:18px;width:40%;margin-bottom:1rem}.edsk-info-meta{display:flex;gap:.6rem;flex-wrap:wrap}.edsk-info-chip{height:32px;width:110px;border-radius:999px}.edsk-info-chip--short{width:80px}.edsk-tickets{display:flex;flex-direction:column;gap:.85rem}.edsk-ticket-row{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:12px;background:#0f172a08}.edsk-ticket-section{height:18px;flex:2 1 0}.edsk-ticket-price{height:18px;flex:1 1 0}.edsk-ticket-btn{height:36px;width:100px;flex-shrink:0;border-radius:8px}@media (max-width: 640px){.edsk-hero{height:160px;border-radius:12px}.edsk-info-title{width:80%}.edsk-ticket-row{flex-wrap:wrap}.edsk-ticket-btn{width:100%;margin-top:.25rem}}.App{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg-primary);max-width:100%;min-width:0}@media (min-width: 2200px){.App{max-width:2100px;margin:0 auto;box-shadow:0 0 0 1px #0000000a}}.App>main{flex:1;padding-top:0;width:100%;max-width:100%;min-width:0}.button-spinner{display:inline-block;width:1em;height:1em;margin-inline-start:.4rem;border:2px solid currentColor;border-top-color:transparent;border-radius:999px;vertical-align:-.15em;animation:button-spin .7s linear infinite}button:disabled .button-spinner{opacity:.85}@keyframes button-spin{to{transform:rotate(360deg)}}.route-spinner-shell{min-height:min(70vh,760px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;color:var(--text-secondary);padding:2rem 1rem 3rem;text-align:center}.route-spinner{width:2.4rem;height:2.4rem;border:3px solid rgba(6,182,212,.18);border-top-color:var(--primary-blue, #2563eb);border-radius:999px;animation:button-spin .8s linear infinite}@media (max-width: 768px){.App>main{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.left-2{left:.5rem}.top-2{top:.5rem}.isolate{isolation:isolate}.z-\[5\]{z-index:5}.mr-1{margin-right:.25rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[1000\/640\]{aspect-ratio:1000/640}.aspect-\[800\/600\]{aspect-ratio:800/600}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-auto{height:auto}.h-full{height:100%}.max-h-\[min\(540px\,74vh\)\]{max-height:min(540px,74vh)}.max-h-\[min\(68vh\,640px\)\]{max-height:min(68vh,640px)}.max-h-\[min\(85vh\,920px\)\]{max-height:min(85vh,920px)}.max-h-full{max-height:100%}.min-h-\[260px\]{min-height:260px}.min-h-\[300px\]{min-height:300px}.min-h-\[44px\]{min-height:44px}.w-5{width:1.25rem}.w-9{width:2.25rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-full{max-width:100%}.shrink{flex-shrink:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-grab{cursor:grab}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overscroll-contain{overscroll-behavior:contain}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-emerald-600{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity, 1))}.border-rose-100{--tw-border-opacity: 1;border-color:rgb(255 228 230 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pt-3{padding-top:.75rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.italic{font-style:italic}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-emerald-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1))}.ring-offset-1{--tw-ring-offset-width: 1px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[stroke\,fill-opacity\,transform\]{transition-property:stroke,fill-opacity,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[stroke\,fill-opacity\]{transition-property:stroke,fill-opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.\[color-scheme\:light\]{color-scheme:light}.\[scrollbar-color\:rgb\(203_213_225\)_transparent\]{scrollbar-color:rgb(203 213 225) transparent}.\[scrollbar-width\:thin\]{scrollbar-width:thin}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--bg-card: #ffffff;--primary-blue: #0045af;--primary-blue-hover: #003894;--success-green: #228b22;--error-red: #dc3545;--text-primary: #000000;--text-secondary: #333333;--text-tertiary: #666666;--text-light: #999999;--border-color: #dddddd;--border-light: #eeeeee;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 2px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .15);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--radius-sm: 3px;--radius-md: 4px;--radius-lg: 6px;font-family:Assistant,Heebo,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-primary);background:var(--bg-primary);direction:rtl;text-align:right;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}a{font-weight:500;color:var(--primary-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-blue-hover);text-decoration:underline}html{max-width:100%}body{margin:0;min-width:0;width:100%;max-width:100%;min-height:100vh;min-height:100dvh;background:var(--bg-primary);direction:rtl;text-align:right;padding:0}#root{max-width:100%;min-width:0}@media (max-width: 768px){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}h1{font-size:2.5em;line-height:1.2;font-weight:700;color:var(--text-primary);margin:0}h2{font-size:2em;line-height:1.3;font-weight:600;color:var(--text-primary)}h3{font-size:1.5em;line-height:1.4;font-weight:600;color:var(--text-primary)}button{border-radius:var(--radius-md);border:none;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease}button:focus,button:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),select,textarea{font-size:max(16px,1rem)!important}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#aaa}.hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-emerald-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}@media not all and (min-width: 768px){.max-md\:sticky{position:sticky}.max-md\:top-0{top:0}.max-md\:z-40{z-index:40}.max-md\:border-b{border-bottom-width:1px}.max-md\:border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.max-md\:shadow-\[0_4px_12px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 4px 12px rgba(15,23,42,.08);--tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-end{align-items:flex-end}}.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{border-radius:9999px}.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-slate-300\/90::-webkit-scrollbar-thumb{background-color:#cbd5e1e6}.\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track{background-color:transparent}.\[\&\:\:-webkit-scrollbar\]\:w-1\.5::-webkit-scrollbar{width:.375rem}
