:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{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;background:#f5f5f5;display:flex;justify-content:center}.app{max-width:2100px;margin:0 auto;padding:20px}.header{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:32px;color:#333;margin-bottom:8px}.header p{color:#666;font-size:16px}.content{display:flex;flex-direction:column;gap:30px}.top-panel{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.top-panel>.section:first-child{max-height:620px}.bottom-panel{width:100%}.section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px;display:flex;flex-direction:column}.section h2{font-size:20px;color:#333;margin-bottom:20px;display:flex;align-items:center;gap:8px}.survey-list{display:grid;gap:16px;flex:1;min-height:0;overflow-y:auto}.survey-card{border:2px solid #e5e5e5;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s;display:flex;gap:16px;align-items:start}.survey-card:hover{border-color:#4caf50;box-shadow:0 4px 12px #4caf5033}.survey-card.selected{border-color:#4caf50;background:#f1f8f4}.survey-thumbnail{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.survey-info{flex:1;min-width:0}.survey-title{font-size:16px;font-weight:600;color:#333;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.survey-meta{display:flex;gap:16px;font-size:14px;color:#666;margin-bottom:8px}.survey-progress{margin-top:8px}.progress-bar{height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden;margin-bottom:4px}.progress-fill{height:100%;background:#4caf50;transition:width .3s}.progress-text{font-size:12px;color:#999}.config-section{margin-bottom:20px}.config-section label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.config-section input,.config-section select{width:100%;padding:10px 12px;border:2px solid #e5e5e5;border-radius:6px;font-size:14px;transition:border-color .2s}.config-section input:focus,.config-section select:focus{outline:none;border-color:#4caf50}.config-section select.dark-select{background:#3b3b3b!important;color:#fff!important;border:1px solid #555!important}.config-section select.dark-select option{background:#3b3b3b!important;color:#fff!important}.config-section .hint{font-size:12px;color:#999;margin-top:4px}.button-group{display:flex;gap:12px;margin-top:20px}.btn{flex:1;padding:12px 20px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover:not(:disabled){background:#45a049}.btn-secondary{background:#ff9800;color:#fff}.btn-secondary:hover:not(:disabled){background:#e68900}.btn-danger{background:#f44336;color:#fff}.btn-danger:hover:not(:disabled){background:#da190b}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.stat-card{background:#f8f9fa;padding:16px;border-radius:8px;border-left:4px solid #4CAF50}.stat-label{font-size:12px;color:#666;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:28px;font-weight:700;color:#333}.stat-card.completed{border-left-color:#4caf50}.stat-card.inprogress{border-left-color:#2196f3}.stat-card.failed{border-left-color:#f44336}.stat-card.progress{border-left-color:#9c27b0}.activity-log{background:#f8f9fa;border-radius:8px;padding:16px;max-height:400px;overflow-y:auto;font-family:Courier New,monospace}.log-item{padding:8px 12px;border-bottom:1px solid #e5e5e5;font-size:13px;transition:background-color .2s}.log-item:hover{background-color:#4caf500d}.log-item:last-child{border-bottom:none}.log-time{color:#999;font-size:11px;margin-right:12px;display:inline-block;min-width:70px}.log-message{color:#333;font-weight:500}.log-message.success{color:#4caf50;font-weight:600}.log-message.error{color:#f44336;font-weight:600}.log-message.info{color:#2196f3}.loading,.no-data{text-align:center;padding:40px;color:#999}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.running{background:#e3f2fd;color:#1976d2}.status-badge.completed{background:#e8f5e9;color:#388e3c}.status-badge.stopped{background:#fbe9e7;color:#d84315}.status-badge.waiting{background:#fef3c7;color:#b45309;animation:pulse-waiting 2s infinite}@keyframes pulse-waiting{0%,to{opacity:1}50%{opacity:.6}}.status-badge.available{background:#e8f5e9;color:#388e3c}.status-badge.full{background:#fff3e0;color:#f57c00}.status-badge.expired{background:#fce4ec;color:#c2185b}.simulations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:20px}.simulation-card{background:#f8f9fa;border:2px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s}.simulation-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#4caf50}.simulation-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.btn-close{background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#999;transition:all .2s;flex-shrink:0}.btn-close:hover{background:#fee;border-color:#f44336;color:#f44336}@media (max-width: 1200px){.simulations-grid,.top-panel{grid-template-columns:1fr}}
