@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{margin:0;padding:0;height:100%;width:100%}.step1-container{max-width:600px;margin:0 auto;padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;box-shadow:0 4px 6px #0000001a}.step1-title{font-size:24px;font-weight:700;margin-bottom:20px;text-align:center;color:#333}.step1-label{display:block;margin-bottom:8px;font-size:14px;font-weight:700;color:#555}.step1-input,.step1-select,.step1-textarea{width:100%;padding:10px;margin-bottom:16px;font-size:14px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.step1-textarea{min-height:100px;resize:vertical}.step1-select{background-color:#fff}.step1-select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.ticket-gen-container{display:flex;gap:20px;padding:20px;background-color:#f9f9f9;min-height:100vh}.wizard-section,.results-section{flex:1;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.wizard-section{max-width:400px}.wizard-title,.results-title{font-size:20px;font-weight:700;margin-bottom:16px;color:#333;text-align:center}.results-content{font-size:14px;color:#555;overflow-x:auto;white-space:pre-wrap}.results-table table{width:100%;border-collapse:collapse;margin-top:16px}.results-table td{padding:8px;border:1px solid #ddd;word-break:break-word;max-width:1px}.results-table td:first-child{font-weight:700;color:#333}
