.script-sandbox{padding:12px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:0 auto}.header{margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #e0e0e0}.header h1{margin:0 0 4px;color:#333;font-size:20px}.subtitle,.section-subtitle{margin:0;color:#666;font-size:12px}.test-section-content{padding:12px}.test-section-header{margin-top:24px;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.test-section-header h2{margin:0 0 4px;font-size:16px;color:#333}.controls{display:flex;gap:8px;margin-bottom:12px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.stat-card{padding:12px;border-radius:6px;text-align:center;box-shadow:0 1px 3px #0000001a}.stat-card.passed{background:linear-gradient(135deg,#4caf50 0%,#45a049 100%);color:#fff}.stat-card.failed{background:linear-gradient(135deg,#f44336 0%,#e53935 100%);color:#fff}.stat-card.total{background:linear-gradient(135deg,#2196F3 0%,#1976D2 100%);color:#fff}.stat-value{font-size:24px;font-weight:700;margin-bottom:4px}.stat-label{font-size:12px;opacity:.9}.test-results{display:flex;flex-direction:column;gap:8px}.test-result{border:1px solid #e0e0e0;border-radius:6px;padding:15px;background:white;transition:all .2s}.test-result.passed{border-left:4px solid #4caf50;background:#f1f8f4}.test-result.failed{border-left:4px solid #f44336;background:#fef5f5}.test-result.running{border-left:4px solid #2196F3;background:#f0f7ff}.test-header{display:flex;align-items:center;gap:10px}.status-icon{font-size:18px;font-weight:700;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.status-icon.passed{color:#4caf50;background:rgba(76,175,80,.1)}.status-icon.failed{color:#f44336;background:rgba(244,67,54,.1)}.test-name{flex:1;font-weight:600;color:#333}.test-duration{font-size:12px;color:#666;font-family:Courier New,monospace}.test-details{margin-top:10px;padding-top:10px;border-top:1px solid #e0e0e0}.test-message{color:#666;font-size:14px}.test-error{margin-top:10px;padding:10px;background:#fff5f5;border-radius:4px;color:#c62828;font-size:13px}.test-error pre{margin:5px 0 0;white-space:pre-wrap;word-wrap:break-word;font-family:Courier New,monospace;font-size:12px}.test-logs{margin-top:10px;padding:10px;background:#f5f5f5;border-radius:4px;font-size:12px}.log-entry{padding:4px 0;color:#555;font-family:Courier New,monospace;border-bottom:1px solid #e0e0e0}.log-entry:last-child{border-bottom:none}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-state p{font-size:16px;margin:0 0 8px}.empty-state-note{font-size:14px;color:#666;font-style:italic}.playground-section{padding:12px;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.section-header{margin-bottom:12px}.section-header h2{margin:0 0 4px;font-size:16px;color:#333}.section-subtitle{margin:0;font-size:12px;color:#666}.playground-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.control-group{display:flex;flex-direction:column;gap:6px}.control-group label{font-size:12px;font-weight:600;color:#555}.function-inputs{background:white;padding:12px;border-radius:6px;border:1px solid #e0e0e0}.function-description{margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e0e0e0}.function-description strong{font-size:16px;color:#333}.function-description p{margin:5px 0 0;font-size:14px;color:#666}.input-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-bottom:20px}.input-field{display:flex;flex-direction:column;gap:6px}.input-field label{font-size:13px;font-weight:600;color:#555}.execute-controls{display:flex;gap:10px;padding-top:15px;border-top:1px solid #e0e0e0}.playground-output{margin-top:20px;padding:15px;background:#f5f5f5;border-radius:6px;border:1px solid #d0d0d0}.output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #d0d0d0}.output-header strong{font-size:14px;color:#333}.output-status{font-size:13px;font-weight:600;padding:4px 12px;border-radius:12px}.output-status.success{background:#d4edda;color:#155724}.output-status.error{background:#f8d7da;color:#721c24}.output-content{margin:0;padding:12px;background:white;border-radius:4px;font-family:Courier New,monospace;font-size:13px;line-height:1.6;color:#333;white-space:pre-wrap;word-wrap:break-word;max-height:300px;overflow-y:auto}.playground-layout{display:grid;grid-template-columns:280px 1fr;gap:12px;min-height:600px}.function-reference{background:white;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;max-height:600px}.reference-header{padding:10px;background:#f9f9f9;border-bottom:1px solid #e0e0e0}.reference-header h3{margin:0 0 8px;font-size:14px;color:#333}.function-categories{flex:1;overflow-y:auto;padding:8px}.category-section{margin-bottom:6px}.category-title{display:flex;align-items:center;gap:6px;padding:8px;background:#f5f5f5;border-radius:4px;cursor:pointer;font-weight:600;font-size:12px;color:#555;transition:background .2s}.category-title:hover{background:#e8e8e8}.category-icon{font-size:9px;color:#888}.category-functions{margin-top:4px;padding-left:10px}.function-item{padding:8px;margin-bottom:4px;background:white;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;transition:all .2s}.function-item:hover{background:#f9f9f9;border-color:#2196f3}.function-item.selected{background:#e3f2fd;border-color:#2196f3}.function-name{font-weight:600;font-size:12px;color:#333;margin-bottom:3px}.function-desc{font-size:11px;color:#666;line-height:1.3}.script-editor{background:white;border:1px solid #e0e0e0;border-radius:6px;display:flex;flex-direction:column;overflow:hidden}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#f9f9f9;border-bottom:1px solid #e0e0e0}.toolbar-left,.toolbar-right{display:flex;gap:6px}.code-editor-wrapper{flex:1;min-height:300px;display:flex;flex-direction:column}.code-editor{flex:1;width:100%;padding:10px;border:none;font-family:Courier New,monospace;font-size:12px;line-height:1.5;resize:none;outline:none}.function-example{padding:10px;background:#f5f9ff;border-top:1px solid #d0e4ff;border-bottom:1px solid #d0e4ff}.example-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.example-header strong{font-size:12px;color:#333}.example-label{font-size:10px;font-weight:600;color:#2196f3;text-transform:uppercase;letter-spacing:.5px}.example-code{background:white;padding:8px;border-radius:4px;border:1px solid #d0e4ff;font-family:Courier New,monospace;font-size:11px;line-height:1.5;color:#333;margin:0 0 8px;overflow-x:auto}.example-description{font-size:11px;color:#555;font-style:italic}.output-console{background:#2d2d2d;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;max-height:200px}.console-header{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#1e1e1e;border-bottom:1px solid #444}.console-header strong{font-size:11px;color:#eee;font-weight:600}.console-content{flex:1;overflow-y:auto;padding:10px 15px;font-family:Courier New,monospace;font-size:12px}.console-line{padding:4px 0;line-height:1.5;border-bottom:1px solid #3d3d3d}.console-line:last-child{border-bottom:none}.console-line.log{color:#d4d4d4}.console-line.info{color:#4fc3f7}.console-line.success{color:#81c784}.console-line.error{color:#e57373}.console-timestamp{color:#888;margin-right:10px}.console-message{color:inherit}.console-empty{color:#888;font-style:italic;text-align:center;padding:20px}
