*{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;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#ffffff;min-height:100vh;color:#333}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem;color:#333;border-bottom:2px solid #f0f0f0;padding-bottom:2rem}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.header p{font-size:1.2rem;color:#666}.examples-container{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}.example-section{background:#ffffff;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014}.example-section h2{color:#1a1a1a;margin-bottom:1.5rem;font-weight:600}.example-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;transition:transform .2s,box-shadow .2s}.example-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.example-card h3{font-size:1.4rem;margin-bottom:1rem;color:#2d3748}.example-card p{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-right:.5rem;margin-bottom:.5rem}.button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.button:disabled{opacity:.6;cursor:not-allowed}.button.secondary{background:#e2e8f0;color:#4a5568}.button.secondary:hover:not(:disabled){background:#cbd5e0;box-shadow:0 4px 12px #0000001a}.button.danger{background:linear-gradient(135deg,#fc8181 0%,#f56565 100%)}.button.danger:hover:not(:disabled){box-shadow:0 4px 12px #f5656566}.input-group{margin-bottom:1rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}.input-group input,.input-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:#667eea}.status-display{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin:1rem 0}.status-display.success{background:#f0fff4;border-color:#9ae6b4}.status-display.error{background:#fed7d7;border-color:#feb2b2}.log-display{background:#1a202c;color:#e2e8f0;padding:1rem;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;max-height:300px;overflow-y:auto;margin-top:1rem}.log-entry{margin-bottom:.25rem;padding:.25rem 0;border-bottom:1px solid #2d3748}.log-entry:last-child{border-bottom:none}.log-timestamp{color:#a0aec0;font-size:.75rem}.embed-container{border:2px dashed #cbd5e0;border-radius:8px;padding:0;margin:0;width:400px;height:700px;background:#f9fafb;position:relative;overflow:hidden}.embed-placeholder{display:flex;align-items:center;justify-content:center;height:100%;width:100%;color:#718096;font-style:italic;text-align:center;padding:1rem;box-sizing:border-box}@media (max-width: 768px){.container{padding:1rem}.header h1{font-size:2rem}.examples-grid{grid-template-columns:1fr;gap:1rem}.example-card{padding:1.5rem}.embed-container{width:100%;max-width:350px;height:500px}}
