:root{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1e293b;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}*{box-sizing:border-box}body{margin:0;padding:0}.app-shell{max-width:1400px;margin:0 auto;padding:2rem 1.5rem 3rem}h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-align:center;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);padding:1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 6px -1px #0003}h2{font-size:1.5rem;font-weight:600;margin-bottom:1.25rem;color:#1e293b;display:flex;align-items:center;gap:.5rem}h2:before{content:"";width:4px;height:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}section{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}section:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.grid{display:grid;gap:1.5rem}@media (min-width: 960px){.grid-2{grid-template-columns:1fr 1fr}}label{font-weight:600;font-size:.95rem;display:block;margin-bottom:.75rem;color:#475569}input[type=text]{width:100%;border-radius:.75rem;border:2px solid #e2e8f0;padding:.875rem 1.25rem;font-size:1rem;transition:all .2s ease;background:#f8fafc}input[type=text]:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}button{border-radius:.75rem;border:none;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #667eea4d;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px -1px #667eea66}button:active:not(:disabled){transform:translateY(0)}button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;opacity:.6}button.secondary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 6px -1px #10b9814d}button.secondary:hover:not(:disabled){box-shadow:0 6px 12px -1px #10b98166}button.danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 6px -1px #ef44444d}button.danger:hover:not(:disabled){box-shadow:0 6px 12px -1px #ef444466}table{width:100%;border-collapse:collapse;font-size:.95rem;background:#fff}thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}thead th{font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em}th,td{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;text-align:left}tbody tr{transition:background-color .2s ease}tbody tr:hover{background-color:#f8fafc}tbody tr:last-child td{border-bottom:none}.actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.actions button{padding:.5rem 1rem;font-size:.875rem;margin:0;min-width:70px}.summary{font-size:.95rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:1.5rem;border-radius:.75rem;margin-top:1.5rem;border:1px solid #bae6fd}.summary p{margin:.75rem 0;display:flex;align-items:center;gap:.5rem}.summary strong{color:#0369a1;font-weight:600;min-width:120px}.summary ul{padding-left:1.5rem;margin:.75rem 0 0;color:#0c4a6e}.log-list{max-height:200px;overflow-y:auto;background:#1e293b;color:#f1f5f9;padding:.75rem 1rem;border-radius:.75rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem;line-height:1.3;margin-top:.75rem;border:1px solid #334155}.log-list>div{margin-bottom:.25rem;padding:.25rem 0}.log-list>div:last-child{margin-bottom:0}.log-list::-webkit-scrollbar{width:8px}.log-list::-webkit-scrollbar-track{background:#334155;border-radius:4px}.log-list::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.log-list::-webkit-scrollbar-thumb:hover{background:#64748b}.badge{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block;margin-top:.25rem;border:1px solid #93c5fd}.dataset-table-wrapper{max-height:70vh;overflow:auto;border-radius:.75rem;border:2px solid #e2e8f0;margin-top:1rem;background:#fff;box-shadow:inset 0 2px 4px #0000000f;position:relative}.dataset-table-wrapper table{margin:0;width:100%;min-width:max-content}.dataset-table-wrapper thead{position:sticky;top:0;z-index:10}.dataset-table-wrapper::-webkit-scrollbar{width:10px;height:10px}.dataset-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:5px}.dataset-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.dataset-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}section[style*="border-color: #fecaca"]{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #f87171;border-radius:.75rem;padding:1.25rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #f8717133}section[style*="border-color: #fecaca"] strong{color:#dc2626;font-weight:600}form{display:flex;flex-direction:column;gap:1rem}form>div{display:flex;gap:.75rem;align-items:flex-start}form>div button{flex-shrink:0}p{color:#64748b;font-style:italic;text-align:center;padding:2rem}@media (max-width: 768px){.app-shell{padding:1rem .75rem 2rem}h1{font-size:1.75rem;padding:.75rem;margin-bottom:1.5rem}section{padding:1.25rem;margin-bottom:1rem}h2{font-size:1.25rem;margin-bottom:1rem}.actions{flex-direction:row;flex-wrap:wrap;gap:.5rem}.actions button{flex:1;min-width:calc(33.333% - .5rem);font-size:.8rem;padding:.5rem .75rem}.grid-2{grid-template-columns:1fr;gap:1rem}.dataset-table-wrapper{max-height:50vh;border-radius:.5rem}table{font-size:.85rem}th,td{padding:.5rem .75rem}input[type=text]{font-size:.95rem;padding:.75rem 1rem}button{font-size:.95rem;padding:.75rem 1.25rem}.summary{padding:1rem;font-size:.9rem}.summary p{margin:.5rem 0;flex-wrap:wrap}.summary strong{min-width:auto;margin-right:.5rem}}@media (max-width: 480px){h1{font-size:1.5rem;padding:.5rem}section{padding:1rem}.actions button{min-width:calc(50% - .25rem);font-size:.75rem;padding:.5rem}.dataset-table-wrapper{max-height:40vh}table{font-size:.75rem}th,td{padding:.4rem .5rem}}button:disabled{position:relative}button:disabled:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}td:first-child,th:first-child{padding-left:1.5rem}td:last-child,th:last-child{padding-right:1.5rem}
