@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;background-color:#121212;color:#e0e0e0;line-height:1.7}header{text-align:center;padding:4rem 2rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2c2c2c)}header h1{font-size:3rem;font-weight:600;color:#00ffff;margin-bottom:.5rem;text-shadow:0 0 10px rgba(0,255,255,.5);animation:glow 1.5s ease-in-out infinite alternate}header p{font-size:1.1rem;color:#a0a0a0;max-width:600px;margin:0 auto}main{padding:2rem}.prompt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;max-width:1800px;margin:0 auto}.prompt-card{background-color:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.4);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;border:1px solid #333}.prompt-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,255,255,.1)}.prompt-card img{width:100%;height:250px;object-fit:cover;display:block;border-bottom:1px solid #333}.card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.card-content p{font-size:.9rem;margin-bottom:1rem;color:#c7c7c7;word-wrap:break-word}.card-content .prompt-zh{font-size:.85rem;color:#a0a0a0;border-top:1px dashed #444;padding-top:1rem;margin-top:auto;margin-bottom:0}footer{text-align:center;padding:2rem;margin-top:2rem;font-size:.9rem;color:#666;background-color:#1a1a1a}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#444;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#00ffff}@keyframes glow{from{text-shadow:0 0 5px rgba(0,255,255,.4)}to{text-shadow:0 0 20px rgba(0,255,255,.8)}}@media (max-width:768px){header h1{font-size:2.5rem}main{padding:1rem}.prompt-grid{gap:1.5rem}}@media (max-width:480px){.prompt-grid{grid-template-columns:1fr}header{padding:3rem 1rem 1.5rem}header h1{font-size:2rem}}