*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Arial,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;line-height:1.6}.container{display:flex;min-height:100vh}.main-layout{display:flex;flex:1}.user-sidebar{width:250px;background:#fff;border-right:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;padding:24px;height:100vh;position:fixed;left:0;top:0;box-shadow:2px 0 8px #0000001a}.user-header{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.user-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#1d4ed8);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#fff}.user-info h4{font-size:14px;font-weight:600;margin-bottom:4px;color:#1e293b}.user-info p{font-size:14px;color:#64748b;margin-bottom:8px}.menu-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;color:#64748b;text-decoration:none;transition:all .2s;margin-bottom:8px}.menu-item:hover{background:#f1f5f9;color:#8b5cf6}.menu-item.active{background:#eff6ff;color:#8b5cf6;font-weight:500}.main-content{flex:1;padding:25px;margin-left:250px;transition:margin-right .3s ease}.main-content.admin-layout{margin-right:350px}.page-header{margin-bottom:20px}.page-header-content{display:flex;align-items:center;justify-content:space-between;gap:24px}.page-header-text{flex:1;text-align:left}.page-title{font-size:22px;font-weight:600;color:#1e293b;margin-bottom:4px}.page-subtitle{font-size:15px;color:#64748b;max-width:600px}.agents-grid{display:flex;flex-direction:column;gap:24px;max-width:1200px;margin:0 auto}.agents-grid.admin-layout{max-width:800px}.agents-row{display:flex;gap:24px;flex-wrap:wrap}.agents-row.admin-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.agent-card{flex:1;min-width:300px;max-width:calc(33.333% - 16px);height:280px;display:flex;flex-direction:column}.agent-card.admin-layout{min-width:auto;max-width:none}.agent-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.agent-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.agent-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;font-weight:600}.difficulty-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.difficulty-easy{background:#dcfce7;color:#166534}.difficulty-medium{background:#fef3c7;color:#92400e}.difficulty-hard{background:#fee2e2;color:#991b1b}.agent-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:8px}.agent-description{font-size:12px;color:#64748b;line-height:1.6;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;flex:1;max-height:3.2em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word}.start-button{background:#8b5cf6;color:#fff;border:none;padding:12px 16px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;width:100%;justify-content:center;margin-top:auto}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:300px}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{color:#64748b;font-size:16px;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-stats-sidebar{display:none;width:350px;background:#fff;border-left:1px solid #e2e8f0;padding:24px;overflow-y:auto;height:100vh;position:fixed;right:0;top:0;box-shadow:-2px 0 8px #0000001a}.admin-stats-sidebar.show{display:block}.admin-stats-sidebar h2{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:24px;display:flex;align-items:center;gap:8px}.stats-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}.stat-card{background:#f8fafc;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;text-align:center}.stat-value{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:4px}.stat-label{font-size:12px;color:#64748b;font-weight:500}.stat-percentage{font-size:11px;color:#059669;font-weight:600;margin-top:2px}.top-role-plays{background:#f8fafc;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.top-role-plays h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.role-play-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e2e8f0}.role-play-item:last-child{border-bottom:none}.role-play-name{font-size:12px;color:#1e293b;font-weight:500}.role-play-count{font-size:12px;color:#64748b;font-weight:600}.stats-loading{display:flex;justify-content:center;align-items:center;padding:20px;color:#64748b}.pie-chart-container{display:flex;align-items:center;gap:16px;margin-bottom:16px}.pie-chart{width:120px;height:120px;border-radius:50%;background:conic-gradient(#8b5cf6,#8b5cf6 72deg,#8b5cf6 72deg,#8b5cf6 144deg,#06b6d4 144deg,#06b6d4 216deg,#10b981 216deg,#10b981 288deg,#f59e0b 288deg,#f59e0b 360deg);position:relative}.pie-chart:before{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background:#fff;border-radius:50%;transform:translate(-50%,-50%)}.pie-chart-legend{flex:1}.legend-item{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:11px}.legend-color{width:12px;height:12px;border-radius:2px}.legend-color.color-1,.legend-color.color-2{background:#8b5cf6}.legend-color.color-3{background:#06b6d4}.legend-color.color-4{background:#10b981}.legend-color.color-5{background:#f59e0b}.create-agent-btn{background:#8b5cf6;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:none;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0}.create-agent-btn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.active{opacity:1;visibility:visible}.modal-container{background:#fff;border-radius:20px;width:95%;max-width:900px;max-height:90vh;overflow:hidden;box-shadow:0 32px 64px -12px #00000059,0 0 0 1px #ffffff0d;transform:scale(.9) translateY(20px);transition:all .3s ease}.modal-overlay.active .modal-container{transform:scale(1) translateY(0)}.modal-header{padding:32px 32px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;margin-bottom:32px}.modal-header h2{font-size:28px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.025em}.close-btn{background:#f8fafc;border:none;color:#64748b;cursor:pointer;padding:12px;border-radius:12px;transition:all .2s;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#f1f5f9;color:#374151;transform:scale(1.05)}.modal-content{padding:0 32px;max-height:85vh;overflow-y:auto}.modal-header-inline{display:flex;justify-content:space-between;align-items:center;padding:24px 0 0;border-bottom:1px solid #f1f5f9;margin-bottom:24px}.modal-header-inline h2{font-size:28px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.025em}.modal-header-inline .close-btn{background:#f8fafc;border:none;color:#64748b;cursor:pointer;padding:12px;border-radius:12px;transition:all .2s;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.modal-header-inline .close-btn:hover{background:#f1f5f9;color:#374151;transform:scale(1.05)}.step-indicator{display:flex;justify-content:center;margin-bottom:24px;margin-top:32px;padding:0 32px;gap:8px}.step{display:flex;align-items:center;gap:12px;padding:12px 20px;border-radius:24px;background:#f8fafc;color:#64748b;font-size:15px;font-weight:600;position:relative;transition:all .3s ease;border:2px solid transparent}.step:not(:last-child):after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:12px;height:3px;background:#e2e8f0;border-radius:2px;transition:all .3s ease}.step.active{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;border-color:#8b5cf6;box-shadow:0 4px 12px #3b82f626}.step.completed{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border-color:#10b981}.step.completed:after{background:#10b981}.step-number{width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:all .3s ease}.step.active .step-number{background:#8b5cf6;color:#fff;box-shadow:0 2px 8px #3b82f64d}.step.completed .step-number{background:#10b981;color:#fff}.step-label{font-weight:600}.form-step{display:none;animation:fadeIn .4s ease}.form-step.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.form-step h3{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:24px;letter-spacing:-.025em}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:15px;font-weight:600;color:#374151;margin-bottom:10px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .3s ease;font-family:inherit;background:#fafbfc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8b5cf6;background:#fff;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-1px)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444;background:#fef2f2;box-shadow:0 0 0 4px #ef44441a}.form-group small{display:block;font-size:13px;color:#64748b;margin-top:8px;font-weight:500}.checkbox-group{display:flex;align-items:center;gap:16px;padding:20px;background:#f8fafc;border-radius:12px;border:2px solid #f1f5f9;transition:all .3s ease}.checkbox-group:hover{border-color:#e2e8f0;background:#f1f5f9}.checkbox-group input[type=checkbox]{width:20px;height:20px;margin:0;accent-color:#8b5cf6}.checkbox-group label{margin:0;font-size:15px;color:#374151;font-weight:500;cursor:pointer}.review-container{display:grid;gap:24px}.review-section{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.review-section h4{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:12px}.review-section p{margin:8px 0;font-size:14px;color:#374151}.review-section strong{color:#1e293b;font-weight:500}.step-navigation{display:flex;justify-content:space-between;gap:16px;margin-top:32px;margin-bottom:32px;padding-top:24px;border-top:1px solid #f1f5f9}.btn{padding:16px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px;text-decoration:none;min-width:120px;justify-content:center}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-secondary{background:#f8fafc;color:#374151;border:2px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.btn-primary{background:linear-gradient(135deg,#8b5cf6,#1d4ed8);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-success:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.notification{position:fixed;top:20px;right:20px;background:#fff;border-radius:8px;padding:16px 20px;box-shadow:0 10px 25px -5px #0000001a;display:flex;align-items:center;gap:12px;z-index:1001;transform:translate(100%);transition:transform .3s ease;border-left:4px solid #8b5cf6}.notification.show{transform:translate(0)}.notification.success{border-left-color:#10b981}.notification.error{border-left-color:#ef4444}.notification .material-icons{font-size:20px}.notification.success .material-icons{color:#10b981}.notification.error .material-icons{color:#ef4444}.notification.info .material-icons{color:#8b5cf6}@media (max-width: 768px){.page-header-content{flex-direction:column;align-items:flex-start;gap:16px}.create-agent-btn{width:100%;justify-content:center}.modal-container{width:98%;margin:10px;max-height:95vh;border-radius:16px}.modal-header-inline{padding:16px 0 0;margin-bottom:16px}.modal-header-inline h2{font-size:22px}.modal-content{padding:0 16px}.step-indicator{flex-direction:column;gap:8px;margin-bottom:16px;margin-top:24px;padding:0 16px}.step:not(:last-child):after{display:none}.step{justify-content:center;padding:10px 16px}.form-step h3{font-size:20px;margin-bottom:16px}.form-group{margin-bottom:16px}.form-group input,.form-group select,.form-group textarea{padding:14px 16px;font-size:16px}.step-navigation{margin-top:24px;margin-bottom:24px;padding-top:16px;flex-direction:column;gap:12px}.btn{width:100%;padding:14px 20px;font-size:16px}.checkbox-group{padding:16px}}
