.circle{height:20px;width:20px;border-radius:50%;background-color:#000;position:fixed;top:0;left:0;pointer-events:none;z-index:99999999}.pokemon-card-container{display:flex;justify-content:center;align-items:center;margin:2rem 0}.pokemon-card{width:300px;height:420px;background:linear-gradient(135deg,#ced4de,#bfc8db);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.5);transition:transform .2s ease;transform-style:preserve-3d;perspective:1000px;overflow:hidden;padding:1rem;display:flex;flex-direction:column}.pokemon-card-art{width:100%;height:180px;object-fit:contain;margin-bottom:1rem;margin-top:.5rem}.pokemon-card-textarea{flex:1 1}.pokemon-card-textarea textarea{width:100%;height:100%;resize:none;padding:.5rem;font-size:1rem;border-radius:10px;border:none;background-color:#f2f2f2;box-shadow:inset 0 0 10px rgba(0,0,0,.1);font-family:inherit}*{cursor:none}a[text]:body{cursor:none}a[button],a[button]:hover,a[href]{cursor:none}