.art-generator{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2c2c2c);color:#fff;font-family:Inter,sans-serif;padding:20px;overflow-x:hidden}.art-generator h1{font-size:2.5rem;margin-bottom:1.5rem;text-shadow:0 0 10px rgba(255,107,107,.8);animation:glow 2s ease-in-out infinite alternate}@media(max-width:768px){.art-generator h1{font-size:2rem}}.art-generator .letter-input{padding:.75rem;font-size:1.2rem;width:200px;border:none;border-radius:8px;background:#333;color:#fff;text-align:center;box-shadow:0 0 15px rgba(78,205,196,.5);transition:all .3s ease;margin-bottom:1.5rem}.art-generator .letter-input:focus{outline:none;box-shadow:0 0 20px rgba(78,205,196,.8);background:#444}@media(max-width:480px){.art-generator .letter-input{width:150px;font-size:1rem}}.art-generator .art-canvas{border-radius:12px;box-shadow:0 0 30px rgba(255,107,107,.6);max-width:100%;height:auto;background:#1a1a1a}.art-generator .actions{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.art-generator .actions .share-button{padding:.75rem 2rem;font-size:1.1rem;border:none;border-radius:8px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);color:#fff;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 0 15px rgba(255,107,107,.5)}.art-generator .actions .share-button:hover{transform:scale(1.05);box-shadow:0 0 25px rgba(255,107,107,.8)}@media(max-width:480px){.art-generator .actions .share-button{padding:.5rem 1.5rem;font-size:1rem}}.art-generator .actions .share-info{font-size:.9rem;color:#4ecdc4;text-align:center}.art-generator .actions .share-info a{color:#ffeead;text-decoration:underline;transition:color .3s ease}.art-generator .actions .share-info a:hover{color:#fff}@keyframes glow{0%{text-shadow:0 0 10px rgba(255,107,107,.8),0 0 20px rgba(255,107,107,.4)}to{text-shadow:0 0 20px rgba(78,205,196,.8),0 0 30px rgba(78,205,196,.4)}}@media(max-width:768px){.art-generator{padding:15px}}@media(max-width:480px){.art-generator{padding:10px}}