:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#050c18;--bg-elevated:#091426;--panel:#0b192b;--panel2:#102139;--text:#f7fbff;--muted:#9cafc3;--line:#9fbbd629;--brand:#38e0b2;--brand2:#20c997;--brand-soft:#38e0b21a;--danger:#fb7185;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--shadow-card:0 18px 55px #00000038}*{box-sizing:border-box}html,body{min-height:100%;font-family:var(--ui-font-ar);color:var(--text);background:radial-gradient(circle at 100% 0,#10233f 0,#07101f 40%,#050a13 100%);margin:0}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}body{overflow-x:hidden}::selection{color:#fff;background:#38e0b247}:where(a,button,input,select,textarea):focus-visible{outline-offset:3px;outline:3px solid #38e0b261}button,a,input,select{transition:border-color .18s,background-color .18s,color .18s,transform .18s}button:disabled{cursor:not-allowed;opacity:.58}.v3-header{z-index:80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#182230;background:#fffffff0;border-bottom:1px solid #edf0f4;width:100%;position:sticky;top:0;box-shadow:0 4px 18px #1018280b}.v3-header-inner{direction:rtl;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;width:min(100% - 40px,1440px);height:78px;margin:auto;display:grid}.v3-wordmark{color:#111827;white-space:nowrap;direction:ltr;align-items:center;gap:11px;font-size:18px;display:flex}.v3-mark{color:#fff;background:linear-gradient(135deg,#18a999,#147d72);border-radius:11px;place-items:center;width:34px;height:34px;font-weight:900;display:grid;box-shadow:0 7px 18px #147d722e}.v3-nav{scrollbar-width:none;justify-content:center;align-items:stretch;gap:5px;height:100%;display:flex}.v3-nav::-webkit-scrollbar{display:none}.v3-nav a{color:#667085;align-items:center;gap:7px;padding:0 17px;font-size:14px;font-weight:700;display:flex;position:relative}.v3-nav a span{color:#8a97a8;font-size:19px}.v3-nav a:hover{color:#157f72;background:#f8fbfb}.v3-nav a.active{color:#157f72}.v3-nav a.active:after{content:"";background:#1b9a89;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:15px;right:15px}.v3-account-area{direction:ltr;align-items:center;gap:11px;display:flex}.v3-balance{direction:rtl;background:#fbfcfd;border:1px solid #e3e8ef;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-width:158px;height:56px;padding:6px 12px;display:flex;box-shadow:0 3px 10px #10182808}.v3-balance>span:nth-child(2){flex-direction:column;line-height:1.25;display:flex}.v3-balance small{color:#758397;font-size:var(--ui-small)}.v3-balance strong{color:#157f72;font-size:15px}.v3-balance em{color:#9a6200;font-size:var(--ui-small);background:#fff3dc;border-radius:6px;padding:3px 5px;font-style:normal}.v3-clock{color:#138676;background:#e9f8f5;border-radius:9px;place-items:center;width:29px;height:29px;font-size:18px;display:grid}.v3-profile{color:#fff;cursor:pointer;background:#172a3d;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;font:800 15px inherit;text-decoration:none;display:grid}.v3-page{color:#111827;min-height:100vh;font-family:var(--ui-font-ar);background:#f7f9fc}.v3-projects-shell{width:min(100% - 48px,1320px);margin:auto;padding:64px 0 100px}.v3-page-heading{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:34px;display:flex}.v3-page-heading>div>span{color:#148477;font-size:12px;font-weight:800}.v3-page-heading h1{letter-spacing:-.035em;margin:7px 0 8px;font-size:42px}.v3-page-heading p{color:#667085;margin:0;font-size:15px}.v3-page-heading>a,.v3-empty-projects>a{background:var(--ui-action);color:#fff;border-radius:11px;justify-content:center;align-items:center;min-height:45px;padding:0 17px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 8px 22px #157f7229}.v3-project-list{gap:17px;display:grid}.v3-project-row{background:#fff;border:1px solid #e6eaf0;border-radius:20px;grid-template-columns:270px minmax(0,1fr) auto;align-items:center;gap:28px;min-height:190px;padding:24px;display:grid;box-shadow:0 12px 34px #1018280e}.v3-project-thumb{color:#fff;aspect-ratio:16/10;background:linear-gradient(145deg,#123748,#1a5560);border-radius:15px;height:142px;padding:0;display:block;position:relative;overflow:hidden}.v3-project-thumb-media,.v3-project-thumb>img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.v3-project-thumb-fallback{background:linear-gradient(145deg,#123748 0%,#1a5560 55%,#0f2c38 100%);display:block;position:absolute;inset:0}.v3-project-thumb-fallback:after{content:"";background:#ffffff1f;border-radius:50%;position:absolute;inset:28% 32%}.v3-project-info{min-width:0}.v3-project-status span{color:#137e70;font-size:var(--ui-small);background:#eaf8f5;border-radius:999px;align-items:center;gap:4px;padding:5px 8px;font-weight:800;display:inline-flex}.v3-project-status .status-ready{color:#137e70;background:#eaf8f5}.v3-project-status .status-processing{color:#3b5bcc;background:#eef3ff}.v3-project-status .status-incomplete{color:#9a6700;background:#fff7e8}.v3-project-status .status-failed{color:#c83d55;background:#fff0f2}.v3-project-info h2{text-overflow:ellipsis;white-space:nowrap;margin:12px 0 16px;font-size:21px;overflow:hidden}.v3-project-details{flex-wrap:wrap;gap:9px;display:flex}.v3-project-details span{color:#637286;background:#f5f7fa;border-radius:8px;padding:6px 9px;font-size:11px}.v3-project-actions{align-items:center;gap:9px;display:flex}.v3-project-actions>a{background:var(--ui-action);color:#fff;border-radius:10px;align-items:center;gap:20px;min-height:43px;padding:0 16px;font-size:12px;font-weight:800;display:flex}.v3-project-actions button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e3e8ef;border-radius:10px;width:42px;height:42px}.v3-empty-projects,.v3-projects-loading{text-align:center;background:#fff;border:1px dashed #d8dee8;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:40px;display:flex}.v3-empty-projects>span{color:#158878;background:#eaf8f5;border-radius:21px;place-items:center;width:68px;height:68px;margin-bottom:16px;font-size:29px;display:grid}.v3-empty-projects h2{margin:0 0 9px;font-size:21px}.v3-empty-projects p{color:#728095;margin:0 0 20px;font-size:14px}.v3-projects-loading{color:#667085}@media (max-width:980px){.v3-header-inner{grid-template-columns:auto auto;justify-content:space-between;gap:10px;height:auto;min-height:72px;padding:10px 0}.v3-wordmark{justify-self:start;width:max-content;min-width:0}.v3-account-area{justify-self:end}.v3-nav{grid-area:2/1/auto/-1;justify-content:flex-start;height:45px;overflow-x:auto}.v3-nav a{white-space:nowrap;padding:0 12px}.v3-balance{min-width:132px}.v3-project-row{grid-template-columns:148px minmax(0,1fr) auto}.v3-project-actions{grid-column:auto;justify-content:flex-end}}@media (max-width:620px){.v3-header-inner{width:min(100% - 24px,1440px)}.v3-wordmark b{font-size:14px}.v3-mark{width:30px;height:30px}.v3-balance{min-width:112px;height:48px;padding:5px 8px}.v3-balance strong{font-size:12px}.v3-clock{display:none}.v3-profile{display:grid}.v3-projects-shell{width:min(100% - 24px,1320px);padding:38px 0 70px}.v3-page-heading{flex-direction:column;align-items:flex-start}.v3-page-heading h1{font-size:34px}.v3-project-row{grid-template-columns:1fr;gap:17px;padding:14px}.v3-project-thumb{height:155px}.v3-project-actions{grid-column:auto;justify-content:stretch}.v3-project-actions>a{flex:1;justify-content:space-between}}button,input,select{font:inherit}.shell{max-width:1180px;margin:auto;padding:24px}.nav{justify-content:space-between;align-items:center;padding:8px 0 30px;display:flex}.brand{font-size:22px;font-weight:900}.badge{border:1px solid var(--line);color:#cbd5e1;border-radius:999px;padding:7px 11px;font-size:13px}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:34px;min-height:68vh;display:grid}.hero h1{margin:0 0 18px;font-size:clamp(36px,4.5vw,58px);line-height:1.04}.hero p{color:#cbd5e1;max-width:680px;font-size:19px;line-height:1.8}.btn{cursor:pointer;border:0;border-radius:13px;padding:14px 20px;font-weight:800}.btn.primary{background:var(--brand);color:#052e16}.btn.secondary{color:#e2e8f0;border:1px solid var(--line);background:#17243a}.card{border:1px solid var(--line);background:#0e1a2de6;border-radius:18px;padding:18px;box-shadow:0 20px 60px #00000038}.preview{aspect-ratio:9/16;text-align:center;color:#dbeafe;background:linear-gradient(#263754,#111827);border-radius:20px;justify-content:center;align-items:center;max-height:560px;margin:auto;padding:30px;display:flex}.form{gap:14px;display:grid}.label{color:#cbd5e1;font-size:14px}.input{color:#fff;border:1px solid var(--line);background:#091425;border-radius:12px;outline:none;width:100%;padding:12px 14px}.input:focus{border-color:#34d399}.hint{color:var(--muted);font-size:13px;line-height:1.6}.error{color:#fecdd3;background:#4c0519;border:1px solid #881337;border-radius:10px;padding:10px}.ok{color:#bbf7d0;background:#052e16;border:1px solid #166534;border-radius:10px;padding:10px}.dashboard{direction:ltr;grid-template-columns:220px minmax(0,1fr);gap:16px;min-height:100vh;padding:16px;display:grid}.sidebar{border:1px solid var(--line);direction:rtl;background:#0e1a2dd9;border-radius:18px;min-height:calc(100vh - 32px);padding:18px}.sideItem{color:#cbd5e1;border-radius:11px;margin-bottom:5px;padding:11px 12px}.sideItem.active{color:#fff;background:#15304a}.main{direction:rtl;align-content:start;gap:12px;min-width:0;display:grid}.topline{justify-content:space-between;align-items:center;gap:12px;min-height:56px;display:flex}.metricGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.metric{border:1px solid var(--line);background:#0e1a2dd9;border-radius:15px;min-height:84px;padding:14px 16px}.metric b{margin-top:5px;font-size:27px;display:block}.tabs{gap:8px;margin-bottom:14px;display:flex}.tab{border:1px solid var(--line);color:#cbd5e1;cursor:pointer;background:#0a1628;border-radius:999px;padding:9px 13px}.tab.active{color:#fff;background:#15304a;border-color:#315277}.drop{background:#091425;border:1px dashed #3b526e;border-radius:16px;padding:18px}.job{border:1px solid var(--line);background:#091425;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-top:12px;padding:14px;display:flex}.job code{color:#a7f3d0;font-size:12px}.status{color:#bfdbfe;background:#172554;border-radius:999px;padding:6px 9px;font-size:12px}.small{color:var(--muted);font-size:12px}@media (max-width:1000px){.dashboard{grid-template-columns:190px minmax(0,1fr);gap:12px;padding:12px}.sidebar{min-height:calc(100vh - 24px);padding:14px}.metric b{font-size:24px}}@media (max-width:800px){.hero{grid-template-columns:1fr}.dashboard{min-height:100vh;padding:10px;display:block}.sidebar{min-height:auto;margin-bottom:10px;padding:12px}.brand{margin-bottom:10px!important}.sideItem{margin-bottom:4px;margin-left:4px;padding:8px 10px;font-size:13px;display:inline-block}.main{gap:10px}.topline{flex-direction:row;align-items:flex-start}.topline h1{font-size:24px!important}.metricGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.metric{min-height:70px!important;padding:10px!important}.metric b{font-size:18px!important}.metric .small{font-size:10px}.card{border-radius:15px;padding:14px}}@media (max-width:520px){.metricGrid{grid-template-columns:1fr 1fr 1fr}.metric{padding:8px!important}.metric b{font-size:16px!important}.badge{padding:6px 8px;font-size:11px}}.v3-wordmark{direction:ltr;height:48px}.v3-logo-frame{background:#07182b;border-radius:12px;align-items:center;max-width:238px;height:38px;padding:7px 12px;display:flex;overflow:hidden}.v3-logo-frame img{object-fit:contain;width:210px;height:auto;max-height:30px;display:block}.nav-icon{color:#758397;flex:0 0 18px;width:18px;height:18px;display:inline-block;position:relative}.icon-home:before{content:"";border:2px solid;border-top:0;border-radius:2px;position:absolute;inset:5px 3px 2px}.icon-home:after{content:"";border-top:2px solid;border-left:2px solid;width:9px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.icon-plus{border:1.7px solid;border-radius:50%}.icon-plus:before,.icon-plus:after{content:"";background:currentColor;height:1.5px;position:absolute;inset:8px 4px}.icon-plus:after{transform:rotate(90deg)}.icon-folder:before{content:"";border:1.8px solid;border-radius:3px;position:absolute;inset:5px 1px 2px}.icon-folder:after{content:"";border:1.8px solid;border-bottom:0;border-radius:3px 3px 0 0;width:7px;height:4px;position:absolute;top:2px;right:2px}.icon-plans:before{content:"";border:1.8px solid;border-radius:2px;position:absolute;inset:2px 3px;transform:rotate(45deg)}.icon-article:before{content:"";border:1.8px solid;border-radius:2px;position:absolute;inset:1px 3px}.icon-article:after{content:"";background:currentColor;height:1.5px;position:absolute;top:6px;left:6px;right:6px;box-shadow:0 4px,0 8px}.v3-hold-cancel{color:#9f1239;cursor:pointer;white-space:nowrap;background:#fff4f3;border:0;border-radius:999px;margin-inline-start:8px;padding:6px 10px;font:800 12px inherit}.v3-profile span{border:1.8px solid #fff;border-radius:50%;width:17px;height:17px;position:relative}.v3-profile span:before{content:"";border:1.5px solid #fff;border-radius:50%;width:5px;height:5px;position:absolute;top:3px;left:4px}.v3-profile span:after{content:"";border:1.5px solid #fff;border-radius:6px 6px 3px 3px;width:9px;height:4px;position:absolute;bottom:2px;left:2px}.v3-footer{color:#d6e1eb;background:#071426;border-top:1px solid #ffffff14}.v3-footer-inner{grid-template-columns:1.5fr repeat(3,1fr);gap:42px;width:min(100% - 48px,1240px);margin:auto;padding:50px 0 38px;display:grid}.v3-footer-inner>div{flex-direction:column;gap:10px;display:flex}.v3-footer strong{color:#fff;margin-bottom:5px;font-size:13px}.v3-footer a{color:#9fb0c1;font-size:12px}.v3-footer a:hover{color:#48d9ba}.v3-footer-brand{display:block!important}.v3-footer-brand .v3-logo-frame{background:#0a1c31;margin-bottom:15px}.v3-footer-brand p{color:#8fa3b6;max-width:320px;margin:0;font-size:13px;line-height:1.8}.v3-footer-bottom{color:#71869a;border-top:1px solid #ffffff14;justify-content:space-between;gap:20px;width:min(100% - 48px,1240px);margin:auto;padding:17px 0 22px;font-size:11px;display:flex}.v3-footer-bottom a{color:#7fdac7}.v3-content .home>.footer,.v3-content>main .topbar{display:none!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .page{background:var(--v2-bg)!important;height:auto!important;min-height:calc(100vh - 78px)!important;color:var(--v2-text)!important;overflow:visible!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .container,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .content{max-width:1120px!important;height:auto!important;margin:0 auto!important;padding:36px 24px 48px!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .hero{text-align:right!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .eyebrow{color:#75e6c1!important;font-size:12px!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) h1{color:var(--v2-text)!important;font-size:var(--ui-h1)!important;letter-spacing:-.035em!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) h2{color:var(--v2-text)!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .intro,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .subtitle{color:#b8c3d3!important;font-size:15px!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .card,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .article-card,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .info-card,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .form-card,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .login-card,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .faq-item{color:var(--v2-text)!important;background:var(--v2-panel)!important;border:1px solid #455065!important;border-radius:18px!important;box-shadow:0 12px 34px #1018280e!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) p,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) li,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .answer{color:#b8c3d3!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) input,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) textarea,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) select{color:var(--v2-text)!important;background:var(--v2-panel)!important;border-color:#455065!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) label{color:#d5dce6!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .primary,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .submit,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .login-button{background:var(--ui-action)!important;color:#fff!important;border-color:#75e6c1!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .secondary,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .google-button{background:var(--v2-panel)!important;color:#d5dce6!important;border-color:#455065!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) section{border-color:#455065!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .category,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .highlight,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .read-more{color:#75e6c1!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .seo-note,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .statement{background:var(--v2-panel)!important;color:#b8e9d9!important;border-color:#dce9e6!important}.v3-content .dashboard{color:#172234;background:#f7f9fc;min-height:calc(100vh - 78px);padding:24px}.v3-content .dashboard .sidebar,.v3-content .dashboard .metric,.v3-content .dashboard .card{color:#253347;background:#fff;border:1px solid #e3e8ef;box-shadow:0 10px 28px #1018280b}.v3-content .dashboard .sidebar{min-height:calc(100vh - 126px)}.v3-content .dashboard .sideItem{color:#667085}.v3-content .dashboard .sideItem.active{color:#147d70;background:#eaf7f4}.v3-content .dashboard .small{color:#718096}.v3-content .dashboard .badge{color:#147d70;background:#eef8f6;border-color:#cde7e2}.v3-not-found{background:var(--v2-bg);text-align:center;place-items:center;min-height:65vh;padding:60px 20px;display:grid}.v3-not-found>div{max-width:520px}.v3-not-found span{color:#75e6c1;letter-spacing:.18em;font-size:12px;font-weight:900}.v3-not-found h1{color:var(--v2-text);margin:10px 0;font-size:44px}.v3-not-found p{color:#b8c3d3;margin:0 0 22px}.v3-not-found a{background:var(--ui-action);color:#fff;border-radius:11px;padding:12px 18px;font-weight:800;display:inline-flex}@media (max-width:980px){.v3-header-inner{grid-template-columns:auto auto;justify-content:space-between}.v3-wordmark{justify-self:start;width:max-content;min-width:0}.v3-logo-frame{max-width:210px}.v3-logo-frame img{width:185px}.v3-footer-inner{grid-template-columns:1.4fr 1fr 1fr}.v3-footer-inner>div:last-child{grid-column:2/-1}.v3-content .dashboard{padding:14px}}@media (max-width:620px){.v3-logo-frame{max-width:175px;height:36px;padding:6px 9px}.v3-logo-frame img{width:155px}.v3-account-area{gap:6px}.v3-balance{min-width:104px}.v3-nav{justify-content:space-between;width:100%}.v3-nav a{flex:1;justify-content:center;padding:0 7px;font-size:11px}.v3-nav a:nth-child(5){display:none}.nav-icon{flex-basis:15px;width:15px;height:15px}.v3-footer-inner{grid-template-columns:1fr 1fr;gap:28px;width:min(100% - 28px,1240px);padding:38px 0}.v3-footer-brand{grid-column:1/-1}.v3-footer-inner>div:last-child{grid-column:auto}.v3-footer-bottom{flex-direction:column;width:min(100% - 28px,1240px)}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .container,.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .content{padding:42px 16px 60px!important}.v3-content>main:not(.home):not(.v3-page):not(.v3-pricing) .login-card{padding:24px 19px!important}.v3-content .dashboard{padding:10px}.v3-content .dashboard .sidebar{min-height:auto}.v3-not-found h1{font-size:34px}}.v3-account-menu{position:relative}.v3-account-trigger{color:#344054;cursor:pointer;background:#fff;border:1px solid #e1e7ed;border-radius:13px;align-items:center;gap:8px;min-width:44px;max-width:220px;height:44px;padding:3px 7px 3px 11px;font:700 12px inherit;display:flex}.v3-account-menu.is-authenticated .v3-account-trigger{background:linear-gradient(#fff,#f7fcf9);border-color:#c7e7df}.v3-account-label{text-overflow:ellipsis;white-space:nowrap;max-width:92px;overflow:hidden}.v3-account-status{color:#157f72;white-space:nowrap;background:#e8f6f1;border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:800}.v3-account-trigger b{color:#98a2b3;font-size:14px;transition:transform .16s}.v3-account-menu.is-open .v3-account-trigger b{transform:rotate(180deg)}.v3-account-trigger:focus-visible{outline-offset:2px;outline:3px solid #157f7233}.v3-profile{color:#fff;background:#172a3d;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:12px;display:grid;overflow:hidden}.v3-profile img{object-fit:cover;width:100%;height:100%;display:block}.v3-profile svg{color:#fff;display:block}.v3-profile i{box-sizing:border-box;border:1.7px solid #fff;border-radius:50%;width:15px;height:15px;display:block}.v3-account-dropdown{z-index:100;background:#fff;border:1px solid #e1e7ed;border-radius:14px;width:230px;padding:7px;animation:.16s v3AccountDrop;position:absolute;top:calc(100% + 9px);left:0;box-shadow:0 18px 45px #10182824}.v3-account-meta{border-bottom:1px solid #edf0f4;padding:9px 10px 11px}.v3-account-meta strong{color:#152238;margin-bottom:4px;font-size:13px;display:block}.v3-account-email{text-overflow:ellipsis;text-align:left;color:#667085;direction:ltr;padding:0 0 8px;font-size:11px;overflow:hidden}.v3-account-badge{color:#157f72;background:#e8f6f1;border-radius:999px;align-items:center;padding:3px 8px;font-size:10px;font-weight:800;display:inline-flex}.v3-auth-success-banner{z-index:120;color:#0f5132;background:#f3fbf7;border:1px solid #bfe8d8;border-radius:14px;align-items:center;gap:8px;padding:11px 16px;font:800 13px inherit;animation:.18s v3AuthSuccessIn;display:flex;position:fixed;top:86px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #1018281f}.v3-auth-success-icon{background:var(--ui-action);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:13px;line-height:1;display:grid}@keyframes v3AuthSuccessIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.v3-account-dropdown a,.v3-account-dropdown button{color:#344054;text-align:right;cursor:pointer;background:0 0;border:0;border-radius:9px;width:100%;padding:10px;font:700 12px inherit;display:flex}.v3-account-dropdown a:hover,.v3-account-dropdown button:hover,.v3-account-dropdown a:focus-visible,.v3-account-dropdown button:focus-visible{color:#137b6f;background:#eef8f6;outline:0}@keyframes v3AccountDrop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.v3-dashboard{color:#152238;background:#f7f9fc;min-height:calc(100vh - 78px)}.v3-dashboard-shell{width:min(100% - 48px,1240px);margin:auto;padding:52px 0 90px}.v3-dashboard-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;display:flex}.v3-dashboard-heading>div>span{color:#157f72;font-size:12px;font-weight:900}.v3-dashboard-heading h1{letter-spacing:-.04em;margin:6px 0 7px;font-size:clamp(34px,4vw,46px)}.v3-dashboard-heading p{color:#667085;margin:0;font-size:14px}.v3-dashboard-heading>a,.v3-dashboard-heading-actions>a,.v3-dashboard-heading-actions>button{background:var(--ui-action);color:#fff;cursor:pointer;border:0;border-radius:11px;align-items:center;min-height:45px;padding:0 17px;font-size:13px;font-weight:800;display:inline-flex}.v3-dashboard-heading-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.v3-dashboard-heading-actions>button{color:#157f72;background:#eef8f6}.v3-dashboard-metrics{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.v3-billing-portal{text-align:left;margin:0 0 18px}.v3-billing-portal a,.v3-billing-portal button{color:#157f72;cursor:pointer;background:#eef8f6;border:0;border-radius:11px;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex}.v3-billing-portal button:disabled{opacity:.7;cursor:wait}.v3-billing-portal small{color:#b42318;margin-top:8px;font-size:12px;font-weight:700;display:block}.v3-dashboard-metrics article{background:#fff;border:1px solid #e4e8ee;border-radius:17px;min-height:135px;padding:20px;box-shadow:0 8px 24px #1018280a}.v3-dashboard-metrics span,.v3-dashboard-metrics small{color:#718096;font-size:11px;display:block}.v3-dashboard-metrics small.is-expiry{color:#b42318;font-weight:800}.v3-dashboard-metrics strong{color:#16243a;margin:13px 0 8px;font-size:clamp(18px,2.1vw,26px);line-height:1.35;display:block}.v3-dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(270px,.7fr);gap:18px;display:grid}.v3-recent,.v3-profile-panel{background:#fff;border:1px solid #e4e8ee;border-radius:18px;padding:22px;box-shadow:0 8px 24px #1018280a}.v3-section-title{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px;display:flex}.v3-section-title h2,.v3-profile-panel h2{margin:0 0 5px;font-size:19px}.v3-section-title p,.v3-profile-panel p{color:#718096;margin:0;font-size:12px}.v3-section-title a{color:#157f72;font-size:12px;font-weight:800}.v3-recent-row{color:#253347;border-top:1px solid #edf0f4;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;display:grid}.v3-mini-thumb{background:linear-gradient(145deg,#123748,#1a5560);border-radius:9px;width:44px;height:38px;display:block;position:relative;overflow:hidden}.v3-mini-thumb .v3-project-thumb-media,.v3-mini-thumb img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.v3-mini-thumb .v3-project-thumb-fallback{background:linear-gradient(145deg,#123748,#1a5560);position:absolute;inset:0}.v3-recent-row strong,.v3-recent-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.v3-recent-row strong{font-size:13px}.v3-recent-row small{color:#7b8798;margin-top:5px;font-size:10px}.v3-recent-row>b{color:#157f72;font-size:11px}.v3-recent-empty{color:#718096;place-items:center;min-height:150px;font-size:13px;display:grid}.v3-profile-panel{text-align:center}.v3-profile-large{color:#fff;background:#102a3d;border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 13px;font-weight:900;display:grid}.v3-profile-panel dl{text-align:right;margin:20px 0}.v3-profile-panel dl div{border-top:1px solid #edf0f4;justify-content:space-between;padding:10px 0;display:flex}.v3-profile-panel dt{color:#718096;font-size:11px}.v3-profile-panel dd{margin:0;font-size:12px;font-weight:800}.v3-profile-panel>a{color:#157f72;background:#eef8f6;border-radius:10px;justify-content:center;padding:11px;font-size:12px;font-weight:800;display:flex}.v3-dashboard-error{color:#b42318;text-align:center;background:#fff;border-radius:16px;padding:30px}.v3-dashboard-error button{margin:15px auto 0;display:block}.home .center{width:min(100% - 40px,1180px)!important}.home .hero-stage{grid-template-columns:minmax(0,1.05fr) minmax(330px,.75fr)!important;gap:clamp(28px,4vw,58px)!important;min-height:auto!important;padding:clamp(46px,6vw,76px) 0 48px!important}.home .hero-copy h1{overflow-wrap:anywhere;max-width:680px!important;font-size:var(--ui-h1)!important}.home .hero-copy .subtitle{margin-top:18px!important;line-height:1.75!important}.home .hero-cta{margin-top:23px!important}.home .hero-visual{min-width:0!important;min-height:340px!important}.home .flow-card{min-width:0!important}.home .workspace{max-width:1080px;margin-inline:auto!important}.home .workspace-head{padding:24px 26px 20px!important}.home .workspace-label{margin:20px 26px 9px!important}.home .url-field{flex:1;min-width:0;position:relative}.home .url-field .url-input{width:100%;padding:0 58px 0 12px!important}.home .source-icon{inset-inline-start:15px;z-index:2;color:#526173;background:#eef3f7;border-radius:8px;place-items:center;width:25px;height:25px;font-size:12px;font-weight:900;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.home .source-youtube .source-icon{color:#e23434;background:#fff0f0}.home .source-x .source-icon{color:#111;background:#eef0f3}.home .source-facebook .source-icon{color:#1877f2;background:#edf4ff}.home .source-warning{color:#a34f1b;margin:8px 30px 0;font-size:11px}.home .control-step{color:#157f72;background:#e9f6f3;border-radius:7px;place-items:center;width:23px;height:23px;margin-inline-end:6px;font-size:9px;display:inline-grid}.home .result-card{color:#243246!important;background:#fff!important;border:1px solid #e2e8ef!important;border-radius:14px!important;box-shadow:0 8px 24px #1018280a!important}.home .result-actions button{color:#75e6c1!important;background:#f7fafb!important;border-color:#dce5eb!important}.v3-projects-shell{width:min(100% - 48px,980px);padding-top:48px}.v3-project-list{grid-template-columns:1fr;gap:16px}.v3-project-row{border-radius:18px;grid-template-columns:148px minmax(0,1fr) auto;gap:18px;min-height:0;padding:18px 20px}.v3-project-thumb{border-radius:14px;height:112px;position:relative;overflow:hidden}.v3-project-thumb img{object-fit:cover;width:100%;height:100%;display:block}.v3-project-thumb span,.v3-project-thumb small{color:#fff;background:#071426b8;border-radius:8px;padding:3px 7px;font-size:10px;position:absolute}.v3-project-thumb span{top:8px;right:8px}.v3-project-thumb small{bottom:8px;right:8px}.v3-project-info h2{margin:8px 0 10px;font-size:18px}.v3-project-actions{border-top:0;grid-column:auto;justify-content:flex-end;gap:8px;padding-top:0}.v3-project-actions>a{min-height:40px}.v3-project-delete,.v3-project-actions button.v3-project-delete{color:#9f1239;background:#fff;border:1px solid #f0d5d9;border-radius:10px;width:auto;min-width:72px;height:40px;padding:0 14px;font-size:12px;font-weight:800}@media (max-width:1024px){.v3-header-inner{gap:12px;width:min(100% - 24px,1440px)}.v3-nav a{padding-inline:10px}.v3-account-trigger>span:nth-child(2),.v3-account-trigger>b{display:none}.v3-profile{display:grid}.home .hero-stage{grid-template-columns:minmax(0,1fr) 340px!important}.home .hero-copy h1{font-size:clamp(36px,4.7vw,50px)!important}.v3-project-list{grid-template-columns:1fr}.v3-dashboard-shell{width:min(100% - 32px,1240px)}.v3-dashboard-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home .center{width:min(100% - 28px,1180px)!important}.home .hero-stage{grid-template-columns:1fr!important;gap:26px!important;padding:38px 0!important}.home .hero-copy{text-align:center!important}.home .hero-copy h1,.home .hero-copy .subtitle{text-align:center!important;margin-inline:auto!important}.home .hero-visual{width:min(100%,520px);margin:auto;min-height:280px!important}.home .workspace-head{padding:20px!important}.home .workspace-label{margin:18px 20px 8px!important}.home .source-warning{margin-inline:20px}.v3-dashboard-metrics{grid-template-columns:1fr 1fr}.v3-dashboard-grid{grid-template-columns:1fr}.v3-dashboard-heading{flex-direction:column;align-items:flex-start}.v3-projects-shell{width:min(100% - 28px,980px)}.v3-project-row{grid-template-columns:1fr}.v3-project-actions{border-top:1px solid #edf0f4;justify-content:stretch;width:100%;padding-top:12px}.v3-project-actions>a{flex:1;justify-content:center}}@media (max-width:480px){.v3-header-inner{width:100%;padding:8px 10px}.v3-logo-frame{max-width:128px;padding-inline:7px}.v3-logo-frame img{width:116px}.v3-account-area{gap:4px}.v3-balance{width:76px;min-width:76px;height:42px;padding:4px 6px}.v3-balance small{display:none}.v3-balance strong{white-space:nowrap;font-size:10px}.v3-balance em{display:none}.v3-account-trigger{width:auto;height:36px;padding:3px}.v3-account-trigger>span:nth-child(2),.v3-account-trigger>b{display:none}.v3-profile{width:30px;height:30px;display:grid}.v3-nav a{font-size:10px}.home .hero-stage{padding:30px 0!important}.home .hero-copy h1{font-size:clamp(31px,9.2vw,38px)!important;line-height:1.2!important}.home .hero-copy .subtitle{font-size:14px!important}.home .hero-proof{gap:8px!important;font-size:10px!important}.home .hero-visual{grid-template-columns:1fr!important;min-height:0!important}.home .flow-card{min-height:180px!important}.home .workspace-head h2{font-size:22px!important}.home .source-row{grid-template-columns:1fr!important;display:grid!important}.v3-dashboard-shell{width:min(100% - 24px,1240px);padding:34px 0 60px}.v3-dashboard-metrics{grid-template-columns:1fr}.v3-dashboard-metrics article{min-height:112px}.v3-recent-row{grid-template-columns:40px minmax(0,1fr)}.v3-recent-row>b{display:none}.v3-project-row{grid-template-columns:1fr}.v3-project-thumb{height:94px}.v3-project-actions{border-top:1px solid #edf0f4;justify-content:stretch;width:100%;padding-top:12px}.v3-project-actions>a{flex:1;justify-content:center}.v3-page-heading{margin-bottom:24px}.v3-page-heading>a{width:100%}}.v3-content .v3-articles-page .container{max-width:1080px!important;padding-top:38px!important}.v3-content .v3-articles-page .hero{max-width:720px!important;margin:0 0 26px auto!important}.v3-content .v3-articles-page .hero h1{font-size:clamp(32px,4vw,46px)!important;line-height:1.25!important}.v3-content .v3-articles-page .articles-grid{gap:13px!important}.v3-content .v3-articles-page .article-card{min-height:210px!important;padding:20px!important}.v3-content .v3-auth-page .content{padding-top:42px!important}.v3-content .v3-auth-page .login-card{max-width:430px!important;padding:28px!important}.v3-content .v3-auth-page h1{font-size:clamp(32px,4vw,44px)!important}.v3-content .v3-auth-page input[type=checkbox]{accent-color:#157f72;flex:0 0 17px;width:17px!important;height:17px!important;min-height:0!important;padding:0!important}.v3-content .v3-auth-page label:has(input[type=checkbox]){line-height:1.7;align-items:flex-start!important}.home .clip-poster,.home .clip-poster-empty{background:linear-gradient(135deg,#102b40,#176b69)!important}.home .review-decision{color:#344054;background:#f7fafb;border:1px solid #dce5eb}.home .review-decision.is-approved{color:#137e70!important;background:#e8f6f3!important;border-color:#75e6c1!important}.home .review-decision.is-rejected{color:#c83d55!important;background:#fff0f2!important;border-color:#c83d55!important}.home .result-actions .heart-rate.is-like[aria-pressed=true]{color:#75e6c1!important;background:#e8f6f3!important;border-color:#75e6c1!important}.home .result-actions .heart-rate.is-dislike[aria-pressed=true]{color:#c83d55!important;background:#fff0f2!important;border-color:#c83d55!important}
:root{--ui-action:#08705f;--ui-layer-navigation:90;--ui-layer-rail:55;--ui-layer-support:40;--ui-layer-dialog:200;--ui-font-ar:Tahoma, Arial, sans-serif;--ui-font-latin:Inter, "Segoe UI", Arial, sans-serif;--ui-space-1:4px;--ui-space-2:8px;--ui-space-3:12px;--ui-space-4:16px;--ui-space-5:22px;--ui-space-6:28px;--ui-space-7:40px;--ui-control-sm:44px;--ui-control:44px;--ui-control-primary:44px;--ui-radius-control:9px;--ui-radius-card:12px;--ui-radius-shell:14px;--ui-transition:.15s ease;--ui-brand:#118b78;--ui-brand-strong:#08705f;--ui-brand-soft:#e7f7f2;--ui-text:#f7f7fb;--ui-muted:#a9b4c7;--ui-line:#455065;--ui-surface:#0d1426;--ui-surface-soft:#11192d;--ui-danger:#c9364f;--ui-shadow:0 7px 22px #1018280f;--ui-shadow-hover:0 10px 28px #10182817;--ui-h1:clamp(30px, 2.8vw, 44px);--ui-h2:clamp(21px, 1.8vw, 28px);--ui-body:16px;--ui-small:12px}html,body,button,input,select,textarea{font-family:var(--ui-font-ar)}:lang(en),[dir=ltr]{font-family:var(--ui-font-latin)}button,a,input,select,textarea{transition:border-color var(--ui-transition), background-color var(--ui-transition), box-shadow var(--ui-transition), transform var(--ui-transition), opacity var(--ui-transition)}button:not(:disabled),a[href]{cursor:pointer}button:not(:disabled):active,a[href]:active{transform:translateY(1px)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid color-mix(in srgb, var(--ui-brand) 62%, white);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.home{font-family:var(--ui-font-ar);color:var(--ui-text)!important;background:#f6f8fb!important}.home.studio-page{font-family:var(--ui-font-ar);color:inherit!important;background:0 0!important}.home .mainarea{align-items:flex-start;width:min(100% - 32px,1240px);margin:auto;padding:24px 0 52px}.home .center{max-width:none}.home .hero-stage{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:center;gap:36px;min-height:0;padding:34px 0 30px;display:grid;position:relative}.home .hero-stage:before{display:none}.home .hero-copy{text-align:right}.home .hero-copy .eyebrow{background:var(--ui-brand-soft);color:var(--ui-brand);font-size:var(--ui-small);border:1px solid #cfe8e3;border-radius:999px;align-items:center;gap:7px;margin:0 0 12px;padding:5px 9px;font-weight:800;display:inline-flex}.home .hero-copy .eyebrow:before{content:"";width:6px;height:6px;box-shadow:none;background:#35d3a9;border-radius:50%}.home .hero-copy h1,.home h1{max-width:700px;font-size:var(--ui-h1);letter-spacing:-.035em;text-align:right;color:var(--ui-text);margin:0;line-height:1.18}.home .hero-copy h1 span{color:var(--ui-brand);text-shadow:none}.home .hero-copy .subtitle,.home .subtitle{max-width:680px;color:var(--ui-muted);text-align:right;margin:12px 0 0;font-size:15px;line-height:1.7}.home .hero-cta{background:var(--ui-brand);color:#fff;min-height:44px;box-shadow:none;border-radius:11px;justify-content:center;align-items:center;margin-top:18px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex}.home .hero-cta:hover{background:var(--ui-brand-strong);transform:translateY(-1px)}.home .hero-proof{color:#718096;font-size:var(--ui-small);gap:14px;margin-top:13px;display:flex}.home .hero-proof span{align-items:center;gap:5px;display:inline-flex}.home .hero-proof span:before{content:"✓";width:15px;height:15px;color:var(--ui-brand);font-size:var(--ui-small);border:1px solid #cce8e2;border-radius:50%;place-items:center;display:grid}.home .hero-visual{direction:ltr;grid-template-columns:1fr 1fr;align-items:center;gap:10px;min-height:250px;display:grid}.home .hero-visual:before{display:none}.home .flow-card{border:1px solid var(--ui-line);min-height:218px;box-shadow:var(--ui-shadow);color:var(--ui-text);background:#fff;border-radius:15px;justify-content:center;padding:17px}.home .flow-card.primary-flow{background:#f7fcfb;border-color:#bfe3dc;transform:translateY(-10px)}.home .flow-card:after{display:none}.home .flow-number{color:#a5b2c2;font-size:var(--ui-small);top:12px;left:13px}.home .flow-card small{color:#7a899d;font-size:var(--ui-small);margin-bottom:8px}.home .flow-card strong{color:var(--ui-text);font-size:15px}.home .flow-card i{height:30px;color:var(--ui-brand);font-size:17px}.home .flow-card b{color:#173148;min-height:44px;font-size:17px;line-height:1.45}.home .flow-card div{gap:5px;margin-top:12px}.home .flow-card div span{color:#4b786f;font-size:var(--ui-small);background:#f2faf8;border:1px solid #d6e9e5;border-radius:999px;padding:4px 6px}.home .workspace{border:1px solid var(--ui-line);color:var(--ui-text);background:#fff;border-radius:16px;padding:0;box-shadow:0 8px 28px #1018280e}.home .workspace-head{border-bottom:1px solid var(--ui-line);background:#fff;padding:18px 20px 15px}.home .section-kicker{color:var(--ui-brand)}.home .workspace-head h2{color:var(--ui-text);font-size:22px}.home .workspace-head p{color:var(--ui-muted)}.home .workspace-status{color:#47746c;background:#f5fbfa;border-color:#d4ebe6;padding:6px 9px}.home .workspace-label{color:#536276;margin:16px 20px 8px}.home .source-row,.home .operations-row,.home .controls{margin-inline:20px}.home .source-row{grid-template-columns:minmax(0,1fr) minmax(190px,250px);gap:8px}.home .url-input{border:1px solid var(--ui-line);height:44px;color:var(--ui-text);background:#fff;border-radius:10px;padding:0 13px}.home .url-input::placeholder{color:#9aa7b7}.home .url-input:focus{border-color:#38bca0;box-shadow:0 0 0 3px #118b781a}.home .upload{border:1px solid var(--ui-line);color:#334155;background:#f7f9fb;border-radius:10px;height:44px}.home .upload:hover{background:#f2faf8;border-color:#b9dcd5;transform:none}.home .selected-file-name{font-size:var(--ui-small);color:#718096}.home .operations-row{gap:8px;margin-top:8px}.home .modes,.home .controls,.home .work-mode-options{gap:8px}.home .mode{border:1px solid var(--ui-line);color:#3d4b60;background:#f8fafc;border-radius:10px;min-height:44px;padding:8px 11px;font-size:13px}.home .mode.active{background:var(--ui-brand-soft);color:var(--ui-brand-strong);border-color:#a8dbd1}.home .mode-button{border-radius:10px;min-height:52px;padding:8px 36px 8px 11px}.home .mode-check{width:18px;height:18px;right:10px}.home .control{border-color:var(--ui-line);background:#f8fafc;gap:5px;min-height:auto;padding:8px 10px}.home .control select{border-radius:9px;height:36px}.home .projects-trigger-row{margin:14px 20px 18px;padding-top:14px}.home .projects-trigger-row button,.home .download-all{border-radius:9px;min-height:38px;padding:0 12px}.home .projects-panel,.home .results-panel{border-radius:12px;margin-top:10px;padding:12px}.home .result-card{border-radius:10px;gap:8px;padding:10px}.home .result-actions{gap:6px}.home .result-actions button{border-radius:8px;min-height:34px;padding:0 10px}.home .job-stage-card{box-shadow:none;border-radius:12px;gap:8px;margin-top:10px;padding:10px}.home .job-progress{border-radius:10px;gap:3px;min-height:46px;padding:8px 11px}.home .job-cancel-cta,.home .job-retry-other-mode{border-radius:9px;min-height:38px;padding:0 12px}.home .job-results-cta{border-radius:9px;min-height:42px;padding:0 14px}.home .review-decision{border-radius:9px;min-height:36px;padding:0 11px}.home .clip-poster,.home .clip-poster-empty,.home .review-player,.home .review-player-start{border-radius:10px}.home .studio-empty{border:1px solid var(--ui-line);width:min(100%,560px);min-height:0;box-shadow:var(--ui-shadow);text-align:center;background:#fff;border-radius:16px;margin:42px auto;padding:28px}.home .studio-empty h1{text-align:center;font-size:26px}.home .studio-empty p{color:var(--ui-muted);margin:8px 0 16px;font-size:14px}.home .studio-empty .cta{background:var(--ui-brand);color:#fff;border-radius:10px;width:auto;min-width:150px;height:42px;margin:0;padding:0 16px}@media (max-width:900px){.home .hero-stage{grid-template-columns:1fr;gap:20px;padding:28px 0 22px}.home .hero-visual{max-width:620px;min-height:0}.home .flow-card{min-height:190px}.home .flow-card.primary-flow{transform:none}}@media (max-width:760px){.home .mainarea{width:min(100% - 24px,1240px);padding:16px 0 38px}.home .hero-stage{padding:20px 0}.home .hero-copy h1,.home h1{font-size:clamp(28px,8vw,38px)}.home .hero-copy .subtitle,.home .subtitle{font-size:14px}.home .hero-proof{flex-wrap:wrap}.home .hero-visual{grid-template-columns:1fr 1fr;gap:8px}.home .flow-card{min-height:170px;padding:13px}.home .flow-card b{font-size:15px}.home .workspace{border-radius:14px}.home .workspace-head{padding:15px}.home .workspace-label,.home .source-row,.home .operations-row,.home .controls,.home .projects-trigger-row{margin-inline:14px}.home .source-row,.home .operations-row,.home .work-mode-options,.home .modes,.home .controls{grid-template-columns:1fr}.home .mode-button{min-height:50px}.home .job-stage-card{padding:9px}}
.v3-page,.v3-pricing,.v3-dashboard-shell,.studio-page{font-family:var(--ui-font-ar)}.v3-projects-shell{width:min(100% - 32px,1180px);padding:28px 0 56px}.v3-page-heading{align-items:center;gap:18px;margin-bottom:16px}.v3-page-heading h1{margin:3px 0 4px;font-size:30px;line-height:1.15}.v3-page-heading p{font-size:13px;line-height:1.5}.v3-page-heading>a,.v3-empty-projects>a{min-height:40px;box-shadow:none;border-radius:10px;padding:0 14px;font-size:12px}.v3-project-list{gap:8px}.v3-project-row{border-radius:13px;grid-template-columns:78px minmax(0,1fr) auto;gap:12px;min-height:70px;padding:9px 11px;box-shadow:0 3px 12px #10182808}.v3-project-thumb{aspect-ratio:16/10;background:#123748;border-radius:9px;height:52px;padding:0}.v3-project-thumb-media,.v3-project-thumb>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.v3-project-thumb-fallback{background:linear-gradient(145deg,#123748,#1a5560);position:absolute;inset:0}.v3-project-info h2{margin:5px 0 6px;font-size:14px}.v3-project-status span{padding:3px 7px;font-size:12px}.v3-project-details{gap:5px}.v3-project-details span{padding:3px 6px;font-size:12px}.v3-project-actions{gap:6px}.v3-project-actions>a{gap:6px;min-height:34px;padding:0 11px;font-size:12px}.v3-project-actions button{width:auto;min-width:34px;height:34px;padding:0 8px;font-size:12px}.v3-empty-projects,.v3-projects-loading{border-radius:15px;min-height:190px;padding:24px}.v3-empty-projects>span{border-radius:11px;width:42px;height:42px;margin-bottom:9px;font-size:19px}.v3-empty-projects h2{font-size:17px}.v3-empty-projects p{margin-bottom:12px;font-size:12px}.v3-dashboard-shell{width:min(100% - 32px,1180px);margin:auto;padding:28px 0 56px}.v3-dashboard-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:15px;display:flex}.v3-dashboard-heading>div>span{font-size:12px}.v3-dashboard-heading h1{margin:3px 0;font-size:30px;line-height:1.15}.v3-dashboard-heading p{margin:0;font-size:12px}.v3-dashboard-heading-actions{gap:7px;display:flex}.v3-dashboard-heading-actions a,.v3-dashboard-heading-actions button{border-radius:10px;min-height:38px;padding:0 12px;font-size:12px}.v3-dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.v3-dashboard-metrics article{min-height:92px;box-shadow:none;border-radius:13px;padding:12px}.v3-dashboard-metrics article>span{font-size:12px}.v3-dashboard-metrics strong{margin:6px 0 3px;font-size:19px;line-height:1.1;display:block}.v3-dashboard-metrics small{font-size:12px;line-height:1.4}.v3-dashboard-grid{grid-template-columns:minmax(0,7fr) minmax(240px,3fr);gap:10px;display:grid}.v3-recent,.v3-profile-panel{box-shadow:none;border-radius:13px;padding:14px}.v3-section-title{margin-bottom:8px}.v3-section-title h2,.v3-profile-panel h2{font-size:17px}.v3-section-title p,.v3-profile-panel p{font-size:12px}.v3-recent-row{grid-template-columns:36px minmax(0,1fr) auto;gap:9px;min-height:54px;padding:7px 0}.v3-mini-thumb{background:linear-gradient(145deg,#123748,#1a5560);border-radius:8px;flex:none;width:36px;height:36px;display:block;position:relative;overflow:hidden}.v3-mini-thumb .v3-project-thumb-media,.v3-mini-thumb img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.v3-mini-thumb .v3-project-thumb-fallback{background:linear-gradient(145deg,#123748,#1a5560);position:absolute;inset:0}.v3-recent-row strong,.v3-recent-row small{font-size:12px}.v3-recent-row b{white-space:nowrap;font-size:12px}.v3-pricing .content{max-width:1080px;padding:30px 20px 52px}.v3-pricing h1{font-size:32px;line-height:1.15}.v3-pricing .subtitle{max-width:780px;margin:8px auto 16px;font-size:13px;line-height:1.55}.v3-pricing .billing-toggle{box-shadow:none;margin-bottom:14px;padding:3px}.v3-pricing .billing-toggle button{min-width:96px;min-height:var(--ui-control);height:auto;font-size:12px}.v3-pricing .plans{gap:11px;max-width:1000px}.v3-pricing .plan{box-shadow:none;border-radius:13px;padding:17px}.v3-pricing .plan.featured{box-shadow:0 5px 18px #137d700f}.v3-pricing .badge{padding:3px 8px;font-size:12px;top:10px;left:10px}.v3-pricing .plan-name{margin-bottom:4px;font-size:16px}.v3-pricing .price{margin-top:6px;font-size:27px}.v3-pricing .minutes{margin-bottom:8px;font-size:12px}.v3-pricing li{padding:5px 0;font-size:12px}.v3-pricing .cta{min-height:var(--ui-control-primary);border-radius:10px;height:auto;margin-top:10px;font-size:12px}.v3-pricing .legal-note{color:#9fb0c3;text-align:center;max-width:780px;margin:18px auto 0;font-size:12px;line-height:1.8}.v3-legal-page .legal-sections{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.v3-content>main.v3-legal-page details{background:var(--ui-surface)!important;color:var(--ui-text)!important;border:1px solid var(--ui-line)!important;box-shadow:none!important}.v3-content>main.v3-legal-page summary{min-height:44px;color:var(--ui-text)!important}.v3-billing-success .v3-dashboard-heading{text-align:center;justify-content:center}.v3-billing-success-cta{text-align:center;margin:8px 0 0}.v3-billing-success-cta a{background:var(--ui-action);color:#fff;border-radius:11px;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex}.v3-auth-page .content{padding:18px}.v3-auth-page .login-card{border-radius:15px;max-width:410px;padding:22px;box-shadow:0 10px 30px #00000021}.v3-auth-page h1{font-size:25px}.v3-auth-page .subtitle{margin:6px 0 16px;line-height:1.5}.v3-auth-page .field{margin-bottom:10px}.v3-auth-page label{margin-bottom:4px;font-size:12px}.v3-auth-page input{border-radius:10px;height:40px;font-size:13px}.v3-auth-page .login-button,.v3-auth-page .google-button{border-radius:10px;height:42px;font-size:12px}.v3-auth-page .divider{margin:14px 0}.v3-auth-page .signup{margin-top:14px}@media (max-width:900px){.v3-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.v3-dashboard-grid{grid-template-columns:1fr}.v3-project-row{grid-template-columns:70px minmax(0,1fr) auto}}@media (max-width:620px){.v3-projects-shell,.v3-dashboard-shell{width:min(100% - 24px,1180px);padding:22px 0 46px}.v3-page-heading,.v3-dashboard-heading{flex-direction:column;align-items:flex-start;gap:10px}.v3-page-heading h1,.v3-dashboard-heading h1{font-size:27px}.v3-project-row{grid-template-columns:56px minmax(0,1fr);gap:8px;padding:8px}.v3-project-thumb{height:46px}.v3-project-actions{grid-column:1/-1;justify-content:flex-end}.v3-dashboard-heading-actions{flex-wrap:wrap;width:100%}.v3-dashboard-heading-actions>a,.v3-dashboard-heading-actions>button{flex:1}.v3-dashboard-metrics{grid-template-columns:1fr 1fr;gap:7px}.v3-dashboard-metrics article{min-height:86px;padding:10px}.v3-pricing .content{padding:26px 14px 44px}.v3-pricing h1{font-size:28px}.v3-pricing .plans{gap:9px}.v3-pricing .plan{padding:15px}.v3-auth-page .content{padding:13px}.v3-auth-page .login-card{padding:19px 15px}}.project-filters{flex-wrap:wrap;gap:16px;margin-block:16px;display:flex}.project-filters label{flex:1;gap:8px;min-width:180px;display:grid}.project-filters input,.project-filters select{min-height:44px;font:inherit;padding:8px 12px}.v3-project-actions details summary{cursor:pointer;align-items:center;min-height:44px;display:flex}
.v3-seo-landing,main[dir=rtl] .page{font-family:var(--ui-font-ar)}.v3-seo-landing.v3-seo-landing .container{max-width:900px;padding:28px 20px 50px}.v3-seo-landing.v3-seo-landing .crumbs{font-size:var(--ui-small);margin-bottom:9px}.v3-seo-landing.v3-seo-landing .hero{max-width:820px;min-height:0;margin-bottom:18px;padding:0}.v3-seo-landing.v3-seo-landing .eyebrow{font-size:var(--ui-small);margin-bottom:5px}.v3-seo-landing.v3-seo-landing h1{font-size:32px;line-height:1.25}.v3-seo-landing.v3-seo-landing .intro{margin-top:8px;font-size:14px;line-height:1.65}.v3-seo-landing.v3-seo-landing .steps{gap:8px;margin:18px 0}.v3-seo-landing.v3-seo-landing .card{box-shadow:none;content-visibility:auto;contain-intrinsic-size:110px;border-radius:12px;padding:13px 15px}.v3-seo-landing.v3-seo-landing .card span{font-size:var(--ui-small);margin-bottom:3px}.v3-seo-landing.v3-seo-landing h2{margin-bottom:4px;font-size:16px}.v3-seo-landing.v3-seo-landing .card p,.v3-seo-landing.v3-seo-landing .note{font-size:12px;line-height:1.65}.v3-seo-landing.v3-seo-landing .primary,.v3-seo-landing.v3-seo-landing .secondary{border-radius:10px;min-height:40px;padding:0 14px;font-size:12px}main[dir=rtl] .page .container{max-width:1040px!important;padding:30px 20px 52px!important}main[dir=rtl] .page .container>.hero{text-align:right!important;max-width:820px!important;height:auto!important;min-height:0!important;margin:0 auto 20px!important;padding:0!important;display:block!important}main[dir=rtl] .page .container>.hero>*{max-width:100%!important;margin-left:0!important;margin-right:0!important;position:static!important;transform:none!important}main[dir=rtl] .page .container>.hero h1,main[dir=rtl] .page .container h1{text-wrap:balance;letter-spacing:-.025em!important;max-width:760px!important;margin:5px 0 8px!important;font-size:clamp(30px,3.2vw,42px)!important;line-height:1.25!important}main[dir=rtl] .page .container .eyebrow,main[dir=rtl] .page .container .kicker{color:var(--ui-brand)!important;margin:0 0 5px!important;font-size:11px!important;font-weight:800!important;display:inline-flex!important}main[dir=rtl] .page .container .intro,main[dir=rtl] .page .container>.hero p{max-width:760px!important;color:var(--ui-muted)!important;margin:7px 0 0!important;font-size:14px!important;line-height:1.7!important}main[dir=rtl] .page .container .cards{gap:9px!important;margin-top:14px!important}main[dir=rtl] .page .container .card{content-visibility:auto;contain-intrinsic-size:135px;box-shadow:none!important;border-radius:13px!important;padding:14px!important}main[dir=rtl] .page .container .icon{border-radius:9px;width:32px;height:32px;margin-bottom:8px;font-size:13px}main[dir=rtl] .page .container h2{margin-bottom:5px!important;font-size:16px!important}main[dir=rtl] .page .container p{font-size:13px;line-height:1.7}main[dir=rtl] .page .container .statement{border-radius:12px;margin-top:10px;padding:13px 15px;font-size:12px;line-height:1.7}main[dir=rtl] .page .container .actions{gap:8px;margin-top:15px}main[dir=rtl] .page .container .primary,main[dir=rtl] .page .container .secondary{border-radius:10px;height:40px;min-height:40px;padding:0 14px;font-size:12px}main[dir=rtl] .page .container>article,main[dir=rtl] .page .container>.legal,main[dir=rtl] .page .container>.policy{max-width:900px;margin-inline:auto}main[dir=rtl] .page .container>article p,main[dir=rtl] .page .container>.legal p,main[dir=rtl] .page .container>.policy p{line-height:1.8}img,video{max-width:100%}img[width][height]{height:auto}.v3-seo-landing img,.v3-page img,.v3-dashboard img{content-visibility:auto}:where(.card,.v3-project-row,.v3-recent-row,.v3-dashboard-metrics article){transition:border-color var(--motion-fast,.15s) ease,background-color var(--motion-fast,.15s) ease,box-shadow var(--motion-fast,.15s) ease,transform var(--motion-fast,.15s) ease}:where(.card,.v3-project-row,.v3-recent-row):hover{transform:translateY(-1px)}@media (max-width:620px){.v3-seo-landing.v3-seo-landing .container{padding:24px 14px 42px}.v3-seo-landing.v3-seo-landing h1{font-size:27px;line-height:1.3}.v3-seo-landing.v3-seo-landing .intro{font-size:13px}main[dir=rtl] .page .container{padding:24px 14px 44px!important}main[dir=rtl] .page .container>.hero{margin-bottom:16px!important}main[dir=rtl] .page .container>.hero h1,main[dir=rtl] .page .container h1{font-size:28px!important;line-height:1.32!important}main[dir=rtl] .page .container .card{padding:13px!important}main[dir=rtl] .page .container .actions{flex-direction:column}}@media (prefers-reduced-motion:reduce){:where(.card,.v3-project-row,.v3-recent-row,.v3-dashboard-metrics article){transition:none!important}:where(.card,.v3-project-row,.v3-recent-row):hover{transform:none}}
:root{--v2-bg:#070b16;--v2-bg-2:#0a1020;--v2-panel:var(--ui-surface);--v2-panel-2:var(--ui-surface-soft);--v2-line:var(--ui-line);--v2-line-strong:#9c77ff47;--v2-text:var(--ui-text);--v2-muted:var(--ui-muted);--v2-purple:#75f;--v2-magenta:#bd2cff;--v2-blue:#3997ff;--v2-green:#24d6a0;--v2-orange:#ff9b3d;--v2-danger:#ff5b6f;--v2-radius:16px;--v2-radius-sm:11px;--v2-shadow:0 18px 60px #00000047}html,body{background:var(--v2-bg)}body{color:var(--v2-text)}.v3-site-shell{min-height:100vh;color:var(--v2-text);background:radial-gradient(circle at 72% 0,#744bff17,#0000 26%),linear-gradient(#080c18 0%,#070b16 58%,#080d18 100%)}.v3-content{z-index:1;position:relative}.v2-app-rail{z-index:var(--ui-layer-rail);border:1px solid var(--v2-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#090e1ce0;border-radius:18px;flex-direction:column;justify-content:space-between;width:94px;padding:10px 8px;display:flex;position:fixed;top:18px;bottom:18px;left:16px;box-shadow:0 18px 45px #00000040}.v2-rail-links{flex-direction:column;gap:5px;display:flex}.v2-rail-links a{color:#929bb0;text-align:center;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:64px;font-size:12px;font-weight:750;transition:all .18s;display:flex}.v2-rail-links a:hover{color:#fff;background:#ffffff0a;transform:translateY(-1px)}.v2-rail-links a[data-active=true]{color:#fff;background:#118b7833;box-shadow:inset 0 0 0 1px #75e6c14d}.v2-rail-icon{color:#75e6c1;background:#118b7814;border-radius:10px;place-items:center;width:30px;height:30px;display:grid}.v2-rail-links a[data-active=true] .v2-rail-icon{color:#fff;background:var(--ui-action);box-shadow:none}.v2-rail-plan{text-align:center;background:linear-gradient(#6f49ff1f,#ffffff06);border:1px solid #8f67ff2e;border-radius:13px;padding:10px 7px 7px}.v2-rail-plan>span{font-size:var(--ui-small);background:linear-gradient(90deg,#7e58ff,#bc36ef);border-radius:6px;padding:3px 6px;font-weight:900;display:inline-flex}.v2-rail-plan strong{margin-top:7px;font-size:12px;display:block}.v2-rail-plan small{color:#7f899d;font-size:var(--ui-small);margin:4px 0 8px;line-height:1.45;display:block}.v2-rail-plan a{color:#fff;font-size:var(--ui-small);background:linear-gradient(90deg,#6d4af0,#9435da);border-radius:8px;padding:7px 4px;font-weight:800;display:block}@media (min-width:1100px){.v3-site-shell.has-app-rail .v3-content{padding-left:118px}body:has(.v3-site-shell.has-app-rail) .v3-content{padding-left:118px}}.home{min-height:100vh!important;color:var(--v2-text)!important;font-family:var(--ui-font-ar),Tahoma,Arial,sans-serif!important;background:0 0!important}.home:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 38% 13%,#6243ff14,#0000 22%),radial-gradient(circle at 75% 34%,#2368ff0b,#0000 26%);position:fixed;inset:72px 0 0}.home>*{z-index:1;position:relative}.home .mainarea{padding:28px 28px 18px!important}.home .center{width:min(100%,1360px)!important;max-width:1360px!important;margin:0 auto!important}.home .hero-stage{border:1px solid var(--v2-line)!important;box-shadow:var(--v2-shadow)!important;background:linear-gradient(145deg,#0d1427f7,#0a0f1ff5)!important;border-bottom:0!important;border-radius:20px 20px 0 0!important;grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr)!important;gap:0!important;min-height:250px!important;margin:0!important;padding:0!important;display:grid!important;overflow:hidden!important}.home .hero-copy{text-align:right!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding:34px 40px!important;display:flex!important}.home .eyebrow{color:#c9b7ff!important;background:#794dff14!important;border:1px solid #9b69ff38!important;border-radius:999px!important;align-items:center!important;width:auto!important;margin:0 0 10px!important;padding:5px 9px!important;font-size:12px!important;font-weight:800!important;display:inline-flex!important}.home .eyebrow:before{content:"✦";color:#f0aa35;margin-left:6px}.home h1{color:#fff!important;letter-spacing:-.02em!important;max-width:680px!important;margin:0!important;font-size:clamp(30px,3vw,47px)!important;line-height:1.22!important}.home h1 span{background:linear-gradient(90deg,#fff 0%,#9f7cff 44%,#c63df1 100%);-webkit-background-clip:text;background-clip:text;color:#0000!important}.home .subtitle{color:#959fb3!important;max-width:610px!important;margin:12px 0 0!important;font-size:14px!important;line-height:1.9!important}.home .hero-cta{display:none!important}.home .hero-proof{gap:8px!important;margin-top:16px!important;display:flex!important}.home .hero-proof span{color:#9ea8bb!important;background:#ffffff06!important;border:1px solid #ffffff12!important;border-radius:8px!important;padding:6px 9px!important;font-size:12px!important}.home .hero-visual{border-right:1px solid var(--v2-line)!important;background:radial-gradient(circle at 48% 24%,#7a46ff24,#0000 45%)!important;min-height:0!important;padding:22px!important}.home .flow-card{min-height:92px!important;box-shadow:none!important;background:#ffffff06!important;border:1px solid #ffffff12!important;border-radius:13px!important;padding:14px!important;transform:none!important}.home .flow-card+.flow-card{margin-top:10px!important}.home .flow-card.primary-flow{background:linear-gradient(135deg,#774bff1f,#ffffff05)!important;border-color:#875eff40!important;transform:none!important}.home .flow-number{color:#8065d2!important}.home .flow-card small{color:#838ca0!important}.home .flow-card strong,.home .flow-card b{color:#f5f5fb!important}.home .flow-card i{color:#7d65d6!important}.home .flow-card div span{color:#98a1b4!important;background:#ffffff0a!important;border-color:#ffffff0d!important}.home .workspace.home-start{border:1px solid var(--v2-line)!important;background:linear-gradient(#0c1223fa,#090e1cfa)!important;border-radius:0 0 20px 20px!important;margin:0!important;padding:24px 28px 26px!important;box-shadow:0 22px 60px #0000003d!important}.home .workspace-head{justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important;display:flex!important}.home .workspace-head h2{color:#f7f8fc!important;margin:3px 0 0!important;font-size:17px!important}.home .workspace-head p{display:none!important}.home .section-kicker{color:#8e77d5!important;font-size:12px!important;font-weight:850!important}.home .workspace-label{display:none!important}.home .source-row{grid-template-columns:minmax(0,1fr) 210px!important;gap:10px!important;display:grid!important}.home .url-field{background:#0a1020!important;border:1px solid #ffffff14!important;border-radius:12px!important;align-items:center!important;height:52px!important;transition:all .18s!important;display:flex!important;box-shadow:inset 0 1px #ffffff05!important}.home .url-field:focus-within{border-color:#835bff7a!important;box-shadow:0 0 0 3px #6f4bff14,inset 0 1px #ffffff05!important}.home .source-icon{color:#a98dff!important;place-items:center!important;width:46px!important;font-size:15px!important;display:grid!important}.home .url-input{color:#f1f3f8!important;background:0 0!important;border:0!important;outline:0!important;flex:1!important;height:50px!important;padding:0 4px 0 14px!important;font-size:13px!important}.home .url-input::placeholder{color:#687287!important}.home .file-source{min-width:0!important}.home .upload{color:#d7caff!important;cursor:pointer!important;background:linear-gradient(135deg,#6f4bff21,#c22def12)!important;border:1px solid #8960ff33!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;height:52px!important;padding:0 14px!important;transition:all .18s!important;display:flex!important}.home .upload:hover{background:linear-gradient(135deg,#6f4bff33,#c22def1a)!important;border-color:#9165ff6b!important;transform:translateY(-1px)!important}.home .upload-name{font-size:12px!important;font-weight:800!important}.home .selected-file-name{color:#7d879b!important;font-size:var(--ui-small)!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin-top:5px!important;display:block!important;overflow:hidden!important}.home .home-language{grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:14px!important;display:grid!important}.home .mode{color:#aab2c3!important;min-height:58px!important;box-shadow:none!important;background:#ffffff06!important;border:1px solid #ffffff12!important;border-radius:13px!important;padding:0 16px!important;font-size:12px!important;font-weight:800!important;transition:all .18s!important;position:relative!important}.home .mode:before{content:"";background:#7852ff1a;border-radius:8px;place-items:center;width:26px;height:26px;margin-left:8px;display:inline-grid}.home .mode:first-child:after{content:"عربي بالكامل";color:#737d91;font-size:var(--ui-small);font-weight:600;display:block}.home .mode:last-child:after{content:"ترجمة عربية ذكية";color:#737d91;font-size:var(--ui-small);font-weight:600;display:block}.home .mode:hover{background:#ffffff09!important;transform:translateY(-1px)!important}.home .mode.active{color:#fff!important;background:linear-gradient(135deg,#744eff3d,#9332e01c)!important;border-color:#75f!important;box-shadow:0 0 0 1px #7e55ff14,0 12px 30px #4a2ba51c!important}.home .mode.active:before{box-shadow:inset 0 0 0 1px #ffffff14,0 0 18px #7f53ff2e}.home .probe-box{color:#8f98aa!important;font-size:var(--ui-small)!important;background:#ffffff06!important;border:1px solid #ffffff12!important;border-radius:10px!important;margin-top:12px!important;padding:10px 12px!important}.home .probe-box.success{color:#a1e5d1!important;background:#24d6a00b!important;border-color:#24d6a024!important}.home .probe-box.error{color:#ff9aa8!important;background:#ff5b6f0e!important;border-color:#ff5b6f2e!important}.home .metrics-line{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.home .separator{opacity:.3!important}.home .source-ownership-ack{color:#858fa3!important;background:#ffffff05!important;border-radius:9px!important;align-items:flex-start!important;gap:8px!important;margin:13px 0 0!important;padding:9px 11px!important;font-size:12px!important;line-height:1.65!important;display:flex!important}.home .source-ownership-ack input{accent-color:#7957ff!important;margin-top:3px!important}.home .source-ownership-ack a{color:#b69fff!important}.home .cta{background:var(--ui-action)!important;color:#fff!important;border:0!important;border-radius:11px!important;width:auto!important;min-width:190px!important;height:48px!important;margin:16px 0 0 auto!important;padding:0 24px!important;font-size:13px!important;font-weight:900!important;transition:all .18s!important;box-shadow:0 10px 28px #6d37e038!important}.home .cta:hover:not(:disabled){filter:brightness(1.08)!important;transform:translateY(-1px)!important;box-shadow:0 14px 34px #6d37e04d!important}.home .cta:disabled{opacity:.42!important;box-shadow:none!important}.home .mini-note{color:#646e82!important;font-size:var(--ui-small)!important;margin:8px 0 0!important}.home .product-sections{width:min(100% - 56px,1360px)!important;margin:18px auto 0!important;padding:0!important}.home .product-section{border:1px solid var(--v2-line)!important;box-shadow:none!important;background:#0b1120c2!important;border-radius:16px!important;margin:0 0 12px!important;padding:22px!important}.home .product-section h2{color:#f6f7fb!important;margin:0 0 14px!important;font-size:18px!important}.home .steps-grid,.home .value-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important;display:grid!important}.home .product-card{color:#98a1b3!important;min-height:110px!important;box-shadow:none!important;background:#ffffff05!important;border:1px solid #fff1!important;border-radius:12px!important;padding:15px!important}.home .product-card strong{color:#e8eaf1!important;font-size:12px!important}.home .product-card p{color:#7f899e!important;font-size:12px!important;line-height:1.8!important}.home .product-card a{color:#a990ff!important}.home .final-cta{background:linear-gradient(120deg,#5d3cd52b,#bd2cff12)!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.home .final-cta h2{margin:0!important}.home .final-cta a{background:var(--ui-action)!important;color:#fff!important;border-radius:10px!important;padding:10px 18px!important;font-size:13px!important;font-weight:850!important}.home .footer{background:0 0!important;border-top:0!important}.home .footer-inner{color:#606a7e!important;border-top:1px solid #ffffff0f!important}.home .footer-links a{color:#778195!important}.home .copyright{color:#596276!important}.studio-page:not(:has(.shorts-workspace)){color:var(--v2-text)!important;background:0 0!important}.studio-page:not(:has(.shorts-workspace)) .studio-main{padding:26px 28px!important}.studio-page:not(:has(.shorts-workspace)) .studio-center{width:min(100%,1360px)!important;margin:auto!important}.studio-page .studio-empty,.studio-page .studio-analysis{border:1px solid var(--v2-line)!important;color:#fff!important;box-shadow:var(--v2-shadow)!important;background:linear-gradient(145deg,#0d1427f5,#090e1cf7)!important;border-radius:18px!important}.studio-page .studio-analysis-stages li{color:#808a9f!important;background:#ffffff06!important;border-color:#ffffff14!important}.studio-page .studio-analysis-stages li[data-state=current]{color:#cabaff!important;background:#7750ff14!important;border-color:#855bff4d!important}.studio-page .studio-analysis-stages li[data-state=done]{color:#63d5b2!important}.v3-site-shell.is-workspace-app .studio-page,.v3-site-shell.is-workspace-app .studio-page .studio-main,.v3-site-shell.is-workspace-app .studio-page .studio-center{width:100%!important;max-width:none!important;box-shadow:none!important;background:0 0!important;margin:0!important;padding:0!important}.v3-site-shell.is-workspace-v5{background:#0b1219;height:100dvh;overflow:hidden}.v3-site-shell.is-workspace-v5 .v3-content{height:100dvh;overflow:hidden;padding:0!important}.v3-site-shell.is-workspace-v5 .studio-page,.v3-site-shell.is-workspace-v5 .studio-page .studio-main,.v3-site-shell.is-workspace-v5 .studio-page .studio-center{width:100%!important;max-width:none!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important}.v3-page,.v3-dashboard-shell,.v3-pricing,.v3-auth-page{color:var(--v2-text)!important;background:0 0!important}.v3-page section,.v3-dashboard-shell section,.v3-dashboard-shell article,.v3-pricing .plan,.v3-auth-page .login-card{border-color:var(--v2-line)!important;color:var(--v2-text)!important;box-shadow:none!important;background:#0c1222e6!important}.home button,.home a,.v2-app-rail a,.studio-page button{transition:transform .18s,background .18s,border-color .18s,box-shadow .18s,color .18s!important}.home button:active:not(:disabled),.v2-app-rail a:active{transform:scale(.985)!important}@keyframes v2-soft-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.home .hero-stage,.home .workspace,.home .product-section{animation:.32s both v2-soft-in}@media (max-width:1099px){.v2-app-rail{box-sizing:border-box;width:calc(100% - 24px);margin:12px;padding:8px;position:relative;top:auto;bottom:auto;left:auto}.v2-rail-links{flex-flow:wrap;justify-content:center}.v2-rail-links a{flex:85px;min-height:52px;font-size:12px}.v2-rail-plan{display:none}.home .mainarea{padding:20px 18px 14px!important}.home .product-sections{width:min(100% - 36px,1360px)!important}.studio-page .studio-main{padding:20px 18px!important}}@media (max-width:820px){.home .hero-stage{grid-template-columns:1fr!important}.home .hero-copy{padding:28px 22px!important}.home .hero-visual{display:none!important}.home .workspace.home-start{padding:20px!important}.home .source-row,.home .home-language,.home .steps-grid,.home .value-grid{grid-template-columns:1fr!important}.home .final-cta{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.home .cta{width:100%!important;margin-right:0!important}.home .product-section{padding:18px!important}}@media (max-width:560px){.home .mainarea{padding:14px 10px 10px!important}.home .product-sections{width:calc(100% - 20px)!important}.home .hero-stage{border-radius:15px 15px 0 0!important}.home .hero-copy{padding:23px 17px!important}.home h1{font-size:28px!important}.home .subtitle{font-size:12px!important}.home .workspace.home-start{border-radius:0 0 15px 15px!important;padding:15px!important}.home .url-field,.home .upload{height:48px!important}.home .url-input{height:46px!important}.home .product-card{min-height:auto!important}}@media (prefers-reduced-motion:reduce){.home *,.v2-app-rail *,.studio-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.home .workspace.home-start .workspace-head,.home .workspace.home-start .workspace-head>div{box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important}.home .workspace.home-start .workspace-head:before,.home .workspace.home-start .workspace-head:after{display:none!important}.home .workspace.home-start .workspace-head h2{color:#f7f8fc!important;background:0 0!important}.home .workspace.home-start .workspace-head .section-kicker{color:#9f88e8!important;background:0 0!important}.home .product-sections,.home .product-sections>section,.home .product-section{color:#f6f7fb!important;filter:none!important;opacity:1!important;background:#0b1120!important;border-color:#ffffff13!important}.home .product-section:nth-child(2){background:#0c1324!important}.home .product-section.final-cta{background:#11152c linear-gradient(115deg,#6846ea38,#b32def1c)!important}.home .product-card,.home .steps-grid>*,.home .value-grid>*{color:#9da6ba!important;box-shadow:none!important;background:#10182a!important;border-color:#ffffff12!important}.home .product-card strong{color:#f0f1f6!important}.home .product-card p{color:#8d96aa!important}.home .product-section h2{color:#f7f7fb!important}.home .final-cta h2,.home .final-cta a{color:#fff!important}.home .source-row,.home .home-language,.home .probe-box,.home .source-ownership-ack{background-color:#0000!important}.home .file-source{background:0 0!important}.v3-site-shell:has(.home) footer{color:#8993a7!important;background:#07101d!important;border-color:#ffffff0f!important}@media (max-width:820px){.home .workspace.home-start .workspace-head{margin-bottom:12px!important;display:block!important}.home .workspace.home-start .workspace-head h2{font-size:15px!important}}
:root{--v2-font:var(--ui-font-ar);--v2-panel2:var(--ui-surface-soft)}html,body,button,input,select,textarea,optgroup{font-family:var(--ui-font-ar)}.v3-page,.v3-dashboard,.v3-pricing,.v3-auth-page{min-height:calc(100vh - 72px)!important;color:var(--v2-text)!important;background:#070b16!important}.v3-projects-shell,.v3-dashboard-shell,.v3-pricing .page,.v3-pricing .content,.v3-auth-page .content{color:var(--v2-text)!important;background:#070b16!important}.v3-page-heading h1,.v3-dashboard .v3-dashboard-heading h1,.v3-pricing h1,.v3-auth-page h1{color:#f8f8fc!important}.v3-page-heading p,.v3-dashboard-heading p,.v3-pricing .subtitle,.v3-auth-page .subtitle{color:#929caf!important}.v3-project-row,.v3-empty-projects,.v3-projects-loading{border:1px solid var(--v2-line)!important;color:#eef0f6!important;background:linear-gradient(145deg,#0f172b,#0a1020)!important;box-shadow:0 14px 36px #0000002b!important}.v3-empty-projects h2,.v3-project-info h2{color:#f6f7fb!important}.v3-empty-projects p,.v3-project-details,.v3-project-info small{color:#8f99ad!important}.v3-empty-projects>span{color:#aa91ff!important;background:#7755ff1f!important}.v3-page-heading>a,.v3-empty-projects>a{background:var(--ui-action)!important;color:#fff!important}.v3-dashboard-metrics article,.v3-recent,.v3-profile-panel{border:1px solid var(--v2-line)!important;color:#eef0f6!important;background:linear-gradient(145deg,#0f172b,#0a1020)!important;box-shadow:0 14px 36px #00000029!important}.v3-dashboard-metrics article>span,.v3-dashboard-metrics small,.v3-section-title p,.v3-profile-panel p,.v3-recent-empty{color:#8994a9!important}.v3-dashboard-metrics strong,.v3-dashboard .v3-section-title h2,.v3-dashboard .v3-profile-panel h2{color:#f6f7fb!important}.v3-profile-panel dl>div{border-color:var(--v2-line)!important}.v3-profile-panel dt{color:#818ca1!important}.v3-profile-panel dd{color:#e7eaf1!important}.v3-profile-panel>a,.v3-dashboard-heading-actions>a{background:var(--ui-action)!important;color:#fff!important}.v3-dashboard-heading-actions button{color:#d9ddea!important;background:#10182b!important;border:1px solid #ffffff17!important}.v3-pricing .plan{border:1px solid var(--v2-line)!important;color:#f7f7fb!important;background:linear-gradient(155deg,#10182c,#0a1020)!important;box-shadow:0 18px 48px #0003!important}.v3-pricing .plan.featured{border-color:#7e55ff61!important;box-shadow:0 18px 50px #5f35cd29!important}.v3-pricing .plan-name,.v3-pricing .price{color:#fff!important}.v3-pricing .minutes,.v3-pricing li{color:#a1aabc!important}.v3-pricing .billing-toggle{border:1px solid var(--v2-line)!important;background:#0d1426!important}.v3-pricing .billing-toggle button{color:#9099ac!important}.v3-pricing .billing-toggle button.active,.v3-pricing .cta{background:var(--ui-action)!important;color:#fff!important}.v3-auth-page .login-card{border:1px solid var(--v2-line)!important;color:#f7f7fb!important;background:linear-gradient(145deg,#0f172b,#0a1020)!important;box-shadow:0 22px 60px #00000047!important}.v3-auth-page input{color:#f5f6fa!important;background:#080f1e!important;border-color:#ffffff17!important}.v3-auth-page label{color:#b3bbca!important}.v3-auth-page .login-button{background:var(--ui-action)!important;color:#fff!important}.v3-auth-page .google-button{border-color:var(--v2-line)!important;color:#eef0f6!important;background:#11192d!important}.v3-auth-page .divider{color:#7f899d!important}body .page{color:#eef0f6!important;background:radial-gradient(circle at 72% 0,#744bff14,#0000 28%),#070b16!important}body .page :where(.card,.feature,.faq-item,.legal-card,.contact-card,.info-card){border-color:var(--v2-line)!important;color:#eef0f6!important;box-shadow:none!important;background:linear-gradient(145deg,#0f172b,#0a1020)!important}body .page :where(h1,h2,h3,strong){color:#f7f7fb!important}body .page :where(p,small){color:#9aa4b7!important}body .page :where(.primary,.cta,button[type=submit]){background:var(--ui-action)!important;color:#fff!important}.v3-content :where(input,textarea,select):not(.home *){color:#f5f6fa!important;box-shadow:none!important;background:#0a1020!important;border-color:#ffffff17!important;border-radius:11px!important}.v3-content :where(input,textarea,select):not(.home *):focus{outline-offset:2px;box-shadow:none!important;border-color:#835bff80!important;outline:2px solid #75e6c1!important}.workspace-shell,.shorts-workspace,.workspace-page{color:var(--v2-text)!important;background:0 0!important}.workspace-shell :where(.card,.panel,.clip-card,.short-card,.review-card),.shorts-workspace :where(.card,.panel,.clip-card,.short-card,.review-card){border-color:var(--v2-line)!important;background:linear-gradient(145deg,#0e1629,#0a1020)!important;box-shadow:0 14px 36px #0000002b!important}[class*=Support] :where(input,textarea){font-family:var(--v2-font)!important}
.home .hero-stage{padding:0!important}.home .hero-visual{min-height:0!important}.home .flow-card,.home .flow-card.primary-flow{transform:none!important}.home .mainarea{padding-top:14px!important;padding-bottom:12px!important}.home .hero-stage{min-height:204px!important}.home .hero-copy{padding:22px 28px!important}.home h1{max-width:780px;font-size:clamp(27px,2.55vw,40px)!important;line-height:1.16!important}.home .subtitle{max-width:720px;margin-top:7px!important;font-size:12px!important;line-height:1.7!important}.home .hero-proof{gap:5px!important;margin-top:10px!important}.home .hero-proof span{border-radius:7px!important;padding:4px 7px!important;font-size:12px!important}.home .hero-visual{padding:13px!important}.home .flow-card{border-radius:10px!important;min-height:70px!important;padding:9px 10px!important}.home .flow-card+.flow-card{margin-top:6px!important}.home .workspace.home-start{padding:15px 18px 17px!important}.home .workspace-head{margin-bottom:9px!important}.home .workspace-head h2{font-size:14px!important}.home .source-row{grid-template-columns:minmax(0,1fr) 178px!important;gap:7px!important}.home .url-field,.home .upload{border-radius:9px!important;height:44px!important}.home .url-input{height:44px!important;font-size:12px!important}.home .source-icon{width:38px!important}.home .home-language{gap:7px!important;margin-top:8px!important}.home .mode{border-radius:9px!important;min-height:44px!important;font-size:12px!important}.home .mode:before{border-radius:6px!important;width:20px!important;height:20px!important}.home .probe-box{margin-top:7px!important;padding:7px 9px!important;font-size:12px!important}.home .source-ownership-ack{margin-top:7px!important;padding:6px 8px!important;font-size:12px!important}.home .cta{min-width:164px!important;height:44px!important;box-shadow:var(--ui-shadow)!important;border-radius:9px!important;margin-top:10px!important;padding:0 18px!important;font-size:14px!important}.home .cta:hover{transform:translateY(-1px);box-shadow:var(--ui-shadow-hover)!important}.home .mini-note{margin-top:5px!important;font-size:12px!important}.home .product-sections{margin-top:11px!important}.home .product-section{border-radius:var(--ui-radius-card)!important;margin-bottom:7px!important;padding:14px!important}.home .product-card{border-radius:var(--ui-radius-card)!important;min-height:84px!important;padding:10px!important}.v3-page{padding:20px 24px 34px!important}.v3-projects-shell{width:min(100%,1380px)!important;margin:0 auto!important}.v3-page-heading{justify-content:space-between!important;align-items:flex-end!important;gap:16px!important;margin-bottom:14px!important;display:flex!important}.v3-page-heading>div{min-width:0!important}.v3-page-heading>div>span{letter-spacing:.08em!important;color:#aa91ff!important;font-size:12px!important}.v3-page-heading h1{margin:2px 0 3px!important;font-size:27px!important;line-height:1.12!important}.v3-page-heading p{color:#8994a9!important;max-width:720px!important;margin:0!important;font-size:12px!important;line-height:1.6!important}.v3-page-heading>a{white-space:nowrap!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 14px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important;box-shadow:0 8px 22px #6d37e029!important}.v3-project-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:10px!important;display:grid!important}.v3-project-row{min-width:0!important;transition:transform var(--ui-transition),border-color var(--ui-transition),box-shadow var(--ui-transition)!important;border-radius:12px!important;grid-template-rows:auto auto!important;grid-template-columns:96px minmax(0,1fr)!important;gap:8px 10px!important;padding:9px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 9px 24px #00000024!important}.v3-project-row:hover{border-color:#845cff3d!important;transform:translateY(-2px)!important;box-shadow:0 13px 30px #00000030!important}.v3-project-thumb{aspect-ratio:16/10!important;background:linear-gradient(135deg,#121a31,#1b2450)!important;border-radius:9px!important;grid-area:1/1/span 2!important;width:96px!important;padding:0!important;position:relative!important;overflow:hidden!important}.v3-project-thumb img,.v3-project-thumb-media{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.v3-project-thumb-fallback{background:linear-gradient(145deg,#121a31,#1b2450)!important;position:absolute!important;inset:0!important}.v3-project-info{flex-direction:column!important;grid-area:1/2!important;align-items:flex-start!important;min-width:0!important;display:flex!important}.v3-project-status{order:0!important;margin-bottom:4px!important}.v3-project-status span{color:#c4b3ff!important;white-space:nowrap!important;background:#7755ff1c!important;border-radius:999px!important;align-items:center!important;min-height:18px!important;padding:0 6px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.v3-project-status .status-completed{color:#80e6c7!important;background:#24d6a01a!important}.v3-project-status .status-processing,.v3-project-status .status-pending{color:#ffd77b!important;background:#ffb51b17!important}.v3-project-status .status-failed,.v3-project-status .status-cancelled{color:#ff9ca9!important;background:#ff5b6f1a!important}.v3-project-info h2{-webkit-line-clamp:3!important;white-space:normal!important;color:#f5f6fb!important;-webkit-box-orient:vertical!important;order:1!important;width:100%!important;margin:0!important;font-size:14px!important;font-weight:850!important;line-height:1.5!important;display:-webkit-box!important;overflow:hidden!important}.v3-project-details{width:100%!important;color:var(--ui-muted)!important;flex-wrap:wrap!important;order:2!important;align-items:center!important;gap:6px!important;margin-top:5px!important;font-size:12px!important;display:flex!important}.v3-project-details span+span:before{content:"•";margin-left:6px;color:#4e586d!important}.v3-project-actions{grid-area:2/2!important;align-self:end!important;align-items:center!important;gap:5px!important;display:flex!important}.v3-project-actions>a{background:var(--ui-action)!important;color:#fff!important;border-radius:7px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 9px!important;font-size:12px!important;font-weight:850!important;text-decoration:none!important;display:inline-flex!important}.v3-project-delete{color:#8d96aa!important;background:#ffffff06!important;border:1px solid #ffffff12!important;border-radius:7px!important;min-height:44px!important;padding:0 8px!important;font-size:12px!important;font-weight:800!important}.v3-project-delete:hover{color:#ff8797!important;background:#ff5b6f12!important;border-color:#ff5b6f33!important}.v3-projects-loading,.v3-empty-projects{text-align:center!important;border-radius:13px!important;place-items:center!important;min-height:220px!important;padding:20px!important;display:grid!important}@media (max-width:1180px){.v3-project-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:780px){.v3-page{padding:16px 12px 28px!important}.v3-page-heading{flex-direction:column!important;align-items:flex-start!important;margin-bottom:12px!important}.v3-page-heading h1{font-size:24px!important}.v3-page-heading>a{min-height:44px!important}.v3-project-list{grid-template-columns:1fr!important;gap:8px!important}.v3-project-row{grid-template-columns:88px minmax(0,1fr)!important;padding:9px!important}.v3-project-thumb{width:88px!important}.home .hero-stage{grid-template-columns:1fr!important}.home .hero-visual{display:none!important}.home .hero-copy{padding:20px 16px!important}.home .workspace.home-start{padding:14px!important}.home .source-row,.home .home-language{grid-template-columns:1fr!important}}@media (max-width:460px){.v3-project-row{grid-template-columns:78px minmax(0,1fr)!important;gap:7px!important}.v3-project-thumb{width:78px!important}.v3-project-actions{gap:4px!important}.v3-project-actions>a,.v3-project-delete{min-height:44px!important;font-size:12px!important}}.v3-projects-error{border-radius:var(--ui-radius-card);color:#ffd9df;text-align:center;background:#241722;border:1px solid #c47d8b;justify-items:center;gap:12px;margin-block:20px;padding:24px;display:grid}.v3-projects-error p{margin:0}.v3-projects-error button{border-radius:var(--ui-radius-control);color:#f6f8fc;min-height:44px;font:inherit;background:#101e2c;border:1px solid #9cafc1;padding:8px 20px;font-weight:600}
.V3Footer-module__A3uI0a__footer{color:#e8f1f6;background:#081a2a;border-top:1px solid #173448}.V3Footer-module__A3uI0a__inner{grid-template-columns:1.3fr repeat(3,minmax(120px,.7fr));align-items:start;gap:28px;width:min(100% - 32px,1200px);margin:auto;padding:28px 0;display:grid}.V3Footer-module__A3uI0a__brand{gap:10px;max-width:300px;display:grid}.V3Footer-module__A3uI0a__brand img{background:#0d2938;border-radius:8px;width:174px;height:auto;padding:5px 8px;display:block}.V3Footer-module__A3uI0a__brand p{color:#a9bac7;margin:0;font-size:13px;line-height:1.65}.V3Footer-module__A3uI0a__inner>div{gap:7px;display:grid}.V3Footer-module__A3uI0a__inner strong{color:#f4f8fa;margin-bottom:2px;font-size:12px}.V3Footer-module__A3uI0a__inner a{color:#a9bac7;transition:color var(--ui-transition);font-size:12px}.V3Footer-module__A3uI0a__inner a:hover{color:#48d6b1}.V3Footer-module__A3uI0a__bottom{color:#8298a8;border-top:1px solid #173448;justify-content:space-between;align-items:center;gap:12px;width:min(100% - 32px,1200px);margin:auto;padding:13px 0 17px;font-size:11px;display:flex}.V3Footer-module__A3uI0a__bottom a:hover{color:#48d6b1}@media (max-width:760px){.V3Footer-module__A3uI0a__inner{grid-template-columns:1fr 1fr;gap:20px;padding:22px 0}.V3Footer-module__A3uI0a__brand{grid-column:1/-1}.V3Footer-module__A3uI0a__bottom{flex-direction:column;align-items:flex-start}}
.V3Header-module__jwpltW__header{z-index:var(--ui-layer-navigation);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#f7fbfa;background:#050a12f0;border-bottom:1px solid #20d39b1a;width:100%;position:sticky;top:0;box-shadow:0 8px 30px #0000002e}.V3Header-module__jwpltW__inner{direction:ltr;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;width:min(100% - 28px,1540px);height:64px;margin:auto;display:grid}.V3Header-module__jwpltW__compact .V3Header-module__jwpltW__inner{gap:14px;height:52px}.V3Header-module__jwpltW__compact .V3Header-module__jwpltW__logoFrame{width:168px;height:34px}.V3Header-module__jwpltW__compact .V3Header-module__jwpltW__balance{height:32px}.V3Header-module__jwpltW__compact .V3Header-module__jwpltW__trigger{height:34px}.V3Header-module__jwpltW__compact .V3Header-module__jwpltW__nav a{padding:0 10px;font-size:14px}.V3Header-module__jwpltW__wordmark{direction:ltr;align-items:center;min-width:0;display:flex}.V3Header-module__jwpltW__logoFrame{background:#20d39b0b;border:1px solid #20d39b21;border-radius:10px;align-items:center;width:190px;height:40px;padding:4px 8px;display:flex;overflow:hidden}.V3Header-module__jwpltW__logoFrame img{object-fit:contain;filter:saturate(1.05)brightness(1.08);width:100%;height:100%;display:block}.V3Header-module__jwpltW__nav{scrollbar-width:none;direction:rtl;justify-content:center;align-items:stretch;gap:5px;height:100%;display:flex}.V3Header-module__jwpltW__nav::-webkit-scrollbar{display:none}.V3Header-module__jwpltW__nav a{color:#93a3b1;align-items:center;gap:6px;padding:0 12px;font-size:14px;font-weight:760;transition:all .18s;display:flex;position:relative}.V3Header-module__jwpltW__nav a:hover{color:#effff9;background:#20d39b09}.V3Header-module__jwpltW__nav a[data-active=true]{color:#64e4bc}.V3Header-module__jwpltW__nav a[data-active=true]:after{content:"";background:#20d39b;border-radius:999px;height:2px;position:absolute;bottom:0;left:12px;right:12px;box-shadow:0 0 12px #20d39b59}.V3Header-module__jwpltW__accountArea{direction:ltr;align-items:center;gap:8px;display:flex}.V3Header-module__jwpltW__balance{color:#dff9f0;white-space:nowrap;direction:rtl;background:#ffffff06;border:1px solid #20d39b24;border-radius:10px;align-items:center;gap:7px;height:36px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.V3Header-module__jwpltW__balance:before{content:"";background:#ffb51b;border-radius:50%;width:7px;height:7px}.V3Header-module__jwpltW__balanceMeta{align-items:center;gap:4px;display:flex}.V3Header-module__jwpltW__balanceMeta small{display:none}.V3Header-module__jwpltW__balanceMeta strong{font-size:12px}.V3Header-module__jwpltW__holdCancel{color:#ffd47e;cursor:pointer;opacity:1;visibility:visible;background:#ffb2371f;border:1px solid #ffb23747;border-radius:7px;height:28px;padding:0 8px;font-size:12px;font-weight:800}.V3Header-module__jwpltW__guestActions{direction:rtl;align-items:center;gap:7px;display:flex}.V3Header-module__jwpltW__guestActions a{color:#d8e6e1;white-space:nowrap;border:1px solid #ffffff1c;border-radius:9px;align-items:center;min-height:44px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.V3Header-module__jwpltW__guestActions .V3Header-module__jwpltW__guestCta{background:var(--ui-action);color:#fff;border-color:#20d39b6b}.V3Header-module__jwpltW__accountMenu{position:relative}.V3Header-module__jwpltW__trigger{color:#f5f8f7;cursor:pointer;background:#ffffff06;border:1px solid #ffffff12;border-radius:10px;align-items:center;gap:6px;min-height:44px;padding:0 7px;display:flex}.V3Header-module__jwpltW__trigger:hover{background:#20d39b09;border-color:#20d39b38}.V3Header-module__jwpltW__profile{color:#03140e;background:linear-gradient(135deg,#16a77a,#20d39b);border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:850;display:grid;overflow:hidden}.V3Header-module__jwpltW__profile img{object-fit:cover;width:100%;height:100%}.V3Header-module__jwpltW__accountLabel{text-overflow:ellipsis;white-space:nowrap;max-width:96px;font-size:12px;font-weight:800;overflow:hidden}.V3Header-module__jwpltW__accountStatus{display:none}.V3Header-module__jwpltW__chevron{color:#7f908f;font-size:12px}.V3Header-module__jwpltW__dropdown{z-index:var(--ui-layer-dialog);direction:rtl;background:#08131f;border:1px solid #20d39b1f;border-radius:11px;width:min(218px,100vw - 20px);max-width:calc(100vw - 20px);padding:6px;position:absolute;top:calc(100% + 7px);left:auto;right:0;overflow:hidden;box-shadow:0 20px 50px #00000061}.V3Header-module__jwpltW__meta{border-bottom:1px solid #ffffff0f;margin-bottom:4px;padding:8px 8px 9px}.V3Header-module__jwpltW__meta strong{color:#fff;font-size:12px;display:block}.V3Header-module__jwpltW__email{text-overflow:ellipsis;white-space:nowrap;color:#91a2af;margin-top:3px;font-size:12px;overflow:hidden}.V3Header-module__jwpltW__badge{color:#63e3bb;background:#20d39b1a;border-radius:999px;margin-top:6px;padding:3px 6px;font-size:12px;font-weight:800;display:inline-flex}.V3Header-module__jwpltW__dropdown a,.V3Header-module__jwpltW__dropdown button{color:#bdcbd2;width:100%;min-height:44px;font:inherit;cursor:pointer;text-align:right;background:0 0;border:0;border-radius:7px;align-items:center;padding:0 8px;font-size:12px;font-weight:700;display:flex}.V3Header-module__jwpltW__dropdown a:hover,.V3Header-module__jwpltW__dropdown button:hover{color:#fff;background:#20d39b14}@media (max-width:980px){.V3Header-module__jwpltW__inner{grid-template-columns:auto auto;gap:7px;height:auto;min-height:58px;padding:7px 0}.V3Header-module__jwpltW__compact .V3Header-module__jwpltW__inner{min-height:52px;padding:5px 0}.V3Header-module__jwpltW__wordmark{justify-self:start}.V3Header-module__jwpltW__accountArea{justify-self:end}.V3Header-module__jwpltW__nav{flex-wrap:wrap;grid-area:2/1/auto/-1;justify-content:flex-start;height:auto;min-height:44px;overflow:visible}.V3Header-module__jwpltW__compact .V3Header-module__jwpltW__nav{height:32px}.V3Header-module__jwpltW__nav a{white-space:nowrap;min-height:44px;padding:10px 9px}.V3Header-module__jwpltW__balance{height:32px}.V3Header-module__jwpltW__logoFrame{width:158px;height:36px}}@media (max-width:620px){.V3Header-module__jwpltW__inner{width:min(100% - 16px,1540px)}.V3Header-module__jwpltW__logoFrame{width:132px;height:32px;padding:3px 5px}.V3Header-module__jwpltW__balance{padding:0 7px}.V3Header-module__jwpltW__accountLabel{display:none}.V3Header-module__jwpltW__guestActions .V3Header-module__jwpltW__guestCta{padding:0 8px;font-size:12px}.V3Header-module__jwpltW__trigger{padding:0 4px}.V3Header-module__jwpltW__nav a{font-size:13px}.V3Header-module__jwpltW__dropdown{width:auto;max-width:none;position:fixed;top:58px;left:8px;right:8px}.V3Header-module__jwpltW__compact .V3Header-module__jwpltW__dropdown{top:52px}}
