*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:#f9fafb;color:#111827}.container{max-width:80rem;margin:0 auto;padding:2rem 1rem}.hero{text-align:center;margin-bottom:2rem}.hero-badge{display:inline-block;background:#fef3c7;color:#b45309;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;margin-bottom:1rem}.hero h1{font-size:2.5rem;margin-bottom:.75rem}.hero p{font-size:1.125rem;color:#6b7280;max-width:40rem;margin:0 auto}.generator-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.generator-layout{grid-template-columns:1fr 1fr}}.form-panel{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb}.form-panel h2{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.form-section{margin-bottom:2rem}.form-section h3{font-size:1rem;color:#374151;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.form-section h3 .icon{font-size:1.25rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.375rem}.form-label .optional{font-weight:400;color:#9ca3af}.form-input,.form-textarea,.form-select{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.form-textarea{min-height:80px;resize:vertical}.form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.pages-list{display:flex;flex-direction:column;gap:.5rem}.page-row{display:grid;grid-template-columns:1fr 2fr auto;gap:.5rem;align-items:center}.page-row input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.page-row input:focus{outline:none;border-color:#f59e0b}.btn-remove{background:#fef2f2;color:#dc2626;border:none;width:2rem;height:2rem;border-radius:.375rem;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.btn-remove:hover{background:#fee2e2}.btn-add{background:#f3f4f6;color:#374151;border:1px dashed #d1d5db;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;margin-top:.5rem;transition:all .2s}.btn-add:hover{background:#e5e7eb;border-color:#9ca3af}.expertise-input-wrapper{display:flex;gap:.5rem}.expertise-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.expertise-tag{background:#fef3c7;color:#b45309;padding:.25rem .75rem;border-radius:999px;font-size:.8125rem;display:flex;align-items:center;gap:.375rem}.expertise-tag button{background:none;border:none;color:#b45309;cursor:pointer;font-size:1rem;line-height:1;padding:0}.expertise-tag button:hover{color:#92400e}.preview-panel{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column;position:sticky;top:2rem;max-height:calc(100vh - 4rem)}.preview-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.preview-header h2{font-size:1.25rem;margin:0}.preview-actions{display:flex;gap:.5rem}.btn{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.375rem;border:none}.btn-copy{background:#f3f4f6;color:#374151}.btn-copy:hover{background:#e5e7eb}.btn-download{background:#f59e0b;color:#fff}.btn-download:hover{background:#d97706}.preview-content{flex:1;overflow-y:auto;padding:1.5rem 2rem}.preview-code{background:#1f2937;color:#e5e7eb;padding:1.5rem;border-radius:.75rem;font-family:Monaco,Menlo,monospace;font-size:.8125rem;line-height:1.6;white-space:pre-wrap;word-break:break-word;min-height:400px}.preview-footer{padding:1rem 2rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 1rem 1rem}.quality-meter{display:flex;align-items:center;gap:1rem}.quality-bar{flex:1;height:.5rem;background:#e5e7eb;border-radius:999px;overflow:hidden}.quality-fill{height:100%;background:linear-gradient(to right,#f59e0b,#10b981);transition:width .3s}.quality-label{font-size:.875rem;color:#6b7280;white-space:nowrap}.instructions{background:#fff;padding:2rem;border-radius:1rem;margin-top:2rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb}.instructions h2{font-size:1.5rem;margin-bottom:1.5rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.step{text-align:center}.step-number{width:3rem;height:3rem;background:#fef3c7;color:#b45309;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1rem;margin-bottom:.5rem}.step p{font-size:.875rem;color:#6b7280}.related-tools{margin-top:3rem}.related-tools h2{text-align:center;font-size:1.5rem;margin-bottom:1.5rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.tool-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;text-decoration:none;color:inherit;transition:all .2s}.tool-card:hover{border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b1a}.tool-card h3{font-size:1.125rem;margin-bottom:.5rem;color:#111827}.tool-card p{font-size:.875rem;color:#6b7280}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:#111827;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:.9375rem;opacity:0;transition:all .3s;z-index:1000}.toast.show{transform:translate(-50%) translateY(0);opacity:1}.modal-overlay{position:fixed;inset:0;background:#00000080;display:none;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal-overlay.show{display:flex}.modal{background:#fff;border-radius:1rem;max-width:28rem;width:100%;padding:2rem;box-shadow:0 20px 40px #00000026;animation:modal-in .3s ease-out}@keyframes modal-in{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-icon{font-size:3rem;margin-bottom:.75rem}.modal-header h2{font-size:1.5rem;margin-bottom:.5rem}.modal-header p{color:#6b7280;font-size:.9375rem}.modal-form .form-group{margin-bottom:1rem}.modal-form .form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.modal-form .form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.modal-form .form-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem;margin:1.25rem 0}.checkbox-group input[type=checkbox]{width:1.25rem;height:1.25rem;margin-top:.125rem;accent-color:#f59e0b}.checkbox-group label{font-size:.8125rem;color:#6b7280;line-height:1.5}.checkbox-group a{color:#f59e0b}.modal-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.btn-submit{width:100%;padding:.875rem;background:#f59e0b;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-submit:hover{background:#d97706}.btn-submit:disabled{background:#d1d5db;cursor:not-allowed}.btn-cancel{width:100%;padding:.75rem;background:transparent;color:#6b7280;border:none;font-size:.875rem;cursor:pointer}.btn-cancel:hover{color:#374151}.modal-error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem;display:none}.modal-error.show{display:block}.modal-success{text-align:center;padding:1rem 0}.modal-success .success-icon{font-size:4rem;margin-bottom:1rem}.modal-success h3{font-size:1.25rem;margin-bottom:.5rem}.modal-success p{color:#6b7280;font-size:.9375rem}@media(max-width:768px){.hero h1{font-size:1.75rem}.page-row{grid-template-columns:1fr}.preview-panel{position:static;max-height:none}}
