.app-header{position:fixed;top:12px;left:12px;right:12px;z-index:2000;box-sizing:border-box;background:#ebebeb;padding:10px 12px;border-radius:999px;box-shadow:0 2px 10px #0000001a;font-family:Vazirmatn,sans-serif;direction:rtl}.app-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px}.app-header-inner>.app-header-logo{flex:0 0 auto}.app-header-logo{font-size:15px;font-weight:800;color:#264653;text-decoration:none;white-space:nowrap;text-align:right;padding:0;background:transparent;border-radius:0}.app-header-logo:hover{background:transparent;color:#264653}.app-header-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-width:0}.app-header-link{font-size:13px;font-weight:500;color:#444;text-decoration:none;padding:8px 16px;border-radius:999px;background:#e0e0e0;transition:background .2s ease,color .2s ease;font-family:Vazirmatn,sans-serif}.app-header-link:hover{background:#d0d0d0}.app-header-link.active{background:#264653;color:#fff;font-weight:600}.app-header-download-btn{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:#e67d5f;color:#fff;cursor:pointer;transition:background .2s ease,color .2s ease;font-family:Vazirmatn,sans-serif}.app-header-download-btn:hover:not(:disabled){background:#d96d4f}.app-header-download-btn:disabled{cursor:default;opacity:.6}.app-header-download-btn.exporting{opacity:1;background:#e67d5f}.download-spinner{display:block;width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:download-spin .7s linear infinite}@keyframes download-spin{to{transform:rotate(360deg)}}.app-header-mobile-menu{display:none;position:relative}.app-header-burger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:#e0e0e0;cursor:pointer;transition:background .2s ease}.app-header-burger:hover{background:#d0d0d0}.app-header-burger span{display:block;width:18px;height:2px;background:#264653;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.app-header-burger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.app-header-burger.open span:nth-child(2){opacity:0}.app-header-burger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.app-header-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:160px;background:#ebebeb;border-radius:12px;box-shadow:0 4px 16px #00000026;padding:6px;display:flex;flex-direction:column;gap:2px;z-index:2100;animation:headerDropIn .15s ease-out}@keyframes headerDropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.app-header-dropdown-link{display:block;padding:10px 14px;font-size:13px;font-weight:500;font-family:Vazirmatn,sans-serif;color:#444;text-decoration:none;border-radius:8px;transition:background .2s ease,color .2s ease}.app-header-dropdown-link:hover{background:#d0d0d0}.app-header-dropdown-link.active{background:#264653;color:#fff;font-weight:600}@media(max-width:1024px){.app-header{padding:8px 12px}.app-header-logo{font-size:14px}.app-header-link{font-size:12px;padding:6px 12px}.app-header-nav{gap:4px}}@media(max-width:768px){.app-header{top:8px;left:8px;right:8px;padding:8px 12px}.app-header-inner{flex-wrap:nowrap;gap:8px}.app-header-nav,.app-header-download-btn{display:none}.app-header-mobile-menu{display:block}.app-header-logo{flex:1;font-size:13px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:380px){.app-header-logo{font-size:11.5px}}.landing-page{min-height:100vh;min-height:100dvh;position:relative;direction:rtl;text-align:right;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;background:linear-gradient(135deg,#264653 10%,#1a4d4d 20%,#2d6b6b 40%,#3d8b8b,#4da8a8)}.landing-page:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.15) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.landing-brand{position:absolute;top:1rem;right:2rem;display:flex;align-items:center;gap:1rem;z-index:2}.landing-brand-icon{width:180px;height:72px;object-fit:contain}.landing-brand-text{display:flex;flex-direction:column;align-items:flex-end;font-size:.95rem;font-weight:400;color:#5ea1a7;line-height:1.5}.landing-main{position:absolute;top:50%;right:15%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:0;max-width:90%}.landing-title{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;color:#fff;margin:0 0 .35em;line-height:1.3;letter-spacing:-.02em}.landing-title-detail{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.35;letter-spacing:-.02em;opacity:.95}.landing-nav{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem 1.25rem;flex-wrap:wrap;margin:0}.landing-btn{padding:.75rem 1.75rem;border-radius:9999px;border:2px solid #f5c842;background:transparent;color:#f5c842;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s;font-family:inherit}.landing-btn:hover{background:#f5c84226}.landing-btn-primary{font-weight:700}.landing-learn{position:absolute;bottom:8.5rem;right:15%;max-width:420px;z-index:2}.landing-learn-title{font-size:1.1rem;font-weight:600;color:#e8c54a;margin:0 0 .5rem}.landing-learn-text{font-size:.85rem;color:#ffffffbf;line-height:1.55;margin:0 0 1.5rem;max-width:480px}.landing-learn-link{color:#fff;text-decoration:none;font-weight:600;font-size:.85rem}.landing-learn-link:hover{text-decoration:underline}.landing-globe{position:absolute;bottom:2rem;left:2rem;width:28px;height:28px;color:#ffffffe6;z-index:2}.landing-globe svg{width:100%;height:100%}.landing-hero-lottie{position:absolute;left:10%;top:40%;transform:translateY(-50%);width:min(56vw,540px);height:min(56vw,540px);max-width:100%;opacity:.85;pointer-events:none;z-index:1}@media(max-width:1200px){.landing-main{right:10%}.landing-learn{right:10%;max-width:380px}.landing-hero-lottie{left:10%;width:min(50vw,420px);height:min(50vw,420px)}}@media(max-width:1024px){.landing-brand-icon{width:150px;height:60px}.landing-main{right:8%}.landing-title{font-size:clamp(3rem,4vw,3rem);margin-bottom:1.5rem}.landing-learn{right:8%;bottom:2rem;max-width:340px}.landing-learn-text{font-size:.85rem}.landing-hero-lottie{left:5%;width:min(45vw,360px);height:min(45vw,360px);opacity:.75}}@media(max-width:768px){.landing-page{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.landing-brand{top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));left:1rem}.landing-brand-icon{width:120px;height:48px}.landing-main{right:1.25rem;left:1.25rem;top:68%;transform:translateY(-50%);padding-top:.5rem}.landing-title{font-size:1.65rem;margin-bottom:1.25rem;line-height:1.35}.landing-nav{flex-direction:row;align-items:center;gap:.5rem;width:100%}.landing-btn{padding:.875rem 1.5rem;min-height:48px;font-size:.95rem}.landing-learn{right:1.25rem;left:1.25rem;bottom:3.5rem;max-width:none}.landing-learn-title{font-size:1rem}.landing-learn-text{font-size:.8rem;line-height:1.55;max-width:100%}.landing-globe{bottom:max(1.25rem,env(safe-area-inset-bottom));left:max(1.25rem,env(safe-area-inset-left));width:24px;height:24px}.landing-hero-lottie{width:min(100vw,420px);height:min(100vw,420px);left:50%;transform:translate(-50%,-50%);top:22%;opacity:.7}}@media(max-width:480px){.landing-brand{top:.75rem;right:1rem;left:1rem}.landing-brand-icon{width:100px;height:40px}.landing-main{right:1rem;left:1rem;top:66%}.landing-title{font-size:1.4rem;margin-bottom:1rem}.landing-btn{padding:.75rem 1.25rem;min-height:44px;font-size:.9rem}.landing-learn{bottom:3.5rem;right:1rem;left:1rem}.landing-learn-title{font-size:.95rem}.landing-learn-text{font-size:.75rem;max-width:100%}.landing-hero-lottie{width:min(100vw,360px);height:min(100vw,360px);top:30%;opacity:.65}.landing-globe{width:20px;height:20px;bottom:1rem;left:1rem}}@media(max-height:500px)and (orientation:landscape){.landing-hero-lottie{width:min(35vh,180px);height:min(35vh,180px);top:50%;left:12%;transform:translateY(-50%);opacity:.45}.landing-main{top:45%}.landing-learn{bottom:1rem}}*{margin:0;padding:0;box-sizing:border-box}.app{width:100%;height:100vh;direction:rtl;text-align:right}.app-loading{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:inherit}html,body{margin:0;padding:0;width:100%;height:100%;font-family:Vazirmatn,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:rtl;text-align:right}#root{width:100%;height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
