*{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;min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#eff6ff,#f8fafc);color:#0f172a}.container{max-width:1280px;margin:0 auto;padding:2rem 1rem}@media (min-width: 640px){.container{padding:2rem 1.5rem}}@media (min-width: 1024px){.container{padding:2rem}}.header{text-align:center;margin-bottom:3rem}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#2760eb;border-radius:9999px;margin-bottom:1rem;color:#fff}.header-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.header-subtitle{font-size:1.125rem;color:#475569}.content{display:flex;flex-direction:column;gap:2rem}.section{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e2e8f0;padding:2rem}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-icon{color:#2563eb;flex-shrink:0}.section-title{font-size:1.5rem;font-weight:600;color:#0f172a}.section-description{font-size:.875rem;color:#475569;margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.form-label-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.form-label-row .form-label{margin-bottom:0}.form-disclaimer{font-size:.8rem;color:#92400e;background:#fffbeb;border:1px solid #fef3c7;border-radius:.5rem;padding:.5rem .75rem;margin-bottom:.75rem;line-height:1.4}.template-download-link{font-style:italic;color:#2563eb;text-decoration:underline;font-size:.875rem}.template-download-link:hover{color:#1d4ed8}.required{color:#ef4444}.optional{color:#64748b;font-weight:400;font-size:.875rem}.file-count{margin-left:.5rem;font-size:.75rem;color:#64748b}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:1rem;transition:all .2s;outline:none;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:transparent;box-shadow:0 0 0 2px #2563eb}.form-select{cursor:pointer}.form-textarea{resize:none;font-family:inherit}.period-wrapper{display:flex;align-items:center;gap:.75rem}.period-icon{color:#94a3b8;margin-top:2rem;flex-shrink:0}.period-inputs{flex:1}.period-selects{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.upload-section{display:flex;flex-direction:column;gap:1.5rem}.upload-group{display:flex;flex-direction:column;gap:.5rem}.drop-zone{position:relative;border:2px dashed #cbd5e1;border-radius:.75rem;padding:2rem;text-align:center;transition:all .2s;cursor:pointer}.drop-zone:hover{border-color:#60a5fa;background:#f8fafc}.drop-zone.drag-active{border-color:#2563eb;background:#eff6ff}.drop-zone.disabled{opacity:.5;cursor:not-allowed}.file-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-input:disabled{cursor:not-allowed}.upload-icon{color:#94a3b8;margin:0 auto 1rem}.upload-text{color:#334155;font-weight:500;margin-bottom:.25rem}.upload-hint{font-size:.875rem;color:#64748b}.file-upload-zone{position:relative;border:2px dashed #cbd5e1;border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .2s;cursor:pointer}.file-upload-zone:hover{border-color:#60a5fa;background:#f8fafc}.file-display{display:flex;flex-direction:column;align-items:center;gap:.5rem}.file-display.has-file{flex-direction:row;justify-content:center}.file-display svg{color:#94a3b8}.file-display.has-file svg{color:#16a34a}.file-upload-text{font-size:.875rem;color:#475569}.file-name{font-size:.875rem;color:#334155}.files-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#f8fafc;border-radius:.5rem}.file-item-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.file-item-icon{color:#2563eb;flex-shrink:0}.file-item-name{font-size:.875rem;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:16rem}.file-item-size{font-size:.75rem;color:#64748b;white-space:nowrap}.file-item-remove{color:#ef4444;background:none;border:none;cursor:pointer;padding:.25rem;transition:color .2s;flex-shrink:0}.file-item-remove:hover{color:#dc2626}.action-wrapper{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;align-items:center}.progress-container{margin-bottom:1.5rem;width:100%}.progress-container.hidden{display:none}.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.progress-label{font-size:.875rem;font-weight:500;color:#334155}.progress-percent{font-size:.875rem;font-weight:500;color:#2563eb}.progress-bar{width:100%;background:#e2e8f0;border-radius:9999px;height:.75rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(to right,#3b82f6,#2563eb);height:100%;border-radius:9999px;transition:width .3s ease-out;width:0%}.button-group{display:flex;gap:1rem;width:100%;justify-content:center}@media (min-width: 641px){.button-group{flex-wrap:wrap;justify-content:center}.action-btn{flex:0 0 auto;min-width:fit-content}}@media (max-width: 640px){.button-group{flex-direction:column;align-items:stretch}.action-btn{width:100%;flex:none;padding:.9rem 1rem;font-size:1rem;white-space:normal}}.action-btn{flex:1;color:#fff;font-weight:600;padding:1rem 2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:none;cursor:pointer;transition:all .2s;font-size:1.125rem;display:flex;align-items:center;justify-content:center;gap:.75rem;white-space:nowrap}.action-btn:hover:not(:disabled){box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn.hidden{display:none}.btn-reset{background:linear-gradient(to right,#ef4444,#dc2626)}.btn-reset:hover:not(:disabled){background:linear-gradient(to right,#dc2626,#b91c1c)}.btn-generate{background:linear-gradient(to right,#2563eb,#1d4ed8)}.btn-generate:hover:not(:disabled){background:linear-gradient(to right,#1d4ed8,#1e40af)}.btn-download{background:linear-gradient(to right,#10b981,#059669)}.btn-download:hover:not(:disabled){background:linear-gradient(to right,#059669,#047857)}.btn-icon{width:24px;height:24px}.btn-icon.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.warning-box{margin-top:1rem;padding:1rem;background:#fef3c7;border:1px solid #fde68a;border-radius:.5rem;width:100%;max-width:100%}.warning-box p{font-size:.875rem;color:#92400e;text-align:center}.footer{text-align:center;margin-top:3rem;font-size:.875rem;color:#64748b}.toast{position:fixed;top:1rem;right:1rem;z-index:50;display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s;animation:slideIn .3s ease-out}.toast.hidden{display:none}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast.success{background:#22c55e;color:#fff}.toast.error{background:#ef4444;color:#fff}.toast.warning{background:#eaa208;color:#fff}.toast-icon{width:20px;height:20px;flex-shrink:0}.toast-message{font-weight:500}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal.hidden{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.modal-question-number{font-size:.875rem;color:#6b7280;font-weight:500}.modal-body{padding:1.5rem}.question-text{font-size:1rem;color:#374151;margin-bottom:1rem;line-height:1.6}.answer-file-upload-zone{position:relative;border:2px dashed #cbd5e1;border-radius:.75rem;padding:2rem;text-align:center;transition:all .2s;cursor:pointer;min-height:200px;display:flex;align-items:center;justify-content:center}.answer-file-upload-zone:hover{border-color:#60a5fa;background:#f8fafc}.answer-file-upload-zone.drag-active{border-color:#2563eb;background:#eff6ff}.answer-file-display{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.answer-file-display.has-file{flex-direction:row;justify-content:center;flex-wrap:wrap}.answer-file-display svg{color:#94a3b8;flex-shrink:0}.answer-file-display.has-file svg{color:#16a34a}.answer-file-upload-text{font-size:1rem;color:#334155;font-weight:500;margin:0}.answer-file-upload-hint{font-size:.875rem;color:#64748b;margin:0}.answer-file-name{font-size:.875rem;color:#334155;font-weight:500}.answer-file-size{font-size:.75rem;color:#64748b}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem}.modal-btn{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s}.modal-btn.btn-submit{background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff}.modal-btn.btn-submit:hover{background:linear-gradient(to right,#1d4ed8,#1e40af)}.modal-btn.btn-close{background:#6b7280;color:#fff}.modal-btn.btn-close:hover{background:#4b5563}.modal-btn.btn-skip{background:#f3f4f6;color:#374151}.modal-btn.btn-skip:hover{background:#e5e7eb}
