@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap");html{direction:rtl}body{background:#0a0b0f;color:#f3f1ec;font-family:Tajawal,sans-serif}::-webkit-scrollbar{display:none}.glow{background:radial-gradient(circle,hsla(39,55%,62%,.16) 0,hsla(39,55%,62%,0) 70%)}.card{background:#13151c;border:1px solid hsla(0,0%,100%,.08);border-radius:16px}.btn-primary{background:#d4af6a;color:#0a0b0f;font-weight:700;border-radius:12px;padding:14px 20px;transition:opacity .15s ease}.btn-primary:hover{opacity:.9}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{border:1px solid hsla(0,0%,100%,.14);color:#f3f1ec;border-radius:12px;padding:13px 20px}.landing-page{--bg:#0a0b0f;--surface:#13151c;--surface-2:#1b1e28;--border:hsla(0,0%,100%,.08);--border-strong:hsla(0,0%,100%,.14);--gold:#d4af6a;--gold-soft:hsla(39,55%,62%,.12);--text:#f3f1ec;--text-dim:#8d8f99;--text-faint:#5a5c66;min-height:100vh;background:var(--bg);color:var(--text);font-family:Arial,sans-serif;line-height:1.7;overflow-x:hidden}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page a{text-decoration:none}.wrap{max-width:480px;margin:0 auto;padding:0 22px;position:relative}.mono{font-family:monospace}.scroll-progress{position:fixed;top:0;right:0;height:3px;background:linear-gradient(90deg,#d4af6a,#f0d9a8);z-index:9999;transition:width .1s linear}.landing-page header{justify-content:space-between;padding:24px 0 0;position:relative;z-index:2}.brand,.landing-page header{display:flex;align-items:center}.brand{gap:9px}.mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#d4af6a,#9c7a3e);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:15px;color:#0a0b0f}.brand-name{font-weight:800;font-size:18px}.nav-pill{font-size:11px;color:#8d8f99;border:1px solid hsla(0,0%,100%,.14);padding:6px 12px;border-radius:100px}.hero{position:relative;z-index:2;padding-top:38px}.hero-text>*,.hero>.panel{opacity:0;transform:translateY(16px);animation:heroIn .7s cubic-bezier(.22,1,.36,1) forwards}.hero-text .badge{animation-delay:.05s}.hero-text h1{animation:none;opacity:1;transform:none}.hero-text .hero-sub{animation-delay:.65s}.hero-text .cta-row{animation-delay:.78s}.hero-text .stats{animation-delay:.9s}.hero>.panel{animation-delay:1.02s}@keyframes heroIn{to{opacity:1;transform:translateY(0)}}.word-reveal .w{display:inline-block;opacity:0;filter:blur(6px);transform:translateY(14px);animation:wordIn .6s cubic-bezier(.22,1,.36,1) forwards}.word-reveal .w:first-child{animation-delay:.1s}.word-reveal .w:nth-child(2){animation-delay:.18s}.word-reveal .w:nth-child(3){animation-delay:.26s}.word-reveal .w:nth-child(4){animation-delay:.34s}.word-reveal .accent .w:first-child{animation-delay:.44s}.word-reveal .accent .w:nth-child(2){animation-delay:.5s}.word-reveal .accent .w:nth-child(3){animation-delay:.56s}@keyframes wordIn{to{opacity:1;filter:blur(0);transform:translateY(0)}}.badge{display:inline-flex;align-items:center;gap:6px;background:hsla(39,55%,62%,.12);border:1px solid hsla(39,55%,62%,.3);color:#d4af6a;font-size:11.5px;padding:6px 13px;border-radius:100px;margin-bottom:20px}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#d4af6a;animation:dotPulse 1.8s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 0 0 hsla(39,55%,62%,.5)}50%{box-shadow:0 0 0 5px hsla(39,55%,62%,0)}}.landing-page h1{font-weight:900;font-size:36px;line-height:1.32;letter-spacing:-.5px;margin:0 0 16px}h1 .accent{background:linear-gradient(90deg,#d4af6a,#f0d9a8,#d4af6a);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shine 4s linear infinite}@keyframes shine{to{background-position:200%}}.hero-sub{font-size:15px;color:#8d8f99;margin-bottom:26px;max-width:36ch}.cta-row{display:flex;flex-direction:column;gap:10px;margin-bottom:34px}.cta-primary{display:flex;align-items:center;justify-content:center;gap:8px;background:#d4af6a;color:#0a0b0f;font-size:15px;font-weight:700;padding:16px;border-radius:12px;transition:.25s ease}.cta-primary:hover{box-shadow:0 8px 30px hsla(39,55%,62%,.35);transform:translateY(-2px)}.cta-secondary{display:flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.14);color:#f3f1ec;font-size:14px;padding:15px;border-radius:12px;transition:.25s ease}.cta-secondary:hover{border-color:#d4af6a;background:hsla(39,55%,62%,.06);transform:translateY(-2px)}.stats{display:flex;gap:10px;margin-bottom:36px}.stat{flex:1 1;background:#13151c;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:14px 10px;text-align:center}.stat-num{font-family:monospace;font-size:19px;color:#d4af6a}.stat-label{font-size:10.5px;color:#5a5c66;margin-top:3px}.panel{background:#13151c;border:1px solid hsla(0,0%,100%,.08);border-radius:18px;padding:20px;margin-bottom:40px;overflow:hidden}.panel-top{justify-content:space-between;margin-bottom:16px}.panel-file,.panel-top{display:flex;align-items:center}.panel-file{gap:8px;font-size:12.5px;color:#8d8f99}.file-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:greenPulse 1.6s ease-in-out infinite}@keyframes greenPulse{0%,to{box-shadow:0 0 4px #4ade80}50%{box-shadow:0 0 10px #4ade80}}.panel-time{font-size:10.5px;color:#5a5c66}.pipeline{display:flex;gap:4px;margin-bottom:18px}.pstep{flex:1 1;height:4px;border-radius:4px;background:#1b1e28;overflow:hidden}.pstep i{display:block;width:100%;height:100%;background:#d4af6a;transform:scaleX(0);transform-origin:right;animation:fillstep .6s ease forwards}.pstep:first-child i{animation-delay:.2s}.pstep:nth-child(2) i{animation-delay:.9s}.pstep:nth-child(3) i{animation-delay:1.6s}.pstep:nth-child(4) i{animation-delay:2.3s;background:#4ade80}@keyframes fillstep{to{transform:scaleX(1)}}.out-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid hsla(0,0%,100%,.08);opacity:0;animation:fadeup .5s ease forwards}.out-row:first-child{animation-delay:.5s}.out-row.r2{animation-delay:1.2s}.out-row.r3{animation-delay:1.9s}.out-row.r4{animation-delay:2.6s}@keyframes fadeup{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.out-icon{width:26px;height:26px;border-radius:7px;background:#1b1e28;display:flex;align-items:center;justify-content:center;color:#d4af6a;flex-shrink:0;font-weight:700}.out-txt{font-size:12.5px;font-weight:500}.out-sub{font-size:10.5px;color:#5a5c66}.section-head{margin-bottom:22px}.eyebrow{font-family:monospace;font-size:10.5px;color:#d4af6a;letter-spacing:1px;margin-bottom:8px}.section-title{font-size:22px;font-weight:800}.reveal{opacity:0;transform:translateY(24px) scale(.98);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.in-view{opacity:1;transform:translateY(0) scale(1)}.features{display:flex;flex-direction:column;gap:12px;margin-bottom:44px}.feature{background:#13151c;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:18px;display:flex;gap:14px;transition:.3s ease}.feature:hover{border-color:hsla(0,0%,100%,.14);box-shadow:0 8px 24px rgba(0,0,0,.25);transform:translateY(-3px)}.f-icon{width:38px;height:38px;border-radius:10px;background:hsla(39,55%,62%,.12);display:flex;align-items:center;justify-content:center;color:#d4af6a;font-weight:800;flex-shrink:0}.f-title{font-size:14.5px;font-weight:700;margin-bottom:4px}.f-desc{font-size:12.5px;color:#8d8f99;line-height:1.65}.pricing{display:flex;flex-direction:column;gap:14px;margin-bottom:44px}.plan{background:#13151c;border:1px solid hsla(0,0%,100%,.08);border-radius:18px;padding:22px;position:relative}.plan.featured{border-color:#d4af6a;background:linear-gradient(180deg,hsla(39,55%,62%,.06),#13151c 40%);animation:featuredGlow 3s ease-in-out infinite}@keyframes featuredGlow{0%,to{box-shadow:0 0 0 hsla(39,55%,62%,0)}50%{box-shadow:0 0 24px hsla(39,55%,62%,.18)}}.plan-badge{position:absolute;top:-11px;right:20px;background:#d4af6a;color:#0a0b0f;font-size:10.5px;font-weight:700;padding:4px 12px;border-radius:100px}.plan-name{font-size:13px;color:#8d8f99;margin-bottom:8px}.plan-price{font-family:monospace;font-size:30px;margin-bottom:16px}.plan-price span{font-family:Arial,sans-serif;font-size:12.5px;color:#5a5c66}.plan-feat{font-size:13px;color:#8d8f99;padding-right:20px;position:relative;margin-bottom:8px}.plan-feat:before{content:"✓";position:absolute;right:0;color:#d4af6a;font-weight:700}.testi-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;margin:0 -22px 18px;padding:4px 22px 14px;scrollbar-width:none}.testi-carousel::-webkit-scrollbar{display:none}.testi{scroll-snap-align:center;flex:0 0 82%;background:linear-gradient(180deg,hsla(0,0%,100%,.03),transparent 60%),#13151c;border:1px solid hsla(0,0%,100%,.08);border-radius:18px;padding:22px 20px}.testi.featured{border-color:#d4af6a}.testi-quote-mark{font-family:monospace;font-size:28px;color:#d4af6a;display:block;margin-bottom:14px}.stars{display:flex;gap:2px;margin-bottom:12px}.stars span{color:#d4af6a;font-size:12px}.testi-text{font-size:13.5px;line-height:1.75;margin-bottom:18px;font-weight:500;min-height:96px}.testi-author{display:flex;align-items:center;gap:10px}.avatar-ring{width:38px;height:38px;padding:2px;background:conic-gradient(from 180deg,#d4af6a,#f0d9a8,#d4af6a)}.avatar,.avatar-ring{border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar{width:100%;height:100%;background:#1b1e28;color:#d4af6a;font-size:13px;font-weight:700}.testi-name{font-size:12.5px;font-weight:700}.testi-role{font-size:10.5px;color:#5a5c66}.dots{display:flex;justify-content:center;gap:6px;margin-bottom:44px}.dot{border:0;padding:0;width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.14);cursor:pointer;transition:.3s ease}.dot.active{width:18px;background:#d4af6a}.final{text-align:center;padding:36px 0 40px}.final h2{font-size:24px;font-weight:800;margin-bottom:10px}.final p{font-size:13.5px;color:#8d8f99;margin-bottom:22px}.final-button{display:inline-flex;padding:15px 32px}.landing-page footer{text-align:center;padding:0 0 36px;font-size:10.5px;color:#5a5c66;font-family:monospace}@media (min-width:768px){.wrap{max-width:720px;padding:0 32px}.landing-page h1{font-size:44px}.hero-sub{font-size:16px}.features{grid-template-columns:1fr 1fr;grid-gap:14px}.features,.pricing{display:grid;gap:14px}.pricing{grid-template-columns:repeat(3,1fr);grid-gap:14px;align-items:start}.testi{flex:0 0 46%}.cta-row{flex-direction:row}.cta-row .cta-primary,.cta-row .cta-secondary{flex:1 1}}@media (min-width:1024px){.wrap{max-width:1120px;padding:0 40px}.landing-page header{padding-top:30px}.hero{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center;padding-top:56px}.hero-text{display:flex;flex-direction:column}.landing-page h1{font-size:52px}.cta-row{flex-direction:column;max-width:320px}.cta-row .cta-primary,.cta-row .cta-secondary{flex:none}.stats{max-width:420px}.panel{margin-bottom:0}.section-head{text-align:center}.section-title{font-size:28px}.features{grid-template-columns:repeat(4,1fr)}.feature{flex-direction:column;text-align:center;align-items:center}.f-icon{margin-bottom:6px}.pricing{max-width:980px;margin-inline:auto}.testi-carousel{max-width:100%;margin:0 0 18px;padding:4px 0 14px}.testi{flex:0 0 31.5%}.final{max-width:640px;margin:0 auto;padding:56px 0 64px}}.site-footer{text-align:center;padding:0 0 36px;font-size:10.5px;color:var(--text-faint);font-family:JetBrains Mono,monospace}.footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:16px}.footer-links a{color:var(--text-dim);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--gold)}.site-footer-main{width:100%;margin-top:80px;border-top:1px solid hsla(0,0%,100%,.08);background:#0a0b0f;color:#f3f1ec}.site-footer-inner{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:48px 0 24px}.site-footer-brand{display:flex;align-items:flex-start;gap:12px;margin-bottom:40px}.site-footer-logo{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#d4af6a,#9c7a3e);color:#0a0b0f;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900;flex-shrink:0}.site-footer-name{font-size:17px;font-weight:800;margin-bottom:5px}.site-footer-brand p{margin:0;max-width:420px;color:#8d8f99;font-size:12px;line-height:1.8}.site-footer-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;padding-bottom:40px}.site-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.site-footer-title{color:#f3f1ec;font-size:12px;font-weight:700;margin-bottom:5px}.site-footer-column a{color:#6f727d;text-decoration:none;font-size:12px;line-height:1.7;transition:color .2s ease}.site-footer-column a:hover{color:#d4af6a}.site-footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:15px;color:#5a5c66;font-family:JetBrains Mono,monospace;font-size:10px}@media (max-width:767px){.site-footer-main{margin-top:60px}.site-footer-inner{width:min(100% - 32px,560px);padding:38px 0 20px}.site-footer-brand{margin-bottom:32px}.site-footer-columns{grid-template-columns:1fr 1fr;gap:28px 20px;padding-bottom:30px}.site-footer-column:last-child{grid-column:1/-1}.site-footer-bottom{flex-direction:column;justify-content:center;text-align:center;gap:6px}}.dashboard-page{min-height:100vh;background:#0a0b0f;color:#f3f1ec}.dashboard-container{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:48px 0 80px}.dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.dashboard-eyebrow{color:#d4af6a;font-family:JetBrains Mono,monospace;font-size:11px;margin:0 0 8px}.dashboard-hero h1{margin:0;font-size:32px;font-weight:900;letter-spacing:-.5px}.dashboard-description{margin:8px 0 0;color:#777a84;font-size:14px}.dashboard-upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:12px;background:#d4af6a;color:#0a0b0f;font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap;transition:.2s ease}.dashboard-upload-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px hsla(39,55%,62%,.18)}.dashboard-upload-btn span{font-size:18px}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:48px}.dashboard-stat-card{min-height:118px;padding:20px;background:#13151c;border:1px solid hsla(0,0%,100%,.07);border-radius:16px;display:flex;align-items:center;gap:14px}.dashboard-stat-icon{width:42px;height:42px;flex-shrink:0;border-radius:11px;background:hsla(39,55%,62%,.1);color:#d4af6a;display:flex;align-items:center;justify-content:center;font-weight:800}.dashboard-stat-card span{display:block;color:#777a84;font-size:11px;margin-bottom:5px}.dashboard-stat-card strong{display:block;font-family:JetBrains Mono,monospace;font-size:23px;font-weight:500}.dashboard-stat-card strong small{color:#5a5c66;font-size:12px}.usage-card{display:block}.usage-top{display:flex;justify-content:space-between;align-items:center}.usage-top a{color:#d4af6a;font-size:11px;font-weight:700;text-decoration:none}.usage-progress{height:5px;margin-top:15px;background:#1b1e28;border-radius:10px;overflow:hidden}.usage-progress div{height:100%;background:#d4af6a;border-radius:inherit;transition:width .3s ease}.unlimited-label{margin:10px 0 0;color:#d4af6a;font-size:11px}.dashboard-papers{margin-top:10px}.dashboard-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.dashboard-section-header h2{margin:0;font-size:20px;font-weight:800}.dashboard-section-header p{margin:5px 0 0;color:#656873;font-size:12px}.dashboard-section-header>a{color:#d4af6a;text-decoration:none;font-size:12px;font-weight:700}.papers-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.dashboard-empty{padding:70px 25px;text-align:center;background:#13151c;border:1px dashed hsla(0,0%,100%,.12);border-radius:18px}.empty-icon{width:52px;height:52px;margin:0 auto 15px;border-radius:14px;background:hsla(39,55%,62%,.1);color:#d4af6a;display:flex;align-items:center;justify-content:center;font-size:25px}.dashboard-empty h3{margin:0 0 8px;font-size:16px}.dashboard-empty p{max-width:400px;margin:0 auto 22px;color:#777a84;font-size:12px;line-height:1.8}.papers-grid .card{min-height:108px}.papers-grid a{text-decoration:none}@media (max-width:900px){.dashboard-stats,.papers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.dashboard-container{width:min(100% - 28px,560px);padding:30px 0 60px}.dashboard-hero{align-items:stretch;flex-direction:column;gap:20px}.dashboard-hero h1{font-size:26px}.dashboard-description{font-size:13px}.dashboard-upload-btn{width:100%}.dashboard-stats{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:38px}.dashboard-stat-card{min-height:100px;padding:14px;gap:10px}.dashboard-stat-icon{width:36px;height:36px}.dashboard-stat-card strong{font-size:19px}.dashboard-stat-card span{font-size:10px}.usage-card{grid-column:1/-1}.papers-grid{grid-template-columns:1fr}.dashboard-section-header{align-items:center}.dashboard-section-header h2{font-size:18px}.dashboard-section-header p{font-size:11px}.dashboard-empty{padding:50px 20px}}.paper-card{min-width:0;display:flex;align-items:center;gap:13px;padding:17px;background:#13151c;border:1px solid hsla(0,0%,100%,.07);border-radius:16px;color:#f3f1ec;text-decoration:none;transition:border-color .2s ease,transform .2s ease,background .2s ease}.paper-card:hover{border-color:hsla(39,55%,62%,.35);background:#161923;transform:translateY(-2px)}.paper-icon{width:42px;height:42px;flex-shrink:0;border-radius:11px;background:hsla(39,55%,62%,.1);color:#d4af6a;display:flex;align-items:center;justify-content:center;font-weight:800}.paper-content{min-width:0;flex:1 1}.paper-title{margin:0;overflow:hidden;color:#f3f1ec;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.paper-date{margin:4px 0 0;color:#5f626d;font-family:JetBrains Mono,monospace;font-size:9px}.paper-status{display:flex;align-items:center;gap:5px;flex-shrink:0;font-size:10px;font-weight:700}.paper-status-dot{width:5px;height:5px;border-radius:50%}.paper-pulse{width:8px;height:8px;border-radius:50%;animation:paperPulse 1.5s ease-in-out infinite}@keyframes paperPulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@media (max-width:640px){.paper-card{padding:14px}.paper-status{font-size:9px}}.upload-page{min-height:100vh;background:#0a0b0f}.upload-container{width:min(680px,calc(100% - 40px));margin:0 auto;padding:55px 0 80px}.upload-header{margin-bottom:28px}.upload-eyebrow{color:#d4af6a;font-family:JetBrains Mono,monospace;font-size:10px;margin-bottom:8px}.upload-header h1{margin:0 0 8px;font-size:30px;font-weight:900}.upload-header p{margin:0;color:#777a84;font-size:13px}@media (max-width:640px){.upload-container{width:min(100% - 28px,560px);padding:35px 0 60px}.upload-header h1{font-size:25px}}