:root{font-family:Arial,sans-serif;line-height:1.4;font-weight:400;color:#333;background-color:#f0f0f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;padding:20px}a{color:#1565c0;text-decoration:none}a:hover{text-decoration:underline}.app{max-width:1100px;margin:0 auto;padding:20px;background:#fff;min-height:100vh;font-family:Arial,sans-serif;font-size:14px;color:#333}header{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #1a3a5c}header h1{font-size:28px;color:#1a3a5c;margin:0 0 5px}header .subtitle{color:#666;font-size:14px;margin:0}.warning-banner{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:15px 20px;margin-bottom:20px;color:#856404}section{margin-bottom:25px;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}section h2{font-size:16px;color:#1a3a5c;margin:0 0 15px;padding-bottom:10px;border-bottom:1px solid #ddd}section h3{font-size:14px;color:#333;margin:15px 0 10px}section p{margin:0 0 15px;color:#555;font-size:13px}.sprint-selection{background:#fff}.sprint-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:20px}.sprint-column{padding:15px;background:#f8f9fa;border-radius:6px}.sprint-column h3{margin-top:0;color:#1a3a5c;font-size:15px}.sprint-column label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#555;margin-bottom:12px}.sprint-column select{padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;font-family:inherit;background:#fff;cursor:pointer}.sprint-column select:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 2px #0052cc1a}.primary-btn{padding:12px 24px;background:#0052cc;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.primary-btn:hover{background:#0047b3}.primary-btn:disabled{background:#ccc;cursor:not-allowed}.generate-btn{display:block;width:100%;padding:14px;font-size:16px}.preview-section{background:#fff}.preview-stats{display:flex;gap:30px;margin-bottom:20px;padding:10px 15px;background:#e8f4fd;border-radius:4px}.preview-stats span{font-size:14px;color:#333}.tickets-preview{max-height:500px;overflow-y:auto}.ticket-group{margin-bottom:25px}.ticket-group h3{color:#1a3a5c;margin-bottom:10px}.preview-table{width:100%;border-collapse:collapse;font-size:12px}.preview-table th,.preview-table td{padding:8px 10px;border:1px solid #ddd;text-align:left}.preview-table th{background:#e6e6e6;font-weight:600;font-size:11px}.preview-table td{background:#fff}.preview-table a{color:#0052cc;text-decoration:none;font-weight:500}.preview-table a:hover{text-decoration:underline}.status-done{color:#064;font-weight:700}.status-not-done{color:#de350b;font-weight:700}.due-date{color:#666;font-size:12px;white-space:nowrap}.chip{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;margin:1px 2px;white-space:nowrap}.chip-team{background:#d4e6f1;color:#1a5276;border:1px solid #85c1e9}.chip-team-automations{background:#e8daef;color:#6c3483;border:1px solid #bb8fce}.chip-speaker{background:#f5f5f5;color:#424242;border:1px solid #e0e0e0}.chip-done{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7;font-weight:600}.chip-not-done{background:#ffebee;color:#c62828;border:1px solid #ef9a9a;font-weight:600}.chips-container{display:flex;flex-wrap:wrap;gap:2px}.download-section{background:#f0fff4;border-color:#38a169}.download-section h2{color:#276749}.download-section .instructions{margin-top:20px;padding:15px;background:#fff;border-radius:4px;border:1px solid #ddd}.download-section .instructions p{margin:0 0 10px;font-weight:600}.download-section .instructions ol{margin:0;padding-left:20px;color:#555}.download-section .instructions li{margin:5px 0;font-size:13px}.status-message{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:12px 24px;background:#064;color:#fff;border-radius:4px;font-size:14px;box-shadow:0 4px 12px #00000026;animation:toastFadeInOut 4s ease;z-index:1000}@keyframes toastFadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-10px)}10%{opacity:1;transform:translate(-50%) translateY(0)}80%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-10px)}}.reference-section{background:#f0f7ff;border-color:#0052cc}.reference-section h2{color:#0052cc}.category-manager{background:#fff;padding:15px;border-radius:6px;border:1px solid #ddd}.category-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.category-tag{display:inline-block;padding:6px 12px;background:#e8f4fd;color:#0052cc;border-radius:16px;font-size:13px;font-weight:500}.add-category-form{display:flex;gap:10px}.category-input{flex:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;font-family:inherit}.category-input:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 2px #0052cc1a}.add-category-btn{padding:8px 16px;background:#0052cc;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.add-category-btn:hover{background:#0047b3}.add-category-btn:disabled{background:#ccc;cursor:not-allowed}.reference-table{width:100%;border-collapse:collapse;font-size:12px;margin-bottom:20px}.reference-table th,.reference-table td{padding:8px 12px;border:1px solid #ccc;text-align:left}.reference-table th{background:#e6e6e6;font-weight:600}.reference-table td{background:#fff}.step-indicator{display:flex;justify-content:center;gap:40px;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:8px}.step{display:flex;align-items:center;gap:10px;opacity:.5;transition:opacity .2s}.step.active,.step.completed{opacity:1}.step-number{width:32px;height:32px;border-radius:50%;background:#ccc;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.step.active .step-number{background:#0052cc}.step.completed .step-number{background:#064}.step-label{font-size:14px;font-weight:600;color:#333}.secondary-btn{padding:10px 20px;background:#fff;color:#0052cc;border:2px solid #0052CC;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.secondary-btn:hover{background:#0052cc;color:#fff}.secondary-btn:disabled{background:#f0f0f0;color:#999;border-color:#ccc;cursor:not-allowed}.delete-btn{padding:4px 10px;background:#fff;color:#de350b;border:1px solid #DE350B;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.delete-btn:hover{background:#de350b;color:#fff}.review-section{background:#fff}.section-description{color:#666;margin-bottom:20px}.sprint-review-group{padding:20px;background:#f8f9fa;border-radius:8px;margin-bottom:20px;border:1px solid #e0e0e0}.sprint-review-group h3{margin:0 0 15px;color:#1a3a5c}.sprint-review-group h4{margin:0 0 10px;font-size:13px;color:#333}.selection-table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:15px;background:#fff}.selection-table th,.selection-table td{padding:10px 12px;border:1px solid #ddd;text-align:left}.selection-table th{background:#e6e6e6;font-weight:600;font-size:12px}.selection-table td{background:#fff}.selection-table tr.selected,.selection-table tr.selected td{background:#e8f4fd}.selection-table a{color:#0052cc;text-decoration:none;font-weight:500}.selection-table a:hover{text-decoration:underline}.selection-table input[type=checkbox]{width:18px;height:18px;cursor:pointer}.category-select{padding:4px 8px;border:1px solid #ccc;border-radius:4px;font-size:12px;font-family:inherit;background:#fff;cursor:pointer;max-width:180px}.category-select:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 2px #0052cc1a}.combinations-list{margin-bottom:20px;padding:15px;background:#f0fff4;border:1px solid #38a169;border-radius:6px}.combination-item{padding:12px;background:#fff;border-radius:4px;margin-bottom:10px;border:1px solid #ddd}.combination-item:last-child{margin-bottom:0}.combination-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.combination-header strong{font-size:14px;color:#1a3a5c;flex:1}.combination-header .group-badge{flex-shrink:0}.team-goals{margin:8px 0;padding-left:10px;border-left:3px solid #0052CC}.combination-tickets{font-size:12px;color:#666;margin:5px 0}.combination-goal,.combination-outcome{font-size:13px;margin:5px 0;color:#333}.combination-goal em,.combination-outcome em{font-weight:600;color:#555}.review-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.download-stats{display:flex;gap:30px;padding:15px;background:#fff;border-radius:6px;margin-bottom:20px;border:1px solid #ddd}.download-stats span{font-size:14px;color:#333}.download-stats strong{color:#0052cc}.download-actions{display:flex;gap:15px;margin-bottom:20px}.sticky-action-bar{position:sticky;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #0052CC;padding:15px 20px;margin:20px -20px -20px;box-shadow:0 -4px 12px #0000001a;z-index:100}.sticky-action-content{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto}.selection-info{display:flex;gap:20px;font-size:14px;color:#555}.selection-info span{background:#e8f4fd;padding:6px 12px;border-radius:4px}.sticky-buttons{display:flex;gap:12px}.group-cell{text-align:center}.group-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-weight:700;font-size:14px;color:#fff}.group-badge-1{background:#0052cc}.group-badge-2{background:#00875a}.group-badge-3{background:#ff5630}.group-badge-4{background:#6554c0}.group-badge-5{background:#ff991f}.group-badge-6{background:#00b8d9}.group-badge-7{background:#36b37e}.group-badge-8{background:#5243aa}.selection-table tr.group-1 td{background:#0052cc14}.selection-table tr.group-2 td{background:#00875a14}.selection-table tr.group-3 td{background:#ff563014}.selection-table tr.group-4 td{background:#6554c014}.selection-table tr.group-5 td{background:#ff991f14}.selection-table tr.group-6 td{background:#00b8d914}.selection-table tr.group-7 td{background:#36b37e14}.selection-table tr.group-8 td{background:#5243aa14}
