*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#root{min-height:100vh}.container{max-width:900px;margin:0 auto;padding:40px 20px}.card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:40px;margin-bottom:30px}h1{color:#1a202c;font-size:2.5rem;margin-bottom:10px;text-align:center}h2{color:#2d3748;font-size:1.8rem;margin-bottom:20px}h3{color:#4a5568;font-size:1.3rem;margin-bottom:15px}p{color:#718096;line-height:1.6;margin-bottom:20px}.subtitle{text-align:center;color:#4a5568;font-size:1.1rem;margin-bottom:40px}button{background:#667eea;color:#fff;border:none;padding:12px 30px;font-size:16px;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:600}button:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}button.secondary{background:#edf2f7;color:#4a5568}button.secondary:hover{background:#e2e8f0}.upload-area{border:3px dashed #cbd5e0;border-radius:8px;padding:60px 40px;text-align:center;cursor:pointer;transition:all .3s ease;margin-bottom:20px}.upload-area:hover{border-color:#667eea;background:#f7fafc}.upload-area.dragover{border-color:#667eea;background:#edf2f7}input[type=file]{display:none}input[type=text],input[type=email],textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:16px;font-family:inherit;transition:border-color .3s ease}input:focus,textarea:focus{outline:none;border-color:#667eea}textarea{resize:vertical;min-height:120px;font-family:Courier New,monospace}.table-container{overflow-x:auto;margin:20px 0}table{width:100%;border-collapse:collapse;font-size:14px}th{background:#f7fafc;padding:12px;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0}td{padding:12px;border-bottom:1px solid #e2e8f0;color:#4a5568}tr:hover{background:#f7fafc}.column-chips{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.chip{background:#edf2f7;color:#4a5568;padding:6px 12px;border-radius:20px;font-size:14px;cursor:pointer;transition:all .2s ease}.chip:hover{background:#667eea;color:#fff}.progress-bar{width:100%;height:30px;background:#e2e8f0;border-radius:15px;overflow:hidden;margin:20px 0}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.button-group{display:flex;gap:15px;justify-content:center;margin-top:30px}.alert{padding:15px;border-radius:6px;margin-bottom:20px}.alert-error{background:#fed7d7;color:#c53030;border:1px solid #fc8181}.alert-success{background:#c6f6d5;color:#276749;border:1px solid #9ae6b4}.alert-info{background:#bee3f8;color:#2c5282;border:1px solid #90cdf4}.loading{text-align:center;padding:40px;color:#718096}.spinner{border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2d3748}.admin-table{font-size:13px}.admin-table td{padding:8px}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-pending{background:#fef5e7;color:#d68910}.status-processing{background:#d6eaf8;color:#1f618d}.status-completed{background:#d5f4e6;color:#0e6251}.status-failed{background:#fadbd8;color:#943126}.header{text-align:center;color:#fff;margin-bottom:40px}.header h1{color:#fff;font-size:3rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.header p{color:#ffffffe6;font-size:1.2rem}.hero-section{text-align:center;color:#fff;margin-bottom:40px}.hero-section h1{color:#fff;font-size:3.2rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.2);line-height:1.2}.hero-subtitle{color:#fffffff2;font-size:1.3rem;max-width:800px;margin:0 auto 30px;line-height:1.6}.value-props-section{margin:40px 0}.value-props{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.value-prop{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:30px;border-radius:12px;text-align:center;transition:all .3s ease}.value-prop:hover{background:#ffffff40;transform:translateY(-5px)}.value-prop .icon{font-size:3rem;display:block;margin-bottom:15px}.value-prop h3{color:#fff;font-size:1.4rem;margin-bottom:10px}.value-prop p{color:#ffffffe6;font-size:1rem;margin:0}.use-cases-section h2{text-align:center;margin-bottom:40px}.use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.use-case h3{color:#2d3748;font-size:1.2rem;margin-bottom:15px;display:flex;align-items:center;gap:10px}.use-case ul{list-style:none;padding:0}.use-case li{color:#4a5568;padding:8px 0 8px 25px;position:relative;line-height:1.5}.use-case li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.how-it-works h2{text-align:center;margin-bottom:40px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.steps-grid-4col{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.step-item{text-align:center}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 20px}.step-item h3{color:#2d3748;font-size:1.2rem;margin-bottom:10px}.step-item p{color:#718096;font-size:.95rem;margin:0}@media(max-width:768px){.hero-section h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.value-props,.use-cases,.steps-grid,.steps-grid-4col{grid-template-columns:1fr}}@media(max-width:1024px)and (min-width:769px){.steps-grid-4col{grid-template-columns:repeat(2,1fr)}}
