
        .sb-pro-app { display: flex; background: #0b0e14; min-height: 800px; font-family: 'Plus Jakarta Sans', sans-serif; color: #e2e8f0; }
        .sb-sidebar { width: 260px; background: #11141d; padding: 40px 24px; border-right: 1px solid rgba(255,255,255,0.05); }
        .sb-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 48px; }
        .sb-logo-box { width: 32px; height: 32px; background: #6366f1; border-radius: 10px; }
        .sb-brand span { font-weight: 800; color: white; }
        .sb-nav-item { display: block; padding: 14px 20px; color: #94a3b8; text-decoration: none; border-radius: 12px; font-weight: 600; margin-bottom: 5px; }
        .sb-nav-item.active, .sb-nav-item:hover { background: #6366f1; color: white; }
        .sb-main { flex: 1; padding: 48px; }
        .sb-header h1 { font-size: 32px; font-weight: 900; color: white; margin: 0; }
        .sb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; margin-top: 40px; }
        .sb-card { background: #11141d; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); }
        .sb-card-preview { height: 160px; position: relative; background: #000; }
        .sb-card-preview img { width: 100%; height: 100%; object-fit: cover; }
        .sb-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; }
        .sb-card:hover .sb-overlay { opacity: 1; }
        .sb-copy-btn { background: #6366f1; color: white; border: none; padding: 10px 20px; border-radius: 8px; font-weight: 800; cursor: pointer; }
        .sb-card-info { padding: 20px; }
        .sb-tag { color: #6366f1; font-size: 10px; font-weight: 800; text-transform: uppercase; }
        .sb-form-box { background: #11141d; padding: 40px; border-radius: 24px; max-width: 600px; border: 1px solid rgba(255,255,255,0.05); }
        .sb-field { margin-bottom: 24px; }
        .sb-field label { display: block; font-size: 11px; font-weight: 800; color: #64748b; text-transform: uppercase; margin-bottom: 8px; }
        .sb-field input, .sb-field select, .sb-field textarea { width: 100%; background: #0b0e14; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 12px; color: white; }
        .sb-field textarea { height: 150px; font-family: monospace; }
        .sb-btn-submit { width: 100%; background: #6366f1; color: white; border: none; padding: 15px; border-radius: 12px; font-weight: 900; cursor: pointer; }
        .sb-ai-container { height: 600px; background: #11141d; border-radius: 24px; overflow: hidden; }
        .sb-ai-iframe { width: 100%; height: 100%; border: none; background: white; }
        .sb-stats { display: flex; gap: 24px; margin-top: 40px; }
        .sb-stat-box { flex: 1; background: #11141d; padding: 30px; border-radius: 24px; text-align: center; border: 1px solid rgba(255,255,255,0.05); }
        .sb-stat-box h3 { font-size: 40px; margin: 0; color: white; }
      