*{margin:0;padding:0;box-sizing:border-box}body{background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.App{max-width:1200px;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column;align-items:center}.show-creators{width:100%;max-width:1000px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;border-bottom:1px solid #e1e5e9;background:#fff;border-radius:12px;padding:30px 40px;box-shadow:0 2px 10px #00000014}header h1{color:#2c3e50;font-size:2.8rem;font-weight:800;letter-spacing:-1px}header h1:before{content:"🎬 ";margin-right:10px}header button{background:#3498db;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}header button:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.creators-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;max-width:900px;margin:0 auto;justify-content:center;padding:0 20px}.creator-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #f0f0f0}.creator-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.creator-image{width:100%;height:220px;object-fit:cover;transition:transform .3s ease}.creator-card:hover .creator-image{transform:scale(1.02)}.creator-info{padding:20px}.creator-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.creator-header h3{margin:0;flex:1;color:#2c3e50;font-size:1.4rem;font-weight:700}.youtube-logo{background:red;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;text-decoration:none}.youtube-logo:hover{transform:scale(1.1);box-shadow:0 4px 12px #ff00004d}.youtube-logo svg{width:18px;height:18px;fill:#fff}.creator-info p{color:#666;line-height:1.6;margin-bottom:20px;font-size:.95rem}.creator-actions{display:flex;gap:12px}.creator-actions a{flex:1;padding:10px 16px;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;text-align:center;transition:all .2s ease}.creator-actions a:first-child{background:#e74c3c;color:#fff}.creator-actions a:first-child:hover{background:#c0392b;transform:translateY(-1px)}.creator-actions a:last-child{background:#f39c12;color:#fff}.creator-actions a:last-child:hover{background:#e67e22;transform:translateY(-1px)}.add-creator,.edit-creator,.view-creator{max-width:600px;margin:0 auto;background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014}.add-creator h1,.edit-creator h1{color:#2c3e50;margin-bottom:30px;font-size:2.2rem;font-weight:700;text-align:center}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:border-color .2s ease;background:#fafbfc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db;background:#fff}.form-group textarea{height:100px;resize:vertical}.form-actions{display:flex;gap:16px;margin-top:32px;justify-content:center}.form-actions button{padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s ease}.form-actions button[type=submit]{background:#27ae60;color:#fff}.form-actions button[type=submit]:hover{background:#2ecc71;transform:translateY(-1px)}.form-actions button[type=button]{background:#95a5a6;color:#fff}.form-actions button[type=button]:hover{background:#7f8c8d;transform:translateY(-1px)}.delete-btn{background:#e74c3c!important;color:#fff}.delete-btn:hover{background:#c0392b!important;transform:translateY(-1px)}.creator-details{text-align:center;padding:20px}.creator-details img{width:100%;max-width:350px;height:350px;object-fit:cover;border-radius:16px;margin-bottom:24px;box-shadow:0 8px 24px #0000001f}.creator-details h1{color:#2c3e50;margin-bottom:16px;font-size:2.5rem;font-weight:700}.creator-details p{color:#666;line-height:1.7;margin-bottom:24px;font-size:1.1rem;max-width:500px;margin-left:auto;margin-right:auto}.creator-details a,.actions button{display:inline-block;margin:8px;padding:12px 24px;background:#3498db;color:#fff;text-decoration:none;border-radius:8px;border:none;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s ease}.creator-details a:hover,.actions button:hover{background:#2980b9;transform:translateY(-1px)}.view-creator>a:first-child{background:#95a5a6;margin-bottom:24px;display:inline-block}.view-creator>a:first-child:hover{background:#7f8c8d}.show-creators main{min-height:400px;display:flex;align-items:center;justify-content:center}.show-creators main p{text-align:center;color:#666;font-size:1.2rem;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014}@media (max-width: 768px){.App{padding:15px}header{flex-direction:column;gap:20px;text-align:center;padding:25px 20px}header h1{font-size:2.2rem}.creators-grid{grid-template-columns:1fr;max-width:400px}.creator-actions,.form-actions{flex-direction:column}.add-creator,.edit-creator,.view-creator{padding:25px 20px;margin:15px}}@media (max-width: 480px){.creators-grid{max-width:100%}.creator-card{margin:0 auto}}.creator-card{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}button:focus,input:focus,textarea:focus,a:focus{outline:2px solid #3498db;outline-offset:2px}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
