*{margin:0;padding:0}body,html{background:#fff;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;scroll-behavior:smooth}code{font-family:Courier New,monospace}.App{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f5f7fa);display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pageExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.header-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.logo-section{gap:20px}.logo{animation:pulse 2s ease-in-out infinite;font-size:48px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.header-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#09f 50%,#6366ff);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:700;letter-spacing:2px;margin:0}.header-text p{color:#00d4ff;font-size:16px;font-weight:300;letter-spacing:1px;margin:8px 0 0}.header-nav{display:flex;gap:12px}.nav-link{background:#0000;border:2px solid #0096ff4d;border-radius:6px;color:#a0a0a0;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .3s ease}.nav-link:hover{border-color:#0096ff99;color:#00d4ff}.nav-link.active{background:linear-gradient(135deg,#00d4ff,#09f);border-color:#00d4ff;color:#fff}@media (max-width:768px){.header-content{flex-direction:column;gap:16px;justify-content:center}.logo-section{flex-direction:column;text-align:center}.header-text h1{font-size:32px}.header-nav{justify-content:center;width:100%}.nav-link{flex:1 1}}.app-main{display:block;flex:1 1;padding:40px 20px;width:100%}.container{animation:fadeIn .8s ease-out;max-width:900px;width:100%}.upload-form{display:flex;flex-direction:column;gap:30px}.drop-zone{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#0064c80d,#3232960d);border:2px dashed #0096ff66;border-radius:16px;cursor:pointer;overflow:hidden;padding:60px 40px;position:relative;text-align:center;transition:all .3s ease}.drop-zone:before{animation:shimmer 3s infinite;background:linear-gradient(135deg,#0000,#0096ff1a 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.drop-zone:hover{background:linear-gradient(135deg,#0064c826,#32329626);border-color:#0096ffb3;box-shadow:0 0 40px #0096ff33;transform:translateY(-4px)}.drop-zone-content{position:relative;z-index:2}.drop-icon{animation:bounce 2s ease-in-out infinite;display:block;font-size:64px;margin-bottom:20px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.drop-zone h2{color:#00d4ff;font-size:28px;font-weight:600;margin:20px 0 10px}.drop-zone p{color:#888;font-size:14px;margin:0}.file-info{align-items:center;animation:slideIn .4s ease-out;background:linear-gradient(135deg,#0096ff1a,#6432ff1a);border-left:4px solid #00d4ff;border-radius:8px;display:flex;gap:20px;padding:20px}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.file-icon{font-size:32px}.file-details{flex:1 1}.file-name{color:#e0e0e0;font-weight:600;margin:0;word-break:break-all}.file-size{color:#888;font-size:13px;margin:4px 0 0}.format-selection{display:flex;flex-direction:column;gap:15px}.format-label{color:#00d4ff;font-size:14px;font-weight:600;letter-spacing:.5px}.format-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.format-option{align-items:center;background:linear-gradient(135deg,#0064c81a,#3232961a);border:2px solid #0096ff4d;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:16px;transition:all .3s ease}.format-option input[type=radio]{accent-color:#00d4ff;cursor:pointer;height:18px;margin-bottom:8px;width:18px}.format-option:hover{background:linear-gradient(135deg,#0064c833,#32329633);border-color:#00d4ff;box-shadow:0 0 20px #0096ff1a}.format-option input[type=radio]:checked+.format-name{color:#00d4ff;font-weight:700}.format-option input[type=radio]:checked{accent-color:#6366ff}.format-name{color:#e0e0e0;font-size:14px;font-weight:600}.format-desc{color:#888;font-size:12px;margin-top:4px}.download-button,.secondary-button,.submit-button{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease}.submit-button{background:linear-gradient(135deg,#00d4ff,#09f 50%,#6366ff);color:#fff;font-size:18px;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 0 40px #0096ff66;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.5}.download-button{background:linear-gradient(135deg,#00d4ff,#09f);color:#fff;flex:1 1}.download-button:hover:not(:disabled){box-shadow:0 0 40px #0096ff66;transform:translateY(-2px)}.download-button:disabled{cursor:not-allowed;opacity:.5}.secondary-button{background:linear-gradient(135deg,#6432ff4d,#3264c84d);border:2px solid #6366ff;color:#00d4ff;flex:1 1}.secondary-button:hover{background:linear-gradient(135deg,#6432ff80,#3264c880);box-shadow:0 0 30px #6366ff4d;transform:translateY(-2px)}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:14px;margin-right:8px;width:14px}@keyframes spin{to{transform:rotate(1turn)}}.message{animation:slideIn .4s ease-out;border-left:4px solid;border-radius:8px;font-weight:500;padding:14px 18px}.message.error{background:#dc262626;border-left-color:#ff6b6b;color:#ff6b6b}.message.success{background:#22c55e26;border-left-color:#4ade80;color:#4ade80}.preview-section{animation:fadeIn .6s ease-out;display:flex;flex-direction:column;gap:30px}.preview-header{border-bottom:2px solid #0096ff4d;padding-bottom:20px;text-align:center}.preview-header h3{color:#00d4ff;font-size:28px;margin:0 0 10px}.preview-subtitle{color:#888;font-size:14px;margin:0}.data-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.data-card{background:linear-gradient(135deg,#0064c81a,#3232961a);border:2px solid #0096ff4d;border-radius:8px;padding:20px;transition:all .3s ease}.data-card:hover{background:linear-gradient(135deg,#0064c833,#32329633);border-color:#00d4ff;box-shadow:0 0 30px #0096ff33;transform:translateY(-4px)}.card-label{color:#888;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px}.card-value{color:#e0e0e0;font-size:18px;font-weight:600;word-break:break-word}.card-value.amount{color:#4ade80;font-size:22px}.json-preview{background:linear-gradient(135deg,#00326433,#1e1e5033);border:2px solid #0096ff4d;border-radius:8px;margin:20px 0;padding:20px}.json-preview h4{color:#00d4ff;font-size:14px;letter-spacing:.5px;margin:0 0 12px}.json-content{background:#0000004d;border-radius:6px;max-height:400px;overflow-x:auto;overflow-y:auto;padding:16px}.json-content pre{color:#00d4ff;font-family:Courier New,monospace;font-size:12px;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}.action-buttons{display:flex;gap:12px}.app-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0064c81a,#3232961a);border-top:2px solid #0096ff4d;color:#888;font-size:13px;margin-top:auto;padding:30px 20px;text-align:center}.app-footer p{letter-spacing:.5px;margin:0}@media (max-width:768px){.header-text h1{font-size:36px}.drop-zone{padding:40px 20px}.drop-icon{font-size:48px}.drop-zone h2{font-size:22px}.data-grid,.format-options{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-buttons button{width:100%}.app-main{padding:40px 20px}}@media (max-width:480px){.header-content{flex-direction:column;gap:10px}.logo{font-size:36px}.header-text h1{font-size:28px}.download-button,.secondary-button,.submit-button{font-size:15px;padding:14px 24px}.app-header{padding:30px 20px}}.home-page{background:linear-gradient(135deg,#0f172a,#1e40af 50%,#3b82f6);display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.home-page:before{background:linear-gradient(135deg,#0f172ae6,#1e40afcc 50%,#3b82f6e6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.home-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border-bottom:1px solid #3b82f64d;box-shadow:0 8px 32px #3b82f61f;left:0;padding:20px 0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:100}.home-header-content{align-items:center;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px}.logo-section{align-items:center;display:flex;gap:16px;transition:transform .3s ease}.logo-section:hover{transform:translateY(-2px)}.logo-image{border-radius:12px;box-shadow:0 4px 12px #3b82f64d;height:auto;transition:transform .2s ease;width:150px}.logo-image:hover{transform:scale(1.05)}.logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:32px;transition:transform .3s ease}.brand-text h1{color:#fff;font-size:24px;font-weight:900;letter-spacing:-.5px;line-height:1;margin:0}.brand-text .tagline{color:#93c5fd;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.main-nav{align-items:center;display:flex;gap:32px}.nav-link{border-radius:8px;color:#fff;font-size:16px;font-weight:600;padding:12px 16px;position:relative;text-decoration:none;transition:all .2s ease}.nav-link:after{background:linear-gradient(135deg,#3b82f6,#1d4ed8);bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link:hover{background:#3b82f61a;color:#93c5fd}.nav-link:hover:after{width:80%}.header-actions{align-items:center;display:flex;gap:20px}.nav-btn{align-items:center;border:2px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;min-width:130px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.nav-btn-secondary{background:#0000;border-color:#ffffff4d;color:#fff}.nav-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-1px)}.nav-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 15px #3b82f64d;color:#fff}.nav-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.home-main{flex:1 1;padding:140px 40px 80px}.features-section,.hero-section,.solutions-section,.tools-section{scroll-margin-top:140px}.hero-section{animation:fadeInUp 1s ease-out;margin:0 auto 120px;max-width:1200px;padding:60px 0;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#93c5fd 30%,#3b82f6 70%,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:72px;font-weight:900;letter-spacing:-2px;line-height:1.1;margin:0 0 32px}.hero-section p{color:#ffffffe6;font-size:22px;font-weight:500;line-height:1.7;margin:0 auto 48px;max-width:800px}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3b82f633;border:1px solid #3b82f64d;border-radius:50px;display:inline-flex;gap:8px;margin-bottom:32px;padding:12px 24px}.hero-badge span{color:#93c5fd;font-size:14px;font-weight:600}.highlight-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fd,#3b82f6);-webkit-background-clip:text;background-clip:text}.hero-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:40px}.cta-secondary{background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.cta-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-4px) scale(1.02)}.btn-icon{font-size:16px;margin-left:8px}.trust-indicators{color:#ffffffb3;font-size:14px;margin-bottom:48px}.hero-visual{margin-top:48px;position:relative}.floating-card{align-items:center;animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;color:#fff;display:flex;flex-direction:column;gap:8px;padding:20px 24px;position:absolute}.card-icon{font-size:24px;margin-bottom:4px}.floating-card span{font-size:12px;font-weight:600;text-align:center}.card-1{animation-delay:0s;left:20%;top:0}.card-2{animation-delay:2s;right:20%;top:30px}.card-3{animation-delay:4s;left:40%;top:60px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(1deg)}}.cta-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8 50%,#1e40af);border:none;border-radius:14px;box-shadow:0 8px 32px #3b82f64d;color:#fff;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:.5px;margin:0 12px;overflow:hidden;padding:18px 48px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.cta-btn:hover:before{left:100%}.cta-btn:hover{box-shadow:0 20px 60px #3b82f666;transform:translateY(-6px) scale(1.05)}.tools-section{margin:0 auto 160px;max-width:1400px;padding:0 40px}.section-header{margin-bottom:64px;text-align:center}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#93c5fd 30%,#3b82f6 70%,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:900;letter-spacing:-1px;margin:0 0 16px}.section-header p{color:#fffc;font-size:18px;font-weight:500;margin:0}.features-section .section-header p,.solutions-section .section-header p{color:#ffffffe6}.tools-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.tool-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:2px solid #ffffff26;border-radius:20px;box-shadow:0 8px 32px #0003;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:32px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.tool-card:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transition:left .6s ease;width:100%;z-index:0}.tool-card:hover:before{left:100%}.tool-card:hover{background:#ffffff26;border-color:#3b82f680;box-shadow:0 20px 60px #3b82f64d;transform:translateY(-8px)}.tool-header{align-items:flex-start;display:flex;gap:16px;margin-bottom:16px;position:relative;z-index:1}.tool-icon{background:#3b82f633;border:1px solid #3b82f64d;border-radius:12px;flex-shrink:0;font-size:40px;padding:12px}.tool-info h3{color:#fff;font-size:20px;font-weight:700;margin:0 0 8px}.tool-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.tool-badge.popular{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.tool-badge.new{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.tool-badge.ai{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.tool-badge.secure{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.tool-description{color:#fffc;font-size:15px;line-height:1.6;margin-bottom:20px;position:relative;z-index:1}.tool-features{flex:1 1;list-style:none;margin:0 0 24px;padding:0;position:relative;z-index:1}.tool-features li{align-items:center;color:#ffffffe6;display:flex;font-size:14px;gap:8px;padding:4px 0}.tool-action-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:auto;padding:14px 28px;position:relative;transition:all .3s ease;z-index:1}.tool-action-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.solutions-section{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#93c5fd4d,#6366f133);border:1px solid #3b82f64d;border-radius:40px;box-shadow:0 16px 64px #3b82f61a;margin:0 auto 120px;max-width:1400px;padding:80px 40px}.solutions-section h2{-webkit-text-fill-color:unset!important;color:#fff!important}.solutions-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.solution-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border:2px solid #3b82f64d;border-radius:24px;box-shadow:0 8px 24px #3b82f61a;padding:32px;text-align:center;transition:all .3s ease}.solution-card:hover{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#3b82f699;box-shadow:0 16px 48px #3b82f626;transform:translateY(-6px)}.solution-icon{font-size:48px;margin-bottom:20px}.solution-card h3{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 16px}.solution-card p{color:#4b5563;font-size:15px;line-height:1.6;margin:0 0 20px}.solution-stats{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.solution-stats span{background:linear-gradient(135deg,#3b82f61a,#93c5fd26);border:1px solid #3b82f64d;border-radius:20px;color:#1d4ed8;font-size:12px;font-weight:600;padding:6px 14px}.modules-section{margin:0 auto 200px;max-width:1600px;padding:0 40px;width:100%}.modules-container{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(auto-fit,minmax(580px,1fr))}.module-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border:3px solid #fff3;border-radius:24px;box-shadow:0 12px 48px #0000001f;cursor:pointer;min-height:520px;overflow:hidden;padding:56px 48px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.module-card:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transition:left .6s ease;width:100%;z-index:0}.module-card:hover:before{left:100%}.module-card:hover{border-color:#667eea99;box-shadow:0 32px 120px #667eea4d;transform:translateY(-16px) scale(1.02)}.invoicex-card{border-left:8px solid #ef4444}.invoicex-card:hover{border-left-color:#dc2626;box-shadow:0 32px 120px #ef44444d}.hyperpdf-card{border-left:8px solid #3b82f6}.hyperpdf-card:hover{border-left-color:#1d4ed8;box-shadow:0 32px 120px #3b82f64d}.module-header{margin-bottom:32px;position:relative;text-align:left;z-index:1}.module-icon{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text;display:block;display:flex;filter:drop-shadow(0 4px 8px rgba(102,126,234,.3));font-size:80px;height:80px;justify-content:center;margin-bottom:24px;width:80px}.module-header h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:900;letter-spacing:-1px;line-height:1.2;margin:0 0 16px}.module-badge{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:2px solid #fffc;border-radius:30px;box-shadow:0 2px 8px #0000000d;color:#6b7280;display:inline-block;font-size:14px;font-weight:700;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase}.module-description{color:#4b5563;font-size:18px;font-weight:500;line-height:1.8;margin:0 0 32px;position:relative;z-index:1}.module-features{flex:1 1;list-style:none;margin:32px 0;position:relative;z-index:1}.module-features li{align-items:center;color:#374151;display:flex;font-size:16px;font-weight:500;gap:16px;line-height:1.8;margin-bottom:12px}.module-action-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:3px solid #0000;border-radius:16px;box-shadow:0 8px 24px #667eea4d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.5px;margin-top:32px;min-height:64px;overflow:hidden;padding:20px 40px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}.module-action-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.module-action-btn:hover:not(:disabled):before{left:100%}.module-action-btn:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 16px 48px #667eea66;transform:translateY(-4px) scale(1.02)}.module-action-btn:disabled{cursor:not-allowed;opacity:.6}.features-section{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#93c5fd4d,#6366f133);border:1px solid #3b82f64d;border-radius:40px;box-shadow:0 16px 64px #3b82f61a;margin:0 auto 120px;max-width:1600px;padding:80px 40px;width:100%}.features-section h2{-webkit-text-fill-color:unset!important;background:none!important;-webkit-background-clip:unset!important;background-clip:initial!important;color:#fff!important;font-size:64px;font-weight:900;letter-spacing:-2px;line-height:1.1;margin:0 0 64px;text-align:center}.features-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));margin-bottom:80px}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border:2px solid #3b82f64d;border-radius:28px;box-shadow:0 12px 48px #3b82f61f;display:flex;flex-direction:column;justify-content:center;min-height:320px;overflow:hidden;padding:48px 40px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transition:left .6s ease;width:100%;z-index:0}.feature-card:hover:before{left:100%}.feature-card:hover{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#3b82f699;box-shadow:0 24px 80px #3b82f633;transform:translateY(-12px) scale(1.02)}.feature-icon{align-items:center;color:#3b82f6;display:flex;filter:drop-shadow(0 4px 8px rgba(59,130,246,.3));font-size:72px;height:72px;justify-content:center;margin:0 auto 32px;position:relative;width:72px;z-index:1}.feature-card h4{font-size:28px;font-weight:800;letter-spacing:-.5px;margin:0 0 20px}.feature-card h4,.feature-card p{color:#000;position:relative;z-index:1}.feature-card p{font-size:16px;font-weight:500;line-height:1.8;margin:0 0 16px}.feature-metric{align-items:center;display:flex;flex-direction:column;gap:4px}.metric-number{color:#000;font-size:28px;font-weight:900}.metric-label{color:#000;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.home-footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border-top:1px solid #3b82f64d;box-shadow:0 8px 32px #3b82f61f;padding:80px 40px 40px}.footer-content{margin:0 auto;max-width:1400px}.footer-section{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr 2fr;margin-bottom:40px}.footer-brand .footer-logo{align-items:center;color:#1a1a1a;display:flex;font-size:24px;font-weight:700;gap:12px;margin-bottom:16px}.footer-brand p{color:#6b7280;font-size:16px;line-height:1.6;margin:0}.footer-owner{color:#dbeafe;font-weight:700;margin-top:12px}.footer-company-note{color:#fffc;margin-top:8px}.footer-links{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.link-group h4{color:#1a1a1a;font-size:16px;font-weight:700;margin:0 0 16px}.link-group a{color:#6b7280;display:block;font-size:14px;margin-bottom:12px;text-decoration:none;transition:color .2s ease}.link-group a:hover{color:#667eea}.footer-bottom{align-items:center;border-top:1px solid #667eea1a;display:flex;justify-content:space-between;padding-top:40px}.footer-bottom p{color:#6b7280;font-size:14px;margin:0}.footer-badges{display:flex;gap:12px}.footer-badges .badge{background:#667eea1a;border-radius:20px;color:#667eea;font-size:12px;font-weight:600;padding:4px 12px}.footer-bottom p{line-height:1.6;max-width:780px}@media (max-width:768px){.header-nav{flex-direction:column;gap:20px}.nav-right{gap:10px;order:-1}.nav-links{flex-wrap:wrap;justify-content:center}.hero-content{text-align:center}.hero-title{font-size:48px;line-height:1.2}.floating-cards{gap:15px;grid-template-columns:1fr}.tools-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.solutions-grid{gap:24px;grid-template-columns:1fr}.features-grid{gap:20px;grid-template-columns:1fr}.feature-metric{flex-direction:row;justify-content:center}.footer-section{gap:40px;grid-template-columns:1fr;text-align:center}.footer-links{gap:30px;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}@media (max-width:480px){.nav-links{display:none}.hero-title{font-size:36px}.tools-grid{grid-template-columns:1fr}.floating-card{padding:20px}.feature-card,.solution-card,.tool-card{padding:24px}}@media (min-width:1600px){.features-section .container,.hero-content,.solutions-section .container,.tools-section .container{max-width:1600px}.hero-title{font-size:84px}.features-grid,.solutions-grid,.tools-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.modules-container{gap:40px;grid-template-columns:1fr}.features-grid{gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.hero-section{margin-bottom:120px;padding:60px 0}.hero-section h2{font-size:56px}.features-section{margin-bottom:160px;padding:80px 32px}.features-section h2{font-size:48px}}@media (max-width:768px){.home-main{padding:128px 24px 80px}.hero-section{margin-bottom:80px;padding:40px 0}.hero-section h2{font-size:48px;letter-spacing:-1.5px}.hero-section p{font-size:20px;margin-bottom:40px}.cta-btn{font-size:16px;padding:18px 48px}.modules-section{margin-bottom:120px;padding:0 24px}.modules-container{gap:32px}.module-card{min-height:460px;padding:40px 32px}.module-header h3{font-size:28px}.module-icon{font-size:64px;height:64px;width:64px}.module-action-btn{font-size:15px;min-height:56px;padding:18px 32px}.features-section{margin-bottom:120px;padding:60px 24px}.features-section h2{font-size:40px;margin-bottom:60px}.feature-card{min-height:280px;padding:36px 28px}.feature-icon{font-size:56px;height:56px;margin-bottom:24px;width:56px}.feature-card h4{font-size:24px}.feature-card p{font-size:16px}.home-header-content{flex-wrap:wrap}.home-nav{order:3;width:100%}.nav-btn{flex:1 1}}@media (max-width:480px){.home-main{padding:120px 16px 60px}.hero-section{margin-bottom:60px;padding:32px 0}.hero-section h2{font-size:36px;letter-spacing:-1px}.hero-section p{font-size:18px;margin-bottom:32px}.cta-btn{font-size:15px;padding:16px 40px}.modules-section{margin-bottom:80px;padding:0 16px}.modules-container{gap:24px}.module-card{min-height:400px;padding:32px 24px}.module-header h3{font-size:24px}.module-icon{font-size:56px;height:56px;width:56px}.module-description{font-size:16px}.module-features li{font-size:15px}.module-action-btn{font-size:14px;min-height:52px;padding:16px 28px}.features-section{margin-bottom:80px;padding:48px 16px}.features-section h2{font-size:32px;margin-bottom:48px}.feature-card{min-height:240px;padding:28px 20px}.feature-icon{font-size:48px;height:48px;margin-bottom:20px;width:48px}.feature-card h4{font-size:20px}.feature-card p{font-size:15px}}.hyperpdf-logo-section{align-items:center;display:flex;gap:20px}.hyperpdf-logo{align-items:center;background:linear-gradient(135deg,#3b82f633,#1d4ed833);border:2px solid #3b82f64d;border-radius:12px;color:#3b82f6;display:flex;font-size:2.5rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.hyperpdf-logo:hover{box-shadow:0 8px 20px #3b82f64d;transform:rotate(5deg) scale(1.1)}.hyperpdf-header-text h1{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;margin:0}.hyperpdf-header-text p{color:#e2e8f0b8;font-size:.85rem;font-weight:500;margin:3px 0 0}.hyperpdf-nav{display:flex;gap:15px}.back-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ad1;border:1px solid #3b82f640;border-radius:10px;color:#dbeafe;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.back-link:hover{background:#3b82f629;border-color:#3b82f6;box-shadow:0 10px 24px #3b82f638;color:#eff6ff;transform:translateX(-3px)}.hyperpdf-main{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 180px);padding:60px 20px}.hyperpdf-content{animation:fadeIn .6s ease-in;max-width:600px;width:100%}.coming-soon{align-items:center;animation:slideUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ad1;border:1px solid #3b82f633;border-radius:24px;box-shadow:0 24px 70px #0f172a61;display:flex;flex-direction:column;gap:20px;padding:60px 40px;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.coming-soon-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fd,#3b82f6 50%,#1e40af);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 4px 8px rgba(59,130,246,.3));font-size:4rem;margin-bottom:20px}.coming-soon h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#93c5fd 50%,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:700;letter-spacing:-.5px;margin:0}.coming-soon>p:first-of-type{color:#93c5fd;font-size:1.1rem;font-weight:600;margin:0}.features-list{display:flex;flex-direction:column;gap:15px;margin:30px 0;width:100%}.feature-item{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172ae0;border:1px solid #3b82f62e;border-radius:12px;color:#e2e8f0;display:flex;font-size:1rem;font-weight:600;gap:15px;padding:20px;transition:all .3s ease}.feature-item:hover{background:#fff;border-color:#3b82f680;box-shadow:0 8px 25px #3b82f633;color:#0f172a;transform:translateX(8px)}.feature-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;min-width:30px}.coming-soon-text{color:#6b7280;font-size:.95rem;font-style:italic;font-weight:500;margin:20px 0 30px}.back-button{background:#3b82f6;border:2px solid #1e40af;border-radius:12px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.5px;margin-top:10px;padding:16px 40px;text-transform:uppercase;transition:all .3s ease}.back-button:hover{background:#1e40af;border-color:#1d4ed8;box-shadow:0 12px 30px #3b82f666;transform:scale(1.05)}.back-button:active{transform:scale(.98)}.hyperpdf-footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border-top:1px solid #3b82f64d;box-shadow:0 8px 32px #3b82f61f;color:#fff;font-size:.9rem;font-weight:500;padding:40px 20px}@media (max-width:768px){.hyperpdf-header-content{flex-direction:column;gap:15px;text-align:center}.hyperpdf-logo-section{flex-direction:column;gap:10px}.hyperpdf-header-text h1{font-size:1.5rem}.coming-soon{padding:40px 20px}.coming-soon h2{font-size:1.8rem}.hyperpdf-main{min-height:calc(100vh - 220px);padding:40px 20px}}.hyperpdf-container{background:linear-gradient(135deg,#0f172a,#1e40af 50%,#3b82f6);color:#e2e8f0;display:flex;flex-direction:column;font-family:Segoe UI,Inter,sans-serif;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.hyperpdf-container:before{background:linear-gradient(135deg,#0f172ae6,#1e40afcc 50%,#3b82f6e6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.hyperpdf-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border-bottom:1px solid #3b82f640;box-shadow:0 10px 40px #0f172a73;padding:20px 0;position:sticky;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100}.hyperpdf-header-content{align-items:center;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1680px;padding:0 40px}.hyperpdf-header h1{color:#fff;font-size:24px;font-weight:900;letter-spacing:-.5px;line-height:1;margin:0}.back-btn,.pricing-btn{align-items:center;background:#3b82f6e6;border:2px solid #0000;border-radius:12px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.back-btn:hover,.pricing-btn:hover{background:#1e40afe6;box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.hyperpdf-main{flex:1 1;margin:0;max-width:100%;padding:40px clamp(20px,2.5vw,48px) 56px;position:relative;width:100%;z-index:1}.workspace-layout{grid-gap:1.75rem;align-items:stretch;display:grid;gap:1.75rem;grid-template-columns:minmax(320px,30%) minmax(0,70%);margin-top:0;width:100%}.viewer-column{display:flex;flex-direction:column;min-width:0}.tools-column{align-self:start;min-width:0;position:sticky;top:110px}.modules-sidebar,.tools-column{display:flex;flex-direction:column;gap:1.5rem;width:100%}.modules-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ad1;border:1px solid #3b82f640;border-radius:24px;box-shadow:0 24px 70px #0f172a6b;flex-shrink:0;padding:28px}.module-topic-selector{display:flex;flex-direction:column;gap:.75rem}.module-select-group{color:#dbeafe;display:flex;flex-direction:column;font-size:.85rem;font-weight:700;gap:.35rem;letter-spacing:.02em}.module-select{background:#0f172ae0;border:1px solid #3b82f647;border-radius:.9rem;box-shadow:inset 0 1px 2px #0f172a1f;color:#e2e8f0;font-size:.95rem;padding:.8rem .95rem;width:100%}.module-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.module-topic-note{background:linear-gradient(180deg,#3b82f629,#0f172adb);border:1px solid #3b82f633;border-radius:1rem;padding:.95rem 1rem}.module-topic-note strong{color:#f8fafc;display:block;font-size:.95rem;margin-bottom:.25rem}.module-topic-note p{color:#e2e8f0c7;font-size:.9rem;line-height:1.5;margin:0}.active-module-shell{background:linear-gradient(180deg,#3b82f61f,#0f172ae6);border:1px solid #3b82f62e;border-radius:1.1rem;display:flex;flex-direction:column;gap:1rem;padding:1rem}.active-module-header h3{color:#f8fafc;font-size:1.1rem;margin:.35rem 0}.active-module-header p{color:#e2e8f0cc;font-size:.9rem;line-height:1.5;margin:0}.active-module-badge{align-items:center;background:#3b82f62e;border-radius:999px;color:#93c5fd;display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.08em;padding:.3rem .7rem;text-transform:uppercase}.active-module-panel{width:100%}.active-module-panel .module-card{margin:0}.module-alert{margin-top:.25rem}.viewer-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ad1;border:1px solid #3b82f638;border-radius:24px;box-shadow:0 24px 70px #0f172a61;display:flex;flex:1 1;flex-direction:column;padding:24px;transition:all .3s ease;width:100%}.viewer-panel.is-dragging{background:#1e40af2e;border-color:#3b82f6;transform:scale(1.01)}.signature-pad-container{background:#0f172ac7;border:1px solid #3b82f62e;border-radius:1rem;margin-top:1rem;padding:.5rem}.signature-canvas{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #3b82f638;border-radius:.8rem;cursor:crosshair;height:150px;touch-action:none;width:100%}.signature-controls{display:flex;gap:.5rem;margin-top:.5rem}.sig-btn{background:#0f172ae6;border:1px solid #3b82f638;border-radius:999px;color:#e2e8f0;cursor:pointer;flex:1 1;font-size:.8rem;padding:.4rem;transition:all .2s}.sig-btn:hover{background:#3b82f629}.sig-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#0000;color:#fff}.sig-btn.primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.placement-overlay{align-items:center;background:#020617c7;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.placement-modal{background:linear-gradient(180deg,#0f172afa,#1e293bf5);border:1px solid #3b82f63d;border-radius:1.4rem;box-shadow:0 24px 80px #02061773;display:flex;flex-direction:column;gap:1rem;max-height:90%;max-width:90%;padding:2rem;position:relative}.placement-preview{align-items:center;background:#0f172ae6;border:2px dashed #3b82f6e6;cursor:crosshair;display:flex;justify-content:center;min-height:500px;min-width:400px;position:relative}.placement-preview img{max-height:70vh;max-width:100%}.signature-marker{align-items:center;background:#3b82f638;border:2px solid #3b82f6;color:#1e40af;display:flex;font-size:.7rem;font-weight:700;justify-content:center;pointer-events:none;position:absolute}.modal-close{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.viewer-header h2{color:#f8fafc;margin-top:0}.viewer-header p{color:#e2e8f0c2}.viewer-preview-shell{background:linear-gradient(180deg,#0f172af2,#020617fa);border:1px solid #3b82f62e;border-radius:1.4rem;box-shadow:inset 0 0 0 1px #ffffff0d;color:#fff;display:flex;flex:1 1;flex-direction:column;margin-top:1rem;min-height:800px;overflow:hidden;position:relative}.viewer-placement-overlay{align-items:center;animation:pulse-border 2s infinite;background:#3b82f633;border:4px dashed #3b82f6;bottom:0;cursor:crosshair;display:flex;justify-content:center;left:0;pointer-events:auto!important;position:absolute;right:0;top:0;z-index:9999}@keyframes pulse-border{0%{border-color:#3b82f666}50%{border-color:#3b82f6}to{border-color:#3b82f666}}.placement-hint{background:#3b82f6;border-radius:3rem;box-shadow:0 8px 24px #3b82f666;color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:1rem 2rem;pointer-events:none;text-transform:uppercase}.module-btn.active{background:#10b981!important;border-color:#059669!important;box-shadow:0 0 15px #10b98166}.viewer-preview-toolbar{align-items:center;background:linear-gradient(90deg,#3b82f638,#0f172af0);border-bottom:1px solid #ffffff1a;display:flex;font-size:.9rem;justify-content:space-between;padding:1rem 1.25rem}.preview-link{background:#0f172aa6;border:1px solid #94a3b84d;border-radius:999px;color:#e2e8f0;cursor:pointer;font-size:.85rem;padding:.35rem 1rem;transition:background .2s ease}.preview-link:hover{background:#3b82f629}.signed-badge{background:#10b981;border-radius:4px;color:#fff;font-size:.7rem;font-weight:700;margin-left:.5rem;padding:.1rem .5rem;vertical-align:middle}.viewer-preview-frame{border:none;display:block;flex:1 1;width:100%}.viewer-preview-blank{align-items:center;color:#e2e8f0d1;display:flex;flex:1 1;flex-direction:column;gap:.35rem;justify-content:center;padding:1.25rem;text-align:center}.upload-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.upload-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:1px solid #3b82f659;border-radius:999px;box-shadow:0 12px 28px #3b82f647;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;letter-spacing:.06em;margin-top:1.5rem;padding:16px 32px;text-transform:uppercase;transition:all .3s ease}.upload-btn:hover{background:#1e40afe6;box-shadow:0 18px 36px #3b82f657;transform:translateY(-2px)}.viewer-file-list{list-style:none;margin:0;padding:0;width:100%}.viewer-file-list li{border-bottom:1px solid #94a3b82e;display:flex;justify-content:space-between;padding:.75rem 0}.viewer-file-list li:last-child{border-bottom:none}.file-tools-card h2{color:#f8fafc;font-size:1.8rem;margin-bottom:.5rem}.file-tools-card>p{color:#e2e8f0b8;font-size:1rem;margin-bottom:2rem}.select-files-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.select-files-btn:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.select-files-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.selected-files{background:#0f172ad1;border:1px dashed #3b82f68c;border-radius:1rem;margin-bottom:1.5rem;padding:1rem;text-align:left}.selected-files h3{color:#f8fafc;font-size:1rem;margin-top:0}.selected-files ul{list-style:none;margin:0;padding:0}.selected-files li{border-bottom:1px solid #94a3b82e;color:#e2e8f0b8;padding:.5rem 0}.selected-files li:last-child{border-bottom:none}.progress-section{margin-bottom:1.5rem}.progress-section p{color:#e2e8f0b8;font-weight:600;margin-bottom:.5rem}.status-main{color:#f8fafc;font-size:1rem;margin-bottom:.3rem}.status-step{color:#e2e8f0b3;font-size:.9rem;font-style:italic;margin-bottom:.8rem}.progress-bar{background:#0f172abf;border-radius:999px;height:30px;position:relative}.progress-fill{align-items:center;background:linear-gradient(90deg,#3b82f6,#1d4ed8);color:#fff;display:flex;font-size:.9rem;font-weight:600;justify-content:center}.progress-text{text-shadow:0 1px 2px #0003}.button-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.reset-button,.upload-button{border:none;border-radius:999px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.upload-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.upload-button:hover:not(:disabled){box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.upload-button:disabled{cursor:not-allowed;opacity:.6}.reset-button{background:#94a3b833;color:#e2e8f0}.reset-button:hover{background:#94a3b84d}.error-message{background:#ef444424;border-left:4px solid #ef4444;border-radius:.75rem;color:#fecaca;margin-bottom:1rem;padding:1rem}.features{border-top:1px solid #94a3b82e;margin-top:2rem;padding-top:2rem;text-align:left}.features h3{color:#f8fafc;margin-bottom:1rem}.features ul{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;padding:0}.features li{color:#e2e8f0b8;font-size:.95rem;padding:.5rem 0}.modules-header h2{color:#f8fafc;margin:0}.modules-header p{color:#e2e8f0b8;margin-top:.25rem}.module-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:1.5rem}.module-card{background:linear-gradient(180deg,#0f172af0,#1e293be0);border:1px solid #3b82f62e;border-radius:1rem;box-shadow:0 18px 46px #0f172a47;color:#e2e8f0;gap:.75rem;min-height:300px;padding:1.75rem}.module-card h3{color:#f8fafc;margin:0}.module-card input{background:#0f172aeb;border:1px solid #3b82f638;border-radius:.8rem;color:#e2e8f0;font-size:.95rem;padding:.5rem .75rem;width:100%}.module-card label{color:#cbd5e1;display:flex;flex-direction:column;font-size:.85rem;gap:.35rem}.module-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:999px;box-shadow:0 10px 24px #3b82f63d;color:#fff;cursor:pointer;font-weight:600;margin-top:auto;padding:.65rem 0;transition:transform .2s ease,box-shadow .2s ease}.module-btn:hover{box-shadow:0 16px 28px #3b82f657;transform:translateY(-2px)}.module-btn:disabled{background:#94a3b83d;color:#e2e8f08c;cursor:not-allowed}.module-btn:disabled,.module-btn:disabled:hover{box-shadow:none;transform:none}.module-alert{background:#3b82f624;border-radius:.75rem;color:#dbeafe;font-weight:600;margin-top:1rem;padding:1rem}@media (max-width:1100px){.workspace-layout{display:flex;flex-direction:column}.tools-column{flex:0 0 auto;order:2;position:static;width:100%}.viewer-column{order:1}}.results-section{width:100%}.results-card{background:#0f172ad1;border:1px solid #3b82f62e;border-radius:1.2rem;box-shadow:0 18px 50px #0f172a47;padding:2rem}.success-icon{font-size:3rem;margin-bottom:1rem}.results-card h2{color:#f8fafc;font-size:1.8rem;margin-bottom:1.5rem}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.stat{background:#0f172ac2;border:1px solid #3b82f629;border-radius:.5rem;padding:1rem;text-align:center}.stat-label{color:#e2e8f0b8;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.stat-value{color:#93c5fd;font-size:2rem;font-weight:700}.stat-value.success{color:#10b981}.stat-value.error{color:#ef4444}.results-preview{background:#0f172ab8;border-radius:.5rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto;padding:1rem}.results-preview h3{color:#f8fafc;margin-top:0}.results-list{display:flex;flex-direction:column;gap:1rem}.result-item{background:#1e293bd1;border:1px solid #3b82f62e;border-radius:.5rem;overflow-x:auto;padding:1rem}.result-item pre{color:#dbeafe;font-family:Courier New,monospace;font-size:.85rem;margin:0}.result-error{background:#ef444424;border-radius:.5rem;color:#fecaca;padding:1rem}.more-results{color:#999;font-style:italic;padding:1rem;text-align:center}.export-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.export-btn{border:none;border-radius:999px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.json-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.json-btn:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.csv-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.csv-btn:hover{box-shadow:0 4px 12px #10b98166;transform:translateY(-2px)}.process-more-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:999px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin:0 auto;padding:.75rem 1.5rem;transition:all .3s ease}.process-more-btn:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.hyperpdf-footer{background:#0f172aeb;border-top:1px solid #3b82f629;color:#e2e8f0b3;margin-top:auto;padding:1.5rem;text-align:center}.hyperpdf-footer p{font-size:.9rem;margin:0}@media (max-width:768px){.hyperpdf-header-content{align-items:center;flex-direction:column;gap:1rem}.hyperpdf-header h1{font-size:1.5rem}.file-tools-card,.results-card{padding:1.5rem}.file-tools-card h2,.results-card h2{font-size:1.4rem}.button-group,.export-buttons{flex-direction:column}.button-group button,.export-buttons button{width:100%}.features ul{grid-template-columns:1fr}.hyperpdf-main{padding:1rem}.module-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (min-width:1600px){.workspace-layout{gap:3rem}.module-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}}.selected-files-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ad1;border:1px solid #3b82f638;border-radius:1rem;margin-bottom:20px;padding:16px}.selected-files-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.selected-files-header h3{color:#f8fafc;font-size:16px;font-weight:600;margin:0}.clear-files-btn{background:#ef444429;border:1px solid #ef444459;border-radius:999px;color:#fecaca;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s ease}.clear-files-btn:hover{background:#ef444442;border-color:#ef44448c;color:#fda4af}.selected-files-list{margin-bottom:12px;max-height:200px;overflow-y:auto}.selected-file-item{align-items:center;background:#1e293bb8;border:1px solid #3b82f62e;border-radius:8px;display:flex;gap:12px;justify-content:space-between;margin-bottom:6px;padding:8px 12px;transition:all .2s ease}.selected-file-main{align-items:center;display:flex;flex:1 1;gap:8px;min-width:0}.selected-file-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.file-order-btn{background:#0f172ae6;border:1px solid #3b82f647;border-radius:50%;color:#dbeafe;cursor:pointer;height:30px;line-height:1;transition:all .2s ease;width:30px}.file-order-btn:hover:not(:disabled){background:#3b82f62e;transform:translateY(-1px)}.file-order-btn:disabled{cursor:not-allowed;opacity:.35}.selected-file-item:hover{background:#1e293be0;border-color:#3b82f666}.selected-file-item:last-child{margin-bottom:0}.file-icon{flex-shrink:0;font-size:14px}.file-name{color:#f8fafc;flex:1 1;font-size:14px;font-weight:500;min-width:0}.file-size{color:#94a3b8;flex-shrink:0;font-size:12px;font-weight:400}.merge-instruction{color:#93c5fd;color:#38bdf8;font-size:13px;font-style:italic;margin:0;text-align:center}.selected-files-list::-webkit-scrollbar{width:6px}.selected-files-list::-webkit-scrollbar-track{background:#0f172a4d;border-radius:3px}.selected-files-list::-webkit-scrollbar-thumb{background:#3b82f666;border-radius:3px}.selected-files-list::-webkit-scrollbar-thumb:hover{background:#3b82f699}.modules-page{background:radial-gradient(circle at top,#3b82f647,#0000 35%),linear-gradient(135deg,#0f172a,#1e40af 50%,#3b82f6);color:#fff;min-height:100vh}.modules-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172aeb;border-bottom:1px solid #3b82f640;position:sticky;top:0;z-index:100}.modules-header-content{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1280px;padding:20px 32px}.modules-title-block{text-align:center}.hero-copy,.hero-label,.module-label,.modules-footer-cta p,.modules-kicker,.section-heading p,.soon-banner p{color:#e2e8f0c7}.hero-label,.modules-kicker{font-size:.75rem;font-weight:700;letter-spacing:.16em;margin:0 0 8px;text-transform:uppercase}.modules-footer-cta h3,.modules-hero h2,.modules-title-block h1,.section-heading h3{margin:0}.modules-title-block h1{font-size:1.75rem}.back-btn,.primary-btn{border:none;border-radius:999px;cursor:pointer;font-weight:700;padding:14px 22px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.back-btn{background:#ffffff1a;color:#dbeafe}.primary-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 12px 24px #1d4ed847;color:#fff}.back-btn:hover,.primary-btn:hover{transform:translateY(-1px)}.modules-main{display:flex;flex-direction:column;gap:28px;margin:0 auto;max-width:1280px;padding:40px 32px 80px}.module-section,.modules-footer-cta,.modules-hero{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172a99;border:1px solid #94a3b82e;border-radius:24px;box-shadow:0 18px 50px #0f172a38}.modules-hero{align-items:center;display:flex;gap:20px;justify-content:space-between;padding:28px}.modules-hero h2{font-size:clamp(2rem,4vw,3.4rem);margin-bottom:12px}.hero-copy{line-height:1.7;margin:0;max-width:760px}.hero-stat{background:linear-gradient(135deg,#3b82f640,#1d4ed81a);border:1px solid #60a5fa40;border-radius:20px;min-width:180px;padding:20px;text-align:center}.hero-stat-number{display:block;font-size:3rem;font-weight:900;line-height:1}.hero-stat-label{color:#e2e8f0d1;display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-top:8px;text-transform:uppercase}.module-section{padding:28px}.section-heading{align-items:baseline;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.section-heading h3{font-size:1.4rem}.module-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.module-card{background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;display:flex;flex-direction:column;gap:14px;min-height:180px;padding:20px}.module-card.available{background:linear-gradient(180deg,#ffffff1f,#ffffff0f)}.module-card.upcoming{background:#0f172a75;border-style:dashed}.module-card-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.module-icon{font-size:1.4rem}.module-label{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.coming-soon-label{color:#fde68a}.module-card h4{font-size:1.1rem;margin:0}.module-card p{color:#e2e8f0c7;line-height:1.65;margin:0}.soon-section{background:#070e1c8f}.soon-banner{background:#3b82f61a;border:1px solid #60a5fa2e;border-radius:16px;margin-bottom:18px;padding:16px 18px}.modules-footer-cta{align-items:center;display:flex;gap:18px;justify-content:space-between;padding:24px 28px}@media (max-width:900px){.modules-footer-cta,.modules-header-content,.modules-hero,.section-heading{align-items:flex-start;flex-direction:column}.modules-title-block{text-align:left}}@media (max-width:640px){.modules-header-content,.modules-main{padding-left:16px;padding-right:16px}.module-section,.modules-footer-cta,.modules-hero{padding:20px}.hero-stat{width:100%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.dropzone{background-color:#fafafa;border:2px dashed #ccc;border-radius:8px;cursor:pointer;padding:40px;text-align:center;transition:border-color .3s ease}.dropzone:hover{background-color:#f0f7ff;border-color:#1976d2}.dropzone.active{background-color:#e3f2fd;border-color:#1976d2}.file-preview{margin-top:20px}.file-item{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;display:flex;margin:4px 0;padding:8px 12px}.file-item img{border-radius:4px;height:50px;margin-right:12px;object-fit:cover;width:50px}.progress-bar{background-color:#f0f0f0;border-radius:4px;height:8px;margin:10px 0;overflow:hidden;width:100%}.progress-fill{background-color:#1976d2;height:100%;transition:width .3s ease}.results-table{margin-top:20px}.results-table table{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.results-table td,.results-table th{border-bottom:1px solid #eee;padding:12px;text-align:left}.results-table th{background-color:#f5f5f5;color:#333;font-weight:600}.results-table tr:hover{background-color:#f9f9f9}.status-indicator{align-items:center;border-radius:12px;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 8px}.status-success{background-color:#e8f5e8;color:#2e7d2e}.status-error{background-color:#ffebee;color:#c62828}.status-processing{background-color:#fff3e0;color:#ef6c00}@media (max-width:768px){.results-table{overflow-x:auto}.results-table table{min-width:600px}}
/*# sourceMappingURL=main.2dc4f0af.css.map*/