.app-container{max-width:600px;margin:0 auto;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-header{text-align:center;margin-bottom:3rem}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.app-header p{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.tabs-navigation{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.tab-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:2px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;cursor:pointer;transition:all .3s ease}.tab-button:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 12px #667eea4d}.app-main{display:flex;flex-direction:column;gap:1.5rem}.trigger-button{padding:1rem 2rem;font-size:1.2rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.trigger-button.idle{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.trigger-button.idle:hover{transform:translateY(-2px);box-shadow:0 6px 12px #667eea66}.trigger-button.loading{background:#fbbf24;color:#78350f;cursor:not-allowed}.trigger-button.success{background:#10b981;color:#fff}.trigger-button.error{background:#ef4444;color:#fff}.trigger-button:disabled{cursor:not-allowed;opacity:.7}.status-message{padding:1.5rem;border-radius:12px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-message.loading{background:#fef3c7;border:2px solid #fbbf24;text-align:center}.status-message.success{background:#d1fae5;border:2px solid #10b981}.status-message.error{background:#fee2e2;border:2px solid #ef4444}.spinner{width:40px;height:40px;margin:0 auto 1rem;border:4px solid #fbbf24;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}pre{background:#1f2937;color:#10b981;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.9rem}.reset-button{margin-top:1rem;padding:.75rem 1.5rem;background:#6b7280;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s ease}.reset-button:hover{background:#4b5563}.app-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center;color:#6b7280;font-size:.9rem}.app-footer code{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;color:#667eea}.roadmap-agent{max-width:1200px;margin:0 auto;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.roadmap-header{text-align:center;margin-bottom:3rem}.roadmap-header h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.context-group{margin-top:1.5rem;padding-top:1.5rem;border-top:1px dashed #cbd5e1}.context-helper{font-size:.85rem;color:#64748b;margin-bottom:.5rem}.context-input{background-color:#f8fafc;font-family:monospace;font-size:.9rem;border-color:#cbd5e1}.roadmap-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.view-switcher{display:flex;background:#f1f5f9;padding:.25rem;border-radius:8px}.view-switcher button{padding:.5rem 1rem;border:none;background:transparent;border-radius:6px;cursor:pointer;font-weight:500;color:#64748b;transition:all .2s}.view-switcher button.active{background:#fff;color:#667eea;box-shadow:0 1px 3px #0000001a}.action-btn.secondary{background:transparent;border:1px solid #e2e8f0;color:#64748b;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.action-btn.secondary:hover{background:#f8fafc;color:#1e293b}.document-view{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;line-height:1.6;color:#334155;max-width:800px;margin:0 auto}.document-view h1,.document-view h2,.document-view h3{color:#1e293b;margin-top:1.5em;margin-bottom:.5em}.document-view h1{font-size:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.document-view h2{font-size:1.5rem;margin-top:2rem;color:#4f46e5}.document-view ul{padding-left:1.5rem}.document-view li{margin-bottom:.5rem}.roadmap-form{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#1e293b}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px}.generate-button{width:100%;padding:1rem;background:#667eea;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer}.phase-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.phase-card h3{color:#4f46e5;margin-bottom:.5rem}.phase-card ul{list-style:none;padding:0}.phase-card li{margin-bottom:.5rem;padding:.5rem;border-radius:6px}.phase-card li:hover{background:#f8fafc}.phase-card li.completed span{text-decoration:line-through;color:#94a3b8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem}#root{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;min-height:400px}
