.main-layout{min-height:100vh;background:#fff}.main-header{display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;border-bottom:1px solid transparent;transition:all .3s ease}.main-header--scrolled{border-bottom-color:#f1f5f9;box-shadow:0 1px 8px #0000000a}.main-logo{cursor:pointer;transition:opacity .2s ease}.main-logo:hover{opacity:.85}.main-logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.main-logo-text{font-weight:800;font-size:18px;letter-spacing:-.025em;color:#0f172a}.main-nav{display:flex;align-items:center;gap:32px}.main-nav-link{font-weight:500;font-size:15px;color:#64748b;cursor:pointer;position:relative;transition:color .2s ease;padding:4px 0}.main-nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#10b981;border-radius:1px;transition:width .3s ease}.main-nav-link:hover{color:#0f172a}.main-nav-link:hover:after{width:100%}.main-nav-link--active{color:#0f172a;font-weight:600}.main-nav-link--active:after{width:100%}.main-btn-login{font-weight:600;color:#475569}.main-btn-login:hover{color:#0f172a}.main-btn-register{height:40px;font-weight:600;padding:0 24px;border-radius:8px}.main-btn-menu{font-size:20px}.main-header-actions{flex-shrink:0}.main-drawer-nav{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.main-drawer-link{display:block;font-weight:600;font-size:18px;color:#64748b;cursor:pointer;transition:color .2s ease}.main-drawer-link:hover{color:#0f172a}.main-drawer-link--active{color:#10b981}.main-drawer-actions{padding-top:24px;border-top:1px solid #f1f5f9}.main-content{margin-top:72px}.main-footer{padding:80px 32px 40px;background:#0f172a;color:#94a3b8}.main-footer-inner{max-width:1100px;margin:0 auto 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}@media(max-width:992px){.main-footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:768px){.main-footer-inner{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.main-footer-brand{padding-bottom:24px;border-bottom:1px solid #1e293b}}.main-footer-desc{line-height:1.6;max-width:320px;font-size:15px}.main-footer-heading{color:#fff;font-weight:600;font-size:15px;margin-bottom:20px}.main-footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.main-footer-list a{color:#94a3b8;font-size:14px;cursor:pointer;transition:color .2s ease}.main-footer-list a:hover{color:#fff}.main-footer-bottom{max-width:1100px;margin:0 auto;border-top:1px solid #1e293b;padding-top:32px;display:flex;justify-content:space-between;gap:16px;font-size:13px}.main-footer-bottom a{color:#94a3b8;cursor:pointer;transition:color .2s ease}.main-footer-bottom a:hover{color:#fff}@media(max-width:768px){.main-footer-bottom{flex-direction:column;align-items:center;text-align:center}}.dashboard-layout{min-height:100vh}.dashboard-sider{border-right:1px solid #e2e8f0;position:fixed;height:100vh;left:0;top:0;bottom:0;z-index:100}.dashboard-sider-logo-box{width:32px;height:32px;border-radius:8px;background:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.dashboard-sider-brand-name{font-weight:800;font-size:16px;letter-spacing:-.025em;color:#0f172a;white-space:nowrap}.dashboard-sider-credits-box{padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.dashboard-sider-credits-label{font-size:12px;color:#64748b;margin-bottom:4px}.dashboard-sider-credits-value{font-size:13px;font-weight:600;color:#0f172a}.dashboard-sider-credits-track{margin-top:8px;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.dashboard-sider-credits-fill{height:100%;background:#10b981}.dashboard-header{background:#fff;padding:0 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;position:sticky;top:0;z-index:90;height:64px}.dashboard-header-title{color:#64748b;font-size:14px;font-weight:500}.dashboard-header-username{font-size:14px;font-weight:500;color:#334155}.dashboard-content{padding:24px;min-height:calc(100vh - 64px)}.admin-layout{min-height:100vh}.admin-sider-title{height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.admin-header{background:#fff;padding:0 24px;font-size:16px;font-weight:600}.admin-content{margin:24px;padding:24px;background:#fff;border-radius:8px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulseRing{0%{transform:scale(1);opacity:.4}50%{transform:scale(1.08);opacity:.15}to{transform:scale(1);opacity:.4}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-section{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.animate-section.is-visible{opacity:1;transform:translateY(0)}.home-page{background:#fff;overflow-x:hidden}.home-hero{padding:100px 24px;text-align:center;background:linear-gradient(180deg,#f0fdf4,#fff 60%);position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.06) 0%,transparent 70%);pointer-events:none}.home-hero:after{content:"";position:absolute;bottom:-100px;left:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.04) 0%,transparent 70%);pointer-events:none}.home-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:1}.home-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#10b98114;padding:8px 20px;border-radius:100px;margin-bottom:40px;border:1px solid rgba(16,185,129,.15);animation:fadeUp .6s ease-out both}.home-hero-badge span{font-size:13px;font-weight:600;color:#059669}.home-hero-title{font-size:64px;font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:28px;color:#0f172a}@media(max-width:1024px){.home-hero-title{font-size:52px}}@media(max-width:768px){.home-hero-title{font-size:38px}}@media(max-width:480px){.home-hero-title{font-size:30px}}.home-hero-title .home-hero-char{display:inline-block;opacity:0;transform:translateY(40px) rotateX(-40deg);animation:charReveal .6s cubic-bezier(.16,1,.3,1) forwards}.home-hero-line-accent .home-hero-char{animation:charRevealAccent .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes charReveal{0%{opacity:0;transform:translateY(40px) rotateX(-40deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}@keyframes charRevealAccent{0%{opacity:0;transform:translateY(40px) rotateX(-40deg) scale(.8)}to{opacity:1;transform:translateY(0) rotateX(0) scale(1)}}.home-hero-line-accent{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero-desc{font-size:20px;color:#64748b;max-width:600px;margin:0 auto 48px;line-height:1.6;animation:fadeUp .7s ease-out .2s both}@media(max-width:768px){.home-hero-desc{font-size:17px}}.home-hero-actions{animation:fadeUp .7s ease-out .3s both}@media(max-width:768px){.home-hero-actions{width:100%;justify-content:center}}.home-hero-btn-primary{height:56px;padding:0 36px;font-size:17px;font-weight:600;border-radius:12px;box-shadow:0 4px 16px #10b9814d;transition:all .3s ease}.home-hero-btn-primary:hover{box-shadow:0 6px 24px #10b98166;transform:translateY(-2px)}.home-hero-btn-secondary{height:56px;padding:0 36px;font-size:17px;font-weight:600;border-radius:12px;border-color:#cbd5e1;color:#334155;transition:all .3s ease}.home-hero-btn-secondary:hover{border-color:#10b981;color:#10b981;transform:translateY(-2px)}.home-partners{padding:48px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;background:#fff}.home-partners-inner{max-width:1200px;margin:0 auto;padding:0 24px}.home-partners-label{text-align:center;font-size:13px;color:#94a3b8;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}.home-partners-track{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.home-partners-slide{display:flex;gap:64px;animation:marquee 20s linear infinite;width:max-content}.home-partners-item{font-size:18px;font-weight:600;color:#94a3b8;white-space:nowrap;letter-spacing:.02em}.home-section-header{text-align:center;margin-bottom:64px;max-width:640px;margin-left:auto;margin-right:auto}.home-section-label{font-size:11px;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.home-section-title{font-size:40px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:16px;line-height:1.1}@media(max-width:768px){.home-section-title{font-size:30px}}.home-section-desc{font-size:18px;color:#64748b;line-height:1.6}@media(max-width:768px){.home-section-desc{font-size:16px}}.home-features{padding:100px 24px;background:#fff}.home-features-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:992px){.home-features-grid{grid-template-columns:1fr;max-width:480px}}.home-feature-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;padding:40px 32px;transition:all .35s ease;height:100%}.home-feature-card:hover{background:#fff;border-color:#10b98133;box-shadow:0 8px 32px #10b98114;transform:translateY(-4px)}.home-feature-icon{width:56px;height:56px;border-radius:12px;background:#10b9811a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:24px}.home-feature-icon :global .anticon{font-size:24px;color:#10b981}.home-feature-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:16px}.home-feature-desc{color:#64748b;font-size:16px;line-height:1.6}.home-steps{padding:100px 24px;background:#f8fafc}.home-steps-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:992px){.home-steps-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.home-steps-grid{grid-template-columns:1fr}}.home-step-card{text-align:center;padding:32px 24px;background:#fff;border-radius:14px;border:1px solid #f1f5f9;transition:all .3s ease}.home-step-card:hover{border-color:#a7f3d0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.home-step-num{display:inline-block;font-size:14px;font-weight:700;color:#10b981;background:#10b9811a;padding:4px 12px;border-radius:100px;margin-bottom:20px;letter-spacing:.05em}.home-step-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:12px}.home-step-desc{font-size:15px;color:#64748b;line-height:1.6}.home-advantages{padding:80px 24px;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.home-advantages-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media(max-width:992px){.home-advantages-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.home-advantages-inner{grid-template-columns:1fr}}.home-advantage-item{text-align:center}.home-advantage-icon{width:48px;height:48px;border-radius:12px;background:#10b98114;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto 16px}.home-advantage-icon :global .anticon{font-size:22px;color:#10b981}.home-advantage-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:8px}.home-advantage-desc{font-size:14px;color:#64748b}.home-security{padding:100px 24px;background:#fff}.home-security-banner{max-width:1100px;margin:0 auto;background:#0f172a;border-radius:24px;padding:80px;color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}@media(max-width:992px){.home-security-banner{padding:48px 32px;flex-direction:column;text-align:center}}.home-security-content{max-width:520px;position:relative;z-index:1}@media(max-width:992px){.home-security-content{max-width:100%;margin-bottom:40px}}.home-security-title{color:#fff;font-size:36px;font-weight:800;margin:0 0 20px;letter-spacing:-.03em}@media(max-width:768px){.home-security-title{font-size:28px}}.home-security-desc{color:#94a3b8;font-size:17px;margin-bottom:24px;line-height:1.6}.home-security-badges{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}@media(max-width:992px){.home-security-badges{justify-content:center}}.home-security-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#34d399;background:#10b9811a;padding:6px 14px;border-radius:100px;font-weight:500}.home-security-btn{background:#fff;color:#0f172a;border:none;height:48px;padding:0 32px;font-weight:700;border-radius:10px;transition:all .3s ease}.home-security-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #fff3}.home-security-visual{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:992px){.home-security-visual{margin:0 auto}}.home-security-ring{position:absolute;width:180px;height:180px;border-radius:50%;border:2px solid rgba(16,185,129,.2);animation:pulseRing 3s ease-in-out infinite}.home-security-ring--inner{width:120px;height:120px;border-color:#10b9814d;animation-delay:1.5s}.home-security-lock-icon{font-size:36px;color:#10b981;z-index:1}.home-cta{padding:100px 24px;background:linear-gradient(180deg,#fff,#f0fdf4)}.home-cta-inner{text-align:center;max-width:600px;margin:0 auto}.home-cta-title{font-size:40px;font-weight:800;color:#0f172a;margin-bottom:16px;letter-spacing:-.03em}@media(max-width:768px){.home-cta-title{font-size:30px}}.home-cta-desc{font-size:18px;color:#64748b;margin-bottom:32px}.home-cta-btn{height:56px;padding:0 40px;font-size:17px;font-weight:600;border-radius:12px;box-shadow:0 4px 16px #10b9814d;transition:all .3s ease}.home-cta-btn:hover{box-shadow:0 6px 24px #10b98166;transform:translateY(-2px)}.home-cta-btn-ghost{height:56px;padding:0 40px;font-size:17px;font-weight:600;border-radius:12px;border-color:#cbd5e1;color:#334155;background:transparent;transition:all .3s ease}.home-cta-btn-ghost:hover{border-color:#10b981;color:#10b981;background:#10b9810a}.features-page{background:#fff}.features-hero{padding:100px 24px 60px;text-align:center;background:linear-gradient(180deg,#f0fdf4,#fff)}.features-hero-label{font-size:11px;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.features-hero-title{font-size:44px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:16px}@media(max-width:768px){.features-hero-title{font-size:32px}}.features-hero-desc{font-size:18px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.features-detail{max-width:1100px;margin:0 auto;padding:60px 24px}.feature-detail-card{display:flex;align-items:center;gap:64px;padding:64px 0;border-bottom:1px solid #f1f5f9}.feature-detail-card--reverse{flex-direction:row-reverse}@media(max-width:992px){.feature-detail-card{flex-direction:column!important;gap:32px}}.feature-detail-content{flex:1}.feature-detail-icon{width:48px;height:48px;border-radius:12px;background:#10b9811a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:20px}.feature-detail-icon :global .anticon{font-size:22px;color:#10b981}.feature-detail-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:16px;letter-spacing:-.02em}.feature-detail-desc{font-size:17px;color:#64748b;line-height:1.6;margin-bottom:24px}.feature-detail-points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.feature-detail-points li{display:flex;align-items:center;font-size:15px;color:#334155}.feature-detail-visual{flex:1;display:flex;align-items:center;justify-content:center}.feature-detail-mockup{width:280px;height:200px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;display:flex;align-items:center;justify-content:center}.features-tech{padding:80px 24px;background:#f8fafc}.features-section-header{text-align:center;margin-bottom:64px}.features-section-label{font-size:11px;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.features-section-title{font-size:32px;font-weight:800;color:#0f172a}.features-tech-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:992px){.features-tech-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features-tech-grid{grid-template-columns:1fr}}.tech-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;padding:32px 24px;text-align:center;transition:all .3s ease}.tech-card:hover{border-color:#10b98133;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-4px)}.tech-card-icon{width:44px;height:44px;border-radius:12px;background:#10b9811a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto 16px}.tech-card-icon :global .anticon{font-size:20px;color:#10b981}.tech-card-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.tech-card-desc{font-size:14px;color:#64748b;line-height:1.6}.features-cta{padding:80px 24px;text-align:center;background:linear-gradient(180deg,#fff,#f0fdf4)}.features-cta-title{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:12px}.features-cta-desc{font-size:17px;color:#64748b;margin-bottom:24px}.privacy-page{background:#fff}.privacy-hero{padding:100px 24px 60px;text-align:center;background:linear-gradient(180deg,#f0fdf4,#fff)}.privacy-hero-label{font-size:11px;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.privacy-hero-title{font-size:44px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:16px}@media(max-width:768px){.privacy-hero-title{font-size:32px}}.privacy-hero-desc{font-size:18px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.privacy-section-header{text-align:center;margin-bottom:64px;max-width:640px;margin-left:auto;margin-right:auto}.privacy-section-label{font-size:11px;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.privacy-section-title{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:16px}.privacy-section-desc{font-size:17px;color:#64748b;line-height:1.6}.privacy-principles{padding:80px 24px}.privacy-principles-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:768px){.privacy-principles-grid{grid-template-columns:1fr}}.principle-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;padding:36px 32px;transition:all .3s ease}.principle-card:hover{background:#fff;border-color:#10b98133;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.principle-icon{width:48px;height:48px;border-radius:12px;background:#10b9811a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:20px}.principle-icon :global .anticon{font-size:22px;color:#10b981}.principle-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:12px}.principle-desc{font-size:15px;color:#64748b;line-height:1.6}.privacy-flow{padding:80px 24px;background:#f8fafc}.privacy-flow-steps{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:0}@media(max-width:768px){.privacy-flow-steps{flex-direction:column;gap:24px}}.flow-step{text-align:center;flex:1;padding:0 16px}.flow-step h4{font-size:16px;font-weight:700;color:#0f172a;margin:12px 0 8px}.flow-step p{font-size:13px;color:#64748b}.flow-step-dot{width:40px;height:40px;border-radius:50%;background:#10b9811a;border:2px solid #10b981;margin:0 auto}.flow-line{width:48px;height:2px;background:#a7f3d0;flex-shrink:0}@media(max-width:768px){.flow-line{display:none}}.privacy-cert{padding:80px 24px}.privacy-cert-banner{max-width:800px;margin:0 auto;background:#0f172a;border-radius:24px;padding:64px;text-align:center;color:#fff}.privacy-cert-title{font-size:28px;font-weight:800;color:#fff;margin-bottom:24px}.privacy-cert-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.privacy-cert-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#34d399;background:#10b9811a;padding:6px 14px;border-radius:100px;font-weight:500}.privacy-cert-desc{color:#94a3b8;font-size:16px;line-height:1.6}.privacy-cta{padding:80px 24px;text-align:center;background:linear-gradient(180deg,#fff,#f0fdf4)}.privacy-cta-title{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:24px}.pricing-page{background:#fff}.pricing-hero{padding:100px 24px 60px;text-align:center;background:linear-gradient(180deg,#f0fdf4,#fff)}.pricing-hero-label{font-size:11px;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.pricing-hero-title{font-size:44px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:16px}@media(max-width:768px){.pricing-hero-title{font-size:32px}}.pricing-hero-desc{font-size:18px;color:#64748b;max-width:500px;margin:0 auto;line-height:1.6}.pricing-plans{padding:60px 24px 80px}.pricing-plans-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start}@media(max-width:992px){.pricing-plans-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pricing-plans-grid{grid-template-columns:1fr;max-width:400px}}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:36px 28px;text-align:center;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 4px 24px #0000000f;transform:translateY(-4px)}.pricing-card--highlight{border-color:#10b981;box-shadow:0 8px 32px #10b9811f}.pricing-card--highlight:hover{box-shadow:0 12px 40px #10b9812e}.pricing-card-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:100px}.pricing-card-name{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:16px}.pricing-card-price{margin-bottom:12px}.pricing-card-amount{font-size:36px;font-weight:800;color:#0f172a;letter-spacing:-.03em}.pricing-card-period{font-size:16px;color:#64748b;font-weight:400}.pricing-card-desc{font-size:14px;color:#64748b;margin-bottom:8px}.pricing-card-credits{font-size:13px;color:#10b981;font-weight:600;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f1f5f9}.pricing-card-features{list-style:none;padding:0;margin:0 0 24px;text-align:left;display:flex;flex-direction:column;gap:12px}.pricing-card-features li{display:flex;align-items:center;font-size:14px;color:#334155}.pricing-card-btn{border-radius:10px;font-weight:600;height:44px}.pricing-faq{padding:80px 24px;background:#f8fafc;text-align:center}.pricing-faq-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:48px}.pricing-faq-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}@media(max-width:768px){.pricing-faq-grid{grid-template-columns:1fr}}.pricing-faq-item h4{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:8px}.pricing-faq-item p{font-size:14px;color:#64748b;line-height:1.6}.fade-section{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.fade-section.is-visible{opacity:1;transform:translateY(0)}.about-page{background:#fff}.about-hero{padding:100px 24px 60px;text-align:center;background:linear-gradient(180deg,#f0fdf4,#fff)}.about-hero-label{font-size:11px;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.about-hero-title{font-size:44px;font-weight:800;letter-spacing:-.03em;color:#0f172a;margin-bottom:20px;line-height:1.2}@media(max-width:768px){.about-hero-title{font-size:32px}}.about-hero-desc{font-size:18px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.about-section-header{text-align:center;margin-bottom:64px}.about-section-label{font-size:11px;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.about-section-title{font-size:36px;font-weight:800;color:#0f172a}.about-values{padding:80px 24px}.about-values-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:992px){.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about-values-grid{grid-template-columns:1fr}}.value-card{text-align:center;padding:32px 24px;background:#f8fafc;border-radius:14px;border:1px solid #f1f5f9;transition:all .3s ease}.value-card:hover{background:#fff;border-color:#10b98133;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-4px)}.value-icon{width:48px;height:48px;border-radius:12px;background:#10b9811a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto 20px}.value-icon :global .anticon{font-size:22px;color:#10b981}.value-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px}.value-desc{font-size:14px;color:#64748b;line-height:1.6}.about-milestones{padding:80px 24px;background:#f8fafc}.milestone-timeline{max-width:600px;margin:0 auto;position:relative;padding-left:40px}.milestone-timeline:before{content:"";position:absolute;left:11px;top:0;bottom:0;width:2px;background:#a7f3d0}.milestone-item{position:relative;margin-bottom:32px}.milestone-item:last-child{margin-bottom:0}.milestone-dot{position:absolute;left:-40px;top:4px;width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #10b981;z-index:1}.milestone-year{font-size:14px;font-weight:700;color:#10b981;margin-bottom:8px;display:block}.milestone-event{font-size:17px;color:#334155;font-weight:500}.about-team{padding:80px 24px}.about-team-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:992px){.about-team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about-team-grid{grid-template-columns:1fr}}.team-card{text-align:center;padding:32px 24px;background:#f8fafc;border-radius:14px;border:1px solid #f1f5f9;transition:all .3s ease}.team-card:hover{background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-4px)}.team-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.team-name{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:4px}.team-role{font-size:13px;color:#10b981;font-weight:600;margin-bottom:12px}.team-desc{font-size:13px;color:#64748b;line-height:1.6}.about-contact{padding:80px 24px;background:#f8fafc}.about-contact-inner{max-width:600px;margin:0 auto;text-align:center}.about-contact-title{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:16px}.about-contact-desc{font-size:17px;color:#64748b;margin-bottom:24px}.about-contact-info{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;align-items:center}.contact-item{display:flex;align-items:center;gap:12px;font-size:15px;color:#475569}.contact-item :global .anticon{color:#10b981;font-size:18px}.about-join{padding:80px 24px}.about-join-banner{max-width:800px;margin:0 auto;background:#0f172a;border-radius:24px;padding:64px;text-align:center;color:#fff}.about-join-title{font-size:28px;font-weight:800;color:#fff;margin-bottom:16px}.about-join-desc{color:#94a3b8;font-size:16px;margin-bottom:24px;line-height:1.6}.help-page{background:#fff}.help-hero{padding:100px 24px 60px;text-align:center;background:linear-gradient(180deg,#f0fdf4,#fff)}.help-hero-title{font-size:40px!important;letter-spacing:-.03em;margin-bottom:16px!important}.help-hero-desc{font-size:18px;color:#64748b;max-width:500px;margin:0 auto}.help-faq{padding:60px 24px}.help-faq-inner{max-width:720px;margin:0 auto}.help-faq-title{text-align:center;margin-bottom:40px!important;font-size:28px!important}.help-collapse :global .ant-collapse-item{border-radius:12px!important;margin-bottom:12px!important;border:1px solid #e2e8f0!important;overflow:hidden}.help-collapse :global .ant-collapse-header{font-weight:600;font-size:16px!important;padding:20px 24px!important}.help-collapse :global .ant-collapse-content-box{padding:0 24px 20px!important;font-size:15px;color:#64748b;line-height:1.6}.help-cta{padding:80px 24px;text-align:center;background:#f8fafc}@media(max-width:768px){.help-hero{padding:60px 16px 40px}.help-hero-title{font-size:28px!important}.help-hero-desc{font-size:14px}.help-faq{padding:40px 16px}.help-cta{padding:48px 16px}}.api-page{background:#fff}.api-hero{padding:100px 24px 60px;text-align:center;background:linear-gradient(180deg,#f0fdf4,#fff)}.api-hero-title{font-size:40px!important;letter-spacing:-.03em;margin-bottom:16px!important}.api-hero-desc{font-size:18px;color:#64748b;max-width:500px;margin:0 auto}.api-content{padding:60px 24px}.api-content-inner{max-width:800px;margin:0 auto}.api-section{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid #f1f5f9}.api-section:last-child{border-bottom:none}.api-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){.api-info-grid{grid-template-columns:1fr}}.api-info-item{background:#f8fafc;padding:16px;border-radius:10px;display:flex;flex-direction:column;gap:8px}.api-endpoints{display:flex;flex-direction:column;gap:12px}.api-endpoint{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9;transition:all .2s ease}.api-endpoint:hover{border-color:#a7f3d0;background:#fff}@media(max-width:640px){.api-endpoint{flex-direction:column;align-items:flex-start}}.api-method{font-size:12px;font-weight:700;color:#fff;padding:3px 10px;border-radius:6px;letter-spacing:.05em;flex-shrink:0}.api-path{font-family:JetBrains Mono,SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:14px;color:#1e293b;flex-shrink:0}.api-endpoint-desc{font-size:13px;color:#64748b;margin-left:auto}@media(max-width:640px){.api-endpoint-desc{margin-left:0}}.api-code-block{background:#0f172a;border-radius:12px;padding:24px;overflow-x:auto}.api-code-block pre{color:#cbd5e1;font-family:JetBrains Mono,SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:14px;line-height:1.7;margin:0;white-space:pre-wrap}@media(max-width:768px){.api-hero{padding:60px 16px 40px}.api-hero-title{font-size:28px!important}.api-hero-desc{font-size:14px}.api-content{padding:40px 16px}.api-info-grid{grid-template-columns:1fr}.api-endpoint{flex-direction:column;align-items:flex-start}.api-endpoint-desc{margin-left:0}.api-code-block{padding:16px}.api-code-block pre{font-size:12px}}.login-page{display:flex;min-height:100vh;background:#fff}.login-brand{flex:1;background:#0f172a;color:#fff;padding:64px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.login-brand-glow{position:absolute;top:-10%;right:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);filter:blur(60px)}.login-brand-content{position:relative;z-index:1;max-width:480px}.login-logo-box{width:40px;height:40px;border-radius:10px;background:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0}.login-brand-name{font-size:24px;font-weight:800;letter-spacing:-.03em}.login-brand-title{color:#fff;margin-bottom:24px;letter-spacing:-.02em;font-size:48px}.login-brand-highlight{color:#10b981}.login-brand-desc{color:#94a3b8;font-size:18px;margin-bottom:48px;line-height:1.6}.login-feature-text{color:#cbd5e1;font-size:16px}.login-form-side{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px}.login-form-container{width:100%;max-width:400px}.login-mobile-logo{display:none;margin-bottom:40px}.login-mobile-logo-box{width:32px;height:32px;border-radius:8px;background:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0}.login-mobile-logo-name{font-weight:800;font-size:16px;color:#0f172a}.login-form-title{margin-bottom:8px;letter-spacing:-.02em}.login-form-subtitle{display:block;margin-bottom:40px;font-size:16px}.login-form-forgot{display:flex;justify-content:flex-end;margin-bottom:24px}.login-submit-btn{height:48px;font-size:18px}.login-form-footer{text-align:center;margin-top:32px}.login-form-footer-link{font-weight:600}.login-input-icon{color:#94a3b8}@media(max-width:768px){.login-page{flex-direction:column}.login-brand{display:none}.login-form-side{padding:32px 16px;min-height:100vh}.login-mobile-logo{display:flex;align-items:center;gap:12px}.login-form-container{max-width:100%}}.register-page{display:flex;min-height:100vh;background:#fff}.register-brand{flex:1;background:#0f172a;color:#fff;padding:64px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.register-brand-glow{position:absolute;bottom:-10%;left:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);filter:blur(60px)}.register-brand-content{position:relative;z-index:1;max-width:480px}.register-logo-box{width:40px;height:40px;border-radius:10px;background:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0}.register-brand-name{font-size:24px;font-weight:800;letter-spacing:-.03em}.register-brand-title{color:#fff;margin-bottom:24px;letter-spacing:-.02em;font-size:48px}.register-brand-highlight{color:#10b981}.register-brand-desc{color:#94a3b8;font-size:18px;margin-bottom:48px;line-height:1.6}.register-feature-text{color:#cbd5e1;font-size:16px}.register-form-side{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px}.register-form-container{width:100%;max-width:400px}.register-mobile-logo{display:none;margin-bottom:40px}.register-mobile-logo-box{width:32px;height:32px;border-radius:8px;background:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0}.register-mobile-logo-name{font-weight:800;font-size:16px;color:#0f172a}.register-form-title{margin-bottom:8px;letter-spacing:-.02em}.register-form-subtitle{display:block;margin-bottom:40px;font-size:16px}.register-submit-btn{height:48px;font-size:18px}.register-form-footer{text-align:center;margin-top:32px}.register-form-footer-link{font-weight:600}.register-input-icon{color:#94a3b8}.register-agreement{margin-bottom:24px}@media(max-width:768px){.register-page{flex-direction:column}.register-brand{display:none}.register-form-side{padding:32px 16px;min-height:100vh}.register-mobile-logo{display:flex;align-items:center;gap:12px}.register-form-container{max-width:100%}}.dashboard-page{max-width:1200px;margin:32px auto;padding:0 16px}.dashboard-header{margin-bottom:32px}.dashboard-header-title{margin:0;letter-spacing:-.02em}.dashboard-stat-title{color:#64748b;font-size:14px}.dashboard-stat-value{font-family:JetBrains Mono,SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-weight:800;font-size:28px;color:#0f172a}.dashboard-stat-suffix{font-size:14px;margin-left:4px}.dashboard-risk-high{color:#ef4444;font-weight:700}.dashboard-risk-zero{color:#10b981}.dashboard-tip-card{background:#0f172a;color:#fff}.dashboard-tip-title{color:#fff;margin:0}.dashboard-tip-text{color:#94a3b8;display:block;margin-top:12px}@media(max-width:768px){.dashboard-page{max-width:100%;padding:0 12px}.dashboard-stat-value{font-size:24px}}.upload-page{max-width:1200px;margin:24px auto 0;padding:0 16px}@media(max-width:768px){.upload-page{padding:0 12px;max-width:100%}}.upload-alert{margin-bottom:20px;border-radius:10px}.upload-header{margin-bottom:24px}.upload-header-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.upload-header-icon{width:40px;height:40px;border-radius:12px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.upload-header-icon .anticon{color:#fff;font-size:20px}.upload-header-title{font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.upload-header-subtitle{font-size:13px;color:#64748b;margin-left:52px}@media(max-width:768px){.upload-header-subtitle{margin-left:0;margin-top:8px}}.upload-drop-zone{border:1.5px dashed;border-radius:14px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:20px}.upload-drop-zone--empty{background:linear-gradient(180deg,#f0fdf4,#fff);border-color:#a7f3d0}.upload-drop-zone--has-files{background:#fff;border-color:#a7f3d0;margin-bottom:20px}.upload-drop-zone--no-credits{border-color:#e2e8f0}.upload-drop-zone-dragger--empty{padding:48px 0;background:transparent}.upload-drop-zone-dragger--compact{padding:16px 0;background:transparent}.upload-drop-icon--normal{font-size:44px;color:#10b981;margin-bottom:8px}.upload-drop-icon--compact{font-size:28px;color:#10b981;margin-bottom:4px}.upload-drop-icon--disabled{font-size:44px;color:#cbd5e1;margin-bottom:8px}.upload-drop-text{font-size:14px;font-weight:600;margin:0}.upload-drop-text--normal{color:#0f172a}.upload-drop-text--disabled{color:#9ca3af}.upload-drop-text--compact{font-size:13px;color:#0f172a}.upload-drop-hint{font-size:12px;color:#94a3b8;margin:4px 0 0}@media(max-width:768px){.upload-drop-hint{font-size:11px}}.upload-options-bar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:12px 16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:20px}@media(max-width:768px){.upload-options-bar{padding:12px;gap:8px}}.upload-options-label{font-size:12px;color:#64748b;font-weight:600;margin-right:4px}@media(max-width:768px){.upload-options-label{width:100%;margin-bottom:4px}}.upload-options-divider{width:1px;height:16px;background:#e2e8f0;margin:0 6px}@media(max-width:768px){.upload-options-divider{display:none}}.upload-option-item{display:flex;align-items:center;gap:6px;padding:3px 10px 3px 6px;border-radius:6px;transition:all .15s}.upload-option-item--active{background:#ecfdf5;border:1px solid #a7f3d0}.upload-option-item--inactive{background:transparent;border:1px solid transparent}.upload-option-icon{font-size:13px}.upload-option-icon--active{color:#10b981}.upload-option-icon--inactive{color:#94a3b8}.upload-option-label{font-size:12px}.upload-option-label--active{color:#0f172a;font-weight:600}.upload-option-label--inactive{color:#94a3b8}.upload-party-selector{display:flex;align-items:center;gap:4px;padding:3px 10px;border-radius:6px;background:#eff6ff;border:1px solid #bfdbfe}@media(max-width:768px){.upload-party-selector{width:100%;flex-wrap:wrap;padding:8px 12px}}.upload-party-label{font-size:12px;color:#3b82f6;font-weight:600;margin-right:4px}.upload-redact-selector{display:flex;align-items:center;gap:4px;flex-wrap:wrap;padding:3px 10px;border-radius:6px;background:#f0fdf4;border:1px solid #bbf7d0}@media(max-width:768px){.upload-redact-selector{width:100%;padding:8px 12px}}.upload-redact-label{font-size:12px;color:#10b981;font-weight:600;margin-right:4px}.upload-redact-checkbox-text{font-size:12px}.upload-file-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.upload-file-list-title{font-size:14px;font-weight:700;color:#0f172a}.upload-file-list-count{font-size:12px;color:#64748b}.upload-file-list-active{font-size:12px;color:#3b82f6}.upload-file-list-completed{font-size:12px;color:#10b981}.upload-file-list{display:flex;flex-direction:column;gap:8px}.upload-file-item{padding:14px 18px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;transition:all .15s}@media(max-width:768px){.upload-file-item{padding:12px}}.upload-file-row{display:flex;align-items:center;justify-content:space-between}.upload-file-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.upload-file-icon-box{width:32px;height:32px;border-radius:10px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upload-file-icon-box--completed{background:#ecfdf5}.upload-file-icon-box--rate-limited{background:#fffbeb}.upload-file-icon-box--failed{background:#fef2f2}.upload-file-icon-box--active{background:#eff6ff}.upload-file-icon{font-size:15px}.upload-file-icon--completed{color:#10b981}.upload-file-icon--rate-limited{color:#f59e0b}.upload-file-icon--failed{color:#ef4444}.upload-file-icon--active{color:#3b82f6}.upload-file-text{flex:1;min-width:0}.upload-file-name-row{display:flex;align-items:center;gap:8px}.upload-file-name{font-size:13px;font-weight:600;color:#0f172a}.upload-file-size{font-size:11px;color:#94a3b8;flex-shrink:0}.upload-file-stage-row{display:flex;align-items:center;gap:6px;margin-top:2px}.upload-file-stage-label{font-size:11px;display:flex;align-items:center;gap:3px}.upload-file-stage-label--uploading{color:#3b82f6}.upload-file-stage-label--uploaded{color:#10b981}.upload-file-stage-label--upload-error{color:#ef4444}.upload-file-stage-label--queued{color:#f59e0b}.upload-file-stage-label--running{color:#3b82f6}.upload-file-stage-label--rate-limited{color:#f59e0b}.upload-file-stage-label--completed{color:#10b981}.upload-file-stage-label--failed{color:#ef4444}.upload-file-percent{font-size:11px;color:#94a3b8}.upload-file-actions{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:12px}.upload-view-btn{border-radius:6px;font-size:12px;height:28px;background:#10b981;border-color:#10b981}.upload-remove-btn{color:#cbd5e1;width:28px;height:28px}.upload-progress{margin-top:12px}.upload-progress-track{height:4px;border-radius:2px;background:#f1f5f9;overflow:hidden}.upload-progress-fill{height:100%;border-radius:2px;transition:width .5s ease}.upload-progress-fill--completed{background:#10b981}.upload-progress-fill--rate-limited{background:#f59e0b}.upload-progress-fill--failed{background:#ef4444}.upload-progress-fill--active{background:linear-gradient(90deg,#3b82f6,#10b981)}.upload-progress-markers{display:flex;justify-content:space-between;margin-top:4px}.upload-error-box{margin-top:6px;padding:4px 8px;background:#fef2f2;border-radius:6px}.upload-error-text{font-size:11px;color:#ef4444}.upload-file-list-summary{display:flex;align-items:center;gap:12px}.upload-error-icon{margin-right:4px}.upload-progress-marker{font-size:10px}.upload-progress-marker--done{color:#10b981}.upload-progress-marker--failed{color:#ef4444}.upload-progress-marker--pending{color:#94a3b8}.upload-progress-marker--idle{color:#e2e8f0}.documents-page{max-width:1200px;margin:0 auto;padding:0 16px}.documents-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.documents-header-icon{width:36px;height:36px;border-radius:10px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.documents-header-title{font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.documents-header-subtitle{font-size:12px;color:#64748b;margin-top:1px}.documents-upload-btn{border-radius:8px;font-weight:600;height:36px}@media(max-width:768px){.documents-page{max-width:100%;padding:0 12px}.documents-header{flex-direction:column;align-items:flex-start;gap:12px}}.document-detail-page{max-width:1200px;margin:0 auto;padding:0 16px}.document-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.document-detail-icon{width:36px;height:36px;border-radius:10px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.document-detail-filename{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:16px 8px 0}.document-detail-meta{font-size:12px;color:#94a3b8}.document-detail-report-btn{border-radius:8px;background:#10b981;border-color:#10b981;font-weight:600;height:36px;padding:0 20px}.document-detail-progress-card{border-radius:12px;margin-bottom:16px;background:#eff6ff;border-color:#bfdbfe}.document-detail-progress-text{font-size:13px;font-weight:600;color:#1e40af}.document-detail-progress-percent{font-size:12px;color:#3b82f6;font-weight:600}.document-detail-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}.document-detail-info-label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.document-detail-info-value{font-size:13px;color:#0f172a;margin-top:2px;word-break:break-all}.document-detail-text-preview{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.document-detail-text-preview-label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.document-detail-text-preview-content{margin-top:8px;max-height:400px;overflow:auto;background:#f8fafc;padding:12px;border-radius:10px;border:1px solid #e2e8f0}.document-detail-text-preview-text{font-size:12px;color:#475569;white-space:pre-wrap}@media(max-width:768px){.document-detail-page{max-width:100%;padding:0 12px}.document-detail-header{flex-direction:column;align-items:flex-start;gap:12px}.document-detail-info-grid{grid-template-columns:1fr}}.report-detail-page{max-width:1200px;margin:0 auto;padding:0 16px}@media(max-width:768px){.report-detail-page{padding:0 12px;max-width:100%}}.report-header{display:flex;align-items:center;justify-content:space-between;margin-top:16px;margin-bottom:24px;flex-wrap:wrap;gap:12px}@media(max-width:768px){.report-header{flex-direction:column;align-items:flex-start}}.report-header-left{display:flex;align-items:center;gap:12px}.report-back-btn{padding:0;color:#64748b}.report-header-icon{width:40px;height:40px;border-radius:12px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.report-header-icon .anticon{color:#fff;font-size:20px}.report-header-title{font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.report-header-filename{font-size:12px;color:#64748b;margin-top:1px}.report-header-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.report-tag-complete{background:#ecfdf5;border-color:#a7f3d0;color:#065f46;font-weight:600;font-size:12px;padding:2px 10px}.report-tag-party-a{background:#fef3c7;border-color:#fcd34d;color:#92400e;font-weight:600;font-size:12px;padding:2px 10px}.report-tag-party-b{background:#e0e7ff;border-color:#a5b4fc;color:#3730a3;font-weight:600;font-size:12px;padding:2px 10px}.report-tag-both{background:#f0f9ff;border-color:#bae6fd;color:#0369a1;font-weight:600;font-size:12px;padding:2px 10px}.report-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}@media(max-width:768px){.report-stats{grid-template-columns:repeat(2,1fr)}}.report-stat-card{padding:16px 18px;border-radius:12px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:4px}.report-stat-card--total{background:#f8fafc}.report-stat-card--high{background:#fef2f2}.report-stat-card--medium{background:#fffbeb}.report-stat-card--low{background:#eff6ff}.report-stat-header{display:flex;align-items:center;justify-content:space-between}.report-stat-label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.report-stat-value{font-size:32px;font-weight:800;line-height:1.1}.report-stat-value--total{color:#0f172a}.report-stat-value--high{color:#dc2626}.report-stat-value--medium{color:#d97706}.report-stat-value--low{color:#2563eb}.report-proportion-bar{display:flex;height:6px;border-radius:3px;overflow:hidden;margin-bottom:32px;box-shadow:inset 0 1px 2px #0000001a}.report-proportion-segment{transition:width .5s ease}.report-proportion-segment--high{background:linear-gradient(180deg,#ef4444,#dc2626)}.report-proportion-segment--medium{background:linear-gradient(180deg,#f59e0b,#d97706)}.report-proportion-segment--low{background:linear-gradient(180deg,#3b82f6,#2563eb)}.report-section{margin-bottom:32px}.report-section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.report-section-icon{font-size:16px}.report-section-icon--risk{color:#f59e0b}.report-section-icon--redact{color:#10b981}.report-section-icon--doc{color:#3b82f6}.report-section-title{font-size:16px;font-weight:700;color:#0f172a}.report-section-count{font-size:13px;color:#94a3b8}.report-doc-preview{border-radius:14px;border:1px solid #e2e8f0;background:#fff;overflow:hidden;margin-bottom:32px}.report-doc-preview-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border-bottom:1px solid #e2e8f0;transition:all .2s}@media(max-width:768px){.report-doc-preview-header{padding:12px 16px}}.report-doc-preview-title-area{display:flex;align-items:center;gap:12px}.report-doc-preview-icon-box{width:32px,9px;height:32px,9px;border-radius:#f0f9ff;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.report-doc-preview-icon-box .anticon{font-size:15px;color:#0284c7}.report-doc-preview-title{font-size:14px;font-weight:700;color:#0f172a}.report-doc-preview-subtitle{font-size:11px;color:#94a3b8}.report-doc-preview-toggle{width:28px,10px;height:28px,10px;border-radius:#f1f5f9;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.report-doc-preview-toggle .anticon{font-size:11px;color:#64748b}.report-doc-preview-body{padding:20px}@media(max-width:768px){.report-doc-preview-body{padding:16px}}.report-search-bar{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:6px 12px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.report-search-icon{color:#94a3b8;font-size:13px}.report-search-input{flex:1;border:none;outline:none;background:transparent;font-size:12px;color:#0f172a;font-family:inherit}.report-search-clear{font-size:11px;color:#94a3b8;height:20px;padding:0 6px}.report-annotated-text{max-height:480px;overflow:auto;background:#fafbfc;padding:16px 18px;border-radius:10px;border:1px solid #e2e8f0;font-family:JetBrains Mono,SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:12.5px;line-height:1.85;color:#334155;white-space:pre-wrap;word-break:break-word}.report-annotated-text::-webkit-scrollbar{width:6px;height:6px}.report-annotated-text::-webkit-scrollbar-track{background:transparent}.report-annotated-text::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.report-annotated-text::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:768px){.report-annotated-text{max-height:360px;font-size:12px;padding:12px}}.report-text-match-info{margin-bottom:12px;padding:6px 12px;background:#fefce8;border-radius:6px;font-size:11px;color:#854d0e;font-weight:500;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.report-text-highlight{background:#fef08a;color:#713f12;padding:1px 2px;border-radius:2px}.report-annotation-risk{background:#fef2f2;border-bottom:2px solid #dc2626;padding:1px 3px;border-radius:2px;cursor:pointer;position:relative;transition:all .15s}.report-annotation-risk--medium{background:#fffbeb;border-bottom-color:#d97706}.report-annotation-risk--low{background:#eff6ff;border-bottom-color:#2563eb}.report-annotation-risk:hover{filter:brightness(.95)}.report-annotation-redact{background:#ecfdf5;border-bottom:2px dashed #10b981;padding:1px 3px;border-radius:2px;color:#065f46;font-weight:500}.report-annotation-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#0f172a;color:#fff;font-size:11px;padding:4px 8px;border-radius:6px;white-space:nowrap;z-index:10;pointer-events:none;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.report-annotation-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#0f172a}.report-risk-group{display:flex;flex-direction:column;gap:32px}.report-risk-party-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.report-risk-party-dot{width:8px;height:8px;border-radius:4px}.report-risk-party-dot--a{background:#f59e0b}.report-risk-party-dot--b{background:#6366f1}.report-risk-party-name{font-size:14px;font-weight:700}.report-risk-party-name--a{color:#92400e}.report-risk-party-name--b{color:#3730a3}.report-risk-party-tag{font-weight:600;font-size:11px;padding:0 8px;margin:0}.report-risk-party-tag--a{background:#fef3c7;border-color:#fcd34d;color:#92400e}.report-risk-party-tag--b{background:#e0e7ff;border-color:#a5b4fc;color:#3730a3}.report-risk-list{display:flex;flex-direction:column;gap:12px}.report-risk-item{border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#fff;transition:all .2s}.report-risk-item--expanded-high{border-color:#fecaca;background:#fef2f2}.report-risk-item--expanded-medium{border-color:#fde68a;background:#fffbeb}.report-risk-item--expanded-low{border-color:#bfdbfe;background:#eff6ff}.report-risk-item-header{padding:14px 18px;cursor:pointer;display:flex;align-items:flex-start;gap:12px}@media(max-width:768px){.report-risk-item-header{padding:12px;gap:8px}}.report-risk-index{width:28px;height:28px;border-radius:10px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b}.report-risk-index--high{background:#fef2f2;border-color:#fecaca;color:#dc2626}.report-risk-index--medium{background:#fffbeb;border-color:#fde68a;color:#d97706}.report-risk-index--low{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.report-risk-content{flex:1;min-width:0}.report-risk-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.report-risk-title{font-size:14px;font-weight:700;color:#0f172a}.report-risk-severity-tag{font-size:10px;padding:0 6px;margin:0;font-weight:600}.report-risk-severity-tag--high{color:#dc2626;background:#fef2f2;border-color:#fecaca}.report-risk-severity-tag--medium{color:#d97706;background:#fffbeb;border-color:#fde68a}.report-risk-severity-tag--low{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.report-risk-type-tag{font-size:10px;padding:0 6px;margin:0}.report-risk-excerpt{font-size:12px;color:#64748b;margin:0}.report-risk-position{font-size:10px;color:#94a3b8;margin-top:2px;display:flex;align-items:center;gap:4px}.report-risk-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.report-risk-confidence{width:36px,10px;height:36px,10px;border-radius:#f8fafc;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;font-weight:700;color:#64748b}.report-risk-expand-icon{font-size:10px;color:#cbd5e1;transition:transform .2s}.report-risk-detail{padding:0 18px 16px;margin-left:40px}@media(max-width:768px){.report-risk-detail{margin-left:0;padding:0 12px 12px}}.report-risk-detail-section{margin-bottom:12px}.report-risk-detail-label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;display:block}.report-risk-detail-label--suggestion{color:#10b981}.report-risk-detail-block{padding:12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.report-risk-detail-block--suggestion{background:#ecfdf5;border-color:#a7f3d0}.report-risk-detail-text{font-size:13px;color:#334155;white-space:pre-wrap;line-height:1.7}.report-risk-detail-text--suggestion{color:#065f46}.report-risk-detail-text--legal{font-size:12px;color:#475569}.report-risk-legal-block{margin-top:6px;padding:8px 12px;border-radius:10px;background:#f1f5f9;display:inline-block}.report-redact-groups{display:flex;flex-direction:column;gap:16px}.report-redact-group{padding:14px 18px;border-radius:12px;background:#fff;border:1px solid #e2e8f0}@media(max-width:768px){.report-redact-group{padding:12px}}.report-redact-group-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.report-redact-type-tag{background:#ecfdf5;border-color:#a7f3d0;color:#065f46;font-weight:600;font-size:12px}.report-redact-count{font-size:12px;color:#94a3b8}.report-redact-items{display:flex;flex-wrap:wrap;gap:8px}.report-redact-item{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .15s;cursor:default}.report-redact-original{color:#ef4444;font-size:12px;font-weight:500;text-decoration:line-through}.report-redact-arrow{color:#cbd5e1;font-size:10px}.report-redact-masked{color:#10b981;font-size:12px;font-weight:700}.report-summary{padding:16px 20px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}@media(max-width:768px){.report-summary{padding:12px 16px;gap:16px}}.report-summary-icon{color:#94a3b8;font-size:16px}.report-summary-items{display:flex;gap:32px;flex:1;flex-wrap:wrap}@media(max-width:768px){.report-summary-items{gap:20px}}.report-summary-item-label{font-size:11px;color:#94a3b8;font-weight:600}.report-summary-item-value{font-size:13px;font-weight:700;color:#0f172a}.report-preview-footer{margin-top:12px;display:flex;align-items:center;justify-content:space-between;padding:0 2px}.report-preview-footer-text{font-size:11px;color:#94a3b8}.report-empty-card{border-radius:12px}.report-loading{text-align:center;padding:80px 0}.report-tag-complete-icon{margin-right:4px}.report-stat-icon--total{color:#f59e0b}.report-stat-icon--high{color:#ef4444}.report-stat-icon--medium{color:#f59e0b}.report-stat-icon--low{color:#3b82f6}.report-doc-preview-title-row{display:flex;align-items:center;gap:8px}.report-doc-preview-annotation-tag{font-size:10px;padding:0 6px;margin:0;background:#f0f9ff;border-color:#bae6fd;color:#0369a1;font-weight:500}.report-legend{display:flex;align-items:center;gap:16px;margin-top:12px;flex-wrap:wrap}.report-legend-item{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#64748b}.report-legend-line{display:inline-block;width:24px;height:4px;border-radius:2px}.report-legend-line--high{background:#dc2626}.report-legend-line--medium{background:#d97706}.report-legend-line--low{background:#2563eb}.report-legend-line--redact{display:inline-block;width:24px;height:0;border-top:2px dashed #10b981}.report-preview-footer-icon{margin-right:4px}.report-risk-expand-icon--expanded{transform:rotate(90deg)}.report-export-btn{height:36px;padding:0 16px;border-radius:10px;font-weight:600;font-size:12px;display:inline-flex;align-items:center;gap:4px;box-shadow:0 4px 12px #10b98140;transition:all .2s}.report-export-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #10b98159}.report-export-btn:active{transform:translateY(0)}.export-modal .ant-modal-content{border-radius:14px;padding:0;overflow:hidden}.export-modal .ant-modal-body{padding:24px 24px 20px}.export-modal .ant-modal-close{top:16px;right:16px;color:#94a3b8;width:32px;height:32px;border-radius:10px}.export-modal .ant-modal-close:hover{background:#f1f5f9;color:#475569}.export-modal-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.export-modal-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#ecfdf5;border:1px solid #a7f3d0}.export-modal-icon .anticon{font-size:22px;color:#10b981}.export-modal-title{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.export-modal-subtitle{font-size:12px;color:#94a3b8;margin-top:2px}.export-modal-section{margin-bottom:20px}.export-modal-section-title{font-size:13px;font-weight:600;color:#334155;margin-bottom:12px;display:flex;align-items:center;gap:4px}.export-modal-section-title .anticon{color:#94a3b8}.export-format-group{width:100%;display:flex;gap:12px}.export-format-group .export-format-btn{flex:1;height:44px;border-radius:12px;font-weight:600;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;border:1px solid #e2e8f0;background:#f8fafc}.export-format-group .export-format-btn .anticon{font-size:14px}.export-format-group .export-format-btn.ant-radio-button-wrapper-checked{border-color:#10b981;background:#ecfdf5;color:#065f46;box-shadow:none}.export-format-group .export-format-btn.ant-radio-button-wrapper-checked .anticon{color:#10b981}.export-format-group .export-format-btn.ant-radio-button-wrapper-checked:before{background-color:#10b981}.export-format-group .export-format-btn:hover{border-color:#34d399}.export-options-grid{display:flex;flex-direction:column;gap:12px}.export-options-grid .ant-checkbox-wrapper{display:flex;align-items:flex-start;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;transition:all .15s;margin:0}.export-options-grid .ant-checkbox-wrapper:hover,.export-options-grid .ant-checkbox-wrapper.ant-checkbox-wrapper-checked{border-color:#a7f3d0;background:#ecfdf5}.export-options-grid .ant-checkbox{align-self:center;flex-shrink:0}.export-options-grid .ant-checkbox+span{display:flex;flex-direction:column;gap:2px}.export-option-label{font-size:13px;font-weight:600;color:#1e293b}.export-option-desc{font-size:11px;color:#94a3b8;line-height:1.5}.export-watermark-input-area{display:flex;align-items:center;gap:12px;margin-top:8px;padding:8px 16px;border-radius:10px;border:1px solid #a7f3d0;background:#ecfdf5}.export-watermark-input{flex:1;height:32px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#1e293b;background:#fff;outline:none;transition:border-color .15s}.export-watermark-input:focus{border-color:#10b981}.export-watermark-input::placeholder{color:#94a3b8}.export-progress-area{margin:20px 0;padding:16px;background:#ecfdf5;border-radius:10px;border:1px solid #a7f3d0}.export-progress-text{margin-top:8px;font-size:12px;color:#065f46;display:flex;align-items:center;gap:8px}.export-progress-text .anticon{color:#10b981}.export-modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.export-confirm-btn{min-width:120px;height:40px;border-radius:10px;font-weight:600;box-shadow:0 4px 12px #10b98140}.export-confirm-btn:hover{box-shadow:0 6px 16px #10b98159}@media(max-width:768px){.export-modal-header{flex-direction:column;align-items:flex-start;gap:12px}.export-format-group{flex-direction:column}.export-format-group .export-format-btn{width:100%}.export-options-grid .ant-checkbox-wrapper{padding:8px 12px}.export-modal-footer{flex-direction:column}.export-modal-footer .ant-btn{width:100%}}.billing-page{max-width:1200px;margin:0 auto;padding:0 16px}.billing-stats-card{margin-top:16px;margin-bottom:24px}@media(max-width:768px){.billing-page{padding:0 12px}}.settings-page{max-width:1200px;margin:0 auto;padding:0 16px}.settings-page-title{margin-bottom:20px!important}.settings-card{margin-top:0}.settings-card .ant-card-body{padding:8px 24px 24px}.settings-card .ant-tabs-nav:before{border-bottom:1px solid #e2e8f0!important}.settings-tab-content{padding-top:8px}.settings-form{max-width:420px}.settings-form .ant-form-item-label>label{font-weight:500;color:#334155}.security-info-section{margin-bottom:8px}.security-info-section .ant-descriptions-item-label{font-weight:500;min-width:100px}.settings-icon-muted{color:#94a3b8}@media(max-width:768px){.settings-page{padding:0 12px}.settings-form{max-width:100%}.settings-card .ant-card-body{padding:8px 12px 16px}}.admin-dashboard-row{margin-top:24px}@media(max-width:768px){.admin-dashboard-row{padding:0 12px}}.admin-table{margin-top:16px}@media(max-width:768px){.admin-table{padding:0 12px;overflow-x:auto}}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPQ.ttf) format("truetype")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjPQ.ttf) format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format("truetype")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/plusjakartasans/v12/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNSg.ttf) format("truetype")}:root{--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", "Cascadia Code", Consolas, monospace;--header-height: 64px;--sidebar-width: 240px}html,body,#root{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#0f172a;overflow-x:hidden}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}body::-webkit-scrollbar-thumb:hover{background:#94a3b8}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.03;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap!important}.flex-1{flex:1!important}.flex-shrink-0{flex-shrink:0!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.items-end{align-items:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-end{justify-content:flex-end!important}.gap-1{gap:4px!important}.gap-2{gap:8px!important}.gap-3{gap:12px!important}.gap-4{gap:16px!important}.gap-6{gap:24px!important}.gap-8{gap:32px!important}.grid-cols-4{grid-template-columns:repeat(4,1fr)!important}.m-0{margin:0!important}.mt-2{margin-top:8px!important}.mt-4{margin-top:16px!important}.mt-6{margin-top:24px!important}.mt-8{margin-top:32px!important}.mt-10{margin-top:40px!important}.mt-12{margin-top:48px!important}.mt-16{margin-top:64px!important}.mt-24{margin-top:24px!important}.mt-32{margin-top:32px!important}.mt-48{margin-top:48px!important}.mb-0{margin-bottom:0!important}.mb-2{margin-bottom:8px!important}.mb-4{margin-bottom:16px!important}.mb-6{margin-bottom:24px!important}.mb-8{margin-bottom:32px!important}.mb-10{margin-bottom:40px!important}.mb-12{margin-bottom:12px!important}.mb-16{margin-bottom:16px!important}.mb-20{margin-bottom:20px!important}.mb-24{margin-bottom:24px!important}.mb-28{margin-bottom:28px!important}.mb-32{margin-bottom:32px!important}.mb-48{margin-bottom:48px!important}.mb-64{margin-bottom:64px!important}.ml-10{margin-left:10px!important}.p-0{padding:0!important}.p-2{padding:8px!important}.p-3{padding:12px!important}.p-4{padding:16px!important}.p-6{padding:24px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.px-18{padding-left:18px!important;padding-right:18px!important}.px-20{padding-left:20px!important;padding-right:20px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.w-full{width:100%!important}.min-w-0{min-width:0!important}.max-w-400{max-width:400px!important}.max-w-480{max-width:480px!important}.max-w-560{max-width:560px!important}.max-w-720{max-width:720px!important}.max-w-900{max-width:900px!important}.max-w-960{max-width:960px!important}.max-w-1200{max-width:1200px!important}.h-full{height:100%!important}.min-h-screen{min-height:100vh!important}.text-xs{font-size:10px!important}.text-sm{font-size:11px!important}.text-base{font-size:12px!important}.text-md{font-size:13px!important}.text-lg{font-size:14px!important}.text-xl{font-size:16px!important}.text-2xl{font-size:18px!important}.text-3xl{font-size:20px!important}.text-4xl{font-size:24px!important}.text-5xl{font-size:28px!important}.text-6xl{font-size:32px!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-mono{font-family:JetBrains Mono,SF Mono,Fira Code,Cascadia Code,Consolas,monospace!important}.font-sans{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.text-primary,.text-success{color:#10b981!important}.text-warning{color:#f59e0b!important}.text-error{color:#ef4444!important}.text-info{color:#3b82f6!important}.text-heading{color:#0f172a!important}.text-body{color:#334155!important}.text-secondary{color:#64748b!important}.text-muted{color:#94a3b8!important}.text-light{color:#cbd5e1!important}.text-white{color:#fff!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-left{text-align:left!important}.text-uppercase{text-transform:uppercase!important}.leading-tight{line-height:1.1!important}.leading-snug{line-height:1.3!important}.leading-normal{line-height:1.5!important}.leading-relaxed{line-height:1.6!important}.leading-loose{line-height:1.7!important}.tracking-tight{letter-spacing:-.02em!important}.tracking-tighter{letter-spacing:-.03em!important}.tracking-widest{letter-spacing:.05em!important}.whitespace-pre-wrap{white-space:pre-wrap!important}.word-break-all{word-break:break-all!important}.word-break-word{word-break:break-word!important}.bg-white{background:#fff!important}.bg-gray-50{background:#f8fafc!important}.bg-gray-100{background:#f1f5f9!important}.bg-dark{background:#0f172a!important}.bg-primary{background:#10b981!important}.bg-primary-light{background:#ecfdf5!important}.border{border:1px solid #e2e8f0!important}.border-0{border:none!important}.border-b{border-bottom:1px solid #e2e8f0!important}.border-t{border-top:1px solid #e2e8f0!important}.border-primary{border-color:#10b981!important}.border-radius-sm{border-radius:6px!important}.border-radius-md{border-radius:8px!important}.border-radius-lg{border-radius:10px!important}.border-radius-xl{border-radius:12px!important}.border-radius-full{border-radius:100px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.z-1{z-index:1!important}.z-90{z-index:90!important}.z-100{z-index:100!important}.z-1000{z-index:1000!important}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.select-none{-webkit-user-select:none!important;user-select:none!important}.transition-all{transition:all .2s cubic-bezier(.4,0,.2,1)!important}.transition-fast{transition:all .15s cubic-bezier(.4,0,.2,1)!important}.transition-slow{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.opacity-3{opacity:.03!important}.pointer-events-none{pointer-events:none!important}@media(max-width:768px){.hide-on-mobile{display:none!important}.full-width-mobile{width:100%!important;margin-left:0!important;padding-left:16px!important;padding-right:16px!important}.mobile-stack{flex-direction:column!important}.show-on-mobile-only{display:flex!important}}@media(min-width:769px){.show-on-mobile-only{display:none!important}}.ant-layout{background:transparent!important;min-height:100%}.ant-card{border:1px solid #e2e8f0!important;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a!important;transition:all .2s cubic-bezier(.4,0,.2,1)}.ant-card:hover{border-color:#10b981!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a!important;transform:translateY(-2px)}.ant-table-wrapper{overflow-x:auto}
