:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1a1a1a;background:#f5f5f7}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}a{color:#1a56db;text-decoration:none}a:hover{text-decoration:underline}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;background:#fff;border-right:1px solid #e5e5e5;padding:24px 16px;flex-shrink:0}.sidebar h1{font-size:1.15rem;margin:0 0 4px}.sidebar .subtitle{font-size:.8rem;color:#666;margin-bottom:24px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{padding:10px 12px;border-radius:8px;color:#333;text-decoration:none;font-size:.9rem}.sidebar nav a:hover{background:#f0f0f0;text-decoration:none}.sidebar nav a.active{background:#eef2ff;color:#1a56db;font-weight:600}.main-content{flex:1;padding:32px;max-width:960px}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014;margin-bottom:24px}.card h2{margin:0 0 16px;font-size:1.15rem}.card h3{margin:16px 0 8px;font-size:1rem}label{display:block;margin-bottom:12px;font-size:.9rem;font-weight:500}input,textarea,select{width:100%;margin-top:4px;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font:inherit}textarea{min-height:100px;resize:vertical}.btn{display:inline-block;padding:10px 18px;border:none;border-radius:8px;font:inherit;font-weight:500;cursor:pointer;background:#eee;color:#333}.btn:hover:not(:disabled){background:#ddd}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background:#1a56db;color:#fff}.btn.primary:hover:not(:disabled){background:#1648b8}.btn.danger{background:#b42318;color:#fff}.btn.small{padding:6px 12px;font-size:.85rem}.btn-row{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.error-text{color:#b42318;font-size:.9rem;margin:8px 0}.muted{color:#666;font-size:.85rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:420px}.auth-card h1{margin:0 0 8px}.steps{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.step{padding:6px 12px;border-radius:999px;font-size:.8rem;background:#eee;color:#666}.step.active{background:#1a56db;color:#fff}.step.done{background:#dcfae6;color:#067647}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.template-card{border:2px solid #e5e5e5;border-radius:12px;padding:16px;cursor:pointer;transition:border-color .15s}.template-card:hover{border-color:#1a56db}.template-card.selected{border-color:#1a56db;background:#eef2ff}.template-card h3{margin:0 0 8px;font-size:1rem}.data-field-row{display:grid;grid-template-columns:1fr 1fr 100px auto;gap:8px;align-items:end;margin-bottom:8px}@media (max-width: 700px){.app-shell{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e5e5}.data-field-row{grid-template-columns:1fr}}.table,.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.table th,.table td,.data-table th,.data-table td{text-align:left;padding:10px 8px;border-bottom:1px solid #eee}.table th,.data-table th{font-weight:600;color:#555}.table tr.clickable{cursor:pointer}.table tr.clickable:hover{background:#f9f9f9}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600}.badge-completed{background:#dcfae6;color:#067647}.badge-failed{background:#fee4e2;color:#b42318}.badge-queued,.badge-ringing,.badge-in-progress{background:#eef2ff;color:#1a56db}.badge-busy,.badge-no-answer,.badge-canceled{background:#fef0c7;color:#b54708}.chip{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:600;background:#eef2ff;color:#3538cd;margin:0 6px 6px 0}.chip.ok{background:#dcfae6;color:#067647}.chip.ko{background:#fee4e2;color:#b42318}.chip.positive{background:#dcfae6;color:#067647}.chip.neutral{background:#f2f4f7;color:#475467}.chip.negative{background:#fee4e2;color:#b42318}.meta-row{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;font-size:.85rem;color:#475467;margin-bottom:8px}.eval-empty{background:#fffaeb;border:1px solid #fedf89;color:#b54708;border-radius:8px;padding:12px 16px;font-size:.875rem}.transcript{max-height:300px;overflow-y:auto;font-size:.875rem}.transcript-entry{margin-bottom:8px;padding:8px;border-radius:8px;background:#f9f9f9}.transcript-entry.user{background:#eef2ff}.transcript-entry .role{font-weight:600;font-size:.75rem;text-transform:uppercase;color:#666}.code-block{background:#1e1e1e;color:#d4d4d4;padding:16px;border-radius:8px;overflow-x:auto;font-size:.8rem;white-space:pre-wrap;word-break:break-all}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.stat-box{background:#f9f9f9;border-radius:8px;padding:16px}.stat-box .label{font-size:.8rem;color:#666}.stat-box .value{font-size:1.5rem;font-weight:600;margin-top:4px}.key-reveal{background:#fef0c7;border:1px solid #f79009;border-radius:8px;padding:16px;margin:16px 0;word-break:break-all;font-family:monospace}
